this post was submitted on 25 Nov 2025
769 points (98.9% liked)

Programmer Humor

27490 readers
1620 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
[–] rozodru@pie.andmc.ca 16 points 1 day ago (1 children)

meh better than when it adds a #TODO and then claims whatever you told it to do is done.

[–] ArsonButCute@lemmy.dbzer0.com 7 points 1 day ago (1 children)

I like when it insists I'm using escape characters in my text when I absolutely am not and I have to convince a machine I didn't type a certain string of characters because on its end those are absolutely the characters it recieved.

The other day I argued with a bot for 10 minutes that I used a right caret and not the html escape sequence that results in a right caret. Then I realized I was arguing with a bot, went outside for a bit, and finished my project without the slot machine.

[–] undefined@lemmy.hogru.ch 1 points 16 hours ago

Ironic because it constantly screws up escaping on macOS. I have a feeling when it says Bash it’s actually using zsh (default on modern macOS) and it doesn’t even realize it.