Taking notes

I started this idea at the end of 2022. There are so many interesting articles, blog posts, and people showcasing what they build, but it’s simply too much to consume it all at once.  So I wondered: what if I had a good way to collect all of this and make it easy to revisit whenever I want?

 

Over time, that idea grew into this site — a personal collection of links (which I call notes) covering all kinds of topics that I, as a web developer, find interesting.

 

Just recently, I came across this YouTube video that made everything click. From that moment on, it became clear to me that I’ve been building a digital garden all along.

 

You can read more about the technical journey behind this digital garden on “What’s behind all this”

 

FOSDEM

open source coding assistant

This weekend, FOSDEM is taking place in Brussels. Unlike most conferences, it stands out for the sheer breadth of its topics: from geospatial technologies to a panel discussion on what browsers might look like in 2026, from concurrency and testing in Go to talks on why you might not need an ORM at all — and much more.

For me, one of the main challenges is coming up with a useful way to select the most interesting talks without missing too much.

Since FOSDEM provides an XML feed (https://fosdem.org/2026/schedule/xml) with all the events and speaker bios, I thought it would be interesting to let Claude build a nice site on top of that.

After about 50 prompts — and mostly steering things in the direction of UX — I think the result isn’t bad at all. Check it out at https://fosdem.hello-data.nl.

It even implemented an important feature to put overlapping events in the ‘My Events’ next to each other so you visually know that you cant go to both events since they overlap.

Read more

Recent Notes


20 March 2026

Many years ago, someone tried to get me into cryptocurrencies. "They're the future of money!" they said. I replied saying that I'd rather wait until they were more useful, less volatile, easier to use, and utterly reliable. "You don't want to get left behind, do you?" They countered. That struck me as a bizarre sentiment. What is there to be left behind from? If BitCoin (or whatever) is going…

soft skills critics

10 March 2026

AWS has suffered at least two incidents linked to the use of AI coding assistants.


6 March 2026

Liberty has costs, but it's worth it.

software software

4 March 2026

We reward complexity and ignore simplicity. In interviews, design reviews, and promotions. Here’s how to fix it.


3 March 2026

I tested what happens when you paste code into popular online developer tools. Some sites contact 96 external domains, set 540 cookies, and run real-time ad auctions on your data. Here is everything I found.

misc tooling security