Slashdot Mirror


User: Old+Wolf

Old+Wolf's activity in the archive.

Stories
0
Comments
1,798
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,798

  1. Re:Taking bets on Doom 3 Alpha Leaked · · Score: 1

    /. takes stories down ?

  2. Re:PCjr is a bad thing? on IBM Wants CPU Time To Be A Metered Utility · · Score: 1

    Ah thanks for that. It looks like the JR is quite a bit different to the JX... JX had a 3.5" 360K drive, and only the CGA modes (although it did have the cartridge slots). Crusty PC Speaker sound too, and i'm pretty sure it was around before 1984.

  3. PCjr is a bad thing? on IBM Wants CPU Time To Be A Metered Utility · · Score: 2

    One of my first computers was an IBM PC JX (which I understand is similar to the PC JR). This was the first Personal Computer (ie. box with drives, monitor, keyboard) that I ever encountered - a big step up from the old cpu-under-keyboard micros. The 256K RAM was a big step up too.
    It was made in 1980 AFAIK, but had a 3.5" diskdrive and a cordless keyboard (features which never came along in other computers for several years).

    Why does the article talk about it as if it was a bad thing?

  4. Re:Yay Evil Monopoly Of Doom! on Tim Bray on Microsoft Office · · Score: 1

    Why you?

  5. Re:Slashdot crashed my machines on WINE: A New Place for KLEZ to Play? · · Score: -1, Offtopic

    Start a courtcase against slashdot then..

  6. Re:/.'ed, here's the google cache on WINE: A New Place for KLEZ to Play? · · Score: -1, Offtopic

    Anyone who clicked that link didn't bother to engage their brain today. Since when do Google links not say [google.com] after them, or contain other website addresses in the middle?

  7. Re:Someone explain what this sentence means on A (Correct) Poincare Proof!? · · Score: 2

    The rubber band would shoot off the apple as soon as you had moved it a few millimetres..

    there should be a $1m prize for taking an apple with a rubber band on it and getting the rubber band to a point

  8. Wait a minute on WINE: A New Place for KLEZ to Play? · · Score: -1, Funny

    Aww, I thought Linux users were too clever to run viruses..

  9. Re:Google's PageRanking algorythm on Google Sued over Page Ranking · · Score: 2

    Someone tell that to the guys who wrote Internet Explorer

  10. Re:Too Easy on Google Sued over Page Ranking · · Score: 1

    Hey, don't bring the Og People into this, they didn't do anything..

  11. Re:Too Easy on Google Sued over Page Ranking · · Score: 2

    How would Windows have an OS monopoly? what about Linux, Solaris, BSD... Lots of people use them.

  12. SQL Server on Gnarly Error Messages · · Score: 2

    If you try and install SQL Server 2000 Service Pack 1 on Windows 98, it proceeds for a while and then fails with a messagebox:

    "Unable to run the script files."

    Of course, they didnt think to mention which files, or why they couldnt run...

  13. Re:Error,Cannot Close Application, Click OK to clo on Gnarly Error Messages · · Score: 2

    That's why you make every "never-see" error message slightly different. For example, "Error: You should not see this", "Error: You won't see this", etc.
    Then you just grep for the exact error message and you know where it was, without having to bombard the user with gobbledygook like "Exception 035 occured at ab098643:e80sd98, eax was 09843609" etc. If I were a dumb user I'd rather see something I can read

  14. Re:computer versus people chess on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 2

    Well, this is all well and good, but humans use a neural network (according to current theory anyway)... VK certainly hasn't seen every possible chess move, and he does not fall for silly sacrifices

  15. Re:commercial fritz?? on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 2

    I recommend Crafty (look for crafty and x-board at www.tim-mann.com). There is GNUchess but it's pretty weak.

  16. Re:Shakespeare was a JOKE, everyone... on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 2

    Yeah. Even the old Kasparov's Gambit software (late 80s I think..) would select annoying quotes to give at you. All it has to do is, say, pick out a quote about a knight when you move your knight

  17. Re:Another Chess player throws a hissy fit. on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 5, Insightful

    The taunting didn't occur, it was a joke by chessbase.com.

    You can't blame Kasparov for whining, given the horrible conditions he had to face:
    - the Deep Blue programmers changed the computer between games (rumours they even changed it during a game)
    - it was loaded with all of GK's past games but GK had seen none of its past games

  18. Re:Game Tree on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 1

    The number of possible games is finite, if you enforce the option players have to claim a draw after 50 moves without a pawn move or a capture

  19. Re:If you want to make money, patent it on What Would You Do With a New Form of Encryption? · · Score: 2

    Incidentally, RC4 has this weakness too (which I discovered to my horror after using it in a commercial situation..) it turns out that encrypting A with key B under RC4 means that B gets transformed into a OTP and is then applied to A.

    So as soon as you have sent two messages with the same key, people can XOR them. Also, if there is a one-digit typo in the encrypted version, then there is a one-digit typo in the unencrypted version too (which may be impossible to detect).

  20. Re:better solution on Undelete In Linux · · Score: 1

    you aren't meant to send stuff straight to crontab files, are you ? you're meant to edit a temp copy and then install it? (or use crontab -e)

  21. Re:Open Source Vulnerable Too on Linux Worm Spreading, Many Systems Vulnerable · · Score: 2

    Oh for heaven's sake. Are we going to have yet another Slashdot story full of people going on and on about how open source is so cool cos you can fix it yourself and all this other rubbish?

    It may be true but it's tiresome to see people repeating it over and over on every story. I'm afraid to read the rest of the comments on this story now.

  22. Re:Third party modules? on Sites Rejecting Apache 2? · · Score: 2

    Yes, and mod_php is compiled from MySQL, GD, ImageMagick, etc., so all of these must be thread-safe to make mod_php thread-safe.

  23. Re:This approach is nothing new on Charles Simonyi leaves Microsoft · · Score: 2

    Not really, you'd still get the "Syntax error" message sometimes.

    Also, did you notice how slow this made things? If you had a line that was 600 characters long, and you hit a key, there'd be a 2-second pause while it parsed the line.

  24. Re:This approach is nothing new on Charles Simonyi leaves Microsoft · · Score: 1

    Learn how to use pointers, dude

  25. Re:Open Office on Microsoft Word Security Flaw · · Score: 1

    I agree totally. Don't you hate segfaults in systems because glibc was the wrong version?