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. introducing virii? on P2P Programs on K-12 Networks? · · Score: 1

    Since there's no such thing as a "virii" , introducing one should not be difficult to deal with

  2. Astral Plane on Cyclic Universe a Possibility · · Score: 1

    The article says that all of the 'normal' Universe lives on one of these 'planes', and the dark matter lives on the other. This seems to be a handy explanation for "astral plane", "demon world", "dimension X", etc. etc. and many other paranormal observances -- perhaps some people can open gateways (physically or mentally) to the other plane. I guess this also raises the possibility of time/space travel via this plane.

  3. And then... on Introduction to Distributed Computing · · Score: 0, Troll

    And then, someone (perhaps an Episode I actress) will, while eating a hot Canadian breakfast dish, make a Beowulf cluster of them..

  4. Oh please on Gravity Hard-Coded Into The Brain · · Score: 2

    Sounds to me like the scientists in space adapted to a new situation. You don't just erase 30 years of subconscious heuristic calculation overnight.. We don't even understand how the brain learns to catch, or how it stores the information, so how can we speculate on how hard it is to change that?

  5. Re:Modular Isolation on Tips on Managing Concurrent Development? · · Score: 2

    Yes, I agree with this one: the best solution is to design your project so that you don't need to have two people working on the same piece of code at once (and if my some chance you do, then one should wait for the other to finish before starting).

  6. Re:Were they even secure yesterday? on Factoring Breakthrough? · · Score: 2

    Which part of the keyspace, exactly?

    Are you saying that if DES keys are generated randomly, they might fall into the bad keyspace and be insecure?
    Does this go for 3DES too?

  7. Re:Hmm.... on Factoring Breakthrough? · · Score: 2

    During the SSL handshake, the server and client say which keysizes they want to support, and it then uses the most secure one available. Usually it turns out to be 512bit or 1024bit. I think Verisign will not even issue SSL certificates for higher than 1024bit RSA.

  8. Re:not surprising... on Factoring Breakthrough? · · Score: 2

    Not entirely. Cryptography has a mathematical basis (unlike things like CPU speed, which has a technological basis, so is subject to Moore's Law). RSA rests squarely on the (presumed) fact that factorising a large prime number has a time complexity of O(n^3). Today's discovery doesn't change this, it just "inches" towards the best possible case of O(n^3). It would be a gigantic and revolutionary step for mathematics if even an O(n^2 log n) algorithm were found, and it is by no means inevitable.

  9. Re:For the PostScript-impaired on Factoring Breakthrough? · · Score: 2

    Since RR.com is the most common source (in my xperience) of DDoS attacks, I'd guess they could easily handle a slashdotting.

  10. Re:Hardware & the environment on Unintended Results From U.S. Hardware Dumps In Asia · · Score: 2

    My only question: why on earth aren't they using these old parts to make computer for education of the billions of poor people in Asia ??

    Previous schemes were 386s etc. have been shipped to a poor villlage along with a teacher, have been wildly successful (even when the village only has a generator big enough for 1 hour of electricity a day).

    Asians aren't any dumber than the rest of us, there would be no shortage of tech geeks or people who want to become tech geeks.

  11. Re:hmM on SourceForge Terms of Service Change, Users Unhappy · · Score: 1

    But WinDows is already betTer than all the free SoftWare BeCause it has ClipPy

  12. Re: Galactic Battlegrounds? on HIstory of RTS Games · · Score: 2, Funny

    NFL monopoly ??? You have got to be shitting me

  13. Re:Where's my country? on BlueMarble, new photos of Earth from NASA · · Score: 1

    On the other hand, New Zealand is clearly visible.

  14. Re:Ad Hominem attacks on Richard Stallman on Stallman Clarifies Position RE:Gnome & .Net · · Score: 3, Funny

    Richard Stallman has a wife. This means he must have had a girlfriend earlier. Therefore, he should be an inspiration to all geeks out there.

  15. ... on Running Linux On Your Swimming Pool · · Score: 1

    ...a Beowulf cluster of swimming pools?

    The hydroslide could autoswitch to whichever pool had the fewest people in it

  16. Re:Lack of intrest on Tom's Hardware Reviews the Xbox · · Score: 1

    The main anti-hacking protection is its price..

  17. Re:but which were more severe? on WinInformant Says Windows More Secure Than Linux · · Score: 2

    Your figures don't mention which of those systems run Apache, so they don't dispel the myth. Perhaps Apache is installed on all of the *nix, and half of the Windows.

  18. Re:Same treatment as the Ukraine? on (Almost) Free Movies On-Line... Sorta · · Score: 2

    If pretzels are made in Taiwan, then we may see this trade ban.

  19. Re:price point on (Almost) Free Movies On-Line... Sorta · · Score: 2

    There is nothing shady about their business; it's a perfectly fine idea. The world should be one where there's nothing wrong with watching movies and listening to music. The only shadiness is that the American fat cats have brainwashed everybody into mediocrity.

  20. Re:Just A Thought on Capturing Waste Heat with Quantum Mechanics · · Score: 1

    Yes, they're charging more and more for mirrors these days.

  21. Re:Not quite on Capturing Waste Heat with Quantum Mechanics · · Score: 1

    There always has to be someone on every /. story who calls it 'old news'..

  22. Re:IIRC... on China Orders E-Mail Screening · · Score: 1, Offtopic

    At least he wrote "fascist" and not "facist" (which is more likely actually)

  23. Re:What am I missing? on Dave Barry Does Windows · · Score: 1

    Why does it only receive off ethernet at about 20k/sec then? (Many win98 boxes I've seen do this, but they all send fine, and other versions of windows work fine)

  24. Re:BLAH on Megabytes (MB) or Mebibytes (MiB)? · · Score: 1

    Is this a standard? I usually use 'b' for bytes and 'B' for bits (because 'b' has always been around for bytes)

  25. Re:How its been done for years ... on Megabytes (MB) or Mebibytes (MiB)? · · Score: 3, Funny

    There's no difference in efficiency between mallocing 1048576 bytes and mallocing 1000000 bytse. Powers of 2 are useful for efficiency now only because they match multiples of the register size of the CPU (but 1000000 does that too).
    Also, computers need not be based on powers of 2 anyway, so chaining everything to 2 is losing a level of abstraction (eg. quantum computers, ternary computers, EBCDIC computers (9 bits per byte), etc.)

    What abbreviation do you use for "million bytes"?