this post was submitted on 16 Feb 2025
267 points (94.1% liked)

Technology

63009 readers
4251 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] wewbull@feddit.uk 16 points 5 days ago (2 children)

People born in the 50s have long retired. The grey beards are not baby-boomers. They are people born in the late 60s and 70s. They are people who grew up as computing technology matured. They started coding low level and had careers building the infrastructure of computing which is what a lot of FOSS is.

However the question is not why these people have aged? It's why hasn't there been a steady stream of people taking their place from younger generations?

I believe it's because the generations after them have careers working at higher levels of abstraction. Often going lower level is seen as black magic that is unknown to them.

[–] sugar_in_your_tea@sh.itjust.works 10 points 5 days ago (1 children)

There may be some truth to that, but seeing Rust take off means there's still interest in lower level languages. Rust is making its way to the Linux kernel and other established FOSS projects, which improves the chances for people uncomfortable with C-style languages to get involved.

But I think the explanation is simpler: younger people don't have the time for FOSS, and few companies pay people to work on FOSS. So these graybeards are either grandfathered into the few roles that exist, or have sufficient time (e.g. kids moved out/largely independent).

[–] barsoap@lemm.ee 5 points 5 days ago

I'm perfectly comfortable with C, it's a neat, small, language. I actually understand the whole of the semantics (at least the POSIX ones). I also happen to speak x86 assembly quite fluently (as long as it's not SIMD noone speaks that fluently, last time I actually wrote assembly in earnest x87 was still relevant). The thing is though I'm more comfortable with Rust, even if I don't understand absolutely everything: Because it's less mental load. I don't need to worry about so many things at once, don't have to keep a thousand assumptions in mind that that pieces of code I'm not currently working on are making.

No, driving a unicycle instead of the metro doesn't make you a better commuter. It makes you a better unicycle driver.

[–] FauxLiving@lemmy.world 1 points 5 days ago

I've noticed that a lot in newer users.

Even in technical fields, the users know how to use the software but they don't understand anything under that. A lot of people got into computer via smartphones where you are essentially locked out of anything below the application layer.