{% 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 2011 I am living in New York City. I spent the past year working with friends at LeafLabs (an open source hardware startup in Cambridge) and the Harvard Center for Astrophysics, as well as traveling to Newfoundland/Labrador and Iceland.  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 %}