this post was submitted on 28 Dec 2025
539 points (91.5% liked)

Fediverse memes

3001 readers
232 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Miaou@jlai.lu 3 points 1 month ago* (last edited 1 month ago)

Which paradigm do you even refer to? Lifetimes? A C++ developer who cannot understand lifetimes (at least conceptually) in a day is a terrible developer.

I would know, I work with such people.

To answer your first question, I've definitely spent days of my life trying to fix c++ templates because the compiler won't fucking tell me what's actually wrong. It loves telling me some unrelated copy constructor is deleted though... And all of that is actually worse with new stuff like ranges. Which are great on paper, but are a maintainability nightmare.