{% extends "base.html" %} {% block title %} {{ view|title }}{% if filter %} of {{ filter|title }}{% endif %} — kennethreitz.org {% endblock %} {% block heading %}

{{ view|title }}{% if filter %} of {{ filter|title }}{% endif %}

{% endblock %} {% block content %} {% if view == 'expressions' %}

Expressions are fully developed ideas and graduated experiments. They represent serious works of prose, audio, photo, code, and product.

{% elif view == 'exposures' %}

Exposures are simple observations and experiences. They document daily life and the lifecycle of various experiments.

{% elif view == 'experiments' %}

Experiments are evolving works, still under development. Proven experiments can graduate into expressions.

{% endif %} {% endblock %}