this post was submitted on 09 Jun 2025
505 points (98.1% liked)

memes

17553 readers
1613 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/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
505
submitted 3 months ago* (last edited 3 months ago) by PugJesus@lemmy.world to c/memes@lemmy.world
 
you are viewing a single comment's thread
view the rest of the comments
[–] Blass_Rose@pawb.social 8 points 3 months ago

I loved when my IDE would warn me that my code wasn't deterministic unless I used c++11 or newer compilers because previous versions technically didn't define how it should work, so every compiler handled it differently.

And all the times I had to specify C++11 because it had features I needed, and suddenly it was a huge headache because the testing pipeline wasn't REALLY compatible, it just said it was, and then handed it off to manual review. Something I didn't know until 6 months after I started using it...