Comment Don't forget these (Score 4, Insightful) 42
Comment Another android choice (Score 1) 800
Comment UNIX time vs TAI (Score 1) 376
Not so. UNIX time is strictly defined in POSIX, as are the arithmetic relationships between it and human time, e.g. a time_t % 60 gives you the elapsed seconds in the current minute, which would not be true if unix time included leap seconds.
What you are describing is TAI, or International Atomic Time. If you were to choose to run your system on TAI, you would need some conversion routines if you wanted your system to remain POSIX compatible (which is what modern unix/linux apps expect) -- e.g. time() and stat() would need to continue to report unix-time values, and you'd need TAI-compliant library functions to request the equivalent items with their raw TAI values.
For more details, see the Wikipedia entry on Unix time.
Comment Not competing standard, competing hardware designs (Score 4, Informative) 269
Submission + - Vista vs. the Gibbon 4
Submission + - Virtually non-stick gum created (bbc.co.uk)
Submission + - NetApp hits Sun with patent-infringement lawsuit (computerworld.com)
Submission + - GPL Violations On Windows Go Unnoticed?
Submission + - "Viacom hit me for infringing my own copyright (blogspot.com) 2
Feed news.com: Movie theaters deal with woes in converting films to digital formats (com.com)
Journal Journal: Set the wayback machine, Sherman...to 1993 1
As the danger of another Clinton presidency looms large, it is necessary to put out a little reminder of what we're dealing with
Submission + - Rodriguez slaughters Open XML
Journal Journal: Google requests removal of Google Maps support from MGMaps
Mobile GMaps (http://mgmaps.com) is a free Java application for Java-enabled phones, like my Sony Ericsson K790a, which turns your phone into a GPS-enabled mobile mapping system, complete with on-line tracking, custom mapping, and a slew of other features continually being added.