Hacker News new | past | comments | ask | show | jobs | submit login
Xkcd's mindboggling April Fools comic (reddit.com)
181 points by dkulchenko on April 1, 2012 | hide | past | favorite | 27 comments



I fired up Chrome's dev tools to figure out how it works.

The JS that's doing the work is at http://imgs.xkcd.com/static/waldo.js. On page load, it sends a GET request to http://umwelt.xkcd.com/story/ghenkEggov8 with params w for the browser width in pixels, h for the height and r with the referrer. The rest of the qualifiers (geoloc and browser (user-agent)) can be determined on the server-side.

As a response, you get back JSON with the alt-text, image URL, and positioning info, which is then used to fetch and position the image.

Fun fact: the server-side is written in Haskell:

  $ wget -S http://umwelt.xkcd.com/story/ghenkEggov8
  --2012-04-01 11:26:41--      http://umwelt.xkcd.com/story/ghenkEggov8
  Resolving umwelt.xkcd.com... 208.118.225.100
  Connecting to umwelt.xkcd.com|208.118.225.100|:80...  connected.
  HTTP request sent, awaiting response... 
    HTTP/1.1 200 OK
    Server: Warp/1.1.0.1
    Content-Type: application/javascript
    Access-Control-Allow-Origin: *
    Transfer-Encoding: chunked
    Connection: close
http://hackage.haskell.org/package/warp/

Well done Randall and davean.


The thread on xkcd forums has screenshots of a lot of the different comics. It's crazy how many variations there are. The one in hebrew (for those in Israel) makes me think people will be finding new ones for quite a while.

http://forums.xkcd.com/viewtopic.php?f=7&t=82442&sta...


Here's a direct link for anyone who hasn't seen the comic yet. Try it on your mobile network and on different browsers

Valid for today: http://xkcd.com/


At least from Finland and using Chrome, following the above leads me to this version, which I've not seen noted elsewhere -- is it specific to Hacker News?

http://imgs.xkcd.com/a1panels/4444e5d258b5f12b41350ed2c550e3...


I see the same in California on Chrome and Firefox when coming from HN.


Apparently it's HN specific -- Croatia reporting here.


The amount of preparation work that must have gone into this is admirable. There are so many variations!


It's quite an impressive effort. Works on user-agent, referer, or geolocation (or possibly a mix)


Also, browser window width.


I hit it from one of our EC2 boxen and got this: https://skitch.com/constantinexvi/8q5k9/skitched-20120401-14...

And oddly, got the Jersey comic from my Dallas-based Linode https://skitch.com/constantinexvi/8q5m2/xkcd-umwelt-chromium


Tried Opera and Safari on the Mac and got a broken plugin graphic with "There does not exist - nor could their ever exist - a plugin capable of displaying this content"

alt text is "Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually inhabit very different worlds."


Reddit seems to have a near complete overview already: http://www.reddit.com/r/comics/comments/rnpiw/mindboggling_x...

My favorite most definitely is the military one: http://imgs.xkcd.com/a1panels/961f9f87076b08c0d29f9182d6e1b3...


I got the snake one, which changes as I resize the browser window. I was pleased to see somewhere along the snake was the elephant it had eaten.


I started ready The Little Prince earlier this morning for the first time. The snake + elephant were in the first version of the comic that I saw. My mind was surely the most boggled of any visitor.


Surprised there's no Wikipedia addition to Umwelt after today's xkcd. Or maybe there is but I just don't see it.


I See (Or perhaps a different sense) what you did there.


This guy's dedication continues to astound me.

Apparently he's still changing things - people who complain on the forum thread have noticed a few hours later that relevant fixed have been made.

(Also, I wonder how much was done by rpm and how much by davean.)


It's fantastic, and I enjoyed the different combinations. But I don't really get the one I get, the white disk on black thing. White light at the end of the tunnel? The alt-text doesn't really help me, either.


Yeah, that's the only one I can get too, with either of my regular browsers and no matter who the referrer is. No clue.


Probably the default.


This should be an exhibit in a museum of modern art.

It gives people a taste of the "post-PC" world we are evolving towards. And there are some deeper stuff, too.


I would certainly count this as a great piece of art, not modern, not post-modern, just current.

Well done XKCD guys (and gals).


LOL I'm using gogo inflight and it gave me a comic about Chicago.. Seems a couple dynamic frames or static based on geoip?


View source you can see each panel is a different frame and a little note in the source:

title="Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit--from your ideology to your glasses prescription to your web browser."


Also known as the mouse-over text


Is the IE9 version supposed to be a light at the end of a tunnel?


Safari seems to get the same thing, so probably not. When I saw it the phrase that came to mind was "cosmic sphincter".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: