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
I originally built this site using Astro, which worked well… until it didn’t. When I finally got around to writing a new post, the deployment pipeline failed due to breaking dependencies. A …
- 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 …