Slashdot Mirror


User: McD

McD's activity in the archive.

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

Comments · 30

  1. The BEST reviews on Amazon... on Should You Trust Website Customer Reviews? · · Score: 1

    ...are still the "Customer Reviews" of just about anything by Bil Keane. For example, check out The Family Circus by Request, which was reviewed just this past August.

    Some days, I really miss the DFC. These Amazon reviews kinda help. :-)

  2. Re:Proof that Perl is Evil on Laurence 'Green Card' Canter Has No Regrets · · Score: 1
    "People misuse Perl too--if you can call spammers people. Perl is the language of choice for network abuse. That doesn't mean Perl isn't a net win for the world."

    --Larry Wall, Third Annual State Of The Onion address, 1999

    Peace,
    -McD

  3. Way to Tip Your Hand on Enhanced Carnivore To Crack Encryption Via Virus · · Score: 1
    Isn't this just a great way to tell the Bad Guys(tm) that you're reading their mail?

    "Hey boss, the feds must be getting suspicious - they're trying to send us the Magic Lantern virus again."

    Peace,
    -McD

  4. So old, it's a classic joke on iTunes 2.0 Installer Deletes Hard Drives · · Score: 3, Funny
    From the classic old joke list "How To Shoot Yourself In The Foot" in various programming languages and computing environments, here's the entry for Unix:

    % ls
    foot.c foot.h foot.o toe.c toe.o
    % rm * .o
    rm: .o: No such file or directory
    % ls
    %

    Same bug. Welcome to the world, Apple. :-)

    Peace,
    -McD

  5. Outlook has it's own problems on Return Address: Arrogance, MS · · Score: 1
    Ok, so maybe the annoying TNEF attachment isn't quite as evil as this article leads you to believe. Outlook 2000 has more than enough other problems to be heckled for.

    My favorite example is what it does when parsing an RFC 822 From: field - it more or less ignores the spec, and tries to make it's own best guess about what an address looks like. Try this (probably requires a bit of SMTP wizardry - don't try this at home, kids): send mail to an Outlook 2000 user with the following header:

    From: Elvis (TheKing@RockAndRoll.com) <Elvis@Graceland.org>

    When you reply to this email, what address should the reply go to? TheKing@RockAndRoll.com? No, that's a comment, according to the spec - but Outlook 98 will pick it anyway.

    At least Outlook 98 makes a choice, though. Outlook 2000 can't make up it's mind, so, in a classic burst of programming ingenuity, it glues the two addresses together. That's right, your reply will be addressed to:

    To: TheKing@RockAndRoll.comElvis@Graceland.org

    I don't know about you, but in my world, that address isn't going to get very far before some MTA barfs on it. Naturally, I've found nothing in the M$ KnowldgeBase about this.

    Finally, I'm dying to know if anyone can figure out how to make Outlook display the raw text of the message I'm viewing, without trying to grok it for me. I don't think it can be done.

    Peace,
    -McD