Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Actually, It is that complicated (Score 1) 198

It tracks all of the changes. If a train left Paris at 12:06pm on Jan 12, 1936 and averaged 60mph all the way to Moscow, you can't tell when it arrives in Moscow just by knowing the timezones now and the length of the track. You need to know what the timezones were at the time. And, you need to know exactly when they changed -- especially if they changed during the journey.

Also, since zoneinfo doesn't guarantee integrity for data before 1970 and Unix time can't even express it, that's not even a good example! :)

Comment Re:bored legislators (Score 5, Informative) 198

It's a surprise the C library that uses these files can manage to keep all the time accounting straight...

It's not that complicated. They all translate into offsets in seconds. To the computer, I don't live in America/Los_Angeles on 3:47pm Thu March 3, 2011. The computer sees:

1299196020 (unix time in UTC)
- 28800 (my zone offset in seconds, using the tz database)
+ 0 (no DST in my zone right now)
= 1299167220 (local time)

So the really impressive work has just been in conceptualizing and organizing the database so that a program just needs to lookup two questions: which of the zones am I in, and what is the current offset for that zone?

Comment Re:Challenge (Score 1) 539

This. There are always new problems to be solved. Instead of complaining about how easy it is to do the same things we did in 1995, how about dedicating all your free time and ostensible baremetal skills to writing patches that solve TODAY's problems and tomorrow's problems? Help with btrfs, Tor, SystemD, DNSsec, or how about writing the code to finally make xinerama with compositing work again in xorg? That is currently an OPEN BUG. Anyone who says they miss the grit, and isn't spending their time on this stuff, is just all talk.

Comment technobabble <3 (Score 1) 161

"The most important difference from conventional hacking is that the fraudsters do not need to log into the online banking computers - they simply ride on the existing and authenticated session, much as a child might slip in unnoticed through a turnstile at a sports event, train station, etc."

Like putting too much air in a balloon!

Submission + - Concentrator to boost solar panel light input (gizmag.com) 1

cylonlover writes: "California company HyperSolar claims that it has just completed the prototype design of "the world's first thin and flat solar concentrator for direct placement on top of existing solar cells" that could magnify the sun’s rays by 300 to 400 percent. Each sheet will contain a matrix of optical concentrators that are capable of collecting sunlight from a variety of angles. Beneath those concentrators will be a "photonics network," that will channel light from all the collection points on the top to concentrated output points on the bottom. This network will also able to separate the sunlight into different spectrum ranges, so that specific ranges can be sent to specific cells designed to absorb them."

Slashdot Top Deals

"The medium is the massage." -- Crazy Nigel

Working...