Full Width [alt+shift+f] Shortcuts [alt+shift+k]
Sign Up [alt+shift+s] Log In [alt+shift+l]

Roberto's blog

Roberto's blog
Decision matrices as a thinking tool Some decisions require comparing multiple options where it’s not immediately apparent which is best....
8 months ago
82
8 months ago
Some decisions require comparing multiple options where it’s not immediately apparent which is best. One common way of doing that is to list the pros and cons of each option. For example, option A lists low latency as a pro, while option B lists high throughput as a pro. But do...
Roberto's blog
Conquer dev environments with Nix I regularly use different devices with different OSs, such as a MacBook, a Windows desktop with WSL,...
8 months ago
48
8 months ago
I regularly use different devices with different OSs, such as a MacBook, a Windows desktop with WSL, a couple of Raspberry PIs, and so on. I have a bunch of tools I like to have at my fingertips when I log into a machine, like fd and Neovim. Setting up and maintaining the same...
Roberto's blog
From Gatsby to Hugo: a Markdown minimalist's journey I have been using Gatsby for my blog and I have never been fond of it’s complexity considering that...
9 months ago
42
9 months ago
I have been using Gatsby for my blog and I have never been fond of it’s complexity considering that all I need is Markdown rendering. Trying to update Gatsby and its dependencies to the latest version was painful enough to motivate me to jump ship. After looking at what’s out...