Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Anime

Journal Porn Whitelist's Journal: Anime Pr0n?! and a (bigotted racist) new foe ... 22

Well, I guess it had to happen - Anime porn.

And thanks and welcome to the 25 people who friended Porn Whitelist today :-) (guess I'll have to come up with something special for the 100th sooner than I would have thought ... darn)

So, here's a script to download more pix.

Update:As some of you have pointed out, I left off the $ in $BASE - stupid me ... (testing on one box, posting on another, duh!) Thanks for everyone who pointed it out in the comments below. Read them and have a laugh at my expense. Thanks to Buzzard2501 and bhima :-)

#!/usr/bin/perl

#url we're leeching from
$BASE="http://xxx.tgpnova.com/toons";
#list of directories
@dirs = (373, 376, 384, 391, 393, 401, 415, 416, 417, 419, 423, 424, 425, 426, 427, 429, 430, 431);

foreach $dir (@dirs) {
for($i=1;$i<=12;$i++) {
`wget -r $BASE/$dir-43/$i.jpg`;
}
}

Remember - those are backquotes around the wget command.

I had to use a list of directories, since they're not sequential.

Total: 11 megs of toon porn.

Total to date: 3.857 gigs

previous and next journal entries

On a related note, also got a second freak today http://slashdot.org/~Hao%20Wu/. Here's what he currently says about himself in the sidebar (starts about half-way down)

I like to date any girls except asian girls. I am through dating them since a slut I was dating lied to me. Asian girls only like you for power and money. They only want to party and have fun while you work hard on weekends and make appointments while they sleep around. Don't talk to me on this board if you are an asian girl. I don't care what you have to say. I need to move on with new women. Blonds find me cute and very attractive, and they like me for my head not my wallet (like you asian girls). I don't know any black girls at the moment.

Bigotted, racist, ignorant ... what a creep. Certainly not good enough for the likes of the people on this list.

This discussion has been archived. No new comments can be posted.

Anime Pr0n?! and a (bigotted racist) new foe ...

Comments Filter:
  • While I can barely program in perl, shouldnt the forth line be:
    $BASE="http://xxx.tgpnova.com/toons";
  • Well... I like Girls too, especially Asian ones... and blondes and red heads and... Wait isn't that why we're all here?
    • Re:Asian Girls (Score:2, Interesting)

      Well, like, yeah :-)

      Have you seen how many people this guy has foed? http://slashdot.org/~Hao%20Wu/foes [slashdot.org]

      I've never foed someone, despite some heated discussions, but I'm v-e-r-y tempted to make an exception.

      • I make extensive use of the Friends & Foes because I find that slashdot becomes much more readable & fun when I am just not subjected to some posts. Some folks really see this board as some sort of serious political / religious publication and seem to think they can (or need to) correct the wrongs of the world with their wisdom which basically winds up being hate speech IMO. Others are no more than petty vandals (why they sign up is beyond me). Anyway to move them to the bottom of the queue and o
        • I'm pretty new to OSx, but I've installed Fink [sourceforge.net] which gives you all sorts of apt-get goodness, plus a sane command line enviroment. It also isolates everything from the rest of the install, which means it won't bork osx when you inevitabbly install that unstable package which is really unstable!
        • I always browse at -1.

          There's some interesting stuff amid the trolls, etc., plus sometimes there's something that's been marked -1 offtopic or -1 troll when it really should have gotten a +1 funny, but the person missed the context, or it hit a sensitive spot.

        • The OS X Terminal is very nice for its integration with the Finder. Today's tip: once you've downloaded all your stuff, type 'open .' ("open space dot" without the quotes) and a Finder window of the current directory will open. (The 'dot' means 'here' but you can specify any path you want--'open ~' would be 'open my home directory', or 'open /Applications', whatever you want.) Then, put it into icon view (command-1), press command-J (or 'View' menu -> 'Show View Options') and choose 'this window only', '
          • This is turning out to be a real learning experience! Thanks, I tried this at home last night...

            I've used pavuk on linux before trying to get some manual or something and truly hated it.

  • Find porn dups (Score:2, Informative)

    by TeamSPAM ( 166583 )

    While we all have gigs of space on our HD dedicated to porn. I like to get rid of dups. These scripts will not help you get more porn, but to identify your duplicates. Currently I have a 3 step process.

    Step 1: Get an MD5sum of all your porn. Run the following script at the top level of your porn.

    #!/bin/sh
    rm md5sum_images.txt
    find . -type f -name "*.jpg" -exec md5sum {} >> md5sum_images.txt ';'
    find . -type f -name "*.JPG" -exec md5sum {} >> md5sum_images.txt ';'

    Step 2: Run the following perl

    • GQView has a *wonderful* "check for similiarities" function that will pick up images that are close, but not identical (based on a threshold you set). Then you can choose which to keep and which to toss. Very handy.
      • That looks like a good program. I don't think I'm skilled enough to get that ported to OS X. The similar image feature looks really nice. My scripts will only find exact matches.

    • You RULE! I've been looking for something like this for ages. Not for pr0n, actually, but mp3s--before I had my server at home, all my songs were scattered among a few machines, and the ones I liked got copied everywhere. Now they're all on the server but probably 20% of my space is dupes. Thanks!

      PS: good coding--the extra blank line in between entries is a big help!
      • I hope it works for you. If you've been editing your ID3 tags, that would change the checksum and not be picked up. I suspect that you get a lot of your dups with my scripts.

  • Change the post type to "Plain Old Text" and you won't lose the indenting on the code:
    #!/usr/bin/perl -w

    use strict;

    for(1..100) {
    print "This is a line...\n";
    next;
    }

    exit;
    See?
  • curl http://www.hornywolf.com/galleries/[0001-0405]/[01 -016].jpg -o "#1_#2.jpg"
  • curl http://www.mythumbspot.com/04-[0101-1221]/full/[01 -18].jpg -o "#1_#2.jpg"

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...