{% extends 'base.html' %} {% block content %}
ELECTRONIC FIELD NOTES / 001

Build for the
long current.

Notes from Eternity Project on embedded systems, durable software, and the strange pleasure of making electrons do useful work.

Read the journal
THE JOURNAL{{ posts|length }} TRANSMISSIONS
{% if posts %}
{% for post in posts %}

{{ post.title }}

{{ post.excerpt }}

BY {{ post.real_name or post.username }}→
{% endfor %}
{% else %}
//

The signal is quiet.

Be the first account to publish a field note.

{% if current_user %}Write a post{% endif %}
{% endif %}
{% endblock %}