This post is about going around the world in 2 weeks touching the USA, China, and Russia. The total distance is about 18,419. I stubbed out this post before I left, but will (have) added updates/pictures below the map as I go through China/Russia and get back to the USA.
First attempt to draw something no trivial on the HTML5 canvas tag. It's a cat and the chinese character for cat on the left. Includes how to draw an ellipse, bézier cures, and layering.
Characterhero is an HTML5 clone of Guitar Hero for learning Chinese Characters. This post goes through everything I did to make this game.
A single rails app cannot handle of lot of requests which can be mediated by adding additional hosts and balancing the load. I though it would be interesting to use node as a router for ruby backed things and rescue just came naturally.