projects

There are two types of projects I create: solutions to problems that annoy me and ideas I pursue out of interest.

problem-solving projects

tacker

I like JavaScript and I like building websites and web applications. But modern JS projects seem to require hundreds of npm dependencies. This is a big mess and a security disaster. I do not want to run the megabytes of untrusted code web bundlers seem to need on my machine but I do want to use JS modules to keep my projects structured. tacker aims to solve this by being the most simple way of stapling files together to create self-contained pages like to one you are currently viewing.

timetracker

I was searching for a timetracking program that works in terminal and GUI and is not completely bloated. I did not find any and wrote my own.

interesting projects

brainfuck-2048

This is my first (and so far only) brainfuck program. The most interesting thing about this is the random number generator.