Comment on
"Kids Can't Use Computers" is now ten years old, and it's only gotten worse
she maintains a facade of politeness around them, while inwardly dismissing them as too geeky to interact with
Reeks of “incel” attitude.
Comment on
"Kids Can't Use Computers" is now ten years old, and it's only gotten worse
she maintains a facade of politeness around them, while inwardly dismissing them as too geeky to interact with
Reeks of “incel” attitude.
Comment on
Borrow Checker
Just add unsafe sheesh.
Comment on
The Tragic Death of Inheritance
In Python, everything is a Dictionary.
Comment on
The Current Challenges With Using Linux On Airplanes
Linux should not be in the loop for critical systems. The software that takes the input from the throttle control and determines the proper fuel pump rate should be written directly for the microcontroller hardware. For the system that receives ground radio data and renders radar info to the dash panel, that can be running Linux.
Comment on
What's the worst commit message you have ever seen?
git commit -m 'oops'
Comment on
Why is youtube recommending conservative "talking points" to me?
Reply in thread
Pretty sure this is it - I see them as well but my interests are science education, gaming, and 3D printing.
Comment on
Before std::thread
Most multi-threaded software was OS-specific, so they just used the OS threading utilities directly. Most serious multi-platform software writes their own abstraction on top of threads anyway.
Comment on
Problems of C, and how Zig addresses them
Reply in thread
I’m not saying Rust is better - I prefer c/cpp myself. I’m just saying that if someone is going to move away from c to a new language, it’s overwhelmingly more likely to be Rust.
Comment on
Problems of C, and how Zig addresses them
A bit late to the party. Anyone wanting “C but better” is moving to Rust.