

8·
3 days agoClasses are just pretentious structs.
Classes are just pretentious structs.
RAII.
Can’t leak what never leaves the stack frame.
What secrets?
A senior firmware engineer said to the group that we just have to integrate the acceleration of an IMU to get velocity. I said “plus a constant.” I was fired for it.
Nope. AI chatbots. Can’t have chatbots without messaging.
It doesn’t have to be good to be bad.
Boil the ocean a few more times to discover 1+1=3.
Neither do vibe coders.
Because tech is waking up to the fact that they are labor, too.
Linux version of a cold plunge.
The point of RAII is that a resource is allocated and freed in the same scope.
You can free it with an explicit call to a destructor, an implicit call, or with memory allocated on the stack, just wait for the stack frame to be exited.