Slashdot Mirror


Farewell, 11111010001

As you might know, Slashdot runs on Greenwich Mean Time. That means that you're reading the last story posted in 2001, in which we've gathered some more year-end submissions. Happy New Year to all, no matter what time zone you're in! Zargo writes: "Infosync.no has a great collection of articles named Rewind 2001 looking back at the best stories of 2001. Lots of cool gadgets in there. Samsung 3G prototypes, a car designed by Bella and Nokia, soft hardware by IDEO, Siemens wristphone, Compaq's project Mercury, the Agende VR3 Linux based PDA, the Pogo, Psion's über gadgets, Handspring's Treo, Fathammer's X-Forge, Samsungs YOPY (Linux PDA), Sharp's Zaurus SL-5500 including screenshots. Lots and lots of cool stuff to read."

Speaking of Stuff, Dave Gould writes: "I have published my picks for the 2001 Stuff of the Year. Here's hoping for lots of neat new stuff in 2002!" I bet high that stuff continues to arrive. Maybe even more IT.

Weedstock writes: "EE Times has a list of 15 interesting articles about technologies to watch in 2002. One of those articles, Software model needs overhaul, explains the current problems with computer processing and describes new technologies (Such as the Reconfigurable Architecture Workstation processor from MIT) that will affect this domain in the next year."

uninet writes: "'Looking back over the past year, I think most people would have to agree it has been a ground breaking time for open source. While it is true that open source companies suffered just like the rest of the tech sector from poor economic conditions, those same conditions have also made open source appear even more attractive.'" Here's the rest of Open For Business' analysis of the year past and coming.

There are plenty more year-end wrap-ups filled with bulleted lists and instant nostalgia, but few can top Llewyn, who writes: "The couple who met on Slashdot two years ago are celebrating their first wedding anniversary! you can email them at scott@asofyet.org and elysse@asofyet.org or visit their reminiscing website." Congratulations!

