{% 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 Fall 2012 i'm living in Berlin designing an open wireless router called rooter. I spent the past year living in New York City working at Octopart (an electronic parts search engine), building Free Networks, watching blinkenlights on far shores, and tramping around Iceland and the UK.  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 %}