Slashdot Mirror


Is Daylight Saving Shift Really Worth It?

Krishna Dagli writes "Two Ph.D. students at the University of California at Berkeley say that Daylight Saving Shift will not do any good or create any energy savings. We are already spending money for software upgrades in the name of saving energy and after reading following article I wonder has congress really studied the impact of DST shift? " I also read some back story on the concept; OTOH, I found TiVo's suggestions that I manually change everything on my Series 1 device to be somewhat...insulting.

96 of 652 comments (clear)

  1. Is it worth it? by AltGrendel · · Score: 3, Insightful
    One word says it all.

    NO!

    --
    The simple truth is that interstellar distances will not fit into the human imagination

    - Douglas Adams

    1. Re:Is it worth it? by __aavonx8281 · · Score: 2, Insightful

      One thing the article fails to point out, which I feel has a rather large impact on the cost savings analysis of DST, is the price that companies have had to pay in terms of IT costs. The cost to develop patches for software and services, the time staff have had to spend devoted to deploying patches, testing systems and insuring that they all function properly. I'm sitting at my desk at a major university and my Cisco 'iPhone' is displaying the wrong time right now. How many IT workers are spending hours, days, or even weeks dealing with this shift? What's the overall loss in productivity due to this redeployment of resources? How much are companies paying in terms of IT budget to ensure that their systems don't foul up executives' schedules when they sync their smartphones this morning when they come into the office? I'm sure there are other hidden costs, but I'm too groggy this morning to think of them...

    2. Re:Is it worth it? by walt-sjc · · Score: 4, Insightful

      Unofficial estimates claim that costs due to the DST change well exceed a billion dollars TODAY which is more than the theoretical energy savings added up over 10 years. The cost is real and immediately incurred. The savings is nebulous and not guaranteed. Even 5 year old kid math can figure this one out. Imagine if we spent that billion dollars on alternative energy research, or energy conservation efforts - we would end up saving a LOT more money and energy than any fucking stupid DST change could have. The DST change cost my company alone well over $100K in direct costs and lost productivity. Considering what our company went through, I hate to think of what fortune 1000 companies spent - I would assume that it would be in the millions for a good number of them.

    3. Re:Is it worth it? by F1Rumors · · Score: 2, Insightful

      Whilst an important point (savings later vs cost now), the one thing that always surprises me about unofficial big-number cost estimates for IT charges is that they are inevitably overblown. And here's why:

      Take Bill, a regular programmer, who turns up to work, does 8 hours, and takes home his pay. His cost is his salary. DST kicks in early, and the company decides Bill is to work on ensuring that there are no problems with the clock change... so he turns up to work, does 8 hours, takes home his pay. His cost is still his salary, so the cost to the company is nothing.

      The "lost productivity" line is nebulous at best - his activity was redirected from other projects, for sure, but the deadlines on those projects remained the same. If those projects were important and had tight deadlines, Bill would have not been moved to DST work, and the people impacted would have been warned to update their clocks manually...

    4. Re:Is it worth it? by slackmaster2000 · · Score: 2, Insightful

      That's sort of an interesting way of looking at things. This change cost my company exactly $0, but it did cost me, personally, about 6 hours. The projects I'm working on are not going to be six hours late because of this. I simply worked longer.

    5. Re:Is it worth it? by walt-sjc · · Score: 2, Informative

      The "lost productivity" line is nebulous at best - his activity was redirected from other projects, for sure, but the deadlines on those projects remained the same. If those projects were important and had tight deadlines, Bill would have not been moved to DST work, and the people impacted would have been warned to update their clocks manually...

      I think you underestimate just how large / bad the problem was/is. In larger companies it is a huge effort. You seem to think that deadlines for other projects were not changed, or that "Bill" simply has to work more hours. Nothing can be further from the truth. Maybe in your company where management doesn't track what their employees are doing and the status of their projects, but not here.

      It wasn't just OS patches, but many many applications, network devices / appliances, etc. had to be patched too. Some legacy systems were worse as their as were no patches, so systems had to be updated manually. Some are just plain broken and there is no workaround. In larger companies, this usually means that many teams from many departments were involved. It wasn't just a "oh yeah, gotta change the time early" thing, it was a coordinated, planned effort, with testing, documentation, etc.

    6. Re:Is it worth it? by Maxo-Texas · · Score: 2, Informative

      In our case, it involved about 40 people and about 1200 hours were billed.
      Tens of thousands of machines patched.
      Hundreds of pieces of software considered.

      Real projects were pushed back 4-6 weeks for this non-work.

      Agree about "a day's work for a day's pay" angle you have. In fact, it's how we work around here-- any given day you can be off one project and on another random one that is now higher priority.

      But, I'm pretty sure this cost us at least 2-3 weeks of real productivity.

      --
      She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
    7. Re:Is it worth it? by treat · · Score: 2, Informative
      Unofficial estimates claim that costs due to the DST change well exceed a billion dollars TODAY which is more than the theoretical energy savings added up over 10 years.

      Where I work, we have a reasonably fresh environment. Better than any other significantly sized business that I am familiar with, mostly due to several rounds of cleanups. Everyone aware of the costs below was LAUGHING about how we are so much better off than a few bigger businesses in the industry who's stories we heard. Let's consider the cost associated with the DST switch:

      • Sysadmin time patching supported Solaris machines - the patch requires a reboot (yes, really), and it breaks the system until the reboot so you must reboot right away. Sometimes you have to install the recommended patch set, which could break something. I estimate about an average of 10 minutes each for the sysadmin, plus an average of 3 minutes for application guys to check the system out. 13 minutes * 500 machines = 6500 man-minutes.
      • Sysadmin time dealing with unsupported Solaris machines - Sun charges $400 per machine for the patch for Solaris 7 and older. We had 50 such machines. We decommissioned 40 and paid for 10. It took probably 1 man-hour per machine decommissioned, not counting hardware and networking effort. Some were replaced with new hardware, but I won't count that cost. 40 man-hours plus $4000.
      • Sysadmin time patching unsupported Linux machines - pretty simple actually, 1 man-hour for every machine.
      • Sysadmin time patching supported Linux machines - seemed simple at first, updating the tzdata package (1 man-hour for every machine, includes phased rollout and communication with app teams). Turns out that there was a bug in Redhat Enterprise 3, updaing the package does not update /etc/localtime. Another bug we noticed -today-, cron does not reload /etc/localtime like every other application. Add 5 man-hours debugging the latter two problems and cleaning up the repercussions of the cron problem. Add $10,000 in lost profit because of customer issues caused by cron failing to start applications at the right time this morning.
      • Sysadmin and app developer time in upgrading every Java instance everywhere, verifying that no one is still using an old one - 40 hours for sysadmins, 200 hours for app guys. We use a lot of Java.
      • We were hit by the Java bug before Sun announced it Thursday (http://sunsolve.sun.com/search/document.do?assetk ey=1-26-102836-1&searchclause=). They were aware of it back in September, but only made the announcement at the last minute after it started causing the widespread problems that they were warned about in September. Time spent debugging and cleaning up the mess, probably 12 man-hours. Cost due to messed up transactions is a low estimate of $50,000.
      • Another 40 man-hours spent by everyone re-testing and re-checking their applications for the newly discovered bug. Sun's fix was so insane sounding and was so last-minute that we could not just deploy it.
      • Other miscellaneous devices, networking gear, console servers. Patching databases. 40 man-hours.

      I count 487 man-hours plus $64000 in direct costs and lost profit. Figure an average employee cost of $100/hr. $112,700 in total costs. Wow!

      I'm still really, really confident that we had it better than most.

  2. Another case of academia vs. the real world by ip_freely_2000 · · Score: 4, Insightful

    Energy savings or not, I like the extra hour of daylight in the evening. It's extra time to play ball, take the dog for a walk or just let my kid play outside.

    I'd go for double daylight savings if I could.

    Maybe the PhD guys should get out of their classroom and enjoy the day.

    1. Re:Another case of academia vs. the real world by MindStalker · · Score: 5, Funny

      I'd go for double daylight savings if I could.

      Why don't you just ask your boss if you can work 6-3 :)

    2. Re:Another case of academia vs. the real world by Vengeance · · Score: 3, Informative

      I already work 7:30 to 3:30. Having DST at all is really just a nuisance to me.

      --
      It was a joke! When you give me that look it was a joke.
    3. Re:Another case of academia vs. the real world by garcia · · Score: 2, Interesting

      I'm in 100% agreement. It might not do anything for energy consumption but it sure does make me a happier camper! I work from 9:30 to 6 and while for the last three weeks there has been some light when I'm driving home, it's going to be REALLY nice to have an entire trip with daylight. Not only do I feel better and happier during the light hours, I also feel safer because everyone else around me is driving in the daylight too.

      I take a camping trip at the end of March every year and it will be SO nice to have that extra hour of daylight to get camp setup, cook dinner, and enjoy the park.

      While I don't agree with nearly everything Bush has done, even though it's possibly for the wrong reason, this one is a good thing.

    4. Re:Another case of academia vs. the real world by schon · · Score: 5, Insightful

      Energy savings or not, I like the extra hour of daylight in the evening. It's extra time to play ball, take the dog for a walk or just let my kid play outside. So why don't we all just keep the clocks an hour ahead, and get that "extra hour" all year round?
    5. Re:Another case of academia vs. the real world by Hoi+Polloi · · Score: 3, Informative

      "I take a camping trip at the end of March every year and it will be SO nice to have that extra hour of daylight to get camp setup, cook dinner, and enjoy the park."

      When I camp I get up with the sun and set up camp around sunset regardless of what the clock says. DST doesn't give you more daylight.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    6. Re:Another case of academia vs. the real world by Eravau · · Score: 2, Insightful

      I take a camping trip at the end of March every year and it will be SO nice to have that extra hour of daylight to get camp setup, cook dinner, and enjoy the park.

      Am I missing something? If you're on vacation camping, nobody's going to make you get up or go to bed at any certain hour...DST isn't giving you any more or less daylight than you would have without it.

      As for DST's usefulness during workdays...I hate it. I have to try and adjust my body's rhythm twice a year and it gains me nothing. Between long work days and long commutes, it doesn't matter what the clock is set to. It will be dark (or close to it) when I get home.

      I grew up without DST (in Indiana) and somehow we lived. We got everything done that needed done. We had plenty of daylight to play and work and shop and so on. Maybe we were just more efficient in Indiana than the rest of the world. I hope everybody else catches up someday.

    7. Re:Another case of academia vs. the real world by Andrewkov · · Score: 2, Informative

      It takes energy to have the headlights on. That energy comes from burning gas. A car would get slightly better mileage when driving with the headlights off.

      However it is a bad example, I would keep the headlights on for safety reasons anyway, and most (if not all) newer cars have daylight running lights which are always on.

    8. Re:Another case of academia vs. the real world by IDontAgreeWithYou · · Score: 4, Informative

      On /. we obey the laws of thermodynamics. You are absolutely, 100% using more energy running your headlights in your car. ALL of the energy used by your car comes from the gasoline that you put into it (with the small exception of any charge already in the battery when it was installed). Therefore, you are using more gasoline with your headlights on than you would if they were off. It might be too small to easily measure, but the difference is there.

      If you want some tangible proof of this, find a small hand cranked generator and hook it up to a blinking light bulb. You can actually feel the crank get harder to turn when the light is lit and become easier when it goes off. So the more electricity used by your car, the more gasoline you use or your battery goes dead.

      --
      Finding other idiots on /. that agree with your opinion doesn't make it any less stupid.
  3. Yes! No! Maybe! by kaleco · · Score: 4, Funny

    Quick, someone add the tags please.

    --
    Prosperity is only an instrument to be used, not a deity to be worshipped. Calvin Coolidge
    1. Re:Yes! No! Maybe! by AstrumPreliator · · Score: 2, Insightful

      I really wish I had mod points right now. The tag system as it is bugs me when they let articles in with questions in their titles. The tags are to classify the articles, not respond to or give feedback for them. Yes, no, maybe, slownewsday, etc... They're all worthless imo.

  4. So you're trying to tell me... by hansamurai · · Score: 4, Funny

    ... that two college students think they're smarter than a bunch of politicians?

    1. Re:So you're trying to tell me... by Legion303 · · Score: 5, Funny

      I'm not sure what point you're trying to make. My three-year-old son is smarter than a bunch of politicians.

  5. Value may not be measurable in economics by Zontar_Thing_From_Ve · · Score: 2, Interesting

    So what if an early DST doesn't really have huge enery savings? Of course, this is a research paper by 2 students at the People's Republic of Berkeley, who no doubt must be the most completely objective sources on the planet. (sarcasm off) There are benefits such as being able to actually go outside and get some exercise after work or do yard work because it's not too dark, being able to drive home after work in daylight and so on. I love DST and I wish the government had moved it up years ago, but I'm glad it's already started.

    1. Re:Value may not be measurable in economics by cduffy · · Score: 3, Insightful

      Why don't they just pass a law stating that for purposes of the government, standard work hours are shifted +1/-1hr within a given time period, and encourage private industry to do the same? That way you get your ability to drive home in daylight, and I don't have anyone screwing with my clocks.

      (For that matter, if it's that big of a difference, why doesn't private industry decide to change business hours independently? Personally, I don't see it as a big enough change to be worth bothering -- but then, I exercise in the mornings rather than afternoons, and have an employer who allows me to shift my hours at will).

  6. Who cares about "energy savings"? by kria · · Score: 2, Insightful

    I want my daylight savings time for one reason - so I'm not woken at an ungodly (Ungodly? unGodly?) hour when the sun rises at its earliest, and I know I would be - if the sun didn't, my husband, who is very reactive to sunlight, would be awake and that would do it.

    I live in Indiana, and I'm thrilled that we're finally doing DST.

  7. Re:Another case of academia vs. thereal wrld - YES by Markvs · · Score: 4, Interesting

    I agree. I live near NYC and it does WONDERS for my morale. The days of going to work in the dark and leaving in the dark weigh heavy on the soul/psyche. DST is a big boost, IMO.

    --
    46. The Hobo smiles, his eyes glaze over, and he burps. "Beware the man who has lived longer than the Wasteland."
  8. Issues so far by OriginalArlen · · Score: 3, Informative

    According to the SANS Incident Handler's Diary, various issues have been reported in Cisco VOIP phones, Blackberrys, Veritas aka Symantec BackupExec, and Watchguard firewalls.

    --

    Everything I needed to know about life, I learnt from Blake's Seven
  9. Congress? by Anonymous Coward · · Score: 5, Insightful

    I wonder has congress really studied the impact of DST shift?

    It is already well-established that the US Congress doesn't bother to read the laws before they pass them.

    If they don't even read the law, I doubt they would do any studies.

  10. Move to Saskatchewan, Canada by thomasdz · · Score: 2, Interesting

    You know, except for all the TV shows on cable shifting by an hour, I really didn't miss having to run around the house changing the clocks twice a year when I lived in Saskatchewan. But, now that I'm outside of Saskatchewan, I'm also bombarded by those idiot^H^H^H^H^Hpeople who say "You lose an hour of sleep tonight"...well...no I don't ...and I also won't "be well rested tonight because I'll get an extra hour of sleep" ...guess what: I don't use an alarm clock. I get up when I get up. I don't gain or lose any sleep and all I ever get is annoyed when I have to run around changing clocks.
    Being in Canada, the time shift means that I use more electricity because when I get up...It's now darker again, so I gotta turn the lights on.

    --
    Karma: Excellent. 15 moderator points expire sometime.
  11. Re:Already spending money? by Waffle+Iron · · Score: 4, Insightful

    This change in DST was definitely worth it, if only for the benefit of forcing embedded systems designers to remember to not hard-code DST dates into their code. Historically, these dates have been changed about once per decade in the US alone. Assuming that they'll never change again is plain stupid. This shift will help train the current generation of developers to just not do that.

  12. maybe by mastershake_phd · · Score: 2

    If you like the extra hour of light at night its worth it. It would be nice if people adjusted themselves without being forced to but that just isnt going to happen.

  13. More driving? by Lurker2288 · · Score: 5, Interesting

    According to CNN.com, a gas price bump is expected now because people are expected to drive more with the expanded daylight hours.

    So wait, Washington passed a law to change DST early...the early DST change is now being used to justify gas price increases? Coincidence? Happenstance?

    Sorry all, maybe my TFH is a little tight this morning.

    1. Re:More driving? by MyNameIsEarl · · Score: 2, Funny

      A fart is a good enough excuse for big oil to justify an increase in gasoline prices.

    2. Re:More driving? by hb253 · · Score: 2, Informative

      We will get an increase in gasoline price regardless of DST. This is because the refineries have to switch to summer-formula gasoline which is more expensive to produce.

      --
      Self awareness - try it!
  14. The other side by Spackler · · Score: 3, Interesting

    Ok, I am going to argue the other side of this.

    From TFA:
    But Ryan Kellogg and Hendrik Wolff, who are working on their doctorates in economics, say the reduced need for light in the evening will likely be negated by the increased need in the early morning.

    That sounds logical, but it is not (IMHO). In the morning when I get up for work, I turn on maybe two lights (bedroom and bathroom). I am focused on getting ready for work, so there is not any entertainment (TV), stereo, really nothing except an electric razor. I brew my tea, and I am off to work (I don't think my headlights count as extra energy).

    When I come home from work, well, all the lights in the kitchen, the halls, very soon the livingroom, the plasma TV, the surround sound, the computer. Lot's more things. Now, most of these don't change from summer to winter, except the lights. If it is light out, I do not turn them on (shocking). That is a savings of energy by not turning on the lights.

    I really don't think this article took into account the different energy needs from the morning to night times. It is short sighted.

    Spack

    (ok, the gate is open for you to disagree, but really think about the way you do things different in the mornings and how most people do it different first)

    1. Re:The other side by Aladrin · · Score: 2, Interesting

      You should have left out the mess about the tv, etc. It isn't affected and has nothing to do with this. Mentioning it only clouds the issue.

      The only difference is the livingroom, kitchen, and hall lights. So assuming you have 3 bulbs in the kitchen, 3 in the living room, and 1 in the hall, that's 7 bulbs that are on an extra hour a day.

      It sounds like you're already at least a little energy-conscious, too, as most people will turn on a light if it's not quite bright enough in the room. You just leave them off, apparently. (I'm talking about the hall and kitchen, here.) So for most people, that only leaves the living room. And quite a few people watch the morning news before work, to get a handle on weather and traffic, especially. There's the living room lights on, too.

      So for most people, as you encouraged me to think about, there is no difference. For the energy-conscious bunch, there's very little difference. And for me personally, there's no difference. DST or not, I get up before the sun has even thought about peeking its lazy ass over the horizon, and I'm home LONG before it decides to take a rest.

      In the end, I think more energy savings come not from the DST itself, but from getting people to talk about saving energy.

      Two last thoughts: Lightbulbs are getting more efficient every year. The saved energy from this scheme reduces every year. I wonder where the line is that we spend more energy talking and setting clocks than we save from the change?

      Last thought: I used to hear this was 'for the children' so they wouldn't stand at the bus-stop in the dark. Why not just let them go to school an hour later, instead, if they're really worried about that? Most children already get home before their working parents, so it's not that.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  15. I'm a "night person" by Migraineman · · Score: 3, Insightful

    Clearly this legislations was thought up by a "morning person." You douchebag "morning people" and your silly daylight requirement may suck my left nut.

    1. Re:I'm a "night person" by geoffspear · · Score: 3, Insightful

      Umm, wouldn't a "morning person" prefer to have light in the morning instead of later into the night? Clearly you're an idiot.

      --
      Don't blame me; I'm never given mod points.
    2. Re:I'm a "night person" by Sponge+Bath · · Score: 2, Funny

      It looks like someone has a case of the 'Mondays'.

  16. Re:Already spending money? by EggyToast · · Score: 3, Insightful

    It shifts all the time. It's even slowly moved westward as cities on an eastern time zone border have pushed to get lumped into the next time zone. Why? Because the vast majority of businesses aren't flexible in their staffing hours and people can't choose to simply go in when they wake up.

    My wife says that she wishes DST was all the time, as she has no problems waking up in the dark but tends to work long hours and we regularly stay up until 11 or 12.

    And yeah, as a reminder to programmers it's great, but it's also great for all people to realize that time is abstract and can pretty much be whenever. I don't think I've ever heard an elderly person lament the time when we were all standard time.

  17. Re:Another case of academia vs. thereal wrld - YES by hackstraw · · Score: 4, Insightful

    The days of going to work in the dark and leaving in the dark weigh heavy on the soul/psyche. DST is a big boost, IMO.

    But that has nothing to do with DST, that has to do with 1) what time you come and go to work and how long you stay there, and 2) the days are simply shorter in the winter because the Earth's axis. In extreme Northern and Southern climates (think North and South polar regions), its daylight and dark 24 hours a day depending on the season, and changing the clock will not change that.

    I heard on NPR the other day, that the _real_ reason for DST is not to save energy, but rather to appease the retail sector. They have data that people are more willing to go out and spend money after work if its not dark. So people go motoring around in their fuel efficient SUVs, blow money, and thus energy is saved!

    Personally, I don't understand why humans are so clock oriented vs sun oriented. It kills me that houses in the US are built in random directions (unless there is a nice view) instead of oriented around the Sun.

    Sometimes I think humans are the silliest of all animals.

  18. Re:Already spending money? by cooley · · Score: 5, Funny

    Is DST WORTH IT? Boy, Let me tell you a story about the place I come from.

    I live in Indiana (a midwestern US state). Up until last year, we'd never done DST before at all (with a few exceptions in towns whose economies were linked to cities across the border in other, DST-observing states).

    Before we had DST, it was HELL. All year, it got dark at like 2:00pm. There was no Little League Baseball, no football (american or otherwise) for the kids. Most of our youth joined gangs, who roamed the incessant darkness in large, heavily fortified bad-mpg SUVs, kicking puppies and beating up old ladies just for fun. There was no Christmas and no birthdays, and if we saw the Easter bunny we ATE HIM.

    Though many people had the misconception that we were "America's Breadbasket", in fact the darkness prevented us from raising any sort of sustenance crops and most of us resorted to cannibalism to survive. Most Hoosiers (that's what we're called, it means "land of eternal darkness" in a Native American tongue) eventually starved to death, which was viewed as a welcome respite from the hellish, unstoppable night. Dogs and cats, living together, you get the picture.

    Then, we elected a new Governor who brought us into the light (literally). With the introduction of DST, and the seemingly random (almost whimsical, really) distribution of our Counties between two time zones, our lives were changed forever. Now, it's light outside pretty much twenty-four-fucking-seven. Our kids are all on at least six sports teams and never shoot each other anymore. They call you "sir" or "ma'am" (these words were not used before, as it was difficult to discern gender in the darkness), shine your shoes for you, and present you with ice-cold lemonade from stands with amusingly misspelled signs. We discovered oil everywhere, we grow more crops than the world could ever possibly use (which has ended hunger globally) and we're all filthy, stinking RICH. All the women have big perky boobs, all the men are RIPPED, and everybody has an IQ of at least 160.

    Yes Sir, I don't know what we'd do if it weren't for good ol' DST. I have to assume that with the new DST-extending rule from our good friends in the US Congress, we'll probably just evolve to a higher state of being and shed these silly, out-dated husks to become super-intelligent beings composed of pure energy.

    --
    Just then the floating disembodied head of Colonel Sanders started yelling Everything You Know Is Wrong!-Weird Al
  19. The letter from TiVo by AtariDatacenter · · Score: 2, Informative

    Here is what TiVo sent me. The Thursday (Mar 8) before DST. Thanks for the warning!

    Dear TiVo Subscriber,

    As Daylight Saving Time commences three weeks early this year, we
    thought we'd beat the clock to let you know how this unusual schedule might
    affect recordings on your TiVo(r) Series1 DVR. (Hint: Chances are
    slim.)

    While the TiVo service will continue to automatically record your
    Season Pass(tm) programs and WishList(r) searches at the correct airtimes
    without incident, there are two things to note:

    1) For the three weeks that follow the new Daylight Saving Time start
    date (March 11), your Series1 TiVo(r) DVR may display the incorrect
    time.

    Again, to be clear, this is only a cosmetic issue and should not affect
    your Season Pass(tm) and WishList(r) recordings.

    2) If you have any MANUAL recordings scheduled between March 11 and
    April 1, you
    will need to adjust those recordings as appropriate. Here's how:

    - From TiVo Central, select Pick Programs to Record, then To Do List.

    - Locate your Manual Recording (by channel, date, time) and adjust
    accordingly. For example, if you have a daily manual recording from 8:00 am

    - 9:00 am, you will need to change it to 7:00 am - 8:00 am on March 11.
    (Quick Tip: If there are no recordings in this list preceded by the
    word "Manual", there's nothing further you need to do.)

    - On April 1 be sure to change it back to its actual time, i.e., 8:00
    am - 9:00 am.

    For more details, please visit www.tivo.com/dst

    Thanks for being a TiVo subscriber and here's to a beautiful spring!

    - Your friends at TiVo

    TiVo, Season Pass(TM), and WishList® are trademarks or registered
    trademarks of TiVo Inc's subsidiaries. ©2007 TiVo Inc. 2160 Gold Street Alviso,
    CA 95002-2160. All rights reserved. Please feel free to review our
    Privacy Policy.

  20. News Flash by BigDogCH · · Score: 3, Insightful

    I see your point, and I like it when you are a happy camper, but daylight savings does NOT change how many hours of daylight we have at our disposal.

    I repeat DAYLIGHT SAVINGS TIME DOES NOT GIVE US MORE DAYLIGHT. It does not change the planets tilt, rotation speed, or smell.

    Sorry, but it just bugs me when everyone claims it gives us more daylight. DST should be abolished altogether. Any companies that want to change their business hours for the seasons should do so on their own. Factories in the Midwest, like mine, start their employees 2-3 hours earlier in the summer so they can avoid the heat of the day. DST just means now we have to start our employees 3-4 hours earlier to avoid the heat.

    DST is my new mortal enemy.

    1. Re:News Flash by hal2814 · · Score: 5, Insightful

      "I repeat DAYLIGHT SAVINGS TIME DOES NOT GIVE US MORE DAYLIGHT."

      I think we're all aware of that. It must be nice to work in a business that can adjust business hours on their own without any serious repercussions but a lot of us don't have that luxury. I have to be at work when my clients are at work. That's one of the advantages my clients have to using us over using someone offshore. All of our clients live in an 8-5 world so I too live in an 8-5 world. I'm rather fond of my 8-5 world including more daylight after I get off of work. That's extra usable daylight which is the real pro DST argument as far as I can tell. I don't really think anyone believes that setting clocks a certain way impacts the amount of time the sun spends in the sky daily but nice straw man (a term I really think is overused but is unfortunately most appropriate here).

    2. Re:News Flash by flyingfsck · · Score: 2, Insightful

      What 8-5 world? When I was in primary school (which is a helluva long time ago come to think of it) businesses started to change to flexi time. Only a few government departments run on an 8-5 schedule. DST makes no difference to the majority of people - they go to work when they feel like it. My conclusion is that you must be living in Washington DC...

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    3. Re:News Flash by mstahl · · Score: 4, Funny

      I don't really think anyone believes that setting clocks a certain way impacts the amount of time the sun spends in the sky daily...

      You'd be surprised. . . .

    4. Re:News Flash by Larus · · Score: 2, Interesting

      I have clients in East Asia, and I live in a 9PM-5AM world, catch a nap, and start dealing with the work on the US side. Now I'm going 10PM-6AM, breakfast, and back to work. Most of the world don't change clocks, unlike us.

      Americans love traditions, no matter how idiotic it is.

    5. Re:News Flash by ivan256 · · Score: 2, Informative

      That's a pretty snarky comment.

      There are very very few businesses where start / finish times really matter, though there are more where they are enforced. Service oriented you say? Contractors (carpenters, electricians, plumbers, sanitation, maintenance) not only can choose their hours as they please (with the exception of emergency calls), but the frequently do. Consumer banking keeps retail hours, so you need to be there when the storefront opens, but they have no regard for their customer's schedules; after all, the term "Banker's Hours" exists for a reason. Construction and manufacturing require their workers to keep strict hours, but there is no reason they couldn't change those hours throughout the year to work during daylight...

      How many jobs have you had? And I'm not talking employers... How many different jobs have you worked? I'd venture to guess that the answer is one or two.

  21. Depends on your lattitude by ronys · · Score: 3, Interesting

    Obviously, the closer you are to the equator, the smaller the difference between daylight hours in summer and winter.

    However, for those North/South of about 30 degrees, the difference is significant. Not to mention the (measured, reference unavailable) reduction in traffic accidents due to fewer people driving home from work in the dark.

    --
    Ubi dubium ibi libertas: Where there is doubt, there is freedom.
  22. Re:It's dependent on where you live by Anonymous Coward · · Score: 2, Interesting

    Exactly. Congratulations on being (so far) the only reply that mentions distance from the equator.

    Your distance from the equator and the season are the two critical factors. If you live far from the equator and it is closer to the summer solstice than the winter solstice then you have 'daylight to spend'. Where should we spend it? In the evening, or in the morning? Most people don't have any interest in getting up earlier than 6:00 AM, so shifting those wasted hours of sunlight to the evening makes sense. It also makes it easier to sleep in to a decent hour.

    Trying to apply a study in Victoria, Australia to North America seems silly (disclaimer: the ABC news story didn't list full details of the study). Melbourne, Victoria is only 37.7 degrees from the equator, and most of the state is even closer. So, they don't get much change in day length, compared to the probably 60% of the continental US that is farther from the equator than Melbourne. Don't get me started on Alaska.

    The problem with the DST change is that it now starts when we are still in a sunshine deficit. In the Southern states the days are still about half sunshine, as always, and in the Northern states the days are still noticeably less than half sunshine, so we're spending our excess sunshine hours when we don't have them.

    I like DST because I'd rather have daylight in the evening than in the morning--I rarely get up before 7:00 AM. And, I like having DST earlier because I like to bike to and from work and since I ride in around 9:00 AM and return around 5:00 AM it works better for me if the sun is at its peak halfway between--around 1:00 AM--which is what DST does.

    However, it seems unlikely that there would be much if any power savings for the next three weeks of DST where we are robbing Peter to pay Paul, and Peter doesn't have much to start with.

    Anyway, this is a long-winded way of saying that discussing the usefulness of DST without specifying a distance from the equator is pointless. There's a reason that tropical countries (including New Mexico :-) don't generally use DST.

  23. I've got an idea by voice_of_all_reason · · Score: 3, Funny

    Why don't we just set the clocks back 9 hours? Since Daylight Savings Time adds an hour of light, doing this will make it daytime all twenty-four hours. It's a win-win scenario!

  24. Energy has nothing to do with it by davmoo · · Score: 3, Insightful

    Anyone who thinks the decision to keep the US on DST, or increase the time it is on DST, has anything at all to do with energy savings is woefully naive at best. The US increased DST because of commercial interests involved in outdoor entertainment and business. And those commercial interests bought congresscritters to do their bidding.

    Any other government explanation is a lie. No exceptions.

    --
    I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
  25. In a word: No by SwashbucklingCowboy · · Score: 2, Insightful

    DST isn't about saving energy because it doesn't. It's about adding an hour of sunlight at the end of the day so that people can go out and shop - thus using more energy, not less.

    There's a reason that American Chamber of Commerce has strongly support DST since it's inception.

  26. Re:Already spending money? by Fordiman · · Score: 2, Interesting

    Wow. My coffee-starved brain read that and believed it for a whole three paragraphs. I'm shocked at my own gullibility.

    That said, funny shit.

    --
    110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
  27. It's an ineffective, stupid move. by Peter+Cooper · · Score: 3, Insightful

    In a 24 hour society, daylight savings is an absolute farce outside of the May->August period when it's possible to have 16 hours of daylight. If there's, say, 14 hours of daylight, then you have 2 hours of darkness in most peoples' days wherever you shift the timezones, and that's only the optimum outcome because millions wake up before daylight and millions stay up after it.

    If the government was really interested in "saving energy", it'd clamp down on emissions and fuel efficiency, and promote more effective techniques. Banning incandescent lighting and enforcing energy-saving bulb usage would strip several percent off of electricity demands year round and would cause a whole lot less annoyance than timezone changes. The EU and Australia have already figured this one out.

  28. Updating Java for DST can break something else too by twivel · · Score: 2, Interesting

    Ack! It's not worth it? All that extra time spent working to update our programs through the night and for no benefit?? And to make matters worse, those of us who spent time updating Java for DST might have been installing broken timezone data. See http://www.javasanity.org/article/7/thanks-for-the -time-sun

  29. Golf industry pushed the change? by smooth+wombat · · Score: 2, Interesting
    I can't remember specifically where I heard this (NPR?) but late last week a story came out detailing who would benefit and who wouldn't from the time change. One thing that came out was that by adjusting the time, there would be a longer period of sunlight for people to play golf in. Thus, more people = more greens fees = more profit!


    Whether or not this is true I have no idea but here is a link from ABC from back in 2005 which says the exact same thing.

    Conspiracy? You decide.

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    1. Re:Golf industry pushed the change? by davechen · · Score: 4, Informative

      Yup, I heard the story on NPR. It was an interview with Michael Downing, author of the book "Spring Forward: The Annual Madness of Daylight Savings Time". He said there's not much energy savings, but more shopping because of DST.

      http://www.npr.org/templates/story/story.php?story Id=7779869

    2. Re:Golf industry pushed the change? by SCHecklerX · · Score: 2, Funny

      And more golf courses means less trees and more global warming too!

  30. Re:Another case of academia vs. thereal wrld - YES by Fordiman · · Score: 4, Insightful

    My girlfriend's after a house with a south-facing yard, so as to catch all the sun it can (she's a garden enthusiast). It's amazing how many estate agents don't actually know which direction a given house faces.

    --
    110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
  31. Re:Already spending money? by Prowler50mil · · Score: 3, Informative

    Even if the DST dates are not hard-coded there is still the problem of upgrading all the units out in the field.

  32. real reason for DST by ezdude · · Score: 2, Insightful

    DST is definitely not about saving energy. Obviously, the real reason is for giving consumers and retailers an extra hour of sunlight, because it increases shopping. Have there been any definitive studies that show energy is conserved? I don't know, to be honest, but probably not. It would be very hard to do. Anyway, we probably use just as much energy in the morning for the extra hour of darkness in our car headlights and indoor lighting.

  33. Should be like religion ... by Shadowfoxmi · · Score: 3, Insightful

    It shouldn't be a law.. It should be up to the individual, weather or not, to follow DST.. like religious or political view. Also, It should be upto the individual, when to fall back or spring forward. [I would fall back while in bed and spring forward while at work, perhaps on a Monday morning, just like this.]

  34. Re:Another case of academia vs. thereal wrld - YES by JLennox · · Score: 3, Informative

    They're not built in random directions, the roads are. The house simply faces the road.

  35. DST All Year by Deputy+Doodah · · Score: 2, Insightful

    Screw energy savings. I need the extra hour of light so I can plant my garden after work and maybe even wash the car or something else constructive. I'm going to play basketball with my kid tonight. Yay!!!!
    I wish we could stay on DST all year. I hate coming home at 6 p.m. and all I can do is sit on my ass because it's too dark to work or play outside.

  36. Only true if year round by benhocking · · Score: 2, Interesting

    My understanding is that this would only be true if it were year round. Accidents increase on both the days that we spring forward (less sleep) and the days that we fall back (interruption in our "circadian rhythms").

    Of course, it turns out that it might not even save lives if year round (search for "school bus accidents").

    --
    Ben Hocking
    Need a professional organizer?
  37. Right! No DST in our mother's basements! by Anonymous Coward · · Score: 2, Funny

    Right! We don't need no daylight saving in our mother's basements!

  38. That assumes programmers learn from experience by DragonHawk · · Score: 2, Informative

    "This change in DST was definitely worth it, if only for the benefit of forcing embedded systems designers to remember to not hard-code DST dates into their code."

    I'd buy into that if there was any evidence that programmers ever learned from their mistakes. But in my experience, the opposite is true: We keep making the same damn mistakes, over and over.

    Hell, look at buffer overflows. Still the #1 cause of security bugs. It's not like bounds checking is a radically new idea.

    If you're of a historical mind, read The Mythical Man-Month, by Fred Brooks. It's illuminating to discover that we are still struggling with the same problems today that they were dealing with in 1960.

    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
    1. Re:That assumes programmers learn from experience by Maxo-Texas · · Score: 2, Interesting

      That's because every time you get an experienced batch of 45 year old programmers, they replace them with another batch of inexperienced 22 year old college kids.

      The last project delivered by IBM (three "teams" of basically college kids under three seasoned vets) had some extremely boneheaded obvious mistakes. The basic design was pretty good (effect of the vets probably) We spent over 4 years fixing what we could but without a clear ROI some things will never be fixed.

      Hiring inexperienced programmers always pushes the costs into the future tho. You don't pay today. You get the product delivered and get promoted out. The mess comes later and is covered by the next guy or the support programmers.

      --
      She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  39. Re:Already spending money? by DShard · · Score: 5, Interesting

    Time zone specific calculations are on the client end, as all NTP sources give time in UST. So even if your embedded device is time syncing, if the software says "DST starts in april in timezone X" it is going to be wrong (even if it is very close to being wrong by an hour). The GP ignores the fact that no amount of "flexibility" in the DST implementation is going to make it economically feasible to support a $50 device for longer than production run. The thing to fix is setting up a public system that stores time offsets for all localities and make it a standard part of all OSes, like NTP.

  40. Re:Already spending money? by Anonymous Coward · · Score: 2, Funny

    I too am from Indiana, and I can vouch for everything the poster states. Myself was actually an hour late to work this morning because I was way to busy saving daylight and admiring my new ripped abs. Kudos.

  41. Stock prices vs Savings by flyingfsck · · Score: 2, Insightful

    I there were any savings, the stock prices of energy companies would have dropped...

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  42. Re:Another case of academia vs. thereal wrld - YES by soupforare · · Score: 2, Interesting

    Humans are clock oriented because society is clock oriented.
    It's popularly difficult to interact, consume, create, foo unless you've got little deadlines controlling your movement. I blame grade school bells.

    --
    --- Do you believe in the day?
  43. why can't the clients change too by chrwei · · Score: 2, Informative

    Instead of a government mandate to change the clocks, why not use the same mandate to make it so that the 8-5 be changed to 7-4? I don't really see the difference except that no one has to fuck with all their clocks.

    --
    - Disclaimer: Information in this post deemed reliable but not guaranteed.
  44. Re:Already spending money? by Megane · · Score: 5, Informative

    Time zone specific calculations are on the client end, as all NTP sources give time in UST.

    Fortunately, WWV includes a DST flag so that at least those so-called "atomic clocks" (actually radio clocks) automatically changed at the right time.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  45. from another DST hater by bodrell · · Score: 4, Insightful
    I repeat DAYLIGHT SAVINGS TIME DOES NOT GIVE US MORE DAYLIGHT. It does not change the planets tilt, rotation speed, or smell.

    Whenever I hear someone talk about how awesome it is to have extra hours of daylight, I ask them why wouldn't it be better to just "recalibrate" the time zones so that "daylight savings time" is the new standard time, then just stop all this switching nonsense.

    But time zones are another total pain in the ass, even if there's no switching back and forth. I recently found out the China has a single time zone, whereas the country would encompass about eight zones if they used our style of time zones. And have you seen the time zone map of the US? It makes no sense at all. Alabama is completely on central time, but if you go due north, Michigan is in . . . eastern time? WTF?

    I personally advocate the abolition of time zones altogether. Let's all use Greenwich Mean Time, no time changes, and deal with it. Businesses and schools can just change their hours of operation, rather than messing with time itself. Sure, it would be weird to have sunrise at 6 pm and sunset at 6 am, but would it be any more complicated than the current system?

    --
    Si la vida me da palo, yo la voy a soportar Si la vida me da palo, yo la voy a espabilar
    1. Re:from another DST hater by LunaticTippy · · Score: 2, Insightful

      The nice thing about time zones is that you have a frame of reference when travelling. If you are at UTC-6 or UTC+4 you know the sun will come up in the AM and people will be up and about by 8. You need to be checked out of your hotel by noonish and you can guess when meals are. If someone says "Let's have drinks at 6" you don't have to wonder AM or PM. Sure a bit of research or questions could help, but I would find it disorienting, especially if changing time zones all the time. I'd have "breakfast" mapped to so many different times I'd be very confused before my coffee!

      --
      Man, you really need that seminar!
  46. Re:Already spending money? by Seedy2 · · Score: 5, Insightful

    The thing to fix is, getting rid of the DST change completely, either way, and stop changing clock twice a year. THAT'S the waste here.

    --
    Nothing to say here... move along
  47. Re:Already spending money? by Ngarrang · · Score: 3, Insightful

    I honestly do not get what the big stink is with the DST thing. This change was announced MORE THAN A FREAKIN' YEAR AGO! Any company that did not make preparations long ago DESERVES whatever problems they get. Really, this did not sneak up on us. My company prepared for it, made the appropriate changes to systems from DOS through XP. The DST change came and went. Guess what? No problems. Did it cost us any money? Um...no. When you give yourself plenty of time, you don't have to stop doing your existing job to fix the problem.

    --
    Bearded Dragon
  48. Worth it? Psychologically, absolutely. by Electric+Eye · · Score: 4, Insightful

    Psychologically, I feel a hell of a lot better when it's lighter out later. I know there are millions of people who have some sort of seasonal depression thing that are equally as delighted. I don't know if it saves any energy, but driving home from work when it's nice and bright out and being able to go for a nice walk or something in sunlight makes me happy.

  49. Re:Already spending money? by mulvane · · Score: 2, Insightful

    IQ isn't about how 'smart' you are, but more about how you can deductively solve a problem. A person can be smarter that a person with a higher IQ cause they spend more time actively using there lower IQ. Its like the pipe problem. If you have a 1" pipe and a 2" pipe, the 2 inch pipe will fill a bucket twice as fast. Right? Well, what if the 2" pipe only gets a quarter the flow of water the 1" pipe gets? What you are saying is, I'm a fairly bright person, with an IQ I could do great things with, but alas, I'm fairly lazy and stick to what I already know.

  50. Re:Already spending money? by Waffle+Iron · · Score: 4, Informative

    Not at all. The last change in the USA was 20 years ago.

    In the US, it was changed federally in 1918, 1920, 1942, 1945, 1966, 1974, 1975, 1985, 1986 and 2007. That averages out to about once per decade. Up until 1966, many individual states also fiddled with the times. Even today, states are allowed to opt in and out of DST altogether, and Indiana just recently changed its rules.

  51. Re: Indiana, former land of perpetual darkness by Not+Crafty+Enough · · Score: 5, Funny

    Dude, I'm so glad you brought this story to light. I've been telling my friends this story for years, and they look at me like I'm crazy. Truth be told, they look at me like that no matter WHAT I'm talking about, but even more so when I get started on "The Indiana Thing." I drove, naively, into Indiana in 1983, searching for the woman in the L'eggs (panty hose) advertisement in my Mom's Redbook magazine. I was operating under the mistaken premise that Indiana was - rather than the breadbasket of America - the "Pantyhose and Nylons Capital of the World, due to an unfortunate misspelling of "hoosiers" in the budget encyclopedia set that my Mom purchased from someone at her office. Driving around vainly searching for the L'eggs headquarters, the headlights in my '73 Chrysler Newport burned out halfway through my second day there, and I couldn't find my way back to the border. With a horde of cannibals closing in around my car (which only went about 10 miles between fillups - of gas, oil, or coolant) I thought the end was near. Quick thinking saved my life that day, and my penchant for popcorn. I ducked into the back seat and quickly fashioned a mask out of a box of Orville Redenbacher popcorn, and the cannibals began to bow and chant all around the Newport. You didn't TELL your readers that Orville Redenbacher was a God to the denizens of once-dark Indiana, friend. Did you forget? Not likely. Were you, perhaps, brainwashed into secrecy? Possibly. Or, more sinister still, are you STILL a member of Redenbacher's scattered army of darkness? Just waiting for a new Governor to come in and repeal the DST proclamation?? State your motives, Sir!

  52. Re:Already spending money? by Waffle+Iron · · Score: 2, Insightful

    As part of the learning process, when we experience unpleasant events, we gain the wisdom to avoid them in the future. The lesson here is: DST has changed many times in the past, and it will certainly change again in the future. Failure to anticipate this causes a lot of extra work for people. Training always has a cost, and we have just seen the cost of this lesson.

  53. The coldest hour by wytcld · · Score: 3, Informative

    Here's the real loss:

    If you live in the northern US and are doing the responsible thing and turning your central heating down overnight, then getting up an hour earlier means you're turning the heat back up earlier. Why is this wasteful? Because on sunny days in March there's significant solar gain once the sun's up. In my house that can be enough that the heat doesn't even need to be turned on in the morning - unless we get up too early.

    In the evening, both the house and the outside environment lose their heat relatively slowly. The darkest hour isn't literally just before the dawn, but the coldest hour is. It's much better to spend the coldest hour under the covers - from an energy use point of view - than to get up during it or right on its tail and turn the furnace up to compensate.

    Of course, if the government just looks at electrical use, this may not show in areas that don't primarily use electric heat. The increase in oil and natural gas use though, from this idiocy, will be real and significant.

    --
    "with their freedom lost all virtue lose" - Milton
  54. I love DST! Let's keep it all year! by skoda · · Score: 2, Interesting

    I love DST! I think we should be on it all year 'round.

    On a normal work schedule, DST gives me more sunlight when it matters most: in the evening when I'm home. It also preserves a bit more afternoon sunlight in the short, dark winter days.

    As for morning sunlight, I don't care. I'm getting up before sunrise much of the year anyway. I might as well suffer a bit there to have a better evening.

  55. The cost of springing forward by theonetruekeebler · · Score: 4, Interesting
    A few years ago the Wall Street Journal estimated that every year we lose billions in productivity worldwide this week, due to simple grogginess. Hundreds of millions wake up an hour earlier than usual then spend a week trying to adjust. It sucks complete ass.

    I have a toddler. Toddlers don't spring forward very well. Put them to bed an hour early and they'll spend two hours fighting it. Then get them up an hour early and see how happy they are to see you.

    Please, please, either ditch it completely or use it all year long. I really like having an extra hour of daylight to spend outside with the boy, the dog, and the missus.

    --
    This is not my sandwich.
  56. Re:Another case of academia vs. thereal wrld - YES by ivan256 · · Score: 2, Insightful

    Technically, I said that the agent was overpaid, and not that you paid the agent, but...

    You pay the agent if you buy through the agent. You write a big check, and some percentage or flat fee comes out of that money and goes to the agent. I don't care how they word it in the agreement (they can word it either way, depending on locality, whether they are a buyer's agent or seller's agent, or whatever) the fact of the matter is that money goes from you to the agent. The seller knows how much the agent is getting paid, and factors that in to the price.

  57. Usable daylight. by The+Monster · · Score: 2, Informative

    I'm rather fond of my 8-5 world including more daylight after I get off of work.
    Before we had these time pieces, people got up at sunrise. Over the course of the six months between solstices, the change would be a minute a day at most in the temperate zone. This gradual adjustment went away when we started using sundials, which based the time of day on noon instead of sunrise.

    Then we got clocks, which came in handy for things like train schedules. The railroads had a problem. When an Atchison, Topeka, & Santa Fe train left the former at noon, it was still 11:57:46 in the second city, and 11:16:41 in the latter. The difference caused all sorts of problems. So the AT&SF might decide to standardize on Topeka Time, while the Union Pacific would choose Omaha, which would be a minute and 36 seconds behind Topeka, complicating matters where passengers or cargo had to change trains from one line to another.

    So one of the railroad men came up with the bright idea of a standard time system for the whole country, where just the hour would differ between 'zones' approximiately 15 degrees of longitude in width. Since astronomers used the meridian of the Greenwich Observatory as '0', that would put Atchison, Topeka, and Omaha all well within 7.5 degrees of 90W (just east of St. Louis), while Santa Fe was just west of the 105W meridian, and would have its clocks set to an hour earlier.

    In practice, the actual boundaries have tended to skew westward, so that even in the Winter, astronomical noon is after 12:00 Standard Time, leaving more daylight after people get off work in the afternoon. The boundary between the Central (90W) and Mountain (105W) time zones actually touches the 105W meridian in TX, and Saskatchewan effectively pushes it further west by declaring that it's on permanent DST (which is a contradiction in terms, and is therefore rendered on maps as being inside the CTZ rather than permanent MDT)!

    Of course, a lot of Slashdotters rarely the light of day, so to them it's all a pointless exercise.

    --

    [100% ISO 646 Compliant]
    SVM, ERGO MONSTRO.

  58. Re:Already spending money? by profplump · · Score: 3, Informative

    Now if only they used it. I've got an analog radio clock that doesn't even display the date, but for some reason they decided to read the date bits and do some calendar calculations (or hard code the next X years of DST dates) to calculate DST rather than reading the flag.

    I don't understand why you wouldn't use the flag -- it seems easier to just read the flag than to calculate the start/stop dates. There's even a countdown so you can miss several days of syncing before the switch and still know when it should happen. Apparently not all clock designers share my hatred for calendar calculations.

    FYI: Common radio clocks use the 60kHz WWVB signal not the 2.5-20 MHz WWV signals. They both contain the digital timecode information, but WWV and WWVH also include frequency information (440 Hz, 500 Hz, 600 Hz, 1000 Hz and 1500 Hz beeps) and vocal timestamps, and reports about the weather, GPS health, and solar/radio conditions. In general WWV/WWVH are intended for manual use (all the time information is available in a format useful to human ears) and use outside the WWVB range, but WWVB is more accurate where available (better straight-line propagation) and less complicated to decode electronically due to the extremely low bit rate (a standard serial port can decode directly from an AM amp).

  59. Re:Already spending money? by Maxo-Texas · · Score: 3, Insightful

    There are many kinds of smart.

    Some of them are cultural.

    Some of them are inherent physically.

    People who have the currently popular versions of smart are treated as smart by society.

    In the french court, calculus counted for nothing- but you could basically kill a person with the right witty saying.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  60. Re:Already spending money? by Phisbut · · Score: 3, Funny

    The thing to fix is, getting rid of the DST change completely

    Or at the very least, the acronym DST should change. Since the so-called "standard" time lasts from the first Sunday of November to the second Sunday of March which is 19 weeks, and the "daylight saving time" lasts the remaining 34 weeks, the one which lasts longer (summer time) should be called "standard time", while the winter time, opposite of DST, should really be called "daylight wasting time".

    Really, if we're so save daylight, why not save it all year long? Otherwise, we're just wasting it.

    --
    After 3 days without programming, life becomes meaningless
    - The Tao of Programming
  61. Re:DST, artificial lighting, uniform factory hours by AshtangiMan · · Score: 3, Insightful

    To me all that daylight at 4am (ok, a bit of an exageration) in the summertime is wasted. But light at 9pm? Not wasted . . . that means outdoor activity like bike rides after work, especially earlier in the spring when it would be getting dark at 6:30 instead of 7:30. I think that it is this sense that keeps it alive, rather than the Big Brother type of control you imply.

  62. Re:Another case of academia vs. thereal wrld - YES by tbuskey · · Score: 2, Interesting

    In the early 80's I worked at an HVAC company. We had a program to do sizing estimates. You put in lat/long, ORIENTATION, window area, overhangs, heat sources (stoves, computers), humidity sources (coffee pots), ocupancy (heat + humidity there too), insulation R values in walls, roof, basement, etc.

    It would take that information and tell you what size AC you needed to cool it. With these measurements & no college degree (yet) I would come up with the same answer the boss did with his 20 years of experience.

    There was another module for the software that would let you rotate the building and see the difference. Making as much of the windows directly south facing and as few north made a *big* difference. It could be a 20-40% savings in cooling cost vs lining it up with the road like most developers do.

    Of course most houses are build to parallel the road, not the sun.

  63. Re:New DST Rules by wbav · · Score: 2, Interesting
    Formatted correctly:


    1% Energy Savings
    2 Billion spent in software/device updates
    3 Weeks until the next set of issues
    Forlorn It Techs everywhere

    --

    =================
    Unix is very user friendly, it's just picky about who its friends are.
  64. Re:Already spending money? by trix7117 · · Score: 2, Interesting

    We're actually spending more money because DST has a specific effect (ask any retailer) - more sales. People shop more during DST, and it's an immediate noticeable increase. I notice increased sales on the web as well.
    I'm sure that the fact that DST just happens to include summer, when people are much more likely to travel and spend money, has nothing to do with increased sales.