Slashdot Mirror


Y2K: Hoax, Or Averted Disaster?

Allnighterking writes "Y2K -- remember the fear it generated? Cartoons were written about it. The dried food industry saw a boom. Doomsayers abounded. But in the end, no planes fell, no one died and the electric grid stayed up for three more years. Was it all a hoax? Or was it the result of careful and complete planning and upgrading. American RadioWorks has a series of articles talking about the disaster that never happened called Y2K You can either Listen in or read the Transcripts of each of the 3 broadcasts and decide for yourself. The over 100 Billion pumped into the US economy alone may well have fueled the boom and predicated the bust. Could the success at Y2K prevention have made the coming problem in 2038 something people will ignore?"

10 of 625 comments (clear)

  1. Collective fear by mirko · · Score: 5, Insightful

    I think it had a snowball effect : people inconsciously feared it and their fear grew while they heard even more about it. So it's not only the media, it's also people.

    --
    Trolling using another account since 2005.
    1. Re:Collective fear by Alan+Cox · · Score: 4, Insightful

      I'd second your experience. I kept the indexes of Y2K statements for common packages used on Linux and ended up giving statements for a court case involving Y2K failure or lack thereof. Stuff broke, most of it got fixed in time but not all of it. Eg - early 2000 lots of mailing lists emitted messages for the year 100.

      Closer to home I did Y2K testing on my fathers amateur radio contact database. Much to his suprise it comprehensively failed.

      Sure it was overhyped and the disaster-move division of the press got excited but it was most definitely real, 2038 will be just as big a deal.

      If Y2K should have done one thing it would be to teach customers the dangers of being tied to a software provider who could say "oh yes we know, tough shit, upgrade for $1M". I'm not sure it did 8(

      Alan

  2. the big problem is... by ecalkin · · Score: 4, Insightful

    that people don't believe in things they can't see. they can't 'see' spyware so it's an imaginary problem. same thing with viruses. they don't believe until something bad happens.

    it's the same mentality the apparently caused countries in the indian ocean region to decide that a tsunami warning system was not a high priority.

    there was a time in early/mid 2000 that i got so tired of people deciding that y2k was a hoax that i wished really bad things had happened.

    eric

  3. It wasn't a hoax. by dwalsh · · Score: 5, Insightful

    Certain code would do the wrong thing on date rollovers and needed fixing - I'd seen it myself.

    The seriousness of the problem was exaggerated by the following misconceptions:
    1. Everything that held a date in it with 2 digit years was going to have a problem.
    2. Everything described in point 1 that was not fixed would fail in the most disastrous way - missiles being launched, planes falling from the sky.

    In reality there could be no problem, or the problem might only be cosmetic. For example, a system I was testing would show the wrong status colour (meaning you haven't done a diagnostic in so many months) but it would not do anything wrong. Still, it had to be fixed to be Y2K ready.

    Nonetheless, I was slightly under whelmed by what went wrong on the day. I knew society was not going to collapse, but I expected a few non-critical SNAFUs. I made sure I took out cash from the ATM before New Years, but I gave the water supplies and the bomb shelter a miss :-) Globally there were one or two, but nothing major.

    --
    ${YEAR+1} is going to be the year of Linux on the desktop!
  4. Re:The current disaster shows the possible scale by Tony+Hoyle · · Score: 5, Insightful

    Elevators sticking? Traffic lights out of sync?

    Don't believe the hype. Traffic lights for example have failsafes in them to stop such things... anyway why does a traffic light care about the year? The day of the week/month maybe.

    Similarly, elevators don't give a hoot what year it is.

    Contrary to the press your washing machine will *not* think "ooh it's 1900 I haven't been invented yet.. better explode".

  5. pernicious economic fallacy by tjic · · Score: 4, Insightful
    ...The over 100 Billion pumped into the US economy alone may have fueled the boom...

    No money was pumped "in" to the US economy. Money was merely moved from one use to another.

    While the economy gained from the new spending, it lost from the lack of the default spending.

    Without any hard data, one should assume that this was either a wash or - more likely - a net productivity hit.

    People make this mistake all the time: "ooh! hurricane! I bet all that spending on new windows helped the economy!". No, it didn't. It took money that would have otherwise been spent at restaurants, book stores, etc., (or left in banks and brokerage accounts, where it helps build other sectors of the economy) and moved that money into glass repair shops and plywood factories.

    Don't fall for the myth.

  6. Um... it wasn't "solved", really. by 192939495969798999 · · Score: 4, Insightful

    The Y2K problem was largely just delayed by clever use of a 100-year window to account for which 2-digit year you're talking about. Once data is required on some system where we need a resolution of 101 or more years, bad stuff will happen. Of course, that's totally separate from a binary representation of "today" being equal to the binary representation of "end of file", but I guess it's easy to lump computer problems all under the same umbrella... and yes, I think the 2038/2029/etc. bugs are going to be a thousand times worse than Y2K, but again, we will come up with a kludge at the last minute that will keep it going for a while longer.

    --
    stuff |
  7. Economics 102... by Goonie · · Score: 5, Insightful

    While you're at it, read the whole Wikipedia article, and the transcript of the radio series. Specifically, read the bit about Keynesian economics, and how stimulating aggregate demand can encourage more productive use of capacity where it is underutilized. This arguably happened with the development of low-cost Indian outsourcing services. Second, the radio feature suggests that the trigger of the Y2K issue caused businesses to think about their IT infrastructure and how to improve it in ways that made them more efficient in the long term, more so than they would have done without that pressure.

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  8. Re:Perl Script by Bj�rn+Stenberg · · Score: 4, Insightful
    Tue Jan 19 03:14:07 2038 <-- Last second in 32-bit Unix systems

    Wrong, that's the last second in 31-bit unix systems!

    The 2038 limit is way overhyped. The only thing we have to do is change the definition of time_t from:

    typedef long time_t;

    to:

    typedef unsigned long time_t;

    And we can merrily keep using it on our 32-bit systems until 2106.

    POSIX disallows negative time_t anyway, so if you've used it you deserve to have your system break.

    (This rant is a dupe since I said the same thing here four years ago.)

  9. Same IT perception problem as always by obtuse · · Score: 5, Insightful

    I can't believe how many people here just don't get it. Nothing happened because of a huge effort, not because it wasn't a real problem. I'd have thought the ./ crowd would have a clue about this.

    This is the same promlem IT always faces. What we do is abstract enough that management can barely believe we do anything at all, but the fact that you are able to use your computer systems at work doesn't mean that you don't need any IT staff. Come on folks, just 'cause it's working doesn't mean we aren't doing something.

    Is your car running? Then I guess you don't need gas, much less oil.

    I know I averted a lot of problems for a lot of people. I was doing IT & POS Support, and spent a considerable amount of time dealing with Y2k issues, and my boss spent more time, including dealing with an unfixed Y2k bug in the most popular retail back-end system. But before the year end and after the bios updates & bug fixes, _our_ systems worked. I was on call that night, but I didn't get called. That certainly didn't convince me my Y2k work had been useless. Oh, and dates matter. Talk to anyone doing Sarbanes-Oxley work, or making sales projections, yadda-yadda.

    I expect this kind of nincompoopery from the mainstream media, and that's where much of the panic came from. I didn't tell anyone to buy a generator. I expect better of /. (I just realized how silly that sounds.)

    --
    Assembly is the reverse of disassembly.