Tag Archive

ActionScript 3.0 ajax algorithms animation art as3 as3soundeditorlib blog community computer art computer vision digg eclipse employment flash google analytics IDE image-manipulation image-segmentation imagemagick Ithaca Ithaca NY java hosting jobs lightlink local mod_python MVC mysql News open source parser pseudo physics python renderer runtime SoundEditor svg svn tomcat versioning web-2.0 web-applications web technology wordpress

Map of Lightlink hotspots in Ithaca

With the help of google maps, I created a Lightlink hotspot map:


View Larger Map

Lightlink internet access

In the innermost circle of my pet peeve inferno repose those unlucky souls who bemoaned the $5 per month to have wireless access through Lightlink at almost every coffeehouse, restaurant and bar in town (excepting Starbucks, of course, but that’s another story). If we didn’t have Lightlink, we would have a patchwork of more expensive and annoying services from big corporations; and these services wouldn’t have any free access time at all.

So pay the $5 per month, people, if you can afford it. It’s not much more than the cost of two lattes…

The lightlink supercomputer

Due to my close industry connections, several months ago I heard that local Ithaca NY internet service provider Lightlink planned to purchase a supercomputer and rent out processing time. It appears that I can rip up my NDA, so to speak, since there’s an article in the Ithaca Times this week about this project.

It seems that it’s more of a cluster than a supercomputer, though. There’s a lot of talk about the number of CPU’s (1000 to start). It’s probably a Beowulf (wikipedia) cluster. (Geeks — feel free to weigh in with speculation on hardware, software and/or performance in tthe comment section). This approach is suited to applications that are parallelizable in in which each execution thread is mostly accessing a small set of local memory — I know of applications where the memory required would be in the order of tens of GB, and the execution thread would be accessing this in an unpredictable manner, so all of the memory needs to be fast.

Google’s servers are mostly clusters of commodity PC’s — but Google’s applications parallelize very well [The famous Google IEEE paper, now getting a bit out of date].

I was going to say something about the energy cost of 1000 CPU’s — using the numbers in the google paper, it might be something like $120,000 per year. But that paper is a few years to of date, and nowadays there are 2 or 4 CPU’s on a single chip that uses the same amount of energy, so perhaps it could be a factor of 5 lower — perhaps $24,000 per year.