this post was submitted on 10 Mar 2026
370 points (98.7% liked)
Programmer Humor
30336 readers
2828 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
Speaking as someone on the IT side (albeit as a sysadmin, not help desk), it’s because we don’t trust you. We’ve been burned enough times by believing a user that says that of course they’ve already rebooted/run the usual command/updated recently. We want to verify that this is true. We also want to see if there are any error messages or other unexpected behaviour that you immediately dismissed and failed to mention.
the last part is one of my biggest annoyances. People just clicking away the dialogs that almost exactly tell what is wrong and at most just say: "yeah of gave me an error but I just clicked it away and it still didn't work".
As a software developer, pretty much every error you see I made there for you to either read or screenshot and send to IT, because I had to pretty much implement each one of them. (usually with a standard library, but it's still a deliberate choice to show it to the user)
Real unexpected errors are hopefully written to logfiles, but that's not always possible (try logging an error when your system disk is no longer available).
addendum: please also include the gibberish at the end of the error, because its likely there for IT or me to find more details of this specific error in the thousands to millions of things that are logged for the software or website.
Absolutely. PEBKAC is real.
But as a good user, it still annoys the hell out of me.
Agreed