{% 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 %}
This site is still under development!

There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. At this point if you find any errors please email me using the link at the bottom of this page!

If you're curious you can track my work in the code section. In the meanwhile you can get your bryan newbold fix at my old site.

Where am I?

In early 2008 I returned to MIT to learn some more physics; i'm planning on graduating in spring 2009. I spent 2007 traveling and working in different places across the USA and the world; see some of the photos I took. Hopefully I'll be on the road again soon!  More...

Photos!

{% if latest_photos %} {% for photo in latest_photos %} {{ photo.title }}    {% endfor %} {% else %}

None yet! {% endif %}

Knowledge!

{% if newitems %} {% include "git_wiki/newitems_table" %} {% else %} None yet! {% endif %}

Comments!

{% if latest_comments %} {% include "newcomments_table" %} {% else %} None yet! {% endif %} {% endblock %}