Slashdot Mirror


Is the Internet Ready for Y2k?

THEsitemaster writes "Here is a story about how y2k compatible the net is. Although a White House spokesman has said it is compatible, there always is a chance that it isn't.... " Thank god we've got white house spokespeople to reassure us.

68 comments

  1. They Ought to Know by Mignon · · Score: 1
    After all, Al Gore invented the damn thing...

    Sorry, it was too obvious.

    1. Re:They Ought to Know by Chris+Pimlott · · Score: 1

      Good point. So if something fucks up, I can sue Al Gore, right? (Or wait, does that damned UCITA thing cover this too?)

    2. Re:They Ought to Know by cookd · · Score: 2

      You know, a lot of people get really nervous when they have to speak in public. Granted, those people shouldn't get into politics. Granted, as well, that some of the things Al Gore said are outrageously funny and off the wall. But give the guy a little slack! I know I've said some dumb things under pressure, and I'm not even nervous in public. I sympathize with the poor guy who can't do anything right (sometimes it seems that I'm that way, too!).

      And besides, I invented SlashDot. :P

      --
      Time flies like an arrow. Fruit flies like a banana.
    3. Re:They Ought to Know by Anonymous Coward · · Score: 0

      Oh man, HELP, I'm under pressure. I INVENTED SLASHDOT because I post messages there.

      ;-) I like to keep my grip on reality. Its smooth, comfortable, glove-like fit works quite nicely, TYVM.

    4. Re:They Ought to Know by Mignon · · Score: 1

      I know about nervous. As a grad student I taught first-year undergrads. After a couple years doing that, one student discovered that her friend had been in my class my first semester teaching. The friend asked "Does he still shake?"

  2. Re:First! by Anonymous Coward · · Score: 0

    Do you have a real job, or does someone pay you to sit there refreshing your screen the whole day?

  3. Broken link? by mircea · · Score: 1

    Is it just me, or is the "complete story" link on the msnbc site broken?

    1. Re:Broken link? by argathin · · Score: 1

      Yes and no - probably some bad code on the page. The text is there (the "complete story" link is just a pointer into the same page a bit lower), just doesn't get displayed.
      Use Lynx to access that page and you can read it.

      Argathin

    2. Re:Broken link? by DGregory · · Score: 1

      I've found it's a Netscape thing... either the MSNBC folks don't know how to code for more than one browser or they do it purposely so if we're desperate to read that information we'll go install IE. It's a usual thing on there that I won't be able to see the "complete story" with Netscape. All I can say is, "figures."

  4. Bill Clinton by Anonymous Coward · · Score: 1

    May Bill Clinton is hoping that come the year 2000 the internet will go down on him. (made me laugh)

  5. At least most of it, by greenfly · · Score: 1

    Considering the percentages of *nixen out there, I feel pretty safe.

    1. Re:At least most of it, by vr · · Score: 1

      .. until 2038, at least ;)

    2. Re:At least most of it, by Ech0 · · Score: 1

      I forget where I read it, but I believe statistics show that a vast majority of Internet servers are UNIX (or some flavor thereof) which leads to the rest of the pack running NT to make sure that they're patched for Y2K.

      Then there's the hardware side of it and I'm fairly confident in CISCO.

      --
      "the sky above the port is the color of a television, tuned to a dead channel"
    3. Re:At least most of it, by Delphis · · Score: 1

      Yea, great isn't it? .. Linux at home and quite a lot out there serving our connections .. I think it's 2038 or something that the 32-bit date field is good to under Linux isn't it? .. nice lot of time to move to a 64-bit architecture.

      Windows users might feel less happy, but even so .. it's probably still *nix that feeds all their connections too. Come Y2k, respect will be due ;>

      --
      Delphis
    4. Re:At least most of it, by vr · · Score: 1

      Yea, great isn't it? .. Linux at home and quite a lot out there serving our connections .. I think it's 2038 or something that the 32-bit date
      field is good to under Linux isn't it? .. nice lot of time to move to a 64-bit architecture.


      Well.. I'm no expert, so please correct me if I'm wrong, but the 32-bit date field error in 2038 is common to all UNIX'es because of the UNIX specifications, right?

      The specs say that it should count the number of seconds since 1. January 1980, and it should all fit into 32 bits.
      So any code using this will probably get into trouble when it rolls over..


      nice lot of time to move to a 64-bit architecture.

      Well.. 38 years is a lot of time in the history of computers, but we shouldn't take anything for granted.

      Currently, there exists a lot of 32-bit computers, and 32-bit computers will continue to be sold for a while. I think there is a big chance that many of these will still exist in 2038.

    5. Re:At least most of it, by vr · · Score: 1

      Considering the percentages of *nixen out there, I feel pretty safe.

      .. so UNIX is Y2K compliant?
      That's news to me. I know there are UNIX versions that are not Y2K compliant. I have been so fortunate to actually work on Y2K testing, and Solaris 2.5 needed to be patched.. but I do not know how extensive the bugs were.

      Come on; there has to be many UNIX boxes running old OS versions out there. There are still people using dusty, old X-Terminals, for crying out loud.

      UNIX Y2K compliant? Don't count on it...

    6. Re:At least most of it, by wabewalker · · Score: 1

      Tiny correction. The date is 1/1/1970 (is it the beginning of the era or the epoch? I forget.) Anyway, on 1/1/2000 I'll be celebrating Unix' 30th birthday (why everybody knows Unix was born on the first second of the 1st January 1970 :-)

      --
      --- Premature complacency is the evil of all roots
    7. Re:At least most of it, by mdxi · · Score: 1
      You don't need a 64-bit architecture, you just have to redefine time_t as a 64-bit *variable* and recompile.


      This has been hashed out several times already since i've started reading /.

      --

      --
      Posted with Mozilla
    8. Re:At least most of it, by cookd · · Score: 1

      I think it's 2038 or something that the 32-bit date field is good to under Linux isn't it? .. nice lot of time to move to a 64-bit architecture.

      I think it's 2000 or something that the 8-bit BCD date field is good to under COBOL isn't it? .. nice lot of time to move to a 16-bit architecture.

      :)

      --
      Time flies like an arrow. Fruit flies like a banana.
    9. Re:At least most of it, by Todd+Knarr · · Score: 1

      The specs say that it should count the number of seconds since 1. January 1980, and it should all fit into 32 bits.

      Nope. POSIX defines it to count in seconds since 1/1/1970, and I believe that it should be an integral type. Common usage says it needs to be a signed type, to allow for dates before the beginning of time. Nothing defines the size, although 32 bits is a common minimum. The easiest is to make it equivalent to int or long, which usually means 32 bits on 32-bit architectures and 64 bits on 64-bit architectures like the Alpha.

      And we can practically guarantee that there'll be 32-bit machines in use in 2038. Look at the amount of 60's-era code that's still in production use today. Things aren't replaced until they break, and maybe not even then.

    10. Re:At least most of it, by vr · · Score: 1

      Of course.. a misprint. I know it is 1970. I have no idea why I wrote 1980.. sorry.

    11. Re:At least most of it, by vr · · Score: 1

      Argh. I don't know why I wrote 1980. Of course it is 1970..

  6. Way OT: Can someone fix the BeOS Central slashbox by Anonymous Coward · · Score: 0

    The BeOS central slashbox is taking up the full width of my screen which is making thinks a little untidy. It's the URL for the Vancouver retailer causing the problems.

    Apologies for having to put this message here, bu where is the feedback/comments page?

  7. irrelevant by Saint+Nobody · · Score: 1

    as the backbones stay up, why does it even matter as long? It would be nice to keep the name servers, but it's not an absolute necessity. Besides i doubt anybody running a server that important would be stupid enough to let it fail.

    --
    #define F(x) int main(){printf(#x,10,#x);}
    F(#define F(x) int main(){printf(#x,10,#x);}%cF(%s))
    1. Re:irrelevant by Saint+Nobody · · Score: 1

      er, um, i should have previewed. i restructured that first sentence and didn't move enough of it over...

      --
      #define F(x) int main(){printf(#x,10,#x);}
      F(#define F(x) int main(){printf(#x,10,#x);}%cF(%s))
  8. Re:First! by Anonymous Coward · · Score: 0

    You assume I am always the same AC.

  9. It's s0x7fffffff we *should* worry about by Pete+Bevin · · Score: 1
    Hey, so what if some web sites go down. They're only web sites.

    The date that worries me is January 2038, when time_t ticks over to a negative unsigned value and bad things happen to the large portion of the Internet that runs on Unix. I'm not sure how bad it'll be, but consider that

    • We're going to be relying more on the Internet for our everyday lives;
    • The problem is less intuitively obvious to people when the date isn't a round number;

    With luck, 64-bit machines will be in widespread use by then, and so for those of us with source code, it'll just be a matter of upgrading the hardware and recompiling. But it could be pretty messy, nonetheless.

    1. Re:It's s0x7fffffff we *should* worry about by rjk · · Score: 1

      Unfortunately even with source it's not quite that simple; consider file systems and network protocols which encode times and 32 bit fields.

    2. Re:It's s0x7fffffff we *should* worry about by Emil+Brink · · Score: 1

      Yeah, negative unsigned values are plenty annoying. They should be banned. ;^)

      --
      main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
    3. Re:It's s0x7fffffff we *should* worry about by Damien · · Score: 1

      Who's to say that by 2038 we won't be running 128 bit or more machines? The computer architecture has evolved to this point in 10 years, from 8 and 16 bit, why do we assume this trend won't continue?

    4. Re:It's s0x7fffffff we *should* worry about by Anonymous Coward · · Score: 0

      Didn't people say that the year 2000 date problem would be eradicated due to rewrites of the code? Of course, that was back in the 70's! ;-)

  10. idiots...plain idiots by Anonymous Coward · · Score: 0

    hasn't anyone done their homework yet? does anyone remember why the matrix was built in the first place? here is a hint: the government needed a network that was bullet proof. able to find new routes when paths become unreachable. the whole thing was developed for a crisis situation and now they think it won't work? i refuse to believe that. come on let's think about this. the only way we could loose the entire net is if we lost power for several days. (enough time for all of the world's the ups's to run out of power and generators to run out of fuel) this would take care of all gound resources. then something would have to happen to all the COMSATs. Nuclear fallout would shield that kind of stuff. ok so maybe they are planning for a mass nulcear war or something. Some people will just never get it. I work as an independant consultant. I have seen many routers and switches in my job that have been compliant for years. the only thing that _is_ going to happen is something that happened to MCI when someone goofs on their upgrade then rolls it out to all their routers unknowingly. They'll be down for a few days but it will eventually get fixed come hell or high water.

    1. Re:idiots...plain idiots by vr · · Score: 1

      .. ok.. so the net wont stop completely, but it will get slower because of fewer links. Oh goody.

    2. Re:idiots...plain idiots by Kaa · · Score: 2

      First, I agree about the idiots.

      Second, it's not a matrix, it's a net. Free advice: overdosing on Gibson can lead to reality problems.

      Third, yes, the original arpanet was designed to go on functioning after a limited nuclear attack on the US. This does not mean that if you now take out several backbone(s) pieces simultaneously, things will not get very ugly. No, the 'net as a whole will not die. Yes, it might take you two hours to put in your trade order on E-trade.

      Fourth, I would like to remind you that a single moderately clueful piece of (the Morris worm) code brought down a large portion of the net in less than a day. There are doomsday scenarios (e.g. check www.hackernews.com) which involve stealthy quickly-proliferating worms/viruses with highly unpleasant consequences (for the net, not for some individual machines).

      Obviously, the net will not crash on Jan 1, 2000. However you seem to be claiming that the net will survive anything that could possibly be thrown at it. That is a much more doubtful assertion.

      Kaa

      --

      Kaa
      Kaa's Law: In any sufficiently large group of people most are idiots.
  11. idiots...plain idiots by Anonymous Coward · · Score: 0

    hasn't anyone done their homework yet?

    does anyone remember why the matrix was built in the first place?

    here is a hint:
    the government needed a network that was bullet proof. able to find new routes when paths become unreachable. the whole thing was developed for a crisis situation and now they think it won't work?
    i refuse to believe that.

    come on let's think about this. the only way we could loose the entire net is if we lost power for several days. (enough time for all of the world's the ups's to run out of power and generators to run out of fuel) this would take care of all gound resources. then something would have to happen to all the COMSATs. Nuclear fallout would shield that kind of stuff. ok so maybe they are planning for a mass nulcear war or something.

    Some people will just never get it. I work as an independant consultant. I have seen many routers and switches in my job that have been compliant for years. the only thing that _is_ going to happen is something that happened to MCI when someone goofs on their upgrade then rolls it out to all their routers unknowingly. They'll be down for a few days but it will eventually get fixed come hell or high water.


  12. We need MS to run the net for us! by Hobbex · · Score: 2

    I'm always a little suspicious of articles from MSNBC, and as far as I can tell, the point they are trying to make with this article is that we would be so much better off if the Internet were run from above by a government, or maybe, like, say, what about MSATAN!

  13. More assumptions by gad_zuki! · · Score: 1

    Why does the yuppie-orientated press keep making
    the assumption that if something critical isn't
    controled by a large corporation with a team of lawyers its anarchistic and dangerous? I'd rather have a team of volunteers running the show than the propietary crap they seem to love.

    Well it was MSNBC...

    1. Re:More assumptions by hedgehog_uk · · Score: 1

      It's just a bit of FUD being spread by a poor journo in exchange for his next pay cheque (yes, that is spelt correctly). And as you say, it was MSNBC.

      Mind you, MSNBC has another article on why Gnome is better than Windows, so someone there has a clue!

      HH

      --
      Yellow tigers crouched in jungles in her dark eyes.
      She's just dressing, goodbye windows, tired starlings.
    2. Re:More assumptions by PigleT · · Score: 1

      First things that come to mind when someone queries whether "the Internet is Y2K compliant" are
      a) they don't understand punctuation;
      b) they don't know WTF they're talking about.

      If they meant the infrastructure behind the Internet, then they should say so.

      To throw in a better idea: would IPv6 make it any more "Y2K-compliant"?

      ~Tim
      --

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
  14. And the RC5 one too by invenustus · · Score: 1

    While we're OT, the RC5 slashbox doesn't work either.

    --
    grep -ri 'should work' /usr/src/linux | wc -l
  15. Re:First! by Anonymous Coward · · Score: 0

    An AC is an AC is an AC...

  16. so. what. bfd. by DirkGently · · Score: 1

    Lets assume that there is a company 'A'. 'A' is an engineering firm, doing yearly business in the tens of millions. Thier internal ifrastructure relies on thier network, and to a lesser (but still considerable) extent, the internet. No network, nothing gets done. Period. Thier sysadmin or MIS guy *knows* that if things aren't shipshape on Jan 3rd when people stroll back in, it'll be his head on a platter. If I may generalize, any network that is deemed important will be looked after by the time Y2K comes. I think even a good number of mom & pop ISPs will at the minimum try to find out if they are ready for rollover.

    If I were a cop, I'd try to keep my gun well oiled. Cause it could save my life.

    Since I'm in IT, I maintain my servers. Cause it could ruin my life. If I were the guy at company 'A' in charge of a Y2K inflicted server, I wouldn't blame them for letting me go in the least.

    --

    I keep trying to pick fights, but I can't shake this Excellent karma.

    1. Re:so. what. bfd. by richardM · · Score: 1

      So since you are in IT and IBM say yep our OS is Y2K complient and so is our kit, so sleep well young man.

      Did we mention that those embeded chips in the transievers/dongle/timeprotected software are mission critical as well ;-)

      Hmmmm

  17. It just dosen't make sence (but, then, what does) by JM_the_Great · · Score: 1

    First, why do you talk to Bill Clinton?
    A: He has probably used the internet for only one thing (while putting the worlds oldest profession out of buisness),
    B: He probably hasen't ever heard of things like 'UNIX,' 'TCP/IP,' 'The First Amendment,' etc...
    C: The government can't do anything about it. (I would rather have no Internet then a government controlled Internet).
    D: His plan for declaring Martial Law on Jan. 1, 2000 woln't work!!! I have a gun, I'll go to Washington, I'll.... (hmm...all those bloody, violent games like, Commander Keen).
    E: Contrary to popular belief, Al Gore did not create the Internet. Even if he did use open-source software (which I doubt) he probably couldn't read the code anyway (execpt maybe BASIC).
    F: Out of the two monopolies (The Government and Micro$oft) in this country, why do they both seem to want control everything?

    For all the reasons stated above, it really dosen't matter what Bill Clinton says.

    That's my 1/50 of $1.00 US
    JM
    Big Brother is watching, vote Libertarian!!

    --

    --Justin Mitchell
    "2nd Place is a fancy word for losing" --Bender (Futurama)
  18. DNS and date? by Todd+Knarr · · Score: 1

    Check me here, but the DNS system doesn't for the most part care about the date, does it? If I reset my name server's system time to 1/1/1980 and restart it, will anything that talks to it even realize this? If not, then worst case is the root nameservers run with weird dates until the OS bugs are fixed. OS bugs may take out a couple of the roots, but I find it hard to believe that all of the root nameservers will be inoperative due to OS-level Y2K problems, and BIND isn't going to have a problem as long as the OS is working remotely sanely.

    1. Re:DNS and date? by howardjp · · Score: 1

      No problems at all. I set the date on my two DNS servers to 1970 and 1975 to figure out why the hell they were not picking up the correct time. I did this this morning. I have had no trouble at all except for the fact the dates are not being set correctly using xntpd.

  19. Microsoft toying with us? by Anonymous Coward · · Score: 0

    With Netscape 4.08 on two different HP-UX 10.20 machines and on a Solaris 2.6 machine, the msnbc article doesn't load completely. I can't read the body, the #BODY anchor (from the "complete story --->" link) does not exist anywhere in the page. A co-worker is able to read the article using Netscape 4.5 on Windows NT. I am able to read it using IE 5.00.2013.1312 (quite a version number!) on those same HP-UX boxes.

    1. Re:Microsoft toying with us? by Anonymous Coward · · Score: 0

      I couldn't tell ya'. I'm a web developer and I haven't even used Netscape in a year.

  20. Re:Way OT: Can someone fix the BeOS Central slashb by jflynn · · Score: 1

    FAQ says to mail bug reports to malda@slashdot.org

  21. This report is written as if the internet were by Anonymous Coward · · Score: 0

    an indivdual entity. Gosh, I hope the internet has a battery back-up so if we have a power outage the internet doesn't go down!

  22. Bad journalism by Robin+Hood · · Score: 1
    Did anyone else catch the name server / Internet confusion here?

    The Internet really comes down to 13 machines, called "root servers." These are the major "data traffic cops" for the entire Internet. If those puppies blow, the entire global network grinds to halt. [...] Network Solutions Inc. [...] runs two of the world's 13 root servers.

    So what they're talking about here is nameservers. Right. So if all thirteen root nameservers go down, DNS will be unreliable, yes. But you'll still be able to type "http://206.170.14.75/" into your web browser to read Slashdot. If you're really worried about DNS failing, start making those lists of important IP's now! :-)

    Ah well. As long as there is journalism, there will always be a few good journalists who do their research and get it right, and a large number who write about things they just don't understand and make glaring mistakes like this one. All you can do is laugh, ignore it, and keep doing whatever you were doing...
    -----

    --
    The real meaning of the GNU GPL:
    "The Source will be with you... Always."
    1. Re:Bad journalism by llywrch · · Score: 1

      >So what they're talking about here is nameservers. Right. So if all thirteen root nameservers go down, DNS will be unreliable, yes.

      If I understand the distributed nature of DNS, even if these puppies blow, DNS will still return IPs for domain names. (It may require lots of sysadmins hacking the time-to-live values in their nameservers, but the problem can be patched over until these root servers are back online.)

      IIRC, root servers are just one step in the IP number lookup process. When a client needs to know an IP number of a domain name, it will look to the TLD nameserver -- the servers for .com, .uk, .org, & so forth -- for the IP of the given domain. If it hasn't verified the IP address for the TLD nameserver more recently than the time to live value, THEN the client will query the root server.

      In other words, the root servers only affect a tiny fraction of 1% of all of the nameserver queries executed.

      Methinks NSI is spreading a little FUD, hoping that they get the contract to manage the other 11 root servers.


      Geoff

      --
      I think I see a trend here. Maybe for them it really would be easier to muzzle the entire internet than to produce p
  23. The Internet by Anonymous Coward · · Score: 0

    Hey, this internet thing sounds cool. Could somebody help me get on it? Is there a CD I need to get? Can I just order it from Microsoft?

    The line between humor and trolling is thin, indeed.

  24. Quick poll by anticypher · · Score: 2

    How many people reading /. keep a list of important IP addresses with their computer?

    In case of RNS failure (its happened a couple of times) can you still read /.? The routers running the internet don't need DNS to keep routing, as long as you can put an IP address into your browser you will be happy.

    I've written a script which pulls out a handful of IP addresses from my bind cache every few hours, so I can drop back to an IP only level of connectivity when (not if) things break again. The biggest problem with broken DNS is sendmail implementations which require a DNS lookup before accepting/processing a connection.

    the AC

    --
    Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
  25. This was on C-SPAN last night by Salis · · Score: 1

    I was watching this press brief on C-SPAN last night. It looked like a cross of engineers and marketers answering the questions of idiot reporters. Most of the questions revolved around "So will (insert system here) crash past Y2k?!" followed by "No, most likely not. Next please"
    There were no technical discussions at all...which bothered me. I'd rather have a technical discussion than a fury of "No, probably not"'s...even if this totally confuses the reporters. :)
    When were we..or anyone else..assured of our safety from the words of a reporter?
    Salis

    --
    Favorite /. tagline: "On the eighth day, God created FORTRAN." And it was good.
    1. Re:This was on C-SPAN last night by JZigmont · · Score: 1

      Having been one of the people on the panel, I agree that I would have loved to have a technical discussion. The one part that has been left out of some of the public information is that there is a technical resource site, and announcement available. The site is at: http://www.nety2k.org The 'technical' statement is available at: http://www.nety2k.org/isps/state.html Jason

  26. Re:Way OT: Can someone fix the BeOS Central slashb by zantispam · · Score: 1

    Better still, the Preferences page states that Slashbox problems go to CowboyNeal.

    --

    censorship is a form of noise, which actively seeks to drown out content with silence - Crash Culligan
  27. There is a RFC about it by Anonymous Coward · · Score: 0

    Or at least a working draft. I saw it a year ago in the IETF Working Groups page, search for the group that deals with the y2k issues.

    1. Re:There is a RFC about it by Anonymous Coward · · Score: 0

      RFC 2026 I believe

  28. Re:It just dosen't make sence (but, then, what doe by Anonymous Coward · · Score: 0

    Of course Bill knows what Unix are. They're those "men" that can't do what he has the power to do. ;-)

  29. Re:They Ought to Know... and Algore by Sun+Tzu · · Score: 2

    True, but how do you explain _Earth in the Balance_"? I suppose he was under a publisher's deadline? ;)

  30. Re:Way OT: Can someone fix the BeOS Central slashb by sfid · · Score: 1

    Interestingly, Mozilla renders the /. frontpage with the BOSC slashbox just fine, while both IE and Netscape choke on it...

  31. DUMBASS! by FatSean · · Score: 1

    WTF do you think the whole 'Y2K' thing happened? Sheeeesh....what's that quate about historical things and repetition? Hell...it's not even history yet...

    --
    Blar.
  32. UNIX RULES by Anonymous Coward · · Score: 0

    "The root servers themselves all use some variant of the Unix operating system" WOOHOO!!

  33. UNIX RULES by Anonymous Coward · · Score: 0

    "The root servers themselves all use some variant of the Unix operating system" WOOHOO!! http://www.icann.org/committees/dns-root/y2k-state ment.htm

  34. We need to worry about Y10K! by Anonymous Coward · · Score: 0

    We need a date field which can take more than a 100 billion years(hopefully longer than the universe will last) so that we are sure of not running out. Whats that, 12 decimal digits 37 digits in binary we can do that.

    Of course we have to count the seconds UNIX style(~30 million secs a year) so that'll make it 62 binary digits. On the other hand lets screw it and work with 64 digits(its neater). (I believe currently the time is encoded in 32 binary digits in UNIX, starting on January 1, 1970 as others have explaned here).

    That will give us around 614 billion years I think (2^64 / ~30 million seconds a year). If we are still around by then we will still be screwed, but who gives a ^*&&_*&((*!

    Mind you, I wouldn't be surprised if Apache, BIND and LINUX are still chugging along nicely in 614 billion AD with some of CURRENT code still hanging in there!

    Of course, the universe should have collapsed by then according to most theories, but who knows? We can't be too safe. Humanity might stagnate next year and NEVER advance even a single inch technologically in 600 billion years! Its possible... Dan Quayle was the second most powerful man on Earth for a while.. Anything can happen! The truth is out there... ;)

    NOTE:I TAKE NO RESPONSIBILITY IF YOU TAKE THIS COMMENT TO SERIOUSLY. THE WARRANTY IS VOID (except where prohibited by state law).

  35. Root servers by Anonymous Coward · · Score: 0

    Appendix A at

    http://www.icann.org/committees/dns-root/y2k-state ment.htm

  36. Miguel is cool!(off topic) by Anonymous Coward · · Score: 0

    Representing all Latino hackers...

    http://luthien.nuclecu.unam.mx/~miguel/activity-lo g.html