Live data from Hacker News

Xkcd: Click and Drag

xkcd.com

81–90 of 97 posts

Re: Xkcd: Click and Drag

#81
post #39

1/8 scale (256x256 tiles): http://edc.srvs.us/1110-eighth/ 1/4 scale (512x512 tiles): http://edc.srvs.us/1110-quarter/ 1/2 scale (1024x1024 tiles): http://edc.srvs.us/1110-half/ full size (2048x2048 tiles): http://edc.srvs.us/1110/ None of them crash Chrome on my Mac, but good luck with that...

I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G

Thank you both!

Re: Xkcd: Click and Drag

#83
post #39

1/8 scale (256x256 tiles): http://edc.srvs.us/1110-eighth/ 1/4 scale (512x512 tiles): http://edc.srvs.us/1110-quarter/ 1/2 scale (1024x1024 tiles): http://edc.srvs.us/1110-half/ full size (2048x2048 tiles): http://edc.srvs.us/1110/ None of them crash Chrome on my Mac, but good luck with that...

I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G

Thanks, that's the most usable version I've seen in this thread yet. You win 3 gold Internets.

Re: Xkcd: Click and Drag

#84

Earlier quoted context omitted.

I made a high res PDF (text balloons are readable) - http://s.rlink.co/JZ6G

Thanks, that's the most usable version I've seen in this thread yet. You win 3 gold Internets.

This one is even more usefull: http://xkcd-map.rent-a-geek.de/ (give that guy a diamond Internets)

Re: Xkcd: Click and Drag

#90
post #35

my hacky way of killing Randall's server: curl --limit-rate 40K -O http://imgs.xkcd.com/clickdrag/\[0-100\]\{n,s\}\[0-100\]\{e,w\}.png Then to remove all the 404s: find . -type f -size 345c -exec rm -f {} \; Woo! No code.

Use "curl -f" and it won't save the 404 output
Post reply on HN