---
layout: index
---
You do not learn by relaxing. You learn by violently assaulting your problem
until it surrenders its mysteries to you.
More long form, ramblings etc
{% for post in site.posts %}
{% if post.type == "post" %}
-
{{ post.title }}
{% endif %}
{% endfor %}
Notes?! Maybe useful
{% for post in site.posts %}
{% if post.type == "note" %}
-
{{ post.title }}
{% endif %}
{% endfor %}
Small side projects I work/worked on
- binary-visualization — Visualizations and exploration of binary files
- p9tree — Tree utility for 9front/Plan9 operating systems
- errand — Task runner for the command line
- i3blocks — Task Minimal i3blocks indicators
- cord.h — Small C library for handling strings
- mprogress — Tiny utility that displays progress bar in terminal
- qli — Quantum Lorem Ipsum generator for command line
- mod-tinycache — Apache 2 caching module
- journalctl-proxy — Exposes your systemd logs to web via web interface
- redis-marshal — Lightweight Redis UI tool
- vertex — Create mock API's and add basic logic to simplify prototyping
- dna-encoding — Tools for encoding files to DNA sequences
- scarecrow — Minimal configuration reverse proxy