Let's Talk →

Writing

Thoughts on systems, craft and life.

2025-04-23

Adding signature to KDE Okular

A step-by-step guide to creating digital signatures and configuring Okular to sign PDF documents on Linux systems, particularly NixOS.

2025-04-13

Android apps with Slint on NixOS

A step-by-step guide to setting up an Android development environment on NixOS using Slint UI library and Rust. Learn how to configure Nix flakes, handle Android SDK integration, and run applications in an emulator with reproducible builds

2022-10-16

A Rust web app with HTML templates

Writing a web application in rust using axum and minijinja. If you have used jinja2 in the past this will feel familiar. But we also dig into protocols and networking.

2022-05-11

Logging in python

Easy and simple logging setup for a new python project. Are you tired of searching how to do it and why it doesn't work? this is your place

2022-02-17

Digesting Make and Makefiles

Makefiles are great, but sometimes they get a bit hard, this tutorial tries to reduce the complexity by teaching about it

2021-11-08

The Layout Team

The Layout Team maintains the layout, and checks that everyone operates inside the boundaries created by this team

2020-07-15

Helm 3 - Crafting a Chart

What is a Helm Chart? Where does it fit in K8s? How to release a Chart? How to rollback? All your questions are answered here

2020-07-08

Pyenv

How to configure pyenv in your system