this post was submitted on 25 Sep 2025
1088 points (99.2% liked)

Programmer Humor

26592 readers
2321 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
 

Only valid in PHP?

top 50 comments
sorted by: hot top controversial new old
[–] TheV2@programming.dev 1 points 10 hours ago

They're not giving you a string, but an error.

[–] MystikIncarnate@lemmy.ca 17 points 2 days ago* (last edited 1 day ago) (2 children)

I like doing the reverse.

Like if someone asks me if I want A or B, and I'll say yes.

Logically, as long as I want one of those things, the answer is "true"

.... People hate talking to me.

[–] MML@sh.itjust.works 8 points 2 days ago (2 children)

Call your mother, she'd love a chat.

[–] MystikIncarnate@lemmy.ca 5 points 2 days ago

I should. We've been estranged for nearly a decade. I should just do it to be an annoying prick.

Are you sure?

[–] Hupf@feddit.org 3 points 2 days ago
[–] IcedRaktajino@startrek.website 88 points 3 days ago (4 children)

The only thing worse than that is emailing them a simple boolean question and then your phone rings.

[–] kautau@lemmy.world 29 points 3 days ago

That’s a closure

[–] SatyrSack@quokk.au 18 points 3 days ago (4 children)

Sounds like you should respond to that with a 400 Bad Request

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

[–] Atherel@lemmy.dbzer0.com 9 points 3 days ago

Id ho with

415 Unsupported Media Type

or

426 Upgrade Required because it's clearly the wrong protocol

[–] SeductiveTortoise@piefed.social 6 points 3 days ago (2 children)

Valid alternatives: 307 temp redirect to mailbox, 402 payment required to endure such pain or the classic 418. I'd go with the 418.

[–] Ebber 3 points 3 days ago (1 children)

I might go with a 403 how dare you!

load more comments (1 replies)
load more comments (2 replies)
[–] Aurenkin@sh.itjust.works 13 points 3 days ago (1 children)

When you aren't feeling that async energy but you still get a callback.

[–] jaybone@lemmy.zip 5 points 3 days ago

I didn’t even register a callback. How the hell did code start randomly executing from here?

load more comments (1 replies)
[–] Robyn@lemmy.blahaj.zone 60 points 3 days ago (1 children)

Similarly it also grinds my gears when I ask an enum question but they return a bool. I gave multiple options and “yes” was not one of them.

[–] Pipster@lemmy.blahaj.zone 17 points 3 days ago (4 children)

Sounds like a problem in the question. "Yes" is a perfectly valid response to "Do you want eggs or cheese"?

[–] Szyler@lemmy.world 6 points 3 days ago

Include or is the funniest answers when possible. I do it all the time to confuse neurotypicals.

load more comments (3 replies)
[–] rustydrd@sh.itjust.works 22 points 3 days ago (4 children)

Also bad: When you ask XOR questions, but people think they're funny and give you OR answers instead.

Personally, people tend to ask me XOR questions where the answer actually is "both"

[–] AnarchistArtificer@slrpnk.net 7 points 2 days ago

Sometimes, (amongst friends who accept how thoroughly weird I am) I will actually say "XOR" when I want to make my intentions clear. It means that when they give the silly OR answer, I can jokingly chastise them for poor listening. The downside is that they relish the opportunity to give OR answers when I am not sufficiently specific in my question. I reap what I sow ¯_(ツ)_/¯

[–] DigitalMus@feddit.dk 5 points 3 days ago

Why not both?

load more comments (1 replies)
[–] onslaught545@lemmy.zip 23 points 3 days ago (1 children)

My relationship is the opposite. My wife asks me a boolean question but expects a string response.

load more comments (1 replies)
[–] fleck@lemmy.world 15 points 3 days ago* (last edited 3 days ago) (1 children)

At work, I have a very knowledgeable colleague who is quite the Linux nerd. I have been moved into their department and I feel like they never had the chance to share all of their accumulated knowledge with someone, so they kinda dump it onto me and every little question has the chance to become a lecture. I am very thankful for it though, because I get learn a ton but sometimes you just wanna get a bool, without learning kernel internals that are absolutely not related to the question

[–] AnarchistArtificer@slrpnk.net 3 points 2 days ago

I feel this. I've found that a good response in those circumstances is to say "sorry, can we put a pin in this? I feel like I don't have the capacity to properly process what you're telling me right now, so I'd rather we resume this conversation at a later point. Thanks for helping me figure out [bool question] though."

It's a useful response if one genuinely is interested to learn, but not at that moment.

[–] Kyrgizion@lemmy.world 21 points 3 days ago (1 children)

"What's the error message?"

"I don't know, isn't that your job to figure out?"

[–] Penguin_1024@lemmy.sdf.org 10 points 3 days ago

"No sir/ma'am/other honorific

My job is to figure out what the error message means and how to repair it."

[–] capuccino@lemmy.world 15 points 3 days ago
[–] fibojoly@sh.itjust.works 9 points 2 days ago (2 children)
[–] Clent@lemmy.dbzer0.com 3 points 2 days ago (1 children)
[–] fibojoly@sh.itjust.works 2 points 2 days ago

I wish I could say I have never seen that one...

[–] hakunawazo@lemmy.world 2 points 2 days ago* (last edited 2 days ago)
[–] HalfSalesman@lemmy.world 16 points 3 days ago (1 children)

People want a yes or no so they can generate their own hallucinated string based on it. The returned string is just trying to get ahead of that.

[–] Windex007@lemmy.world 6 points 3 days ago

Sometimes.

In those cases, "there isn't a yes/no answer to your question because..."

I ask my jrs simple yes/no questions all the time.

Did you open a PR? Does it pass the CI pipeline? Did you write a test for scenario X?

I'm here to help you, but my time is unfortunately limited. If it takes half of our available time just to drag out of you where you're at we're all worse off for it.

[–] TheReturnOfPEB@reddthat.com 9 points 3 days ago (1 children)
load more comments (1 replies)
[–] death_to_carrots@feddit.org 11 points 3 days ago

"Have I done well?"

HTTP status: 200 HTTP data: "{'status': 'error'}"

[–] Kolanaki@pawb.social 5 points 2 days ago

"Are you Kolanaki?"

"Y-E-S."

[–] lemmyng@piefed.ca 7 points 3 days ago

I'm throwing a stack trace, alright?

[–] lessthanluigi@lemmy.sdf.org 7 points 3 days ago

Fukin tru tho

[–] peoplebeproblems@midwest.social 6 points 3 days ago (2 children)

Is this why a bunch of us senior engineers have been forced into a product owner role?

Because we can somehow deal with string parsing better? Jesus fuck we're doomed

load more comments (2 replies)
[–] Sunsofold 4 points 3 days ago (1 children)

TypeError:
Type Boolean not used by Reality, please inplort module 'ImaginaryThings' to use type Boolean.
Warning: Use of module 'ImaginaryThings' may produce inconsistent results.

load more comments (1 replies)

When you ask someone a linguistics question and they answer in COBOL

[–] peacepath@lemmy.world 5 points 3 days ago (2 children)

Simple javscript casting, if the string contains at least one char, it means yes ; else it means no.

load more comments (2 replies)
[–] teegus@sh.itjust.works 4 points 3 days ago

Kash Patel when asked if trump is in the Epstein files be like

[–] bier@feddit.nl 1 points 2 days ago

I was just watching this classic video, wich is a great example of the meme

https://youtu.be/thIRJLsnIxY

load more comments
view more: next ›