Category: Softwares

  • Exploring Fractals with Animation

    Mandelbrot I was inspired recently to do the thing that every programmer does: Implement the Mandelbrot set. I’d been working with complex numbers and felt inspired to find a practical application to test my understanding. I opted to use Go since it’s a language I’m familiar with and it also has native support for complex…

  • Mailu and Podman

    Mailu is a container based mail service software stack. At it’s core, it comprises of Postfix (SMTP), Dovecot (IMAP/POP) and Nginx (proxy) along with some optional extras. It’s all linked into a central container called admin which acts as a central authority. Officially it runs on Docker and Kubernetes (via Helm). I don’t currently use…