Slashdot Mirror


User: groomed

groomed's activity in the archive.

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

Comments · 603

  1. Re:The irony ... on Fighting For Privacy With Art and Words · · Score: 2, Interesting

    No, coz there isn't any. Privacy is not anonymity.

    And if it's anonymity you want, get off the Internet. Hide in a crowd, instead. You won't have any privacy tho'.

  2. Re:irony of licensing on IP Theft in the Linux Kernel · · Score: 1

    Hey loudmouth.

    This shit is not about who is the ``freeest'' motherfucker. This shit is about not allowing corps to strangle the competition by using source code as a kind of bank vault for arbitrary implementation detail (ie. "trade secrets").

  3. Re:AGAIN: Ben Franklin on Hackers are 'Terrorists' Under Ashcroft's New Act · · Score: 1

    Thanks for digging up the original quote.

    Now if you look closely, you'll see that Franklin qualifies his statement by using the words "temporary", and the slippery "essential".

    Franklin does not help us when we can give up "non-essential liberties" (whatever those may be) to gain "permanent safety" (as far as that is possible).

  4. Re:Pawns shifted forward? on Bobby Fischer Online? · · Score: 1

    I don't think he's really giving Short 8 moves. He's getting his pawns out of the way and throwing Short off balance. Given that most chess games will have two or three pawn moves in the first 8 moves, and given the obvious strategical import of moving all 8 (since he did win after all), you could say he didn't "give" Short any moves at all. Of course, I'm not a chess expert.

  5. Re:I think you meant on Human Markup Language · · Score: 1

    Yeah, I think the original poster knew that. So why is this funny?

  6. Re:This is a good thing on Mozilla 0.9.3 Released · · Score: 1
    Bah, that is not a mature approach. The mature approach is to release a 1.0 that works, a 2.0 that's useful, a 3.0 that's good, and a 4.0 that eliminates the competition.

    Lofty "it's finished when it's finished" rhetoric just does not work for projects on the scale of Moz.

    Suppose that the renderer is finished but that mailnews is still a mess. The release is delayed. The mailnews team makes a supreme effort and manages to deliver only by their clever and novel uses for the renderer. Six months later there's a much improved mailnews. There are also lots of new issues with the renderer. Release is delayed again. And so on. And so on..

  7. Re:Raw Sockets == IP packet spoofing on TCP/MS, We'll Cure What Ails You · · Score: 1
    99.44% "You are the product of a mutational union of ~640Mbytes of genetic information."
    The world. You are forgetting the world. That genetic information is meaningless if it's not in the world. I think you should account for all the information in the world that makes these pathetic 640 megs of genetic information mean something.
  8. Re:Meaningless blather... on Vinge and the Singularity · · Score: 1

    How can the parent be overrated?? It wasn't even moderated!

  9. Re:Imminent death of open source predicted... on Petreley on Ximian and Mono · · Score: 1
    Which should go a long way to show you that "standards-based" means nothing.

    As for the W3C, you would have to be a fool not to know by now that they are a vacillatory council of bureaucrats, whose main expertise is in the regulation of technology to the point where an actual implementation becomes unfeasible.

  10. Re:Another reason to use Linux? on Death To Virus Writers · · Score: 1
    Q: What are "stable, feature-complete, office suite, full-featured"?

    A: Pompous marketing-speaks designed to soothe self-important losers who couldn't come up with a single original thought if they had their whole life to do it.

  11. Re:"Viruses" can be funny... on Death To Virus Writers · · Score: 1

    The one time somebody writes an fierce and distinguished comment on /. he is told to "calm down"?! A brave new world, indeed!

  12. Re:Bruce Schneir (sp) agrees on When "Security Through Obscurity" Isn't So Bad · · Score: 1

    So, security is a pipe-dream. Thanks for clearing that up.

  13. Re:The typical "USA sucks" drivel from Europe on Copyrights and Copywrongs · · Score: 1
    It's OK to be proud of your country, even if it happens to be Germany!
    It's ok -- why?

    It strikes me as patently stupid, more like.

  14. The QuietPC stuff is wonderful on Building the Quiet PC · · Score: 1
    I've been using the QuietPC stuff for about a year now (CPU cooler, 300W power supply, and SilentDrive enclosures) in a dual PIII Linux system, and I've got to say that it works miracles.

    What's especially great about this stuff is not just how it reduces the loudness, but how it also changes the kind of noise that your machine makes into a much smoother and rounder sound. It's a bit as if you're listening through a low-pass filter.

    Some of this nice "dampening" disappears as the hardware ages though.

  15. Re:anti-noise? on Seagate Claims New Drive Silent and Fastest · · Score: 1

    Because the noise shouldn't be there in the first place ... duh.

  16. Muscle memory on The Psychology of Passwords · · Score: 1

    I often choose a password based on how easy it is to type. Then I make sure that I type it a lot for a few days. After that, it's all muscle memory.

  17. Re:What on earth needs 350 meg!!! on Authentication is the Key · · Score: 1
    Yes, well, I've been hearing this stuff for ages, about how programmers should "be more efficient", but meanwhile, all those wonderful word processors written in assembler (Tempus Word) seem to have perished.

    Besides, some people think that so-called "cruft" (clip-art, templates, ...) is added value. Should people design their own fonts, too?

    In any case, there was a time when 3000 bytes could hold an interpreter. You need 3000 bytes just to write a character to a file. Go figure.

    The heart of the matter is that applications grow larger as they incorporate more elements from the day to day world (page sizes, fonts, languages, sound, advertisements ...). Writing tight code does nothing to avoid that.

  18. Re:Smaller isn't impossible, just more difficult. on Authentication is the Key · · Score: 1

    So you saved ~350K on a ~354K file. But that doesn't mean that you'll also save ~350M on a ~354M application distribution.

  19. Re:Comatose Client: All-Purpose Server on Cheaters Sometimes Prosper · · Score: 1
    A solution: All power must lie in the server; none with the client.
    Yes sir! It's not for Big Corporations or overzealous parents to take away our freedoms!

    No sir! It's gamers, demanding you publish your biometric signature on a .NET powered authentication server!

  20. Re:First Rule on Fundamentals Of Multithreading · · Score: 1
    The parent is right. I'm seeing a number of replies to the effect of "no you're wrong, threads are good!", but most of these seem to be missing the point. Read what the parent writes:
    "The first rule of multithreaded programming is the same as the first rule of optimization: Don't do it."
    Now think about that. Does that really suggest "don't use threads!"? Or "don't optimize your programs!"? I don't think so.

    A more reasonable interpretation is that "whenever you feel the urge -- as opposed to a reasoning that can be supported by facts -- to [optimize your program|employ threads]: don't do it.".

    What's particularly lucid about this comment is the way it likens (premature) optimization to the (over) use of threads, in recognition of the fact that both practices start out showing great promise, then bog down owing to inexplicable roadblocks, only to finally end up as liabilities.

    Then again, that is perhaps the story of all software development ..

  21. Re:The nature of laws, and what this implies... on Harm From The Hague · · Score: 1
    Ultimately, what is a law? It's a restriction on freedom.
    Some laws restrict some persons freedom at some particular time, but you have to consider that if that persons freedom were not restricted at that particular point in time, you might be dead.
  22. Re:Anyone remember FX!32? on Dynamic Cross-Processor Binary Translation · · Score: 1

    IIRC the system would perform a nightly optimization pass on translated x86 binaries.

  23. Re:Why portscanning must be illegal. on Law Review Article Says Port Scanning Illegal · · Score: 1

    Perhaps if you're worried about portscanning, you shouldn't connect your computer to the Internet.

  24. Re:Why portscanning must be legal. on Law Review Article Says Port Scanning Illegal · · Score: 1
    Parent has a great point.

    That said, I don't see how someone reading the article could come to the conclusion that portscanning is categorically deemed illegal.

    In fact a considerable part of the article is dedicated to an investigation of various definitions of what constitutes unauthorized "access", and the author takes some pains to point out that these may or may not include some form of port scanning as part of the consideration of whether tresspass has occurred. But nowhere does the article say, "nmap is illegal".

  25. Re:have very little respect for Minsky. on Marvin Minsky: It's 2001. Where is HAL? · · Score: 1

    Yeah, Minsky does have a propensity to come across like a highly educated fool. But perhaps he's just being provocative to spur the debate. IOW, a troll.