Slashdot Mirror


User: igny

igny's activity in the archive.

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

Comments · 658

  1. why this article is on /. on SCSI vs. IDE In The Real World · · Score: 1

    Although, the article does look lame and unimpressive, I did find some interesting facts from ... comments of /. users. Was that the primary purpose to publish this article?

  2. Re:83% of UNIX Programmers are Virgins on The Art of Unix Programming · · Score: 1

    Acquired traits can not be inherited. Otherwise, where do virgins come from?

  3. Not top 10, but still on Top 10 Ways To Lose Your Data · · Score: 1

    I have heard stories about people whose only way to save data in MS Office was to close the window and reply 'yes' on the popup question 'Do you want to save it?' Sometimes they lost 1-5 hours worth of changes, sometimes the whole documents.

  4. 24 hours/bug on average may be a true statement on Bill Gates: Windows Patched Faster than Linux · · Score: 1

    You don't count bugs unreported by Microsoft. When their programmers work on a new patch, don't you think they encounter and have to deal with many bugs before it is posted on their update site? If you fix 99 bugs in one day, it allows you to go back and fix that old bug posted 2000 hours ago, and still beat that 24 hours/bug average. As their patches become increasingly complex, you can expect them to deal with 1000s bugs per day, thus bringing the average to under 1 hour/bug.

  5. AMSN for UNIX on MSN Messenger Kickbans Third-Party IM Clients · · Score: 1
    AMSN is working just fine.
    IMPORTANT!!! After October 15th, MSN Protocol Version 7 (MSNP7) won't work anymore. You must use MSNP9, available in AMSN 0.83. To choose the protocol version, you must go through the "Login as..." dialog.
  6. Re:Interesting name... on Freedom Force Take On Third Reich · · Score: 1

    Sorry I messed up, Barbarossa was the name.

  7. Re:Interesting name... on Freedom Force Take On Third Reich · · Score: 1

    Actually, Blitzkrieg was codename for the war with Soviet Union. Hitler apparently expected to finish the war before the winter striked. In the game, does the superhero have a girlfriend, named Winter, who helps him to fight the supervillain?

  8. Chess on 64bit? on 64-bit Toys for Athlon-64? · · Score: 1

    There are 32 pieces on board (max), each requires coordinates on 8*8 board, which can be represented by 8 bits. Overall, a position requires up to 8*32=256 bits. How can it fit into 1 64-bit register?