Damn, maybe we can be replaced…
These are exactly the people it will replace.
The question is, which one will write shittier code that the rest of us need to clean up.
You can’t deny that it correctly predicted the most likely token in this case.
You’re probably using the wrong compiler flags, did you remember
-Wall -Oz -nostdlib
?-Oz
Optimize aggressively for size rather than speed.
TIL
It is, honestly, the dumbest of the
-O
flag option, which is why I picked it. I’m sure there are times when it’s useful, but it’s nearly never the right choice.Wasm comes to mind, execution time in the browser will probably be ok, but size is a big deal
Software that runs on embedded systems usually benefits from being small, too.
As someone who has worked on embedded systems for the past 30 years: It used to be a real big deal, but for the past 10-15 years it hasn’t. We now have fully fledged multi core systems running everything. Even small embedded sensors or actuation controllers are 100+ MHz microcontrollers with oodles of flash and ram.
Now there has been an interesting turnaround with the whole chip shortage for the past years. All the young folk are at a loss, being used to just putting powerful chips all around willy-nilly. So they turn to the old folk like me to figure out designs with less chips, running busses all over and connecting dumb sensors/actuators to a central processing unit.
That’s why
docker
was created.Imma let you finish but Nix had the best repeatable, declarative, deterministic dependency management of all times…of all times.
Is docker even declarative?
Also you can build docker images from nix derivations
Is docker even declarative?
Yes (though not as deterministic as Nix).
Also you can build docker images from nix derivations
Yes. I know.
Nah, screw that.
Time to distribute stuff as a VM image.
1950s
A: The transistor I made using your blueprint doesn’t switch properly at 12V.
Maker of Blueprint: The one I made, works at 12V.
B: I’mma make standard transistors.why?
Blueprint was made by a person in the tropics.
A was in Europe
“an error” okaay
deleted by creator
Learned from the best
deleted by creator