=================
== Claus' Blog ==
=================
Made with Hugo and ❤️

⭐ Featured blog posts

🔗 Recent bookmarks

Open a tab in an existing yazi instance

| #howto #personal #kitty #yazi #terminal #macos

Recently I have been trying to switch to a terminal only workflow. I am doing this partly for fun, but honestly the terminal is the fastest way to work with a computer once you get the hang of it. Because of this shift I am using Yazi [1]. Read more...

Encrypting Proxmox VM Storage

| #howto #self-hosting #encryption #proxmox

I used to run a dedicated root server with a fully encrypted Proxmox installation. On boot, a dropbear SSH instance listens, waiting for me to unlock the disks before the actual OS loaded. It worked, but the monthly costs started to annoy me. Read more...

SSH Agent Forwarding: A Facepalm Moment

| #git #ssh #development #devops

I have been using SSH keys for nearly two decades. You would think I’d have the basics fully figured out by now. But recently, I had one of those “facepalm” moments where I felt a little stupid for not knowing something sooner. Read more...

Stepping Back from the AI Productivity Race

| #personal #opinition #ai #llm

In my last post [1], I discussed how 2025 was shaped by the new possibilities of AI-assisted programming. It has been a wild ride, and like many of you, I jumped headfirst into the world of “Vibe Coding.” However, after several months of riding that wave, I have realized that this euphoria comes with a significant downside. Read more...

Taking Control of My Dotfiles with chezmoi

| #howto #development #recommendation

Managing dotfiles is one of those things that starts as a quick weekend project and slowly evolves into a serious hobby. I’ve spent more hours than I’d like to admit tweaking my terminal colors or perfecting my shell aliases. For a long time, I relied on a complex shell script to handle everything. Read more...

My Hugo Workflow: From Markdown to Live Post

| #git #hugo #blog #development #personal

Hugo is a fantastic static site generator. I’ve always appreciated its “no-nonsense” approach: you write in Markdown, it generates static HTML, and there is zero bloat. Because it has no heavy dependencies, you can host it almost anywhere. However, despite my love for the framework, I’ve always found the actual publishing flow a bit tedious. Read more...