Johan
Eliasson
Tech, space, games and random stuff
- 2026.03Sandbox for Agents
For the last few months, I’ve been tinkering with building a personal AI assistant (think OpenClaw). One thing quickly became clear: agents get much more useful when they can run real commands like …
- 2025.08Settling into NixOS
Earlier this year, I decided it was time for a change in my setup. Linux Mint with i3 had served me well, but Xorg was starting to feel dated, especially performance-wise. That’s when I started …
- 2025.03Hello, World!
With the switch to Hugo, I wanted a place to test the syntax highlighting that comes with Chroma. This is that place, and we’ll use the classic “Hello, World!” example in various …
- 2025.02New look and feel
Edit (2026.06): This post has been updated since it was first published - the site has since gone through a brutalist editorial redesign. I originally built this site using Astro, which worked …
- 2022.05Creating a npm package to extend husky
A couple of months ago I stumbled upon the npm package husky. It provides a way to hook into various git hooks and brings some nice opportunities in improving DX. After having husky and a few hooks in …