Live data from Hacker News

Xkcd: Click and Drag

xkcd.com

21–30 of 97 posts

Re: Xkcd: Click and Drag

#21
post #15

Phew, found both the edges, traversed all of the tunnels. Finally I'm free! Also, really impressed. The way the tunnels on the left side met up with the Mario tunnel was pretty cool.

There are 4 edges :) Under the tunnels there is a whole new world ;)

Re: Xkcd: Click and Drag

#23
post #21
post #15

Phew, found both the edges, traversed all of the tunnels. Finally I'm free! Also, really impressed. The way the tunnels on the left side met up with the Mario tunnel was pretty cool.

There are 4 edges :) Under the tunnels there is a whole new world ;)

4 edges o.0

You mean to say that under the tunnels, that is under all of the black, there is more? And there is more stuff in the air too?

Ima kill Randall Munroe >_<

Re: Xkcd: Click and Drag

#24

Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c

Edit: I retract this comment. Having written my own script to fetch everything within the boundaries I suggested, I found that it didn't get any that weren't already in the torrent.

Going by the other comments, I suspect this is missing some. vladoh claims there's even more stuff under the tunnels. Meanwhile, mayanksinghal points out the size of the array holding everything -- it appears north goes up to 14, and south goes down to 25; however, the images in this torrent go only as high as north 11 and south 25. (Seems everyone agrees that the east and west boundaries are 48 and 33.)

Re: Xkcd: Click and Drag

#25
post #8

The mind boggles. How long must it have taken him to create this. It is HUGE. I have been scrolling round for about 20 minutes and still have not found an end to it.

from: http://imgs.xkcd.com/clickdrag/1110.js var size=[14,48,25,33]; var tilesize=2048; var map_size=[(size[1]+size[3])*tilesize,(size[0]+size[2])*tilesize]; So 165888x79872!!!

easier to find it here

Re: Xkcd: Click and Drag

#27

Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c

I was having trouble downloading the torrent, so I wrote a little script to get it for me:

https://gist.github.com/3748257

Warning: 6mb worth of files.

Edit: Github repo with all the images and the script, so that people don't need to hammer the xkcd server:

https://github.com/danielribeiro/xkcd_grab

Re: Xkcd: Click and Drag

#29
Click and Drag without the distraction. put javascript:$('img[title="Click and drag."]').hide();$('img[title="Click and drag."]').parent().css('overflow','visible'); in the url bar
Post reply on HN