this post was submitted on 21 Nov 2025
807 points (98.4% liked)

Programmer Humor

27422 readers
1608 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] stupidcasey@lemmy.world 9 points 10 hours ago (2 children)

What's up with the Rust hate? If anything they should be the flat bar under AWS.

[–] floquant@lemmy.dbzer0.com 7 points 6 hours ago

Mostly the circlejerk about how memory safety magically fixes all security holes for me

[–] EnsignWashout@startrek.website 23 points 10 hours ago (1 children)

What's up with the Rust hate?

The Rust community keeps trying to rewrite key pieces of Linux that aren't broken.

They probably have the right idea, in the long run, but it's still fun to give them a hard time about it.

[–] dan@upvote.au 25 points 9 hours ago* (last edited 9 hours ago) (1 children)

I think the real issue isn't the rewrites, it's the fact that Ubuntu started using the new Rust coreutils even though they weren't ready for production yet. uutils hasn't even reached version 1.0 yet, and still fails some compatibility tests.

[–] exu@feditown.com 4 points 6 hours ago (2 children)

It's an intermediate release, so the perfect time for Ubuntu to evaluate uutils for their next LTS

[–] floquant@lemmy.dbzer0.com 4 points 5 hours ago

I've heard this argument before, and it makes no sense. You evaluate new core components internally as part of developing your distro, not in releases because "they're not LTS"

[–] dan@upvote.au 4 points 5 hours ago

LTS is supposed to contain stable components though. They really should wait for a stable (1.0) release before committing to it.