Live data from Hacker News

Http://(Type any keyword here).jpg.to/random

jpg.to

31–40 of 42 posts

Re: Http://(Type any keyword here).jpg.to/random

#35

My face when reading the title: :| My face when I tried http://kittens.jpg.to/ :D My face when the next random stab yielded a http://bucketofkittens.jpg.to/ :O \o/ :O INTERNETS WOO :D

Sounds like you'd prefer {placekitten}: http://placekitten.com/

http://placekitten.com/300/300

Re: Http://(Type any keyword here).jpg.to/random

#39

    function jpgto(){
      local jptkeyword=$1;
      local jptpath=$2;
      curl -silent -F keyword=$jptkeyword -F file="@$jptpath" jpg.to/finish.php >> /dev/null;
      echo "http://jpg.to/$jptkeyword";
    }


    [you@home]$ jpgto kittay /path/to/cat.jpg
jpgto bash function! Now with no error checking for worry free performance!! :p https://gist.github.com/1878588

EDIT: it outputs the vote link because we don't know if you have the top img for that tag.

Post reply on HN