This is my personal website, where I write some blog posts. I mainly write about Linux-related topics, specially NixOS and Rust.
Feel free to contact me!
Rust-rewrite of system administration tools for the NixOS ecosystem.
Framework for declarative configuration of application with wrapper scripts.
Shim that loads a login shell selected by the user, even if not present in /etc/shells.
Configuration for my servers, with Terraform, Cloudlfare, Nginx, NixOS and others.
19 December 2024
Discovering how to write vertex and fragment shaders as a complete beginner.
14 December 2024
Some thoughts and cool things that I learn about this purely functional language, with the excuse of doing AoC.
26 September 2024
A DIY approach to managing Neovim with Nix. Without complicated frameworks that introduce more complexity.
19 September 2024
From builtins.derivation to stdenv.mkDerivation, and the language-specific builders. All you need to know to start packaging software with Nix.