MooseBoys

joined 2 years ago
[–] MooseBoys 3 points 2 years ago

Pretty sure this is it - I see them as well but my interests are science education, gaming, and 3D printing.

[–] MooseBoys 17 points 2 years ago (2 children)

she maintains a facade of politeness around them, while inwardly dismissing them as too geeky to interact with

Reeks of “incel” attitude.

[–] MooseBoys 0 points 2 years ago

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.

[–] MooseBoys 17 points 2 years ago (5 children)

Just add unsafe sheesh.

[–] MooseBoys 5 points 2 years ago

git commit -m 'oops'

[–] MooseBoys 9 points 2 years ago

In Python, everything is a Dictionary.

[–] MooseBoys 4 points 2 years ago (1 children)

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.

[–] MooseBoys 2 points 2 years ago* (last edited 2 years ago)

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.

[–] MooseBoys -1 points 2 years ago (4 children)

A bit late to the party. Anyone wanting “C but better” is moving to Rust.