New /projects page
Added a dedicated /projects page collecting the tools I build and use. From now on, new projects — small and big — will land there as they come together.
Latest news and articles
Added a dedicated /projects page collecting the tools I build and use. From now on, new projects — small and big — will land there as they come together.
Ever tried running an X11 application from inside a container, a chroot, or over ssh with a bind-mounted .Xauthority — only to be greeted by the ever-helpful Authorization required, but no authorization protocol specified ? The file is right there, mounted read-only where the client expects it, and yet X refuses the connection. The reason is subtle, and the fix is a single line of sed . Why the…
I've published claude-cli — a small shell script that runs Claude Code inside a docker container, keeping your host system clean while persisting Claude's configuration across sessions. Grab it straight from here , and don't forget to read the README to get familiar with all the supported options. Enjoy!
Wouldn't it be nice to add an extra layer of security to a web browser or an Electron-based IM application? After all, if a browser is compromised, the user’s entire home directory may be at risk. Let’s mitigate this by using LXC to isolate the application from the host system. The system used in this example is Arch Linux, but the procedure should be easily adaptable to other distributions.…
Welcome! Today marks the official launch of my personal corner of the web. Feel free to explore and check back regularly!