#programming
1 messages · Page 130 of 1

with llvm 19.1.7
I sure am glad that I am on rolling release
yes
awa
awa
now with -std=c++20 -Oz -flto -s -ffunction-sections -fdata-sections -Wl,--gc-sections,--build-id=none,--as-needed,--icf=all -fuse-ld=gold brings us collect2: fatal error: cannot find ‘ld’
this is on g++ (Debian 14.2.0-19) 14.2.0

try which ld
if it doesnt exist then try sudo apt-get install binutils
according to the debian page 13 is supposed to become the stable release on 2025-08-09 so uhh, nice timing 
Triangle()
{
initWindow();
if (!initVulkan())
{
cleanupInstance();
//ini opengl
}
else
{
mainLoop();
cleanupAll();
}
}
This is probably fine for opengl fallback, surely 
normally you'd do the detection in the build system and then just pass that to the program to avoid compiling useless code but i guess that's not really possible here
im not really sure if its possible
also if there's no vulkan wouldnt the vulkan code fail to compile
or does it just pretend everything is fine and die at runtime
im not sure cuz i cant find a device that doesnt support vulkan, but supposedly it should still run but then report no gpu with vulkan support has been found
in which case i return false
idk how it works on other devices but mesa usually ships with a fallback software renderer so i guess checking if there's a gpu should do the trick
unless there actually are any targets that don't have a libvulkan.so but do have opengl for some reason
looks like (for NVIDIA) the newest generation of consumer cards that doesn't support Vulkan is Fermi
so any GTX 5xx or older would have to use OpenGL 

it smostly there cuz browser support is iffy
i doubt any gtx 5xx would touch my code
does targeting Vulkan in the browser actually work
I thought the last state of things was that you had to use WebGPU
bwa
it should, ive been usign the vulkan sdk tho so idk if the emscripten vulkan header file works
spiders
as long as i dont have them crawling in my bed or pc we're cool
but if they are they shall get deported



just don't use a linker
edit hexdump
not like anyone uses those anymore
awa
"Emscripten does ship with vulkan/vulkan.h, but it’s a stub for WebGPU/WebGL"
welp you're correct
I mean, as long as it properly adapts it to WebGPU it's fine, similar to what it's doing with WebGL
real Vulkan is obviously impossible on web
I just can't find any information on Emscripten supporting that
oh ye
ty sam💟
now that i think about it the notifs might have been me

