Workinon
A small and shared archive to keep track of how ideas change during work, research and development.
A call to share what we are doing with others, while we are doing it.
In a way that doesn't focus on results, but on process and sharing.
Current archive
{% for key, value in projects | dictsort %}
- {{key}}
-
{%for step in value%}
{{step['when']}}, {{step['what']}}
{%endfor%}
{% endfor %}