Recent Posts

Abstract digital landscape with flowing wave-like forms in vibrant magenta, purple, and cyan colors, overlaid with glowing geometric patterns and data visualization elements against a starry black background.

This time I coded it myself: using AI as a teacher

| In Tech
| 7 minute read

If you’re a returning visitor, you might notice the header image on this blog looks more sharp and crisp—that’s because it is! ✨ After creating my own URL shortener, I wanted to modernize my header image. I built it back then in 2022 using p5.js, but the resolution wasn’t great. Now I wanted a more …

Abstract network visualization with glowing golden nodes connected by luminous lines against a deep blue background, representing interconnected systems and data flow.

Adding Webmention support

| In Blogging
| 4 minute read

This weekend, I added Webmention support to this blog. What is it? From the Webmention W3C recommendation:

Webmention is a simple way to notify any URL when you mention it on your site. From the receiver’s perspective, it’s a way to request notifications when other sites mention it.

Think of it as…

Close-up of an intricate mechanical watch movement with golden gears, springs, and components illuminated by warm ambient lighting.

Introducing the now page

| In Blogging
| 1 minute read

As of today, this blog has a “now page”. What is a “now page”? It’s a really good idea by Derek Sivers. From nownownow.com:

a page that tells you what this person is focused on at this point in their life.

Back then in the good old days of Unix, we called it a .plan file. Today, it’s not easy to f…

Constantin with headphones sitting at a table in an office break area, smiling while looking at a laptop covered in various tech and programming stickers. Large windows show a cityscape view of Munich office buildings in the background.

A new beginning, navigating the future 🧭

| In Miscellaneous
| 1 minute read

154 months of building solutions at AWS taught me something unexpected: the most resilient professionals are people who can build cloud architecture, debug a cultural problem, coach a group of executives, mentor a struggling colleague, and learn something entirely new by Thursday. Think Robert Heinl…

Surreal landscape with bonsai-like trees growing on small floating islands in calm water, their reflections creating perfect mirror images below. Translucent soap bubbles float through a soft pink and purple sunset sky, with distant mountains silhouetted in the background.

Adding responsive and efficient images to your blog

| In Blogging
| 6 minute read

It’s been a while since I was up to date on image formats for the web. Back then in the 90s, I actually read the original JPEG paper in order to understand how it worked, because I was preparing a presentation to my study group on the MPEG paper and needed to understand how I-frames were encoded. At…

Whimsical steampunk factory scene with cartoon workers operating brass machinery among clouds and stars.

The IndieWeb is like the good old Blogosphere

| In Blogging
| 3 minute read

While refactoring my blog, I discovered the IndieWeb community. From the website:

We are a community of independent and personal websites based on the principles of: owning your domain and using it as your primary online identity, publishing on your own site first (optionally elsewhere), and owning…

Abstract, wave-like structures, like sand dunes, from blue-green to yellow.

Zed does Agents now

| In Tech
| 4 minute read

About two weeks ago, Zed, my favourite code editor, introduced agentic coding, replacing its previous assistant panel on the right of its UI. A blog post walks through the way agents work in Zed now. The documentation now has an Agent Panel section. I’ve used it a bit for tweaking some stuff around …