nah
i didnt have ping alert on
i just wanted to make sure t didn't really mean it about having my info
i would never ever lie
if he dose i better ge incognito
alr then i better disable my acc
(do not)
oh i though i would really have too....
i mean i can juts open nmap and start
i thought i was making the sarcasm as obvious as possible
lol
if someone ever tried to dox me i fight back
honestly good luck finding my ip
i honestly dont
it would take like 5 days
or 30
or 40 smt
everything goes through discord api here, i suppose you could maybe try to go through my steam account or something
unless if i found the wifi port
nah steam is way safe than you think
i mean
i might get fucked by the support team
find my account > watch games i play > find server i'm on when i'm active > try to get my ip from there maybe
no not like that
better than trying to extract my ip from discord
you cant high jack thru games
you'd have to properly hack them or something
or i can find a wifi port but nah
it took me 6 hours to find a very hard wifi port of some russian girl that betted me her number
how would you even know it's mine
well if use open SSH
if i did have a wifi port (lol proxmox setups are a pain)
we have a range of 25355 - 0
her wifi port is 6900 a very old and hard one to find
it took me 6 hours
while a machine have a ryzen threadreaper takes up to 4d
no its her wifi port tcp
"the password was 6900 it was very hard to guess"
💀
not a password
(i know)
she made it easier cuz her wifi port uses. openSHH
she gave me a range of 25355 -0
Hello #programming how is everyone today
good
suboptimal 
a) funny number
b) security (not 22 or 2222 or 2002)
c) takes A LONG TIME to guess / scan
thats why it was 6900
So ive only ever used Windows and my curiosity has been piqued about trying Linux. A quick Google search tells me I can dual-boot (personally, not preferable), use a VM, or use built-in Windows-Linux integration (WSL), but I am a newbie to this stuff and don't know which is "better". I'd imagine some of you have opinions on this, and I wanna hear em, what do yall think
use a linux VM imo
main := fn(): lily.Result(void, u8) {
return .ok({})
}
support for returning Result from main now implemented
wsl is good enough
For experimentation, a VM
WLS is more for just running Linux software on Windows
you don't need a dedicated vm, if you don't need that much security stuff
it's more heavy than just running an innerworking linux kernel with windows
if you want to just get a bit of familiarity with Linux in general WSL is fine, it's very convenient because it has some integration with Windows that a VM doesn't
if your goal is switching then a VM is good because you will get the full* Linux desktop environment experience ™
-# * not actually because VM graphics are ass, so trying 3D games or anything like that in a VM doesn't really work
including
Result(never, T)
Pretty sure WLS 2 is just a normal VM
My goal is not switching at this time ^^
you gotta delete that before azaka sees that lol
Whar
then go for WSL, very easy to set up 
can always try out a VM later if needed
Have I once again been told false information?
since raw vulkan doesnt work in browser, how much work would it be to make a seperate webgpu implementation of all the vulkan stuff i have rn?
cuz tbh i cant really be bothered
mayhaps
Okay! Thank you! And thank you caibi and superbox also ^^
shouldn't be too bad
you don't need to maintain both at the same time, since if you do it similarly to this project you can just use WebGPU for native too
how hard can webgpu truly be
I'm not sure if it's a wsl thing or not, but when wsl is not fully shutdown and running in the background, stutters in my host system happens, which is not fun for osu :(

you would have to port everything once but WebGPU is pretty similar to Vulkan
Windows moment
Vulkan Lite
webgpu = chromium dedicated feature

they do if you don't roll everything yourself

why cant big companies just unite every standard 
So true
I swear the world is going rusty over time
The webgl fallback is not really what im worried about, i made webhl before i can do it again
So apparently WSL 2 is a VM, but it's also not a full VM
yeah, but you have to maintain it as a separate code path
with wgpu you only have to write everything once 
(not that you should switch, you already settled on C++ for some reason, I'm just here to watch the suffering)
C++ for some reason
he should've done zig fr
Something something brackets
the rust is getting everywhere now
even my car has rust
Discord uses Rust
your messages are being sent through oxidized infrastructure
one of these days there will be a reasonable API for peer-to-peer communication between two browsers in a LAN
are you talking about websockets
that's very specific
WebRTC 
ws are not p2p
I said reasonable
you can still consider it as p2p, it's just one contributing a role
a browser cant act as a server
webrtc is nice, what's unreasonable about it
yeah, I don't know much about WebRTC other than that everyone working with it seems to hate it 
because you need to perform a handshake and for that you need a third party
or do something cursed
i meaaaan that's pretty much how every p2p impl works
its a browser specific thing since you cannot listen for connections
the WebSocket API only provides the client, it doesn't allow listening on a port to act as a server

oh
that is just browser being dumb shits then
can't even act as a server
:smh:
give every tab nodejs apis mhm
if both devices have cameras (which min dont) you could exchange the handshake data with QR codes
how do you transfer said string
verbal

right, I just tell someone the bytes of an SDP offer, totally reasonable
we need to add AI so we can follow the trend
encode them in a fun way
different hand and arm gestures represent a different handshake packet
hence the qr code so you dont have to type it out
fuck qr codes
see crypto wallet recovery phrases for inspiration
I have another, even more cursed way
encode it as sound and transfer it via speaker and microphone
unironically tho
that's like the Gibberlink thing no?
gibberlink is based on the library i sent
yea I saw that
👍
fun thing
for some reason by the ggml/gguf and llama.cpp guy
i never noticed
he's the god for modern AI stuff lol
every AI stuff has to be some kind related to him
dude i feel like a old boomer
some random 15y in the server literally a pro at c#
while i am a java boomer
I'm 15 years old and I do java c++ and py
don't feel old
I code in old ass languages

you will be the last one to laugh once windows dies
even if it never happens
windows plz don't die
I want to game

I'll buy 5 CD copies of win 10 plz don't die
wasn't it about to be the year of linux, for the last 20 something years?
Windows 10 is too thicc to fit on a CD
windows 10 bluray
turns out the data I would need to transfer is too large for ggwave
make your own protocol
shoud be easy
you can do complex analog signals with fourier transform and shit
quite fun
you can only speed it up so much before just losing data
just do packet validations with multiple streams idk
you would still sit there for a minute for a handshake. its just not reasonable
SDP offers
@opaque wharf https://github.com/anfogy/AWA5.0-Interpreter
You know, I've made this
this is actually useable now 
Nice 
But I am interfacing a browser with walkie talkie to send APRS
With a 3.5mm jack
There are surprisingly a lot of library for it
Either as audio modem or more low level as the encoder-decoder
what tf were you doing 
Playing around 
bro just said fuck gps
I am asking the question "is it posssible?" Turns out, it is 
heck I have a guitar pedal that you can be configured via audio signals send directly over the pickups
Which is why I will always buy a phone with 3.5mm audio jack 
I should also try the more cursed stuff when I have access to more school's resources
can I may have a very cursed solution that may or may not work

STUNless webrtc can use ICE via mdns to advertise candidates on the local network, which is the only way to access mdns from a browser
So what if I crate a ton of fake candidates with chunks of the SDP offer encoded into them

@rare bridge
another dead account 
The problem is it is possible. You can encode SDP to mDNS 
@real sierra @rare bridge @cobalt vessel @dapper topaz @fair cipher @safe path
just send a ticket lol
got it
Hmm, I think pinging the active mod is preferred
Shiro! 
thanks a lot shiro
The screeps master is here! 
enjoy getting vendor and price locked?
the only phones with 3.5 i know are bottom to mid xiaomi/poco/redmis
The phone market is bigger than Samsung, Google Pixel, Poco, Xiaomi, and whatever the trending brand is
My current phone (Oppo) does have 3.5mm for example
awa 1 2 3
i was looking through the gpt 5 intro stream and found another gem of a graph
me over here, hmm, how do I minimize the SDP offer length
meanwhile firefox puts a freaking PUN into it
Most of their graph is like that
yes i know
classic vibecharting
Reminds me of that apple chart
we can ascertain from this graph that 52.8 > 69.1 == 30.8
That seems correct
In the grand scheme of things, those extra 10 bytes or so doesn't add much
morn
i love cramming data into things i'm not supposed to. roll your own encoding and compression
relevant "code" of mine from 2 years ago
I got a bit concerningly obsessed with birds for a few months.
Follow Sarah and The Mouth! https://linktr.ee/inkydragon
Older bat vid: https://www.youtube.com/watch?v=X4eqkaHkTAI
💗 Support this channel and join an amazing community: http://www.patreon.com/bennjordan
👀 Stalk me on social media for more frequent updates: https://linktr.e...
imagine if people could disable thinking like that
and still be able to function
nyuro
do you mean 460%
cryptominer
crowdsourcing compute for Grok
x coin
JESUST! You're overcooking the computer!
HE'S OVERSTREAMING
awa
i do think its slightly unfair to ask llms arithmetic questions all things considered
though this wouldnt be an issue for gpt 3 let alone 5
too busy overfitting on benchmarks to do arithmetic ig
Asking LLM to play chess is unfair either yet here we are
I think what might be throwing you off is that 5.9 is less than 5.11, so the result is negative
Maybe they use dot as separator for coordinate 
I'm thinking of how do I implement the reading stack and all the address thing now, when I'm half asleep(as always).
my idea requires me to expend the current AWA5.0 8-bits standard to 9-bits, and I want to maintain backward compatibility 
this is where all the windows shenanigans start
the worst part is that its nearly correct, but it does 5.9-6.11 instead of 5.9-5.11
what are you doing that requires you to make a 9 bit int

Backward compatibility is nice. But I think making it 9-bit will make it a bit hard to maintain
"the math is correct."
aa
antialiasing
aabb
yeah i did the maths myself
for me it came out to the bar being about 83% too tall
erf
erf

nice embed
i'm leaving it only because i'm baffled by how useless it is
The Python programming language
open source devs when
CPython used by one package
the Python ecosystem is gone

surely github can spare some compute to generate an og image for each issue
nyope sorry
the new repl seems better overall but my vi mode 
didn't they just yoink the new repl from pypy
actually
pypy is written in rpython it's not like you can just copy paste that
"REPL-acing" 
wow this website gave me skin burns

apply cold water
Been a while since I've last heard this sentence
dont put cold water on burns 
are they all in on ecommerce now
tough luck
Instead, put butter and soysauce 
(at least in my country the most common myth is butter or soysauce)
sorry cool water
englihs
soy sauce onto a burn does not sound like a good idea
orange juice on a burn
butter does sound kinda nice
Soysauce on charred meat is good for seasoning 
butter is good for seasoning charred meat genrally
logic checks out
season yourself
i think all store chains were forced to do ecommerce
they will forever be known as the physical tech store chain with overpriced tech
nobody orders from them online
okay i have decided i mostly use the repl as a calculator
not as a prototyping tool
so the new repl doesnt provide me any benefits
off it goes 
3*6 
no
3*6 feels more purposeful
i do ^d instead of exit()
lmfao what is the purpose of this
refer to
this made me realize how much i actually love macos modifiers and shortcuts, even more than i thought
now me swapping the keys around to super, alt, ctrl, space on my pc keyboard isn't enough
i need more
they use the caret as a symbol to refer to the control key on macs it's so cute
windows can never be cute
4 + 4 + 0
what if it's 9
8 >> 3 (checking if you remember arithmetic shift)

math.log(36)
36 = 9 * 4
log(9) ≈ 2
log(4) ≈ 1.5
log(36) ≈ 3.5

well, log_3(4) is probably closer to 1.25
but since 3 > e im going to say that 1.5 is closer
4+4+0
thi s is not the python repl
its ok konii is here
erm where is argc
Somewhere on the memory (hopefully)
indirect at esp
then esp+4, esp+8, esp+12, etc are the addresses of each argv
according to python
what are you rounding up to
thanks
i trust your maths
then 4 ≈ 5 ≈ 10 ≈ 1
the small
@desert plaza i forgot to say, esp of the first stack frame of the program
so the entrypoint
it should be the first thing on the stack
Oh nyooo
💀 those wh
@tender river please make a vedalYes

?

thanmks
i have applied to moth
saving a total of 7ms
stonks 
now run it on /usr/bin/clang
huh?
also, i'm on nix, that's not where clang would be installed 
time it against $(readlink $(command -v clang))
uhh
same real times as previous test
file size irrelevant
which makes sense
are you using stat
bwa
whar
bwa
why
wdym
stat or fstat would be faster
using lseek to jump to the end of the file vs using fstat to get inode data or something
though i will say fstat may only have as much resolution as the fs block size
unsure
gimme a bec
benub
size of /dev/urandom and /dev/null are zero
dont believe k https://www.youtube.com/watch?v=Jtm6ikBIl0g
Download & Streaming: https://linkco.re/9fUVCRzY
はじめましての人ははじめまして、ピノキオピーと申します。
T氏の話を信じましょう。
Music, Lyrics, Illustration, Video / ピノキオピー
Vocal / 初音ミク・重音テト
Off vocal: https://www.dropbox.com/scl/fo/735jqa6og4iibtsjhrdcg/AIChnQtjUo9xkl7YT5r...
idk
(because they are special)
/dev/{u,}random are not "real" files
reading them results in random bytes but its a behaviour built into the kernel, the files themselves dont contain anything

i have no exception handling but still faster
yuh true ik
i can make du in an even smaller program
This is giving off AWA5.0 energy
execve du
how 
No exception handling because the program is perfect
i wouldn't call my filesz perfect, 271 bytes is way too big 
ĥ
magnet
Whatever the ^ character is called
caret
like carrot
Caret (from Latin caret 'there is lacking') is the name used familiarly for the character ^ provided on most QWERTY keyboards by typing ⇧ Shift+6. The symbol has a variety of uses in programming and mathematics. The name "caret" arose from its visual similarity to the original proofreader's caret, ‸, a mark used in proofreading to indicate ...
Interesting
erm...
(1 << 31) - 1
try running it on another directory
may well be a directory behaviour
will likely work differently with fstat

tmp
📁 tmp
mm
tofu 


16777216T
how u got every file on the internet stored in your temp folder
You downloaded ram?
she downloaded everything
Im crashing out, why is the barcode detection api still not implemented in the big browsers besides on macos
polyfills
why is barcode detection even a browser api
But hey at least it works in edge on macos
i guess on mobile it could be useful actually
because it can be implemented somewhat efficiently on phones using native code and potentially even builtin soc features
oh its working on phones no problem
Why are you sending tofu?
Because the web should be able to do everything 
being able to scan a qrcode is not that crazy of an ability
Being able to connect to Bluetooth device is tho
not a single human uses mobile firefox
i do
android should force everyone to use native webview like they do on ios
i used to until i stopped using android
I use mobile Firefox sometimes because userscripts
just so mobile firefox actually becomes a real browser
didnt eu force apple to allow other engines
skill issue, i have userscripts in safari
if you hear "apple forced to do X in EU" you can immediately disregard that if you don't live in the EU
it's apple, they only know how to maliciously comply
of course they're going to regionlock it to the eu
and make the experience of said thing as miserable as they legally can
and apple's regionlocking is top tier
geofencing
whatever, point is you'd have to deploy gps spoofers at your house
if you want to trick it
i'm not a human mhm
yeah, I know there are ways to do userscripts on iOS
I just don't have to care because I'm allowed the option of using Firefox sometimes
"ways" you download an extension from the app store
idk I don't use Safari 
man chrome doesnt suckolate so much ram up on linux but hot damn that's quite a bit of virtual swap
just a cool 25tb allocated


clean the clean up
wdym clean the clean up?
i just saw several different cleanups
and said that
because i am actually famous rapper xzibit
why 4 
you should only have to do webgpu and webgl regardless of platform
running webgpu on local is a waste
OpenGL and WebGL are already the same for you because of Emscripten
for WebGPU on native you can compile with Dawn or webgpu-native
It's vulkan tho
Vulkan for native build and probably OpenGL (for web and mobile)
opengl for native, webgl for web
SoSilly
you'd think they're almost identical but sadly they're not
Wait, you're not doing vulkan then?

webgpu on web, with webgl as a fallback
I assume for users with support for more than one backend they can select one in the settings?
Cool stuff
So if someone for some reason has bad Vulkan performance they can try OpenGL
thats hopefully what ill end up with
beautiful
you think so? 
would look fine with good brackets 
else has to be on the same line as the previous closing brace
I think the best way to do it is compiling a different compilation unit rather than using compile time config
what?
You see, the function signature is the same. They take no argument and return nothing. So a header file can contain the declaration, and 2 cpp file can contain the different implementation
When compiling, you just don't compile the other file
But I don't know if that is more or less jank than compile switch
that would mean maintianing another main.cpp tho
Nvm
i didn't even notice, that's psychotic
sam if you're doing allman braces at least do them normally, what the fuck is a ```c
}
else {
That solution was stupid
I told you this is Sam's bracket style
no that is not my bracket style
chay said put the brackets not on a newline
i tried it
i hated it
this isnt x formerly know as twitter, i dont need to get blamed for every single thing
that is what im doing
it's not
if you would jsut scroll up to here
then read this part
apparently chay wants me to put the else not on a newline either
but she only mentioned it afterwards
yall are so quick to put me in line for the firing squad, jesus christ
yes
Well, why not? 
i may not be the best person but i dont deserve that i feel
ayaya
ayaya
yayay

Hmm, fair point. What should I eat for breakfast then? 
jelly donuts

ive never had peanut butter
unless reese's cups count, i had about 8 of thsoe in my life
Well, it's just peanut sauce basically
ye i cant really imagine how peanut sauce would taste
its more of a if you know you know
I see the image of Reese's Cup, I think the texture is different from peanut butter
gpt-5 is kinda assertive and very quick to brush off my stupid ideas and come up with its own thing, which is a first for me with llms
pleasantly surprised
the stupid ideas that every other llm will call brilliant
that's a lot of l's
like i asked it about one thing and the question was like two paragraphs, and in the response the first sentence was like "yeah no i'd strongly recommend this other thing" and architected the whole separate thing for me
completely disregarded the question but for the better
Isn't that what they advertised too? Like, now the LLM won't just say no to instruction for harmful thing but instead provide high level overview only rather than the specific step by step
Try asking how to make a TNT for example
I don't even use them
I just watch technews from Linus Media lol
LMAO


get back here you
Yeah, I remember that lol
who is this
All of those "in minecraft" has finally poison LLM training data
Just try pinging the person if you want lol
@uneven pulsar bro dont ignore my wave
@uneven pulsar cafebabe clears
change from awascii to ascii 
hbd shibo



I'm just thinking of using the start indicator(first awa) to indicate the version of awalang
if it's awa do legacy, if awawa then use my new instructions and stuff
I need to make awalang an actually useable thing 
AWA5.0 needs an ABI for arbitrary system access

This is not a bad idea actually 
It is planned, yes. Just look at caibi repo

but what kind of implementation 
Idk, it is just planned 
ok
what do you mean by this?
wdym wdim

like making os syscalls using prn op for example
yea that's there
huh where's there
I get what you mean now
are you telling me there're potatos that can't handle modern c++ 
currently processing this sentence, please wait...
i still don't understand
potato
?
Well, they are just playing by the law of economic
You're both talking about entirely different thing 
uorms is talking about how AWA will access the underlying hardware resource when running in an OS, while cai is talking about resource usage
For example, accessing disk, gpu, or maybe network
Not just hardware resource to be fair, but ye, both of you get the point

bricked popato
Because you're both talking about different thing 
Imma just continue my work on the RFC implementation
OPAQUE
Yep, mostly checking stuff to make sure it is still passing the test vector
I like that OPAQUE performs the heavy computation on the client side rather than server side (the key stretching function)
hardware access
it's too far from now
AWA5.0 doesn't even have complete control of its stack
what
awa programs now are deterministic, since you can only write into the stack, there's no way of reading it
you cannot access data in the stack??
yea, for now

Welcome to AWA5.0

And there's only 1 bubble abyss, so no scratch pad
AWA5.0 is perfect
It is 
Bubble Address soon™
reading data from the stack is available in our premium level Stack-as-a-Service subscription
It would be funny if you had to push the delta that you want to read, and then it will read the value. Aka push 2, read. Would get the value 2 down the stack

wot?
why
isn't http built on top of tcp
if they can handle 4000 http requests per min, why 120 per min for tcp 
You can have more than one request-response within a single tcp connection tho
yeah a request and a connection are different
even with http more often than not all of your requests are sent through one connection
and by “more often than not” i mean in 99.9% of the cases
http 1.1+ does that implicitly
I love windows file transfer
that's why i refuse to initiate file transfers on anything with smol files
everything MUST be in a .tar at minimum even w/o compression
just so it sends as a "single blob"
so I can stay alive forever

Theoretically, yes
I think that's just because of how the protocol is an application layer protocol rather than transport layer
i ran stable diffusion on one for the lulz and it was basically realtime video output
the least consistent video ever made but
hot damn
for a 120b llm
we're reaching slop levels never thought possible
this is crazy
i'm using gpt as a rlhf rater
well
lmao
it's 5b active right?
yea
so that'll definitely help
but still it needs to gather all experts
yeah it's just the most gatekeeped 5b ever
so like it's 5b but 5b different for all
mmmm
while listening to shondo asmr for some reason
slop goes in (your head)
slop comes out (14k tokens/s from gpt oss)
cant explain that
i find myself being able to relate to this more than i probably should
being up for like
2-3 days
sometimes
on that last day
man i am talkin
to nobody
i thought basically the entire sum total of all my coworkers has visited me in my office overnight and been disappointed in what they found
was pretty convinced
man the schizo i had once was insane
like
i had this like delusion where
i was thinking of a plan on how to extract hallucinations from people to put them in a zoo and make huge amounts of money
this was after not sleeping for idk
sounds feasible AND ethical
bankers hate this one weird trick
man i'm so friggin anxious cause
i am running this on a preemptible instance
so any second could get preempted
that thing stopping suddenly somehow seems like it would have the weight of a freight train behind it even tho obviously it doesnt work like that
fr
surely ill fix this year old wezterm bug right now on a whim
reached 11k
oh yeah afunyun did i tell u
terminal is just flying by
about the nvidia dgx scam
answer is prob no ive been away
i got mad at those when they were not $3000 but $4000
30 whole ass percent off dgx machines
:o
that's a 200k$ discount
8x?
yea
also my dad bought a bunch of dgx spark
no hes married already
i was just looking at those longingly at microcenter
i was briefly looking irresponsibly at getting a couple minis with the AI MAX 395+ (128gb ram) part in there
the most insane thing is ml training on this

oh i remember after running on like my 3080 training echo
more than a day 
adn then just cranking the config on a b200
and it took like
20 minutes
for something my pc took 12 hours for
😭
i was like wut it's done
yep
it was lora training but i pushed it to the point that it was training like 75% of this 4b
my dad is apparently gonna hire me once further seed round as a ml engineer
free CV stuff yay
you're so much smarter than me
I'm just gonna use 7zip instead
welcome to the wonderful world of "1 big file = wayyyy faster than 200,000 small ones"
use lz4, it's a lot faster than 7z's algorithm unless you're using lz4 thru 7z
if you dont need to actually compress it a ton
lz4 crunch though like GB/s+ if you multithread it
lz4 isn't an option in 7z
oh damn i figured it would be for some reason
well this external hdd can't do GB/s so







16777216T


yep very helpful for my google sheets formula, thanks, that is how it works
