this post was submitted on 17 Apr 2024
1443 points (98.6% liked)
Programmer Humor
19471 readers
1587 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
oh so now we're right back around at time zones again, wonderful.
except now it's even more fun because there is zero standardization at all, but users are still going to expect for their computing devices to tell them a time that makes sense. Ah, but culture X thinks the day starts "6 hours before sunrise" and culture Y is more "the day starts when the sun is halfway between sunset and sunrise" and culture Z thinks something even more insane. Oops, now we've got locale-based time zones. Locale awareness is honestly even worse than time zones because its just so damn unexpected at times. My own computer has a horrifying mix of US and Europe locale settings, and that is already crazy enough.
stupid people will always think everything is just so simple.
Pretty much. Shows how it wouldn't actually help a lot. It's making one thing simpler while making other things more complex. It's interesting to think about new problems it would bring and how would they be dealt with. And how much worse the solutions would be than the current problems.