Slashdot Mirror


User: Ignominious+Cow+Herd

Ignominious+Cow+Herd's activity in the archive.

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

Comments · 393

  1. Re:Dude, on Lexar JumpDrive Password Scheme Cracked · · Score: 5, Funny

    So, all we have to do is prove that the DMCA violates the DMCA and it will disappear in a puff of illogic, right?

  2. Re:still the same name ?? on Batch-o-Moz: Firefox, Thunderbird, Suite Released · · Score: 1

    Since they're all animals why not Mozilla Zoo (as compared with Mozilla Suite)?

  3. Re:42 on New Trailer For Upcoming Hitchhiker's Episodes · · Score: 1

    That's nothing. I used to have this little app for a Macintosh that would sing 99-bottles in a typical computerized voice. Funny part was you could enter any number you wanted in place of the 99. You wouldn't believe how funny it is hearing a tinny computer voice singing:

    nine trillion, nine hundred ninety nine billion, nine hundred ninety nine million, nine hundred ninety nine thousand, nine hundred ninety nine bottles of beer on the wall. Take one down, pass it around, nine trillion, nine hundred ninety nine billion, nine hundred ninety nine million, nine hundred ninety nine thousand, nine hundred ninety eight bottles of beer...

    wake me when its over.

  4. Re:Backups, and being organized in a general way? on Database File System · · Score: 3, Insightful

    Think of a directory structure as just one instance of a relational structure - a heirarchical or location-based one. Directories (or locations, or relationship to other files), even nested ones, are just another type of metadata. Once you have that concept in mind other things become obvious. For example you may group files by type (Image, Text) or by project, or by author. With a directory structure you either have to make multiple directories and symlink everything, or you're stuck with one view of your files.

    In short it gives you multiple, simultaneous groupings of your data.

  5. Re:gnome people... on Database File System · · Score: 1

    Yes, yes, yes.

    2) Add a history/revision list (DAV?).

  6. Re:Not exactly an explanation on LCD Pixel Response Time Halved · · Score: 2, Funny

    Yeah, but who wants a monitor that keeps spitting grean soup at you and telling you that your mother is in there?
    I'll keep my 16ms thank you.

  7. Or you could go the MasterCard approach... on Logitech Gives A Mouse A Laser · · Score: 5, Funny

    Mechanical mouse with rubber ball that gets gummed up with dust and crud: $19.00

    Optical mouse that doesn't work well on many surfaces: $39.00

    Laser mouse that works on any surface and spawns lots of "frickin laser" jokes: Priceless.

  8. Re:why? on How Google Could Overthrow AIM · · Score: 1

    See what I mean?

  9. Re:why? on How Google Could Overthrow AIM · · Score: 0, Troll

    --
    The secret to getting modded up is to allways say i've got karma to burn in your sig..


    Why would I say that You've got karma to burn in My .sig?
    Oops. Damn, there goes the rest of my Karma.

  10. Re:Personally, I'd recommend on Life Behind the Firewall Curtain? · · Score: 1

    Wrong story?

  11. Re:not exactly an IDE but on Komodo 3.0 Released · · Score: 1

    What's the Jolt! Cola of grammatical errors?

  12. Re:Another 'Talk? Apple sure does a lot of 'Talkin on Rendezvous Renamed to OpenTalk · · Score: 1

    That would be MetaTalk.

  13. Re:You must be able to die... on Is Math A Sport? · · Score: 1

    Golf: someone can hit you with a ball at close range.
    Tennis: The racket could snap and the sharp end could accidentally pierce your hide causing fatal blood loss.
    Swimming: Drowning, Chlorine poisoning, drowning.

    All activities that you can pull a groin muscle doing too.

  14. Re:You must be able to die... on Is Math A Sport? · · Score: 1

    Nah, you just have to be able to pull a groin muscle.

  15. Re:Yes on Is Math A Sport? · · Score: 1

    Shouldn't that be Maths ARE not a sport? No?, then maths is not a word. End of proof.

  16. Re:9 eastern? on System Downtime, Maintenance · · Score: 1

    Flash must have been a bitch!

  17. Re:Wow! on Linux Distributions for Powerbooks? · · Score: 1

    I thought it was a 12 minute powerbook. I think that is much more believeable.

  18. Re:The i stands for... on IEEE Approves 802.11i · · Score: 1

    Oh, I thought it was incryption when downloading and outcryption when uploading.

    I got a bunch of code to go fix now...

  19. Re:Quantum security on IEEE Approves 802.11i · · Score: 1

    Yeah, it isn't. At best I guess as soon as you detect the eavesdropper you stop transmitting. (requires an ack/nak system) Then there is only a small amount of encrypted(?) data stolen that would not be sufficient(that word again) to be useful, or cracked. You'd still want to encrypt though.

  20. Duh, where have you been? on SETI@Home Transitions To BOINC · · Score: 1

    Don't you remember a few years ago, when the aliens came and destroyed Earth.

    And we escaped to this planet on a giant Space Ark.

    Then the Government decided not to tell the stupid people because they thought it might affect their memory.....

    Um. Nevermind.

  21. Re:Why PCI-X? on New PowerMac G5s: Up to 2.5Ghz, Liquid Cooled · · Score: 2, Informative

    Bzzzttt. Thank you for playing.

    PCI express is not just an AGP replacement. It is intended to completely replace PCI. PCI-X is/was a stopgap performance bump for those that needed it. PCI-e is the future.

  22. Re:One thing on What Keeps You Off of Windows? · · Score: 1

    Also, a lack of suction cups on my feet and hands.

  23. Re:I tire of it on Is Your Computer Leaking Toxic Dust? · · Score: 1

    No, saliva causes cancer.
    But only when swallowed in small quantities, over a long period of time. - George Carlin

  24. Re:Why SVG? on Introduction To Inkscape And Its Future · · Score: 2, Informative

    EPS is PostScript. There are maybe a half dozen things that you can't do in EPS or must do that you otherwise have freedom to ignore in PS.

    The problem with EPS as a file format is that it is too powerful. It is a language far more than it is a standard file format. To make a EPS importer you need a major chunk of code to parse all the possible EPS files that one could generate. You need a PostScript parser - a complete one. You just don't need the PS renderer. You need all the memory management and font handling.

    I am not an SVG expert (I'm not sure I qualify as a PS expert either, but I work with it for a living), but I think it is much simpler in theory to implement one than a PS interpreter. Especially since the base language is XML and the parser for that already exists. I also believe that animations (automation?) in SVG is based on Javascript (and/or others?) so that already exists too.

    Last, SVG has a nice structure. (E)PS is pretty damn free-form. Writiing tools to work with SVG without actually having to parse all of it is much easier than doing the same with EPS.

  25. Reminds me of the classic Steve Martin joke... on There Are Infinitely Many Prime Twins · · Score: 1

    This Lawn Supervisor is working on a sprinkler maintenance job, when he starts working on a Findley Sprinkler head with a Langstrom 7 inch wrench.

    Well his apprentice leans over and says "Hey, you can't work on a Findley Sprinkler head with a Langstrom 7 inch wrench!"

    Well this infuriates the supervisor. So he grabs volume 14 of the Kingsley manual. Which says "The Langstrom 7 inch wrench can be used on the Findley Sprocket".

    The apprentice retorts, "I says Sprocket, not Socket!"

    Were those plumbers supposed to be here for _this_ show?