Slashdot Mirror


User: _lost_ca

_lost_ca's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:Canadian stealth on James Gosling Appointed to the Order of Canada · · Score: 0

    Don't forget Celine Dion!

    Glad she's out of here!

  2. Re:Obligatory on Harmonix Confirms New Company Project · · Score: 0

    Then you can play the solo in Hang The Bastard: http://www.youtube.com/watch?v=H7Q9ZEdOLSE

  3. Re:Nice! on 1 Million Wii Units At Launch · · Score: 0

    I called the EBGames in Pointe-Claire (Fairview mall) and they said that they will probably start the pre-orders in mid-October. Anyways, pre-ordering somewhere else...

  4. Bah on PC Makers See Little Reason to Deploy XP N · · Score: -1, Troll

    When Apple does it it's good. When Microsoft does it it's bad.

  5. Re:Tech Questions on How Should You Interview a Programmer? · · Score: 1

    If it is to swap two integers:

    x = y XOR x
    y = x XOR y
    x = y XOR x