My new home serverFebruary 19, 2024·6 mins reading timeAt the beginning of 2023 I started renting a dedicated server from Hetzner with the intent to self-host several services.
ARM CPU exceptions in TamagoJuly 14, 2020·6 mins reading timeDuring my journey through the ARMv7 architecture, I came across a really neat way of assigning exception handlers used in the Tamago Go compiler.
TEEtcd: an experiment with etcd and secure storageJune 17, 2020·10 mins reading timeetcd is a very complex yet amazing piece of software which accomplish the seemingly dumb task of keeping key-value pairs, both in memory and on disk - in this post, I’m tackling the disk persistence layer.