For those into New Year's festivities of the more athletic (and semi-athletic) variety, burntfungus writes with words on "Security and open 802.11b WLAN Access Points along the Rose Parade route, Pasadena's yearly event that allow anyone to be a street person for two nights a year! If you get cold there are many places to get a hot cup of coffee or hot chocolate. Watch floats (on webcam, blimps and low flying stealth bombers! Find a public WLAN access point or two."

At least partly wrapping up one of this year's oddest stories, several readers have submitted a link to a CNN story which says that Dmitry Sklyarov has returned home to Russia, and has already raised a toast with his wife and children. I hope Dmitry's treated a little differently on his next visit to the U.S. suwain_2 adds a link to this Newsforge story as well.

223 comments

  1. So...... by nuintari · · Score: 5, Funny

    Are the first post lamers gonna fight over who gets LAST POST?

    --

    --Nuintari

    slashdot : where an opinion can be wrong.

  2. Not such a good page by J.D.+Hogg · · Score: 3, Insightful
    "Infosync.no has a great collection of articles named Rewind 2001"

    Read : Infosync.no vividly reminds you of all the cool toys you really wanted to buy in 2001 but couldn't afford, and probably won't be able to afford in 2002 either.

  3. Roman Numeral Years by Jucius+Maximus · · Score: 5, Funny
    Alas, we will have to use an extra roman numeral to write the year (when we want to use that format.) It was so great back in 2000 ;-)

    1999 = MCMXCIX
    2000 = MM
    2001 = MMI
    2002 = MMII

  4. I missed something by Mofo_abc123 · · Score: 1

    If slashdot is run on GMT, then why is that post dated: Monday December 31, @07:59PM. Shouldn't that be 11:59PM if its GMT?

    1. Re:I missed something by Rudyatek · · Score: 1

      It shows 4:59 PM to me. It must be timestamped in your local timezone.

    2. Re:I missed something by Anonymous Coward · · Score: 1, Informative
      GMT is used for time representation internally in Slashcode, and any other timezone can be used as the "display" representation.

      AFAIK, the reason for using GMT is that Slash is designed to work on multiple boxes, and horrible race conditions etc. could arise if different timezones were used. So, it makes sense to standardise on the most widely-known timezone, GMT (sorry, but it's true!)

      Happy New Year.

      <rant type="offtopic">
      Perhaps CmdrTaco and Co. can take note of the following 3 improvements to Slash for their New Year resolutions:

      1. Make nested mode the default. How can threaded mode ever be desirable, unless you want to give yourself RSI?!
      2. WTF is up with the story text vanishing when you change the display mode or threshold?! Again, how can this ever be desirable? <phrase type="trollish">Kuro5hin can do it ::grin:: </phrase>.
      3. For my sanity, include the year in dates in comments and story dates in search results!
      </rant>
    3. Re:I missed something by J'raxis · · Score: 1

      Threaded mode is desirable if there are a lot of comments with a lot of replies (i.e., nested tables). Try rending a hundred tables, eighty with one or two nested inside, and a dozen or so with tentwenty nested inside several levels deep, and see how long it takes on various browsers. What Slashdot needs is a mode like Kuro5hin where you can set it to display nested for a few comments (user-configurable), and threaded for stories with more. Of course, what Kuro5hin needs is the ability to break up comments across several pages (25 comments per page), because there are still rendering-time issues with K5 stories since their HTML is even more atrocious than Slashdots.

      The reason the story disappears is that the Change form submits to comments.pl, not article.pl. It might not be possible to submit the form to article.pl; check the source, does article.pl support all the parameters (threshold, sort, etc.) that comments.pl does?

      Thirdly, change your date format! Several of the date formats do have the year embedded in them. I use the %Y.%m.%d %H:%M format, which does.

    4. Re:I missed something by kimba · · Score: 1

      The code is broken. It says "6:59 Tuesday 01 January 2002" for me, and I am GMT+8.
      And yes, my timezone is set correctly.

    5. Re:I missed something by Anonymous Coward · · Score: 0
      Try rending a hundred tables, eighty with one or two nested inside, and a dozen or so with ten-twenty nested inside several levels deep, and see how long it takes on various browsers.
      Rendering time was certainly an issue with Netscape 4.x, but no story /. has ever taken more than a few seconds to render for me on Mozilla, Opera, Konqueror and IE. The actual indentation on nested mode makes it a lot more readable (why can't NNTP clients display news messages like that?!) and is IMHO definetly worth the extra 'cost'.

      What Slashdot needs is a mode like Kuro5hin where you can set it to display nested for a few comments
      Agreed. Configurability is good.

      It might not be possible to submit the form to article.pl; check the source, does article.pl support all the parameters
      Thanks for enlightening me, I'll check this out!

      Several of the date formats do have the year embedded in them. I use the "%Y.%m.%d %H:%M" format, which does
      Amen. Either the date format ISO8601 should be used (e.g. 2002-01-01) or something like "01 January 2002".

      Another nice feature would be valid XHTML output, but I think we shouldn't expect that anytime soon!

    6. Re:I missed something by J'raxis · · Score: 1

      I use IE/5.0 on Macintosh (MacOS9.2, 450MHz G3) and there are significant slowdowns with heavily-nested comments. Rendering can take several seconds, sometimes longer. The comments/page setting only seems to control how many top-level comments one sees: e.g., if I set it to show 25 comments/page, but every comment has 4 replies (or reply-replies, etc.), I see 125 comments/page.

      I wonder how difficult it would be to write a web script (CGI/Perl or PHP) to fetch Usenet messages (NNTP is a text-based, line-oriented protocol, with commands similar to SMTP, POP, FTP) and organize them (based on the References header, sort of how Slashdot comments have a Parent ID [pid]) in tables.

      The format specifier %Y.%m.%d %H:%M is nearly ISO8601 (which is the format I prefer), its just using dots instead of dashes. It would output a date such as 2002-01-01 00:00.

      Slashdots HTML definitely could use an overhaul, and I think that even the tables could go (in favor of some nested DIV tags whose appearance could be controlled via stylesheets). The comments are not tabular data, hence using the TABLE tag is incorrect by definition. I was messing around once with this kind of layout a while back to see what it would look like. In my example, I used borders around the comments to show the parentchild relationship, but the stylesheet could be set to look nearly identical to Slashdot in its current state.

    7. Re:I missed something by Anonymous Coward · · Score: 0
      I use IE/5.0 on Macintosh (MacOS9.2, 450MHz G3) and there are significant slowdowns with heavily-nested comments. Rendering can take several seconds, sometimes longer.
      Oh. I rarely browse the web with a Mac, and if the /. rumours are to be believed, IE 5.0 for Mac is significantly different from the Windows version.

      I wonder how difficult it would be to write a web script (CGI/Perl or PHP) to fetch Usenet messages
      That's what I'm going to have to end up doing :-( I had hoped there was an NNTP client out there that did that that I hadn't found yet! For Perl, Net::NNTP is already available, so that'd help a bit :-)

      Slashdot's HTML definitely could use an overhaul
      Absolutely. I like your idea, and the test page looks very nice. CmdrTaco, take note!

    8. Re:I missed something by jvj24601 · · Score: 2

      I use IE/5.0 on Macintosh (MacOS9.2, 450MHz G3) and there are significant slowdowns with heavily-nested comments. Rendering can take several seconds, sometimes longer.

      This is a problem/limitation of IE 5 for Mac. Try it on Mozilla - you'll notice it's as fast as IE on Windows (that is, no huge delay in rendering deeply nested tables). I use IE on my Win98 laptop, but I use Mozilla on my G4 tower.

    9. Re:I missed something by Anonymous Coward · · Score: 0
      I completely agree with all of your points! Glad to know I'm not the only one annoyed by the missing year in search results.


      BTW, last post jc

  5. And what a year it was by beefstu01 · · Score: 2, Funny

    Boy, I'm wondering what the hell didn't happen this year. Terrorist attacks, new prez, cloning, artifical hearts, iPod, 2.4.x, Linux PDA's, Pentium 4, RAM prices fall, RAM prices go up, people born, people die, text Quake II, etc...

    Oh what a year it was. Hell, I think the only thing that didn't happen was me getting a girlfriend...

    Happy New Year everyone!

    1. Re:And what a year it was by nyteroot · · Score: 1

      ah.. dude..
      its a beautiful thing
      all that happened and i actually got a girlfriend..
      oh, a couple of other things: pigs flew, and satan got pneumonia
      really..

      --
      Ratio of replies to old sig content : replies to actual post content > 0.5. Sig changed.
    2. Re:And what a year it was by Anonymous Coward · · Score: 0, Offtopic

      yes, I got a girlfriend about a week ago. WOHOO! first real kiss with her happend tonight!

  6. Re:Could it be? by Jucius+Maximus · · Score: 0, Offtopic
    "Oh yes! First post of 2002!"

    Maybe someone in your time zone will use a proxy in North America and get the second first post of 2002 ;-)

  7. Save Us! by cscx · · Score: 0, Flamebait

    To reduce vomiting, and for your own safety's sake, do NOT view this picture of the chick from the 'Slashdot Couple' (linked from the article above) ... Hint: you do not look good in a bathing suit, and rubbing up against a pole doesn't help either, tootsie. Excuse me while I go take half-naked pictures of myself and submit them in a story labled "Hottest new things of 2002"......

    1. Re:Save Us! by xfs · · Score: 1

      Actually, yeah... she's not that bad looking... maybe your screen size is a bit out of proportion?
      more power to them

    2. Re:Save Us! by J.D.+Hogg · · Score: 1
      "Hint: you do not look good in a bathing suit, and rubbing up against a pole doesn't help either, tootsie"

      I suggest you stop viewing jpegs in your hex editor : she's not bad really. I agree that she should leave the pole alone, but other than that she's quite a cutie.

    3. Re:Save Us! by grub · · Score: 1, Offtopic

      Bastard!

      I've had my RealDoll dressed up like her and in that pose around a telepost in my basement!

      --
      Trolling is a art,
    4. Re:Save Us! by linzeal · · Score: 1

      WTF from the same place as the pole woman.

    5. Re:Save Us! by Anonymous Coward · · Score: 0
      Ah, you must be one of them homer-seckshualz I've been hearing about. I take it you would rather see the guy taking the photos posing instead. You are entitled to that opinion of course, and there's actually a little something for you there as well. This is probably more to your liking:

      http://www.asofyet.org/muppet/other/roatan/poolsid e_06-crop.jpg

      You like? No?

      Of course, this nice picture makes your stomach turn inside out:

      http://asofyet.org/muppet/other/roatan/poolside_07 -crop.jpg

      Other nice pics:

      http://www.asofyet.org/muppet/other/roatan/las_p al mas_03-crop.jpg
      http://www.asofyet.org/muppet/other/roatan/las_pal mas_02-crop.jpg
      http://www.asofyet.org/muppet/other/roatan/las_pal mas_12.jpg

      Hmm, methinks I need a girlfriend now. I feel a strange sensation in my pants.

  8. WooHoo! by The+Paradox · · Score: 1
    And Slashdot enters the New Year.

    I wasn't around time before last; was everyone worrying that their nerdy news site would be toppled by the non-event of Y2K? ;)

    Happy New Year to everyone... Even the trolls. Me, I'm on EST. Ain't gonna be there for four more hours. Maybe I'll spend the time on my New Year's resolutions. :D

    --
    Pain(n): when you're telnetting into a box doing somethin cool, and some luser calls for help with a 'critical error' ad
    1. Re:WooHoo! by Jethro · · Score: 5, Insightful
      I wasn't around time before last; was everyone worrying that their nerdy news site would be toppled by the non-event of Y2K? ;)
      No. We all spent most of the previous 3+ years fixing all the would-be y2k problems, only to get yelled at by non techies for causing hysteria, because, since we fixed everything for them, nothing happened. Bloody ingrates.
      --


      In the land of the blind, the one-eyed man is kinky.
  9. Enter the Palindrome by LionMan · · Score: 5, Interesting

    The last one was 1991 - now we have 2002.
    But we won't have another for 110 years! (and then 110 every time after that one until 2992, after which we'll wait for 3003. But I'll be dead by then. Maybe slashdot won't!)

    --
    -Leo
    1. Re:Enter the Palindrome by linzeal · · Score: 2

      Will we pass our userids onto a new generation? It would be sorta freaky if cmndrtaco's great...grandchild userid (0) was still posting in 3003.

    2. Re:Enter the Palindrome by Anonymous Coward · · Score: 0

      In many countries (like my one) dates are expressed in the form DDMMYYYY. So, a cool palindrome will be 20 February 2002: 20022002.

    3. Re:Enter the Palindrome by red_dragon · · Score: 1

      I'd be more afraid if Meept's great...grandchild were to post on Slashdot in 3003. Think about it...

      --
      In Soviet Russia, Jesus asks: "What Would You Do?"
  10. New Year's resolutions: by Byteme · · Score: 3, Funny
    1. Give up asking Santa for Peace on Earth each Christmas.

    2. Turn off the TV during war/disaster/election controversy.

    3. Attend more Free Jazz concerts.

    4. Do not boot to Windows once (at home, forced to at work)

    5. Take para-gliding lessons.

    6. Get a sick stereo (Krell and B&W).

    7. Badger slashdot staff until I see a poll without the CowboyNeal option.

    8. Knock over the first person I see driving an "IT".

    1. Re:New Year's resolutions: by Lumpy · · Score: 2

      Cool list, although Add a few more...

      Get in better health. (EVERYONE needs this)

      spend more time with the arts like Theatre and museums instead of fragging in Q3,UT,SOF, or other non outside activity.

      Try to be less cynical... It's hard in today's world to not be cynical... with all the idiots on the road, every woman I date is a lunatic... (no really, they are! I have some kind of dysfunction that I attract or seek out these freaks.).

      oh, and my personal 3 -- Master the Acoustical guitar, master C programming with SDL, and maybe get enough guts to shave my head, as I look like a monk anyways with no hairline and the horseshoe. Life sucks at 31.

      Oh and being Microsoft free at home... Except for my audiotron, I have been microsoft free cince September. All computers are microsoft free in the house. And as soon as I can figure out how to change the OS on the audiotron and retain all functions (I.E. rewrite the entire app suite) that will eliminate Microsoft from my home. My car is next... That autopc will get linux on it or it will get sold on ebay... either way... microsoft is banned in this house from now on.

      --
      Do not look at laser with remaining good eye.
    2. Re:New Year's resolutions: by Anonymous Coward · · Score: 0

      Q3, done properly, -is- art. Especially rail-only freeze tag, performed while naked and smeared with peanut butter.

    3. Re:New Year's resolutions: by nyteroot · · Score: 2, Funny

      1) stop arguing about politics; the republicans have taken over and there's no stopping them
      2) stop trying to lose weight; its not gonna happen
      3) stop trying to have a love life; its not gonna happen (see #2 for details)
      4) stop hoping to get into my #1 college; ill get rejected, just like i got deferred

      its been such a great year..

      --
      Ratio of replies to old sig content : replies to actual post content > 0.5. Sig changed.
    4. Re:New Year's resolutions: by Microbrain · · Score: 0
      4. Do not boot to Windows once (at home, forced to at work)
      You could always ask someone else to boot ... that for you :-)
    5. Re:New Year's resolutions: by biohazard99 · · Score: 2, Informative

      The head shaving is easy, see my homepage for my long haired pics. I suggest a gillete mach3 and a baby shampoo the first time you do it though, the first good nick will lead to 3 more if you arent careful. Another thing go out and buy a ~$15 set of hair clippers (I use Wahl's) and no guard it to start, then bring it down with the razor.

    6. Re:New Year's resolutions: by Byteme · · Score: 2
      I did go to MASS MOCA just yesterday. If you are headed this way, it is a rare gem that is asking to be absorbed into your psyche. About an hour point five away from me, but closer and just as great as any contemporary art in NYC or Boston.

    7. Re:New Year's resolutions: by discstickers · · Score: 1

      I'm at CMU. =) It's cool, especially the wireless network.

      --
      I have a shitty sig!
    8. Re:New Year's resolutions: by Mulletroll · · Score: 1

      These are good ones. May I suggest quitting caffeine to the slashdotters? I have. Water starts to taste pretty nice after a while and without all the headaches, sugar and expense. SDL is great fun. And I've been MS-free at home for quite a long time. Not just for the l33tness factor, but also because I want to get work done at home.

    9. Re:New Year's resolutions: by anfloga · · Score: 3, Funny

      And #5, above all, stay optimistic! :)

    10. Re:New Year's resolutions: by TrickyRick · · Score: 1

      4. Do not boot to Windows once (at home, forced to at work)

      The best way not to boot Windows is not to have it installed. I haven't had Windows on my computer in about 15 months.

      If I could find a good deal on another computer I might put windows on one to control my PRO-92 and PRO-2052 scanners.

      6. Get a sick stereo (Krell and B&W).

      I guess that is supposed to be slick.

    11. Re:New Year's resolutions: by Byteme · · Score: 2
      That would be "sick"... the slang definition that equates to bad-ass.

    12. Re:New Year's resolutions: by while(new+char) · · Score: 1

      > 4. Do not boot to Windows once.

      Ah, this one is easy for me. I was installing GRUB and I mindlessly overwrote the master boot record instead of the linux boot block. So, bootmagic no longer booted. I couldn't boot Windows (for some reason GRUB won't do it right), and I haven't since!

      Viva Linux!!! (Even if it is accidental)

  11. Are you guys crazy? by cscx · · Score: 1

    Dave Gould's page (no offense Dave) of the "2001 Stuff of the year" has nothing to do with 2001. How do a 1992 Mazda Miata and a 1984 (!) pickup truck end up as "best vehicles of 2001". Perhaps this page should be best labeled as "Page 'o My Favorite Stuff." "My Dad" and "My Ex," I'm sorry, aren't high-caliber candidates for "Person of the Year." Shit, I could come up with this stuff! Although I'll agree with you on the Art Bell rating -- and the Entertainment page.

    1. Re:Are you guys crazy? by TheKey · · Score: 1

      You know, I found it quite amusing. Perhaps my time is invaluable.

      --
      My Journal - 1,337 fans and countin
  12. Chinese new year? by checkitout · · Score: 2, Interesting

    Apparently this year is the year of the horse.

    http://www.chinesefortunecalendar.com/2002.htm

    Of course, it doesn't start until February 12th but since our own calendar system doesn't include fortunes, it might be fun to look at.

  13. New years resolution by FeanorOfTheNoldo · · Score: 5, Funny

    My new years resolution is 1024x768 ;)

    1. Re:New years resolution by gatesh8r · · Score: 1

      And you won't do 1024x768 by the time April comes around, and you'll end up doing 1600x1200...

      --
      Karma whorin' since 1999
    2. Re:New years resolution by sparcv9 · · Score: 5, Funny

      This year, I resolve to 127.0.0.1.

      (I seem to have the same resolution every year.)

      --

      This is not a Fugazi .sig
    3. Re:New years resolution by lines · · Score: 1

      my roommate's resolution is to stop drinking beer. he's going to drink *hard liquor only*

      --
      to e-mail, remove '.dot.' from the address
  14. when? what? by jjeffries · · Score: 4, Informative

    Posted by timothy on 18:59 31 December 2001

    I'm set up for EST... /. will use whatever time zone you want it to.

    I'd like to have the time displayed in seconds since the Epoch. Surely I'm not alone! Everyone knows nothing important happened before 1-1-1970 anyway, no?

  15. 2002 will be a great year for Linux by Anonymous Coward · · Score: 0
    The worst of the recession is over. It has been a tough year, but an even tougher one on our competitors, many of whom have gone bye-bye forever. The Linux companies are now leaner, meaner. They are more focused with realistic business plans, and still full of that famous Linux "can do" grit.

    The server market continues to improve for Linux with marketshare increasing every quarter, with only MS barely keeping up, and others falling behind. Desktop is harder to judge, but it continues to show progress. Desktops are maturing and stabilizing, as are fantastic development tools like Borland's Kylix rapid application development environment. More apps will follow.

    It is going to be a great year for Linux fans!

    1. Re:2002 will be a great year for Linux by Anonymous Coward · · Score: 0

      That's what they said about 2001... (remember Linus' "we will crush Microsoft" statement?)

    2. Re:2002 will be a great year for Linux by Anonymous Coward · · Score: 0

      No, I don't remember but I'll take your word for it. To be fair, perhaps Linus was being hyperbolic. Can't imagine how that quote applies to the coming year, though. I don't see what Linux showing progress and improvement has to do with "crushing Microsoft". It's going to be very good year for Linux according to measurable indicators.

  16. Oh great. Fucking new year. What a fucking joke by drsquare · · Score: 1

    You all go out and enjoy new year. I'll be stuck inside, by myself. Friendless, relativeless, sober, miserable, whilst everyone else in the world is having a great time. God I hate new year.

    1. Re:Oh great. Fucking new year. What a fucking joke by J.D.+Hogg · · Score: 1

      It's not so bad, if you have a TiVo, you'll be able to enjoy non fake-New-Year-happiness programs on TV, and there's always the bottle of Bourbon in the minibar.

    2. Re:Oh great. Fucking new year. What a fucking joke by Anonymous Coward · · Score: 0

      So do what everyone else does, go out get some drugs and beer and pick up some slutty chick and ...

    3. Re:Oh great. Fucking new year. What a fucking joke by drsquare · · Score: 1

      I wouldn't no where to get any drugs or beer from, and I wouldn't know how to pick up even a slutty chick.

    4. Re:Oh great. Fucking new year. What a fucking joke by drsquare · · Score: 1

      No, I don't have a TiVo. To be honest, I don't even know what one is. I've heard them discussed, but all this technology stuff just confuses me.

    5. Re:Oh great. Fucking new year. What a fucking joke by rsklnkv · · Score: 1

      If you happen upon the Portland Oregon area I could help you out with a few of those anyway:) Is this the same drsquare who posts to advocacy??? Cheers! rsklnkv http://www.houseofthedead.org

      --
      _____ "If liberty means anything at all, it means the right to tell people what they do not want to hear." -- Orwell
    6. Re:Oh great. Fucking new year. What a fucking joke by Anonymous Coward · · Score: 0

      you sounded exactly like me a year ago, but I bet you dont even have your licence yet. once you get that your life will change. tonight I took my beautiful girlfriend out to dinner at a fancey resturaunt, went back to my house, went to my neighbors, went to her house for the countdown (got some new years kisses, hehe) then came back to my house, watched a movie untill 3:00AM, brought her home and now I am typing this message. wohoo. and I have been only going out with her for a week and a half.

    7. Re:Oh great. Fucking new year. What a fucking joke by dev0n · · Score: 1

      could be worse.. you could be stuck working a graveyard shift on new year's eve.. just like me! :)

    8. Re:Oh great. Fucking new year. What a fucking joke by drsquare · · Score: 1

      I'm the same drsquare who posts to comp.os.linux.advocacy, if that's what you're wondering.

  17. Re:2002, The year linux... by Anonymous Coward · · Score: 1, Informative

    Hmmm. I use linux exclusively... I have 3 different digital cameras.... they all work perfectly under linux. my mp3 player. same... in fact the only things that dont wirk under linux are the low grade crap products that only idiots buy anyways.

    Your stuff dont work? Need I say more.

  18. Well, good riddance 2001 by squiggleslash · · Score: 1
    I don't know about everyone else, but whether it's the WTC attack or, on the other end of the scale, the arrest of Sklyarov, 2001 truly sucked.

    Goodbye 2001, you will not be missed. Let's hope 2002 will be the start of the rebound.

    --
    You are not alone. This is not normal. None of this is normal.
    1. Re:Well, good riddance 2001 by Waffle+Iron · · Score: 2
      Hmm..

      Niether of things affected me at all.

      Now, you know that's not true. I'm sure at least one broadcast of WWF Smackdown was preempted by 9-11 news coverage.

    2. Re:Well, good riddance 2001 by bill66inma · · Score: 1

      On a personal level, 2001 didn't completely suck.

      On a global level, it was something else entirely.

      May we all be better off a year from now. May peace and good things find you in 2002.

      Bill
  19. Why not UTC instead of antiquated GMT? by lalleglad · · Score: 3, Insightful

    As the first line states:

    "As you might know, Slashdot runs on Greenwich Mean Time."

    and I have noticed it for a long time, I will now take the opportunity to ask if Slashdot editors wouldn't please enter the new age and use updated acronyms? :-)

    A good explanation can be found here:

    http://whatis.techtarget.com/definition/0,,sid9_ gc i213612,00.html

    Even MS has the following [slightly related] page from 1997 (and we wouldn't wanna be defetaed by MS, would we ;-)

    http://support.microsoft.com/default.aspx?scid=k b; EN-US;q158588

    Ergo, skip the GMT and start using UTC.

    Oh, and I hope all will have a Happy New Year!

    1. Re:Why not UTC instead of antiquated GMT? by foxtrot · · Score: 2

      Yeah, but my buddy from Mars says they don't use UTC there. If it's not even coordinated throughout the solar system ,where do we get off thinking it's coordinated throughout the universe?

    2. Re:Why not UTC instead of antiquated GMT? by trayl · · Score: 1

      "Ergo, skip the GMT and start using UTC."

      Idiot. UTC is GMT.

      Read this.

      mod parent down

    3. Re:Why not UTC instead of antiquated GMT? by Anonymous Coward · · Score: 0

      GMT is the date line, if you used anything else
      we would have a new date even though it actually
      wasnt a new date.

      Typical american.

    4. Re:Why not UTC instead of antiquated GMT? by Waffle+Iron · · Score: 2
      I will now take the opportunity to ask if Slashdot editors wouldn't please enter the new age and use updated acronyms?

      Maybe it's because the stupid committe that picked the UTC acronym wasn't man enough to duke it out to the end. By all rights, it should be UCT (English) or TUC (French). But in some feel-good mishmash compromise, they agreed on an acronym that doesn't make sense in any language.

      I say until they finish the fight, we use the old school terminology.

    5. Re:Why not UTC instead of antiquated GMT? by Anonymous Coward · · Score: 0

      BZZZT - Wrong answer! GMT is equivilent to UTC. It is not identical to it. UTC is a time base that is generated in a particular way. There is only one UTC generator. Other Time Bases are synct to it. GMT is another independent and obsolete Time Base. With all the talk on /. regarding Standards, one would think everyone would know what a Standard is. I knew this even befor I started working for the largest Test and Measurment Company in the world, and the producer of the equipment used for generating the UTC.

    6. Re:Why not UTC instead of antiquated GMT? by PsychoSpunk · · Score: 2, Interesting

      Sorry, but you're wrong. The link is wrong too.

      UTC is GMT with the following exception: leap seconds. Leap seconds are added to and subtracted from (when necessary) UTC. GMT does not reflect leap seconds, hence the term Mean in the title. UTC is calibrated for scientific purposes.

      --
      ALL HAIL BRAK!!!
    7. Re:Why not UTC instead of antiquated GMT? by Erasmus+Darwin · · Score: 2
      "I will now take the opportunity to ask if Slashdot editors wouldn't please enter the new age and use updated acronyms? :-)
      [...]
      http://whatis.techtarget.com/definition/0,,sid9_gc i213612,00.html
      "

      Why don't you try catching up with the late 20th century by using an anchor tag for your link?

      Unlike your pointless pedantry over GMT vs. UTC, the lack of an anchor tag poses a significant inconvenience to people actually interested in following the link in your post.

    8. Re:Why not UTC instead of antiquated GMT? by Teun · · Score: 1

      So what's wrong with Universal Time Coordinate ??

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    9. Re:Why not UTC instead of antiquated GMT? by Teun · · Score: 1
      Actually, GMT is measured from noon whereas UTC is measured from midnight. However, few use the noon measurement and refer to GMT as if it were actually UTC.

      And then there are the leap seconds as well.
      + One is Universal and the other British = in another era. :-)

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    10. Re:Why not UTC instead of antiquated GMT? by MikeBabcock · · Score: 2

      Actually, using Mozilla on Linux lets one just highlight the URL then press the middle mouse button on the browser to load that URL in the current window.

      --
      - Michael T. Babcock (Yes, I blog)
    11. Re:Why not UTC instead of antiquated GMT? by DGolden · · Score: 1

      Nothing, but: hush... don't tell the French, they'll notice and demand it be changed...

      --
      Choice of masters is not freedom.
    12. Re:Why not UTC instead of antiquated GMT? by Anonymous Coward · · Score: 0

      So when will I be able to tell my linux kernel that my RTC is in UTC not GMT ? :-)

    13. Re:Why not UTC instead of antiquated GMT? by yesthatguy · · Score: 1

      Which of course doesn't work too well in this case, especially since there's a space in the link.

      --
      Yes! That guy!
    14. Re:Why not UTC instead of antiquated GMT? by ChristTrekker · · Score: 1

      What about following standards rather than relying on the behavior of one particular browser? Your solution is just as bad as MS forcing "their version" of HTML on everyone.

  20. Whee! by Splat · · Score: 4, Funny

    Happy GNU Year!

    This salutation is a free greeting; you can restate it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This greeting is distributed in the hope that you will have a happy new year, but WITHOUT ANY WARRANTY; without even the implied warranty of HAPPINESS or FITNESS FOR YOUR ROUND GEEK FIGURE. See the GNU General Public License for more details.

  21. ah come on.... by Beowulf_Boy · · Score: 1

    We all know what 2001 will be remembered for.
    One hint, it happened 3 months ago.

  22. Good resolution... by tcc · · Score: 3, Redundant

    Your wife/girlfriend/mistress/mom bugs you with finding at least ONE good resolution for 2002? here's one that will make you happy to follow and shut them off for next year :)

    in 2002, my resolution will be 1600x1200x32x75+hz... on a 21+" LCD, playing DOOM III.

    Hey, they've asked for it so stop feeling guilty and go buy one with your next (or maybe 10 next) paychecks :)

    --
    --- Metamoderating abusive downgraders since my 300th post.
    1. Re:Good resolution... by Anonymous Coward · · Score: 0

      I'm running 2048x1536 on a 21" CRT. LCD would be nicer if it supported higher resolutions ..

    2. Re:Good resolution... by Imperator · · Score: 1

      Ah, nothing like 1600x1200x32x85 on a 15" LCD... now that's a New Year's resolution I don't mind keeping.

      --

      Gates' Law: Every 18 months, the speed of software halves.
  23. BMW 2002 by Anonymous Coward · · Score: 0
    Is that retro cool or what?

    Love to have a Beamer 2002 in 2002.

    1. Re:BMW 2002 by Anonymous Coward · · Score: 0

      I'd take a Datsun 510 over one of those.

      You know, for the cuteness factor.

  24. What I'd like to see next year by redcliffe · · Score: 2

    An affordable "webpad" like computer running Linux, with a nice bright clear full colour screen, similiar to those things on Star Trek Enterprise. That would be an excellent type of computer, and would likely replace my desktop computer for a lot of stuff.

    1. Re:What I'd like to see next year by talonyx · · Score: 1

      3com audrey is a linux webpad, isnt it? dont know if it's still available however

      you might be able to pick one up on ebay or something

      maybe use the lcd screen for something else if the unit itself isn't up to snuff

    2. Re:What I'd like to see next year by serial+frame · · Score: 1

      QNX, actually. And it's still available for sale, AFAIK.

      --

      -
      And the Angel said unto me, "These are the cries of the carrots! The cries of the carrots!"
  25. Re:Wrong. by steelhawk · · Score: 2, Informative

    There is no rule like that...

    The only rule that remotely resembles what you're talking about is that you can only put an I in front of V or X, only put an X in front of L or C, only put C in front of D or M. (that's the reason why MIM was invalid for 1999, MCMXCIX was one of the more correct options you had. 2000 was simply MM, 2001 MMI and 2002 MMII..)

    --
    Ner lbh sebz gur HFN? Gura lbh'ir whfg ivbyngrq gur QZPN!
  26. This binary stuff excites me. by alecto · · Score: 1

    I'm hoping to make it to the rollover to the year 100000000000 in 101010 years.

  27. Party.. by Anonymous Coward · · Score: 0

    Like its the DotCom stock market in 1999!

  28. Y2K2 Bug to Strike at Midnight by Valen0 · · Score: 1

    WASHINGTON, D.C.
    ASSOCIATED PRESS

    People are fearing for their lives as they brace for the Y2K2 Bug to strike. Many people are lining up outside of shops like Billy Bob's Survival Bargain Bin in order to buy survival supplies for the new year. When we asked the owner why there there is a sudden boom in sales this year, he said, "Well, this is the Big One. I personally know that on Janurary 1st, 2002 at 12:00 AM, the power grids will do down, computers will blow up, there will be riots, and a new world order of kittens will take over the world. This is survival of the fittest here!!" The US Government refused to comment on the new world order of kittens.

    --
    -Valen
    1. Re:Y2K2 Bug to Strike at Midnight by Anonymous Coward · · Score: 0

      In the grim future of Hello Kitty, there is only war!

    2. Re:Y2K2 Bug to Strike at Midnight by Anonymous Coward · · Score: 0

      You are... not the one.

  29. base 7 is cooler by Anonymous Coward · · Score: 0

    2001 in base 7 is 5556.

  30. Fucking new year. What a fucking joke by underwhelm · · Score: 2

    Uhhh.. I'm working until 11pm--and there's a party AT MY HOUSE. Happy new year.

    --

    I don't need large brains to have a good time.

  31. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  32. Get Involved - Donate! by Anonymous Coward · · Score: 2, Interesting
    As the year that brought us the DeCSS, Sklyrov and so many other scary cases draws to a close, I would encourage those who care to follow Mr. Lessig's advice and get involved. I just donated $100 to the EFF in time to claim the deduction for my 2001 taxes.

    How about the rest of you Slashdotters? Let's end the year by doing something productive!

  33. user 0?? by class_A · · Score: 1

    from http://slashdot.org/~cmdrtaco:
    User Info for CmdrTaco (1)

  34. Dating your cheques by Jonavin · · Score: 3, Funny

    I hope everybody remembers to dates their checks properly. It's seems every January some of us tend to make the mistake of writing last year's date. Remember to write "Year of the Horse" instead of "Year of the Snake". ;)

  35. Quiz Time! by Tom7 · · Score: 1

    > Friendless, relativeless, sober, miserable...

    One of these things can be fixed with just a little bit of money! Which one is it??

    1. Re:Quiz Time! by Anonymous Coward · · Score: 0

      I would say number 2. There's a few nice pages where you can buy a russian wife.

      I'm guessing the liquor part can be fixed that way too. bit nothing get's me horny than a russian chick that will say "Let's go make big trouble for moose and squerrel"

      Now if I can find a readheaded one.... Ohhhh yeah!

    2. Re:Quiz Time! by Anonymous Coward · · Score: 0

      With enough money you can get laid, throw a party with lots of booze and get lots of people to show up and as a result not be miserable anymore. Contrary to the lame ass popular opinion, money can most definitely buy happiness. Rich people just say it can't to keep the poor people from rioting and taking all their money so they can be happy too.

    3. Re:Quiz Time! by screwtheNSA · · Score: 0

      Gotta love Boris and Natashia!

      --
      206.39.38.2, DDN-BLK-36, DOD NET INFO CENTER. 800.365.3642 206.36.0.0-206.39.255.255 NET RANGE.
  36. Happy new years by xtord · · Score: 1

    Happy new years eve or somting (being drunk as hell)

  37. whats a year? by willum448 · · Score: 0

    Not to flame, but I alwyays thought most geeks relized that time is abstract, and isn't relavent past, say, setting an appointment.

  38. 2001: The year God proved he has it in for America by tenzig_112 · · Score: 2

    It's a link to another parody/satire year-in-review thingy:

    http://www.ridiculopathy.com/news_detail.php?displ ay=20011231&id=480

    Enjoy.

  39. Re:Wrong. by coyote-san · · Score: 4, Interesting

    I read someplace (Knuth? Burke?) that this rule was invented long after ancient times. For most of the empire there was only addition - with the symbols often "out of order" to modern eyes, and even after the subtractive rule was introduced there are some truly bizarre constructions found in the ruins. Not only would the ancients use MIM for 1999, they were just as likely to use IMM.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
  40. Good Riddance to the Worse Year of my Life by Phantasmagoria · · Score: 1

    The year 2001 had to be the worst year of my entire life. What with dropping out of school for a while, falling greatly in debt, losing a job, and missing several important opportunities, I'm surprised I'm still alive. And to top the whole damn thing off, just near the end of the year, when things are starting to look up again, my girlfriend of 3 years and I break up so badly I went insane for a couple of days. *Sigh* What doesn't kill me can only make me stronger .....

    --
    Loban Amaan Rahman ==> Anagram of ==> Aha! An Abnormal Man!
    1. Re:Good Riddance to the Worse Year of my Life by Anonymous Coward · · Score: 0

      NOTE: I just bought a new house after paying throught the nose to get my credit cleaned afte rthe first 2 wives destroyed it.... (did you know they'll give them a credit card in your name with their signature?)

      and I will get a boat again, and get my sports car back (not the same one, but that same model/year dammit) and the next woman will have to sign away any claim to anything that is MINE MINE MINE.

      me bitter? nahhhh..... why would I have a reason to be bitter?

      --

    2. Re:Good Riddance to the Worse Year of my Life by Escoutaire · · Score: 1

      >What doesn't kill me can only make me stronger.....

      And incredibly pissed off.

      Escoutaire

      --
      When a dream dreams the dreamer, the dreams the real.
    3. Re:Good Riddance to the Worse Year of my Life by tjb · · Score: 1

      Whoa dude, my regrets.

      I went through the same thing a year earlier and in a better economy. I decide to drop out of college, my fiance (at the time) calls me all sorts of nasty words for loser, we break up, I get an incredible job and drive over to her apartment in my new Beemer :)

      Anyway, in this economy, the likelihood of that last part is somewhat in doubt, but just keep pushing and trying, and you'll make it. I had to pretty much bully my way into interviews, puching an 80x86 assembly version of space invaders over my resume, but I eventually got hired by a great, profitable company. And once I was there, I managed to prove myself by being the the most hardworking mofo around.

      Now, I get to settle down a bit (though the stress does occassionally build up, like now), and no one really cares whether I've got a Masters in EE studying signal processing, or that I can do the work just as well as someone who does have the paper.

      Tim

    4. Re:Good Riddance to the Worse Year of my Life by Anonymous Coward · · Score: 0

      fuck man. same thing happened to me. girlfriend (3 years too), apartment, foreign visa, dropped out of school.... and started smoking. great year!

  41. goodbye 2001 by Anonymous Coward · · Score: 1, Interesting

    Here is the last memory of the year 2001, after this 2001 will be forever gone and never return back.

    find all positive integers a,n such that
    a^(n+1)-(a+1)^n=2001

    note 1: positive integer is a number in 1,2,3,4,5,6,...,infinity

    note 2: a^b means axax...xa (b times), 2^3=2x2x2=8, 2^4=2x2x2x2=16

    RIP my mother's father (grandfather-in-law) who dies in 11 September 2001. He fell down from the chair 1 week before 11 September and after 1 week of struggling, he finally goes away. He is a great guy and is nice to me. I like to go to his house during school holidays. I will never see him again. RIP.

    1. Re:goodbye 2001 by jnana · · Score: 1

      13^(2+1) - (2+1)^13 = 2001 That's all I found for a and n = 2000.

    2. Re:goodbye 2001 by jnana · · Score: 1

      oops, forgot to escape the <, that's a and n <=2000.

  42. Re:Dating your cheques -- chinese new year by jnana · · Score: 1
    chinese_calender != gregorian_calender;

    The first day of the chinese new year this year will be February 12, 2002, which will be the first year of the year of the Horse (or year 4699).

  43. Goodbye -47? by newbob · · Score: 1
    I don't get it!

    Why are we saying goodbye to -47? What was so special about it?

    1. Re:Goodbye -47? by jnana · · Score: 1

      I think you mean -49, no? 32+16+1!=47 ;-)

    2. Re:Goodbye -47? by newbob · · Score: 1
      No, that's not how Two's complement works!

      To convert a twos complement negative number into a positive number, COMPLEMENT THE BITS and ADD ONE!

      That's why FFFFFFFF is -1. Complement (00000000) and add one (00000001).

      I pray that someone like you isn't being hired for serious Computer Science work! Someday a missle will crash because of you.

      That's the price we all pay--in poor quality software--for undegreed "programmers" or H-1B "ploglammels".

  44. PocketPC the only OS? by MikeD83 · · Score: 1

    Why did they put Microsoft's PocketPC 2002 in Sepetember and not include Windows XP in October or the Linux 2.4 kernel in February?

  45. Insult more canadians.... by rerunn · · Score: 0, Troll

    Call them Americans

  46. ... by xtype · · Score: 1

    Happy Newyear everyone!
    -xtype

  47. /. y2k2 bug... by AcidDan · · Score: 1

    -- Top post on the page atm: --
    UK Government Solicits Advice On Open Source
    Posted by timothy on Tuesday January 01, @01:39AM
    from the you-have-til-march dept.
    --

    ... And we thought the y2k bug would get us and there in the wings was the eeevil of y2k2! =)

    I'm betting it's a one-line fix ;)

    -- Dan (who spent new years nursing his sick gf back to health - not unlike a lot of others I'm sure...)

  48. It's now 12:12 Pacific Std. Time by spike+hay · · Score: 1

    2001 is over. 2002 has begun. Lets hope its a lot better than last year

    --
    If you don't understand any of my sayings, come to me in private and I shall take you in my German mouth.
  49. Why would he want to come back? by renoX · · Score: 2

    >[] Dmitry Sklyarov has returned home to Russia, and has already raised a toast with his wife and children.
    > I hope Dmitry's treated a little differently on his next visit to the U.S.

    Frankly if I were him, I would be totally disgusted by the US and would never ever want to go again to the US?

    Think of it, as if you were going to a foreign country and has been treated the way he was..
    Would you want to go again to this foreign country?
    I doubt it, and first you would have to convince your wife to let you go there :-).

    1. Re:Why would he want to come back? by Anonymous Coward · · Score: 0

      Fuck him.
      We are not going to be apologetic for trying to adhere to our laws and prosecuting assholes who don't give a shit about it.

  50. Oh, I do so love fisticuffs! by The_Messenger · · Score: 0, Offtopic
    I, The_Messenger, shall perform duties as ringmaster for the bout of WIPO Troll v. AC. Gentlemen, begin!

    1. WIPO Troll hits AC with Fecal Fist. AC takes 10HP damage.
    2. AC casts spell "Goatse Redirect". WIPO Troll is blinded.
    3. WIPO Troll uses item "ThinkGeek beverage". WIPO Troll is no longer blind.
    4. AC casts spell "JonKatz article". WIPO Troll falls asleep.
    5. WIPO Troll sleeps.
    6. AC casts spell "Goatse Redirect". The URL was malformed! WIPO Troll takes no damage. WIPO Troll wakes up.
    7. WIPO Troll summons Scientology Rush. AC takes 54HP damage. AC is mute and cannot cast spells!
    8. WIPO Troll casts spell "Comp-u-geek Popups". AC is confused.
    9. AC dons armor, "Lame DeCSS T-shirt". Physical damage is reduced by 14%. WIPO Troll masturbates and restores 5HP.
    11. AC summons "Moderators on $2 crack". WIPO Troll is hit for 14HP damage. WIPO Troll is hit for 7P damage. WIPO Troll is hit for 11HP damage. Side effect: AC is no longer mute!
    12. WIPO Troll casts spell, "Microsoft flame". Environmental effect: +3 positive moderation. Magic damage reduced by 25%.
    13. AC is still confused. AC takes off pants.
    14. WIPO Troll uses item "Yopy". WIPO Troll gains new spell "Impress Lamers". AC is still confused. AC puts pants back on.
    15. AC is still confused. AC takes off pants and burns them.
    16. WIPO Troll hits AC with "Furious Masturbation" attack. AC is contaminated with "AIDS jizz". AC is sick! AC takes 63HP damage!
    17. WIPO Troll casts spell "FecalJapan hyperlink"! AC is blinded! AC takes 134HP damage from "AIDS jizz"!
    18. WIPO Troll hits AC with "mocking laughter"! AC loses self-esteem! AC takes 2HP damage from "AIDS jizz"!
    19. AC uses item "AIDS medication". AC is still blind, and cannot properly administer medical treatment. AC takes 43HP damage from "AIDS jizz"!
    20. WIPO Troll slips in puddle of jizz. WIPO Troll takes 78HP damage from "floor". AC takes 69HP damage from "AIDS jizz".
    21. AC dies from sickness "AIDS jizz".

    So there you have it! The WIPO Troll emerges victorious from a vicious street brawl with challenger AC. Congratulations, WIPO Troll! Your prize is a shiny hyperlink. Enjoy!

    --

    --
    I like to watch.

    1. Re:Oh, I do so love fisticuffs! by Anonymous Coward · · Score: 1, Funny

      I, The_Messenger, shall perform duties as ringmaster for the bout of WIPO Troll v. AC. Gentlemen, begin!

      You've got the job. However, I think that WIPO is all talk and no action. If he wants to kick someone's ass, he has the opportunity to try. I've accepted his offer, but he refuses to leave his mama's side and make good on his threat.

    2. Re:Oh, I do so love fisticuffs! by Anonymous Coward · · Score: 0

      True, but you wouldn't have needed to resort to such measures unless the AC cast the fearsome "Goatse Hyperlink Accusation" spell. Luckily, the AC in question was pretty much a newb.

      Wrong. And I don't believe childish spells. Spells are just words (which seems to be WIPO's big thing).

      And my offer stands. If he names the time and place, I will be there, so he can kick my ass as he puts it (twice even).

      But he's been exposed for the pussy he is.

  51. No GMT. It's UTC. And still no ISO 8601 by stesch · · Score: 1

    You mean UTC, not GMT.

    And by the way: I'd like to select ISO 8601 for displaying the date. Which was possible in the old version of slashcode.

  52. -1 offtopic by elite+lamer · · Score: 1

    happy fucking new year.

    --
    Oops!
  53. WKRP/. in Cincinati by Oshuma.Shiroki · · Score: 1

    ...Lots of cool gadgets in there. Samsung 3G prototypes, a car designed by Bella and Nokia, soft hardware by IDEO, Siemens wristphone, Compaq's project Mercury, the Agende VR3 Linux based PDA, the Pogo, Psion's über gadgets, Handspring's Treo, Fathammer's X-Forge, Samsungs YOPY (Linux PDA), Sharp's Zaurus SL-5500 including screenshots. Lots and lots of cool stuff to read."

    Why does this sound like a radio commercial? ;)

  54. Last Story In 2001 by Peale · · Score: 1

    As you might know, Slashdot runs on Greenwich Mean Time. That means that you're reading the last story posted in 2001, in which we've gathered some more year-end submissions.

    Uh-uh! THIS was the last story posted in 2001. Posted by timothy on 21:19 Monday 31 December 2001, to be precise, as opposed to 18:59 Monday 31 December 2001 for this story.

  55. Year in date field by Anonymous Coward · · Score: 0

    It would be very nice to have the year
    in the date field of the article. If
    you search the archive there is no
    way you can know whether the piece
    of information you get is current
    or outdated.

    rh

    1. Re:Year in date field by Van+Halen · · Score: 1
      Login, go to preferences, change the date format to something that includes a year field. Viola. Personally, I'm not terribly thrilled about any of the options that include the year, but whatever. I'd rather see them properly handle daylight savings in the timezone (very easy to do) without me having to switch twice a year.

      Anyway, here's to a better year in 2002!

  56. Unga unga by BigJimSlade · · Score: 1

    Base 2 math and hangover do not mix well... "Does that actually equal 2001? Let me use my feeble brain to... ARHGHGGH!"

  57. Yea Right by SomeOtherGuy · · Score: 2

    >> Lots of cool gadgets in there. Samsung 3G prototypes, a car designed by Bella and Nokia, soft hardware by IDEO, Siemens wristphone, Compaq's project Mercury, the Agende VR3 Linux based PDA, the Pogo, Psion's über gadgets, Handspring's Treo, Fathammer's X-Forge, Samsungs YOPY (Linux PDA), Sharp's Zaurus SL-5500 including screenshots.

    Or in other words -- a tribute to vaporware 2001.

    --
    (+1 Funny) only if I laugh out loud.
  58. Re:Wrong. I actually don't think so... by steelhawk · · Score: 1

    I'm not so sure about that.... I've read that the ancient romans were fairly strict about this particular rule...
    (This had some relation with how their abacus [tm] worked IIRC)

    But yes, they did use some constructions that look wrong to most people these days.... Generally not using the subtraction rule much for instance.
    (eg. Gate 29 on the Colloseum read XXVIIII)

    --
    Ner lbh sebz gur HFN? Gura lbh'ir whfg ivbyngrq gur QZPN!
  59. Farewell, 11111010001 by lnxguy · · Score: 2, Interesting

    For your information, it is no longer Greenwich mean time (GMT). It has been called Universal Coordinated Time (UTC) for about eight years now...

  60. Re:Dating your cheques -- chinese new year by Anonymous Coward · · Score: 0

    Actually if you want to be completely accurate, technically, the first day of the Lunar new year is on "First Spring" (La Chun?) which happens to be Feb 3 or 4th.

    Well, at least according to serveral sources including this one posted earlier.

  61. Re:2002, The year linux... by kobaz · · Score: 1

    Actually I just recently purchased a fairly expensive >$500 digital camera that I could not get to work in linux. The usb-storage driver sees the camera but there is aparent supported filesystem on the card. Oh well, I have my windows boxes that I looked it up to, which work fine. And with my long experience of linux, I have found many many low grade and not so low grade hardware that will just not work on linux for lack of support. Just because you happened to buy 3 digital cameras that work under linux, dosnt mean that all digital camers work in linux. If you want your hardware to work in linux, you must go though the net, and make sure there is full support for the device you buy.

    --

    The goal of computer science is to build something that will last at least until we've finished building it.
  62. Blah, typeos by kobaz · · Score: 1

    Forgive me for not doing a preview first :(

    --

    The goal of computer science is to build something that will last at least until we've finished building it.