> If you're like me and immediately said ohhhhhhhhhhhh, so THAT'S why there's twelve hours in a day! and immediately followed it up with: wait, why the fuck are they using twelve instead of ten? ... > It's most likely because you have twelve joints in your hands: three in each of the four fingers, excluding the thumb. I thought that was pretty nifty to discover. Like, I had never looked at my hands before, really. Ha…
I might not be remembering my History of Math correctly, but my recollection is that the Babylonians used Base 60, and 12 is an even subdivision of that. I also recall other Asian number systems having base 12 in some capacity, so there may be something to the counting methodology he outlined if it showed up in a few separate parts of the world. Counting that way on one hand and then using the other hand to tally the…
UTC Is Enough for Everyone, Right?
211–220 of 321 posts
Re: UTC Is Enough for Everyone, Right?
#212Re: UTC Is Enough for Everyone, Right?
#213Earlier quoted context omitted.
> It’s so predictable that developers will pooh-pooh having to write timezone code, almost as much as it is predictable that some clueless commenter on Hacker News will complain that this page has autoplaying video on it. And then someone will calmly quote this passage in response, quietly pleased with themselves that the initial commenter was rude and certainly didn’t read the post at all. Then a third person will c…
The author played us all like a fiddle.
Re: UTC Is Enough for Everyone, Right?
#214Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.
"You advocate a ________ approach to calendar reform..." https://qntm.org/calendar
It's almost like... ( •_•) ( •_•)>⌐■-■ clockwork (⌐■_■)
Re: UTC Is Enough for Everyone, Right?
#215> If you're like me and immediately said ohhhhhhhhhhhh, so THAT'S why there's twelve hours in a day! and immediately followed it up with: wait, why the fuck are they using twelve instead of ten? ... > It's most likely because you have twelve joints in your hands: three in each of the four fingers, excluding the thumb. I thought that was pretty nifty to discover. Like, I had never looked at my hands before, really. Ha…
> Probably not. This explanation of duodecimal is really farfetched and I’m pretty sure it arose from someone staring at their hands desperately trying to come up with a way to count 12 on their fingers to explain this. You are mistaken. Finger counting by using your thumb against one of the 12 segments of your fingers is common in many asian cultures. It's utterly simple and immensely practical as it allows you to c…
Re: UTC Is Enough for Everyone, Right?
#216Earlier quoted context omitted.
> 12ths are handy enough that we have a special word for “12 of something” (dozen) even though our numbering system is decimal. My understanding is that the etymology of dozen is originally traced back to duodecim (Latin for twelve) via French dozeine. Which is interesting, but doesn't really explain why it's special beyond your observation that it's a highly composite, but comfortably small, number.
It's special because we don't have a word for, e.g., "13 of something", say, "trezen".
It is interesting that "dozen" made it into everyday English but other group sizes did not.
Re: UTC Is Enough for Everyone, Right?
#217Earlier quoted context omitted.
> 12ths are handy enough that we have a special word for “12 of something” (dozen) even though our numbering system is decimal. My understanding is that the etymology of dozen is originally traced back to duodecim (Latin for twelve) via French dozeine. Which is interesting, but doesn't really explain why it's special beyond your observation that it's a highly composite, but comfortably small, number.
> dozeine. French nitpicker here. We now write it "douzaine" but spellings have changed through the ages.
Re: UTC Is Enough for Everyone, Right?
#218Earlier quoted context omitted.
I might not be remembering my History of Math correctly, but my recollection is that the Babylonians used Base 60, and 12 is an even subdivision of that. I also recall other Asian number systems having base 12 in some capacity, so there may be something to the counting methodology he outlined if it showed up in a few separate parts of the world. Counting that way on one hand and then using the other hand to tally the…
Wait, doesn’t that just give you 25?
Re: UTC Is Enough for Everyone, Right?
#219Re: UTC Is Enough for Everyone, Right?
#220So the article seems to imply you should store all timestamps as UTC (with an additional timezone string ID). But for events in the future that needs to happen on a specific "wall clock point in time", it might be better to actually store the yyyy-mm-dd hh:mm:ss as a string with a timezone next to it, because timezones can and do change often unpredictably. If you pre-calculate what "4.00pm next August 1st" is as a U…