Posts

In-depth posts, mainly about technology. Sometimes about life, the universe and everything

Remaking My Blog From Scratch

2025 Edition

Posts | 2025-10-26 | 10 min read
#development #gitlab #hugo
Series: Tech Behind the Blog

I’ve been blogging in one form or another for 5 years now.

All blogs and other online publishing adventures had one thing in common: I barely knew what I was doing, using components I never learned properly.

I wanted to change that! And with the benefit of hindsight I will now take you on this adventure with me.

Read more…

Guest Appearance: Nginx Community Chats

Posts | 2025-06-12 (updated 2025-10-24) | 1 min read
#guest-apperance #nginx

I had the pleasure of joining Dave McAllister, Senior Open Source Technologist for NGINX, on the NGINX Community Chats to talk about tech playground.

Read more…

My First Show Hacker News

Experiences & Statistics

Posts | 2024-01-19 (updated 2025-10-22) | 3 min read
#indie-hacking #products #writeup

A while back I built tech-playground.com, which I describe like this:

A playground that runs your config on real servers for you, a bit like CodePen for server tech.

Read more…

Debugging Container Workloads

A Helper Container

Posts | 2023-12-04 (updated 2025-10-23) | 1 min read
#containers #debugging #k8s #python

Debugging container workloads can be a challenge sometimes, especially when running them in k8s, behind a reverse proxy or in other, possibly complex, traffic flow scenarios.

Read more…

Copy & Paste Is Dangerous

Posts | 2023-10-07 (updated 2025-10-22) | 2 min read
#bash #security #writeup

Copy & paste from untrusted sources on the internet into the terminal is a really bad idea! Early in my career I did it too and still often see others doing it.

Read more…

My Publishing Pipeline

Update for 2023

Posts | 2023-08-25 (updated 2025-10-26) | 6 min read
#gitlab #hugo #pkm #productivity #scripting #writeup
Series: Tech Behind the Blog

I write an extensive personal knowledge base using markdown, code-server and a variety of other tools. Originally, in 2021, I wanted to have something like Obsidian Publish but self-hosted, so I created it.

Over time my knowledge base evolved more into a second brain, tracking not only my technical notes and journal, but also things like recipes and hikes. With this my publishing pipeline, and the script at it’s core, extended in a multitude of ways.

Read more…

The (MVP) Making of PodHistory

Posts | 2023-08-06 (updated 2025-10-22) | 4 min read
#indie-hacking #products

Landing page of PodHistory

In this post I share my process for building the MVP for PodHistory, from idea to launched product and what my next steps will be.

Read more…

Simple Self Organization

Posts | 2023-06-18 (updated 2025-10-22) | 4 min read
#opinion #productivity

This is a guide to a simple self organization/task management system I built for myself over the years.

From time to time I showed it to someone and they got some benefits from it, most adapted it to better fit their needs down the line, which is exactly what you should do with any kind of personal task management in my opinion.

Read more…

Hack Things Together

A Little Scripting Never Hurt Anybody

Posts | 2023-04-27 (updated 2025-10-22) | 3 min read
#automation #opinion #productivity

Sometimes you have to do a specific task and you are fully capable of doing it manually, however those tasks are also great to flex your muscles and hack something together.

They can be an excellent tool to sharpen your skills with the tools you use regularly, and improve your quick prototyping skills.

In addition, with a couple of iterations, again sharpening an important skill, you could afterwards create a more general purpose tool from a hacky script.

Read more…

My Thoughts on AI in Blogging

Posts | 2023-04-04 (updated 2025-10-22) | 2 min read
#ai #opinion #productivity

Given the recent rise in text-based language models, sometimes called AI tools, I wanted to share my thoughts and experiences in using them, especially in the context of blogging.

Read more…