Coding

Fractal Play

In 2024 I made something I've always wanted to play with — a fractal generator with draggable buttons for changing the transformations.

The source code is written in Elm, a functional language that compiles to JavaScript.

Mastermind Solver

My first mini project in Haskell. It makes use of Haskell's logical list comprehensions to eliminate possible solutions. See it here on GitHub.

Systems

Website

This website is hosted on a 2 GB Linode running nginx.

Email server

This machine is also running a mail server with postfix and dovecot. It is set up more or less according to this tutorial at Workaround.