Slashdot Mirror


User: Ralp

Ralp's activity in the archive.

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

Comments · 54

  1. Re:The Web is decaying on Using Google to Calculate Web Decay · · Score: 1

    +5, Troll :)

  2. Re:Perl binaries on Perlbox: A Unix Desktop Written in Perl · · Score: 1
    Perl has a function called dump which, intuitively yet perhaps seemingly counterproductively, causes an immediate core dump. "This is so you can use undump(1) to turn your core dump into an executable binary after having initialized all your variables at the beginning of the program" (Camel Book, p158). Not especially elegant, but a neat hack. Reminds me a little of when I used to simulate assert() in QBasic with something like
    IF x < 0 THEN x = 1 / 0
  3. Re:Block? Are you kidding? on Stopping Spambots: A Spambot Trap · · Score: 3, Informative
    Wpoison does this.

    From the website: Wpoison is a free tool that can be used to help reduce the problem of bulk junk e-mail on the Internet in general, and at sites using Wpoison in particular.

    It solves the problems of trapped spambots sucking up massive bandwidth/CPU time, as well as sparing legitimate spiders (say, google) from severe confusion.

  4. Re:100:1 ? I don't think so... on ZeoSync Makes Claim of Compression Breakthrough · · Score: 1

    Wait, what if the file that I want to send you is the data that you get when you decompress the string "This is it!"?