---
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 %}
Side projects I work/worked on
- cord.h — Small C library for handling strings
- mprogress — Tiny utility that displays progress bar in terminal
- journalctl-proxy — Exposes your systemd logs to web via web interface
- redis-marshal — Lightweight Redis data exploration tool
- vertex — Create mock API's and add basic logic to simplify prototyping
- dna-encoding — Tools for encoding files to DNA sequence
- scarecrow — Minimal configuration reverse proxy