- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
I would say Best Buy sells itself to me.
Admin
I wouldn't be so sure that the first picture is a bug and not a deliberate design decision. My guess is that enough people get confused about whether 12:28 PM is daytime or nighttime that it's worth writing it CNN's way for tracking events with 'round-the-clock updates, even if it is technically wrong.
(I'm sympathetic towards this confusion, since it's an oddity of the 12-hour clock that the AM/PM switch happens one hour before the actual number wraps around. Blame the Babylonians for not counting from zero.)
Admin
my name is missing@: Some albatross (albatrosses?)(albatri?) are not worth having, even if given to you for free.
Admin
#2: After all we know by now, this may be the most appropriate public-facing use of NaN ever.
#3: Nice, but Austrian TV did it better: https://metropole.at/orf-mistakenly-subtitles-the-swearing-in-of-kurzs-new-administration-with-telenovela-text/
Admin
On a more serious note for a Friday, apropos #1:
I admit I checked some US election sites once or twice in the last few days, and what irritated me the most (well, apart from, like, everything) was when they converted times to my local time zone, but kept displaying them in US format, giving something like "9:15 pm CET".
While technically not wrong, I've apparently been trained by now to read AM/PM times as US and mentally add a few hours when converting (which at some point gave me a future time for a past event, which is when I noticed).
So in case any of you reading this are working on such code, please don't do this. Either keep the original time zone, or convert it completely, i.e. time zone and 24-hour time for non-US.
Admin
Don't most localization libraries do that kind of thing automatically? Like, I could see writing something and using the "output this datetime in local terms" function and assuming it would be right, am I asking for trouble with that?
(I'm assuming in this case that they did not use a standard library and rolled their own.)
Admin
What's the game in the bottom left that's 60% off, anyway?
Admin
That game is BlazBlue: Central Fiction - Special Edition
Admin
“NaN NaN NaN NaN” - isn’t that just the first four notes of Hail To The Chief??
Admin
Who was that survey question sent to, Warren Buffet?
Admin
I actually like the way they format the time in #1. AM/PM gets confusing around 12, because you'd think 12 PM comes after 11 PM, but that's wrong. By writing 12:xx midnight and 12:xx noon it's very clear which part of the day it's referring to.
Admin
No, that's not good. Imagine an American abroad, he wants to see it in local time but 12h format. If possible in any way, honor the client settings for any formatting. Do not format time based on the requested timezone, but on the locale.
Admin
I believe it's actually the opening to Beethoven's 5th
Admin
Sorry, I'm afraid you're mistaken. It's actually Land of 1000 Dances.
Admin
"Imagine an American abroad" ... if an American actually travels abroad then I would expect they should have at least two brain cells to be able to knock together and do some understanding
Admin
Prime = 6:00 am and 7:00 am (in Latin counting, both index zero and index one are "first" and "first" instead of "zeroth" and "first") Terce= 9:00 am (mid morning) Sext = 12:00 pm (midday) None = 3:00 pm (noon) Vespers = 6:00 pm
Midday is not noon (9th relative (not mean) hour of the day)