{% extends "base.html" %} {% block stylesheets %} {{ block.super }}{% endblock %} {% block path %}{% endblock %} {% block title %}A Brave New Bold World!{% endblock %} {% block right_stuff %}
RSS feeds:
{% comment %}   - journal entries
{% endcomment %}   - web links
  - site code changes


Other sites:
  - athena locker
  - planet
  - equator
{% endblock %} {% block content %}

Where am I?

As of spring 2010 i'm living in Cambridge working at LeafLabs building open source electronicshardware. I spent the past year wrapping up at MIT, teaching in the Middle East, and rattling around the east coast.  More...

Photos!

{% if latest_galleries %} Most recently I have shots from: {% for gallery in latest_galleries %} {{gallery.title}}   {% endfor %} {% endif %} {% if latest_photos %}
{% for photo in latest_photos %} {% endfor %}
{{ photo.title }}   
{% else %}

None yet! {% endif %}


{% endblock %}