this post was submitted on 17 Mar 2025
1063 points (99.4% liked)

Programmer Humor

21680 readers
491 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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] IsoKiero@sopuli.xyz 4 points 22 hours ago (1 children)

I think it was some XMPP related server I ran quite a few years ago which had 'i_have_read_the_manual = 0' or something similar buried into default configuration file. And it would just silently exit if that variable was not set properly.

Maybe we need more things like that.

[–] ohshit604@sh.itjust.works 2 points 18 hours ago* (last edited 18 hours ago)

And it would just silently exit if that variable was not set properly.

Would’ve used that debug log to scold the end-user. “If you’ve actually read the first 3 lines of the documentation you wouldn’t be seeing this.”