this post was submitted on 06 Apr 2025
535 points (99.8% liked)
Programmer Humor
22513 readers
961 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The selective illiteracy gets me: clearly, they can read each other's messages. The text in an error message? Brain shuts off.
tbf the text in error messages very often leads down a rabbit hole of barely relevant context, rather than to the shortest path to getting things to work as you expect them to. Or maybe they just don't understand what the word "deprecated" means or implies.
OTOH you learn a lot while in that rabbit hole, making the next time you research something a little bit easier.
Well sometimes. Learning what deprecated means would probably have very broad usefulness. Learning the ins and outs of the library codebase that generated that error when you're only going to make minor use of it once might not. There's a practically infinite amount of things to learn and we all have finite time, attention, and space in our heads.