Slashdot Mirror


User: andfarm

andfarm's activity in the archive.

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

Comments · 289

  1. Re:Confusion about:MD5 (it's no panacea) on Mission: Infiltrate the P2P Network · · Score: 1
    Whoops.

    You're right, I meant infeasible, or practically impossible.

  2. Re:OS X + Fink = bliss on JWZ Reviews Video on Linux · · Score: 1

    Or you can use Apple's quartzwm, which makes X windows behave exactly like Mac windows because they *are*.

  3. Re:Confusion about:MD5 (it's no panacea) on Mission: Infiltrate the P2P Network · · Score: 4, Interesting
    Creating a "bad" file with a given MD5 is, by design, an extremely difficult task. Since an MD5 hash is 128 bits, one would have to create somewhere on the order of 2^^127 random files to have even odds of coming up with one with a given hash. This is computationally impossible.

    Then again, there are believed to be some weaknesses in MD5, making this a little bit easier.

  4. Re:What about RAM? on Data Mining Used Hard Drives · · Score: 1

    As RAM stores data with capacitors, it loses its contents within a few refresh periods. For example, 150ns RAM would lose its contents entirely in <450ns. VRAM and processor caches are usually even faster. No way you're going to recover anything from THAT...

  5. Re:The biggest change on Safari Beta Updated · · Score: 2
    An Apple representative on Apple's discussion board posted, in a thread discussing the $HOME and /tmp bugs, that "Safari Update 1-10-03 addresses the issue or issues being discussed in this and other forums."

    The post's here.

  6. The biggest change on Safari Beta Updated · · Score: 5, Informative
    Apple claims to have fixed that nasty bug with wiped $HOME directories and deleted /tmp->/private/tmp links. Reason enough for me to download it.

    (This comment posted with Safari)

  7. Re:Anyone remember "Bored of the Rings"? on Lord of the Rings, as Written By Everyone Else · · Score: 1

    Correction: I have a copy that I bought, new, at my local bookstore.

  8. Re:Not supreme court on 'DVD Jon' Acquitted On All Counts in DeCSS Case · · Score: 1

    Well, read this. Among other things, the coffee was somewhere around 180 or 190 degrees F. Yeow!

  9. Re:Anyone remember "Bored of the Rings"? on Lord of the Rings, as Written By Everyone Else · · Score: 1

    It's still in print. I've got a copy.

  10. Re:Why there's a Fifth Amendment in the US on FBI To Use Ad Banners to Find Criminals · · Score: 1
    The 'defiant holdout' you're thinking of was Giles Corey, who was suspected of being a witch (er, wizard) in the Salem witch trials in 1692. The story goes that instead of either pleading guilty (which would have him killed for being a witch) or pleading innocent (which would have him killed for lying --- evidence from the accused was counted as untrustworthy), both of which would have left his property to others, he instead was 'pressed' to death, which allowed his descendants to keep his property.

    A neat story.

  11. I suppose this makes them... on Goodbye, Liquid Audio? · · Score: 2, Funny
    ...Liquidated Audio?

    *smirk*

  12. Re:Other ways to Annoy Spammers! on HOWTO: Annoy a Spammer · · Score: 1
    Unfortunately -- after some incidents like that which you described -- reply paid cards now have a weight limit in the US.

    However, even better is to use large packages of advertising material as free fuel. Better than firewood, and cheaper too!

  13. Re:Now taking bets.. on Kid-Safe Domain Created · · Score: 1

    I bet three e-quatloos on it being five minutes.

  14. Nothing at all --- for good service, too! on How Much Do You Pay to Host Your Website? · · Score: 2

    Well, I'm still a student at the Menlo School, which is a pretty good school. Among other things, it offers a server for student use: thibs. Shell access, virtually unlimited web and file sharing space --- it's great. Beat that!

  15. Yay! I got on the high scores! on The PPK Tiny Programming Results · · Score: 2, Informative
    I'm in the list, and pretty close to the optimum value, too! (169 bytes for me. The lowest was 101, and they sort of cheated.)

    The source (yes, nasm input == source) to my entry is available here.

  16. Re:Along with strange disasters mixed with science on UK Team to Study Rainmaking Machines · · Score: 2

    Link. Apparently Tesla may also have come up with something like radar in WW1 as well. Very strange.

  17. Re:So how do they remedy the broadcasting? on Class Action Filed Against Bonzi Software · · Score: 2
    It apparently installs a simple personal firewall program.

    Note that this does not prevent you from `broadcasting an IP address'; it just protects (?) you from attacks.

  18. Re:super easy to beat the limit... on PPK debuts the tiny programming challenge · · Score: 2
    I've done it in 169 bytes now. It's still a valid ELF image.

    No, I'm not telling you how I did it. [grin] Figure it out on your own. Or improve on my attempt. Whichever.

    Just tell me if you improve on it.

  19. Re:Beat this... on PPK debuts the tiny programming challenge · · Score: 1
    I grovel at thy feet, oh .

    No, I didn't try *that* hard on this project.

  20. Beat this... on PPK debuts the tiny programming challenge · · Score: 3, Interesting
    At one point I wrote a Mac OS (Classic) program that displayed the phase of the moon (as text AND a graphic) in a dialog box.

    The catch? I did it in 5,038 bytes, including a nifty color icon.

    Beat that.

  21. Re:A christmas story on Please Don't Ask Me About Windows On Christmas · · Score: 2

    Try PPP.menu (available from Network.prefpane). You don't need Internet\ Connect.app for ANYTHING.

  22. Re:Hotmail? on Why UNIX is better than Windows... By Microsoft · · Score: 2

    Or Xenix.

  23. Re:And I'm going to miss this how? on Movielink Snubs DRM-less Macs · · Score: 1

    Airframe, by Michael Crichton.

  24. Personally... on Go Go Gadget Minisaw · · Score: 2
    Well, I don't know about YOU, but I habitually carry around:
    • One Audiovox cell phone
    • One Palm m100
    • One iPod (5GB model)
    • One cheap pair of headphones
    • A few pencils and/or pens

    How about YOU?

  25. Re:Why does Open Source have to be free? on How Do You Sell Linux Software? · · Score: 1

    Distributing source without a makefile won't work. Makefiles are easy to put together.