Slashdot Mirror


User: ezzzD55J

ezzzD55J's activity in the archive.

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

Comments · 552

  1. Re:Algorithms on "Evolved" Caches Could Speed the Net · · Score: 5, Insightful

    Humbug, the big difference is: in GC there's perfect knowledge about what you want to throw away (unreferenced or only circularly referenced objects), and the problem is how to find out efficiently.. In caching the whole problem is to figure out which objects to keep, and beyond that, efficiency is no problem.

  2. Re:Orwell Might Agree ... [Re:Not surprising...] on Moore Approves Fahrenheit 9/11 Downloads · · Score: 1
    NEGATIVE NATIONALISM
    (i) ANGLOPHOBIA. Within the intelligentsia [slashdotters?], a derisive and mildly hostile attitude towards Britain [United States?] is more or less compulsory,
    Now, from dictionary.com:
    intelligentsia, n. The intellectual elite of a society.
    Puhh-lease.. slashdotters the intellectual elite of a society? When I think of a bunch of nerdy, pasty-white, geeky young guys, my next thought is not the intellectual elite of a society.. Smarter than average, yes, but that is not the same thing as intellectual, much less elite..

    Besides.. the intellectual elite is overrated ;-)

  3. Re:For non-physics people: on Java 1.5.0 Now Officially Java 5.0 · · Score: 1, Informative

    That would be non-chemistry people, IMHO.

  4. Re:Sounds like a need for encrypted SMS. on China Will Monitor, Censor SMS Messages · · Score: 1

    There is a protocol (proposed standard). It uses RSA directly on the message, after mashing it, for space-efficiency.

  5. Re:What if the devices are stolen on Airport Monitoring of Travellers via Blackberry · · Score: 1

    Biometric encryption eh? That doesn't sound very good..

  6. Re:I can't wait . . . on North Korea Angered Over Ghost Recon 2 · · Score: 1
    "For all of the dinosaurs running their backwards regime to roll over and die."

    Hear, hear. I agree with you more than I can say without ending up on an NSA/CIA watchlist ;)

  7. Re:Game not at all realistic. on North Korea Angered Over Ghost Recon 2 · · Score: 1
    "Is Michael Moore lying in order to advance a political agenda? Yes. Of course. That's what he does."

    Interesting.. what political agenda could/would that be?

  8. Re:I made a little chart... on ESR's Halloween XI -- Get the FUD · · Score: 1

    That's a good thing IMO :)

  9. Re:Fucking hell why all the excitement about GA? on The Future of Optical Fibre · · Score: 1
    Hear, hear.

    I'm a bit puzzled by GA hoopla as well. Sure it can achieve results, but it's something of a copout. If GA's can do a reasonable job at optimising a (fitness) function (that's, after all, all they really try to do), then surely there's an actual special purpose algorithm that can do a better job.. (Although that goes quite directly to the heart of the P vs. NP question..)

    I think it's just people throwing GA's at a problem because it's quite easy and works slightly..

    I, for one, hope that one day someone will say P=NP, despite all the cryptographic problems we might get into then..

  10. I don't want to be nasty, but ... on Hotmail Blocks Gmail Emails (and Invites) · · Score: 5, Funny
    Please note: I've not been able to verify this one way or another.
    Did anyone expect you to ;) ?
  11. Re:gorgeously random? on Conspiracies - A 'Final Justice' For Videogames? · · Score: 1

    i find the randomness of your suspicions highly useful.

  12. Re:Quality? on Spokane Gets Unwired · · Score: 1
    Only on average.

    I used to work at an ISP, and we found our ADSL users were using an average of 25kbit per second per session. At the time the connections were a megabit.

    So that says something about how much capacity is necessary in total to keep your users happy, but it doesn't mean everyone would be just as happy with 25kbit connections :)

  13. Re:Not entirely useless... (Re:o but yes) on Are IT Certifications Meaningless? · · Score: 1
    Well, it's commendable she was going to put it together from parts..

    Also a videocard is convenient for installing the thing and for maintenance if there's trouble with it..

    Well, nitpicks aside, you're right though.

  14. Re:Yet another Allen project on Sneak Peek at Paul Allen's Sci-Fi Museum · · Score: 1
    Yet another Allen project...

    Would that be.... "The Allen Parsons Project!"
    BA-pam! BAA-pam!!

    Perhaps?

  15. Re:[OT] Your sig... on Hosting Service Closes 3000 Blogs Without Notice · · Score: 1

    You run sigs as root eh? Well then I have a sig to sell you ;)

  16. Re:Interactive Ad-Games: The Spam of the Future! on Yahoo Boosts Email Space in response to Gmail · · Score: 1
    It'll cost more time and money to send, making the economics of spam slide towards the unprofitable side (maybe not enough though).

    Presuming of course spam is sent legitimately, and not by zombie boxes..

  17. Re:Backups... on Seagate Rolls Out 400 GB SATA Drives · · Score: 1

    Indeed true, but snapshotting filesystems (or block devices) (storing every block that's used in the live FS or a snapshot only once) can fix that.

  18. Re:It's been said before on Seagate Rolls Out 400 GB SATA Drives · · Score: 1
    " ...which is 500 GB, like he asked for."

    Well, indeed, he said 500 GB "after the hardrive manufacturers stretching of the facts and formatting.", so I presumed he wanted 500*1024*1024*1024 bytes after formatting, and not 500.000.000.000 bytes before formatting..

  19. Re:It's been said before on Seagate Rolls Out 400 GB SATA Drives · · Score: 1

    I need about 500GB and something that is reliable. I'm looking at 3 250GB drives with raid5 which should be close enough to 500GB after the hardrive manufacturers stretching of the facts and formatting.

    3*250GB in raid5 is only 2*250gb of raw storage due to a parity disk..

  20. Re:Mmmm RAID 5 for video on demand... on Seagate Rolls Out 400 GB SATA Drives · · Score: 1
    I may be stating the obvious here, but with 5x400GB you'll lose at least one drive for parity if you want to do RAID5.

    On the one hand RAID5 isn't ideal because updating the parity is slow, on the other hand that many disks in one unredundant array is asking for trouble, and RAID1 (or 0+1 or 1+0) is a bit wasteful, so it's smart.

    Just thought I'd add that. :)

  21. Re:Speeds? on Seagate Rolls Out 400 GB SATA Drives · · Score: 2, Insightful
    Generally the bottleneck with regular use is seeks though, not bulk transfers.

    Also the entire array will last only 1/3rd of the time of an individual disk, assuming a poisson failure rate (which is reasonable) because if any of the disks break, the entire array breaks.

    You can do parallel seeks though, so the whole set can stand more of a thrashing than a single drive..

  22. Re:Not possible with good file systems on Seagate Rolls Out 400 GB SATA Drives · · Score: 1

    That is only true if the disk doesn't re-order the i/o in a metadata-inconsistent way, which isn't certain on IDE drives.

  23. Re:21241036 - For Backdoor Network Access, Call Je on Netgear's Amusing "fix" for WG602v1 Backdoor · · Score: 1
    If it's a phone number, i wonder whose it is and why it was chosen?

    If it's not, what would the significance be? The factorisation is: 2 2 461 11519 but that doesn't look interesting to me.

    Googling for it I only find, as interesting reference:

    • An entry for something called dipeptidyl anminopeptidase that sounds like a protein or enzyme
    But I'm sure that's not it ;)
  24. Re:never put a car battery on your back! on The Wireless Backpack Repeater · · Score: 1

    Ah, in that case, sorry to explain that basic stuff to you :)

  25. Re:never put a car battery on your back! on The Wireless Backpack Repeater · · Score: 1
    "You can put 100% pure H2SO4 in glass forever and not bother it one bit."

    I may be stating the obvious here, but 100% pure H2SO4 isn't acid at all in the sense that it corrodes stuff, it needs water to react with in order to form the H3O+ ions (the actual acid that corrodes stuff).

    As for sodium hydroxide, again I might be stating the obvious to you, but it isn't an acid, but a base - it forms HO- in water.