Slashdot Mirror


User: andy@petdance.com

andy@petdance.com's activity in the archive.

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

Comments · 390

  1. Biiig questions to answer on Building a Bigger Search Engine · · Score: 5, Interesting
    So Grub goes out, uses bandwidth, and then returns some results to the home base. It's really distributed bandwidth more than distributed computation.

    I bet one of the big successes in Folding and distributed.net is that many people run the clients on work boxes, knowing that there's little actual overhead incurred to their work. How different that is for a URL sucker.

    I wonder what broadband ISPs think of Grub.

  2. It's not O'Reilly on Open Source Web Development With LAMP · · Score: 1
    It's from Addison-Wesley, not O'Reilly.

    No animal. No hand-tools. Must not be ORA.

  3. who knew? on Apple Plans to Purchase Universal Music · · Score: 5, Funny
    Who knew Apple even had that kind of cash?

    Their accountants, I'd assume.

  4. Ah, the desktop on Too Much Free Software · · Score: 1
    In order to conquer the desktop, we have to stand united

    Why is "conquer the desktop" a goal? Is it actually a goal for anyone?

  5. Dealing with dictionary attacks on Dictionary Spammer Fined $55,000 for Spam Attack · · Score: 2, Interesting

    If their mail servers are swamped with 880,000,000 emails daily from dictionary attack, I'd think the easiest solution would be to throttle the mail servers. "Oh, I got an invalid recipient, I'll pause 5 seconds before I respond." (Adjust 5 seconds to whatever makes most sense) For most legit users, that shouldn't be a problem. For the spammers, it means they can make at most 17280 attempts per day per MTA.

  6. Ask your own company on Legalities of a Company Sponsored MP3 Repository? · · Score: 1
    Why are you asking us? Ask your legal department. See how long it takes for your company lawyer to laugh you out of her office.

    Or are you trying to find ammo to help get the idea past your company lawyer? "Hey, look, these 12 people on Slashdot said that they thought it was legal, can we do it, too?"

  7. Re:TV? on Study Finds Tivo Less of a Threat to Advertisers · · Score: 2, Funny
    "Anyone want to go for a bear?"

    What kind of bear? Do your friends live near a forest? A zoo? A bar populated by large hairy gay men?

  8. My perl version on $BottlesOfBeerOnTheWall = 99; · · Score: 1
    LWP makes everything so easy. If you don't have Sean Burke's excllent LWP & Perl , do so:
    perl -MLWP::Simple -e'print get "http://www.noodleroni.com/beerlyrics.txt"'

    Or, using my WWW::Mechanize module,

    #!/usr/bin/perl -w

    use WWW::Mechanize;

    my $agent = new WWW::Mechanize();
    $agent->get( 'http://www.noodleroni.com/beerlyrics.txt' );
    print $agent->content;
  9. Re:you asked for it... on Good Job Experiences? · · Score: 1
    They're round because if they're round, no matter which way you turn them, they can't fall in the hole.

    Right. That's common geek knowledge.

    Now what's the 2nd reason?

  10. Re:Don't forget to CC their boss.... on The Tyranny of Email · · Score: 5, Insightful
    I, too, am a pointy-hair, and I have this problem on a project I'm overseeing. One of my programmers is paired up with a programmer from the mainframe side of the house. The MF programmer was cc:ing me on every request she made of my programmer, in the same sort of "if I cc: Andy, then she'll do it."

    It's really insulting to me and my team, because the implication is "Tricia has to be nudged to make this happen."

    I sent an email saying specifically "I don't need to be cc:'d on every email about the project. If there is a problem with the project, I'm sure Tricia will tell me about it. If you feel that something is not being done to your satisfaction, please let me know directly and I'll take care of the situation."

    I haven't had a CYA cc: since.

  11. Re:Perl is turning into a completely new language on Perl 6: Apocalypse 6 Released · · Score: 2, Informative
    We biologists have a special word for stable. It is "dead".

    Interesting that that quote is Jarkko's sig. Jarkko is the Perl 5.8 pumpking.

  12. Re:Discriminatory pricing on Which Price is Right? · · Score: 1
    Whats wrong with the consumer wanting to know how pricing is done? I know why business don't want consumer to know, but there is nothing wrong with consumer trying to find out.

    Nothing ethically wrong with it, but it's pointless. Your concern as a consumer isn't how the pricing is arrived at, but which price is best for you.

    If you go buy a car, and you pay $10,000 at one place, or you can go to the place next door that gives you $2,000 trade-in on anything you can get onto the lot, but the car is $13,000, then which is better?

    If you get free shipping from one place, but the other place has higher list price, which is better?

    It all depends on the bottom line, not how that bottom line was arrived at.

  13. Discriminatory pricing on Which Price is Right? · · Score: 5, Interesting
    Am I the only one who has taken basic economics?

    It's called "discriminatory pricing", and is not at all illegal or unethical. Look at your local movie theater. Say they charge $2 for kids and $7 for adults. Why? Because they'd have a family of four pay $18 dollars, rather than that family not go at all because it's $28. 1 x $18 > 0 x $28

    Same thing with cheap night. Tuesdays, all seats are $2, because they'd rather have some people at $2/seat, rather than no people at $7/seat.

    What really baffles me is that people think they're entitled to know what goes on behind the scenes when businesses set prices, or base buying decisions on that. "They're charging $7 for shipping when it only costs then a dollar!" So what? Is the total value of getting the items to your house worth it, or isn't it?

  14. Note from mom on Coldest Place in the Universe · · Score: 4, Funny
    Be sure to wear a sweater.

    Love,
    Mom

  15. Re:Emperor Linux on Buying a Small, Light Linux Notebook Computer? · · Score: 2, Interesting
    Don't want windows? Throw the disc out ... you want a computer right? Don't turn everything into a political statement.

    That disc isn't free. The vendor (should have) paid Microsoft for bundling it with the machine. That cost is passed on to the buyer.

    Also referred to as "the Microsoft tax".

  16. You have complete control on Are Coders Exempt From California's Overtime Laws? · · Score: 1
    There's nothing I can change about that to convince interviewers I can do the job.

    This is completely untrue. You convince the interviewer you can do the job by actually doing the job.

    Run, do not walk, to your local bookstore and pick up a copy of Nick Corcodilos' stellar Ask The Headhunter. Also be sure to visit his website at asktheheadhunter.com.

    Change your way of thinking about the interview. Control it by showing the interviewer who you are. This doesn't mean the aforementioned thoughtful "mmmm" and "yeah" to BS the interviwer into thinking you're listening.

    Get Nick's book. You will not be sorry.

  17. Phooey on Command and Conquer Generals Released · · Score: 1
    I'm pissed 'cause I can't play it. I only have an 800mhz Pentium and 16MB of Voodoo3 card. It sneers at my puny setup.

    I hope Best Buy will take it back even though I opened it.

  18. Bingo was its name-o on Buzz Words, Catch Phrases, and Manager Speak? · · Score: 1

    What you need is a good Buzzword Bingo card. Just print off a page, and then reload to get a fresh card. Print up a stack for your next all-company meeting.

  19. Re:Payola to the Artists? on Instant Concert CDs? · · Score: 2, Interesting
    If it's anything like Courtney Love's [holemusic.com] RIAA / Recording Artist math, I think it will just put more cash in the wrong pockets.

    Please read the original "The Problem With Music" by Steve Albini from which Courtney stole much of her manifesto.

  20. Egregious factual errors on Instant Concert CDs? · · Score: 1
    Your statement that Clear Channel owns "every radio station" is obviously intended as hyperbole, but I don't want anyone to think it's literally true.

    As to legitimizing one of the oldest forms of piracy, that doesn't make sense because in this case, the musicians are specifically authorizing the recordings, rather than having the recordings made without their consent.

    It seems like you're just finding things to gripe and make snarky comments about.

  21. Big deal! on Nickel Sensors Could Raise Hard Disk Capacity · · Score: 1
    Nickel sensors? We've had technology like this for years, at least since the early 80s.

    Whenever I was at the arcade or Bugsy's Subs, and I lost my last man playing Berzerk, the machine would say "coin detected in pocket!" If we had working quarter sensors back in the 80s, then what's the big deal with nickel sensors now?

  22. Re:You lost me on the incredible leap of logic... on XML and Perl · · Score: 1

    Of course, many (most?) of the Perl XML modules aren't doing the parsing directly, but calling the expat library, which is not Perl at all.

  23. Re:About the singing... on Superbowl XXXVII · · Score: 2, Funny
    Did anyone notice that Shania Twain lip-sync'ed her songs

    You were watching her mouth?

  24. Re:Classic Steve Albini Article on How Much Does it Cost to Produce a Recording? · · Score: 1

    I like my formatting better.

  25. Simson Garfinkel on Data Mining Used Hard Drives · · Score: 2, Interesting

    It's not as if it's just any "[t]wo MIT grad students". Garfinkel has written more than a handful of security books over the years.