19 comments

[ 7.8 ms ] story [ 63.7 ms ] thread
This is a live map of activity on the IRC channel, #Node.js on irc.freenode.net
Wow they're not going to get any work done on there tonight!
Doesn't work on iPad.
nor "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/8.04 (hardy) Firefox/3.6.6"
Is the code somewhere?

And what are the connections between 2 dots that look like a missile's path?

You've heard of View Source, right?
It's not all client-side.
Fair enough, I got what I deserved.
When you mention someone else's nick.
The code will be MIT licensed, just need to get everything worked out. I'll give a shout at @mape on twitter when it is released as well as leave a comment here.
The connections are when one person replies to another.
Awesome stuff! Especially the fonts and graphics make it look very geeky. I watched Wargames just 2 days back :)

I wonder how he maps it on an image of the world map? Is it possible to mark co-ordinates on an image of a world map? I always thought I had to use Google/Yahoo maps API to do such mapping.

View the Javascript source:

function convertLatLngToPx(lat, lng)

Thanks!

But my doubt was close. I was just wondering how to mark lat/lang on a different image of world map. Suppose if the map image is other than the one being used in the app (different size etc), would it require any calculations to be able to mark the lat/long at the right place?