this post was submitted on 18 Jun 2025
376 points (97.0% liked)

Programmer Humor

37024 readers
69 users here now

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

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HiddenLayer555@lemmy.ml 10 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Race condition that only happens on the much faster production hardware: Allow me to introduce myself

[–] davel@lemmy.ml 7 points 2 weeks ago

Unit tests can’t win ’em all. That’s where things like integration tests, staging environments, and load testing come in.

The final layer of protection is the deployment strategy, be it rolling, canary, or blue-geen.

[–] Qaz@lemmy.ml 6 points 2 weeks ago

Or an issue that only appears when using ARM and not on my AMD64 dev machine