this post was submitted on 11 Apr 2026
177 points (97.8% liked)

Programmer Humor

41787 readers
107 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 41 points 2 days ago (1 children)

Valid. You need to know if it’s a sometimes bug or an always bug.

[–] theherk@lemmy.world 17 points 2 days ago (1 children)

The truly terrifying outcome is that it works after changing nothing. Sometimes bugs are the most fun to squash.

[–] naeap@sopuli.xyz 5 points 2 days ago (1 children)

We seemingly have a different opinion, what we regard as 'fun' ;⁠-⁠)

Stuff that can't be reproduced and "only" comes up because of some timing issue/race condition is often the most shit to hunt for

I'm currently in such an adventure - and I thought I had it...but the statistics show, that it only got better, but didn't catch all of the occurrences...

[–] OwOarchist@pawb.social 5 points 2 days ago (1 children)

Stuff that can’t be reproduced and “only” comes up because of some timing issue/race condition is often the most shit to hunt for

Ah, but if you can't reproduce it, you can just put in an entry of 'could not reproduce' and close the bug report. Case closed. Go home and enjoy a nice beverage.

[–] Test_Tickles@lemmy.world 1 points 1 day ago (1 children)

Tell me that you have never worked on anything even remotely ”mission critical" without actually saying it...

[–] OwOarchist@pawb.social 2 points 23 hours ago

I've worked on "mission critical" things, but that doesn't mean I gave a shit about the "mission". If I'm working for minimum pay, I'm putting in minimum effort. Which means closing the bug report faster and with less effort is always desirable.