Maybe the most awesome part of being a human being today is recycling solutions from the past to the solutions of today.
Once upon a time, written language was represented in computers by arrays of characters. Manipulating non-english user content in this model was big pain. Today, effective software dealing with written language uses UTF-8 Characters and the Grapheme abstraction. The problem was solved by separating the concepts of Bytes, Characters and Graphemes, which were previously conflated.
Clearly, it's ineffective to use the same abstraction for "elapsed time" and "time of day" due to the variable length of the day. Representing both concepts with one value leads to the problems described in this article. The concepts should be separated and a new abstraction created: Earth Position (EP).
Statements about the time of day, day of the week or lunar month of the year are really statements about the Earth's position relative to some other entity: the sun in most cases, but sometimes the moon in the case of lunar dates.
Given that "Unix time" is widely understood as "the number of seconds elapsed since Jan 1, 1970", it would be convenient to let it only represent Elapsed Time and define Earth Positional values in terms of Elapsed Time.
The leap second concept should only affect applications interested in Earth Position queries (time of day, etc) and not have any representation at the Elapsed Time level.
Within 20 or 30 years, we may need Luna Position and Mars Position queries to cater for many users on the network. Of course, we'd also need to know the distances between them, Earth-Mars Distance, Earth-Luna Distance, and Luna-Mars Distance queries, for calculation adjustments.
No it should be 24.0159254 old-hours, so that the orbital period is an integral number of earth rotations. Assuming you want to waste your mad-scientist powers on silly bureaucratic nonsense, and not on, say, spinning the earth fast enough to lower surface gravity (leap tall buildings in a single bound to get to Starbucks).
If you live in Britain and you ever hear seven pips on BBC radio instead of six, there's just been a leap second. That's the Greenwich Time Signal computer compensating for the extra second.
I've always loved the brown M&M anecdote, and consequently it always bothers me when it becomes a cliche sign of a diva in movies. Then again, lots of things bother me in movies (i.e. most things here: http://en.wikipedia.org/wiki/List_of_common_misconceptions).
From my understanding, setting leap seconds 20 years in advance is not a good idea either because large earthquakes (such as the recent one in Japan) can change the Earth's rotation speed enough to require an update.
PHK's argument is that leap seconds don't come frequently enough to ensure that software is tested in their presence. Replacing them with a 3600-times rarer event would make the problem much, much worse (but on the plus side, it'll be our descendents' problem, not ours ;)
[+] [-] jtwb|15 years ago|reply
Once upon a time, written language was represented in computers by arrays of characters. Manipulating non-english user content in this model was big pain. Today, effective software dealing with written language uses UTF-8 Characters and the Grapheme abstraction. The problem was solved by separating the concepts of Bytes, Characters and Graphemes, which were previously conflated.
Clearly, it's ineffective to use the same abstraction for "elapsed time" and "time of day" due to the variable length of the day. Representing both concepts with one value leads to the problems described in this article. The concepts should be separated and a new abstraction created: Earth Position (EP).
Statements about the time of day, day of the week or lunar month of the year are really statements about the Earth's position relative to some other entity: the sun in most cases, but sometimes the moon in the case of lunar dates.
Given that "Unix time" is widely understood as "the number of seconds elapsed since Jan 1, 1970", it would be convenient to let it only represent Elapsed Time and define Earth Positional values in terms of Elapsed Time.
The leap second concept should only affect applications interested in Earth Position queries (time of day, etc) and not have any representation at the Elapsed Time level.
[+] [-] endian|15 years ago|reply
TAI: http://en.wikipedia.org/wiki/International_Atomic_Time
UTC: http://en.wikipedia.org/wiki/Coordinated_Universal_Time
"As of 1 January 2011, 00:00:00 UTC, TAI was exactly 34 seconds ahead of UTC"
[+] [-] vorg|15 years ago|reply
[+] [-] celoyd|15 years ago|reply
[+] [-] hugh3|15 years ago|reply
Maybe 24 and a half, so we can all have a bit of a sleep in every morning.
[+] [-] uvdiv|15 years ago|reply
[+] [-] sliverstorm|15 years ago|reply
[+] [-] dpkendal|15 years ago|reply
[+] [-] ars|15 years ago|reply
[+] [-] wgrover|15 years ago|reply
[+] [-] unknown|15 years ago|reply
[deleted]
[+] [-] alanfalcon|15 years ago|reply
[+] [-] jarin|15 years ago|reply
[+] [-] Deestan|15 years ago|reply
The Japan earthquake shortened the day length by 1.8 microseconds. [1]
1.8 microseconds * 365.25 days * 20 years =~ 0.01 seconds off. Not enough to require an update, even less an urgent update before the 20 years.
1.8 microseconds * 365.25 days * 761 years =~ 0.50 seconds off.
[1] http://www.space.com/11115-japan-earthquake-shortened-earth-...
[+] [-] Florin_Andrei|15 years ago|reply
[+] [-] caf|15 years ago|reply
[+] [-] unknown|15 years ago|reply
[deleted]