This page isn't quite the picture of perfection due to an in progress upgrade.
My resume is available in PDF format and in Word format.
I have a technology blog at The Madness of Technology.
I am a proponent of plant strong eating, and am putting some links together for that at a page for lifestyle choice help links
In the mean-time, here is some spining fun to pass the time. It's a 3D rendering done purely in Javascript and an HTML 5 canvas (no WebGL). The model is a moving sine wave rendered in a bar-graph style fashion spining around. The library is being updated right now, so some of these aren't working at the moment: There is also the Some spheres too and an an ocean with fishies (be warned - windows with Chrome on high-end CPU required!), though they seem to missing one end right now. The library I built does back-culling and fixed index sine and cosine lookups to improve performance. Lighting is done with light objects that can have varying intensity and color and are applied and averaged across the whole scene, see an example here. I was disappointed that the fill function on the canvas occasionally doesn't seem to catch 100% of the edges of the triangles, leaving a nasty black artifact at certain angles. This was solved by also stroking the triangle path, though this impacts performance somewhat. Another potential approach might be to 'grow' the triangle slightly so that the edges always overlap.