this post was submitted on 08 Aug 2024
1310 points (96.2% liked)

memes

9681 readers
2524 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] OsrsNeedsF2P@lemmy.ml 16 points 1 month ago (2 children)

Maybe less money means less ridiculous side projects

Like Rust?

[–] 4am@lemm.ee 25 points 1 month ago

For userland code that basically fingerbangs every server on the web, some forced memory-safety might not be a bad idea

[–] Ephera@lemmy.ml 18 points 1 month ago

I really hope that's sarcastic, because Rust is one of the most valuable additions to the whole IT field in a good while.

Entire industries have been stuck on C/C++ for decades. Industries, which are normally extremely late to any form of modern software development, are now practically jolting to get Rust integrated into their toolchains.

Similarly, languages without runtimes allow for building libraries that can be called from other programming languages, which so far meant C/C++. That's a big reason why many widely used open-source projects like OpenSSL, SQLite, OpenGL etc. are written in those.
Even if, for whatever reason, you think Rust is awful, getting a third language into the mix will allow many more people to build similar libraries, which is again really good for everyone.