OK, time for me to start on a new project. It's still in the planning phase, but I plan to put together a "futuristic map" of the internet, comprising of a wireframe sphere with dots on the surface representing computers and other nodes.
Lines connecting the nodes flash in and out of existence, representing data transmission.
Obviously the real internet is currently comprised of over 4 billion nodes (since IPV4 is fast running out of addresses), but I plan to just have a few hundred so as not to make a slow JavaScript program.
Sounds fairly simple, considering I have a few sphere based programs already, so I should be able to use one of those as a starting point.