Not just Linux… 99% of the time you see something weird in the computing world, the reason is going to be “because history.”
- 0 Posts
- 8 Comments
orangeboats@lemmy.worldto Linux@lemmy.ml•Rust in Linux lead retires rather than deal with more “nontechnical nonsense”194·9 months agoThe C developers are the ones with the ageist mindset.
The Rust developers certainly are not the ones raising the point “C has always worked, so why should we use another language?” which ignores the objective advantages of Rust and is solely leaning on C being the older language.
orangeboats@lemmy.worldto Linux@lemmy.ml•Rust in Linux lead retires rather than deal with more “nontechnical nonsense”412·9 months agoThey very rarely have memory and threading issues
It’s always the “rarely” that gets you. A program that doesn’t crash is awesome, a program that crashes consistently is easy to debug (and most likely would be caught during development anyway), but a program that crashes only once a week? Wooo boy.
People vastly underestimate the value Rust brings by ensuring the same class of bugs will never happen.
It really depends.
If I know I will never open the file in the terminal or batch process it in someways, I will name it using Common Case: “Cool Filename.odt”.
Anything besides that, snake case. Preferably prefixed with current date: “20240901_cool_filename”
People back then just grossly underestimated how big computing was going to be.
The human brain is not built to predict exponential growths!
A question is a question… Just answer the damn question without judging it.
Better let someone know what the thing does instead of forcing them to experiment with it and (possibly) break it.
Also remember it was built with tools from the 70s. Which is probably an advantage
Definitely an advantage. Even without planned obsolescence the olden electronics are pretty tolerant of any outside interference compared to the modern ones.
For many systems out there, /bin and /lib are no longer a thing. Instead, they are just a link to /usr/bin and /usr/lib. And for some systems even /sbin has been merged with /bin (in turn linked to /usr/bin).