{% 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 Summer 2012 I am traveling up and down the east coast designing rooter (an open hardware wireless router), and planning to head to Berlin in the fall. I spent the past year living in New York City and working at Octopart (an electronic parts search engine).  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 %}