this post was submitted on 28 Oct 2025
888 points (99.0% liked)

Programmer Humor

27512 readers
1133 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
[–] moseschrute@lemmy.world 67 points 1 month ago* (last edited 4 weeks ago) (10 children)

You think timezones are annoying? Try handling metrics that use imperial and metric, need to be rounded to different precisions across a large system, and are sometimes recorded in a different unit than it's viewed in. Slap some floating point error on there, and you got yourself a fun time.

I spent all day working on bug where backend was categorizing 19.9999 as falling between <20, but frontend was rounding it to 20 and categorizing it as >=20.

Edit: just to be clear, I don’t really think this is more difficult than date/time. But it does remind me a lot of solving date/time issues.

[–] FunctionallyLiterate@lemmy.ca 28 points 1 month ago (1 children)
[–] capuccino@lemmy.world 8 points 4 weeks ago* (last edited 4 weeks ago)

I remember talking about ths in early semesters of Software Engineer career in college

load more comments (8 replies)