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


5 May 2026

Contribute to angelos-p/llm-from-scratch development by creating an account on GitHub.


5 May 2026

Are people using AI, or is the organization learning from it? What changed because we spent those tokens? And who moves discoveries from individuals to teams to organizational capabilities?

artificial intelligence sdd project management methodology coding assistant

5 May 2026

Guidelines for programming when code is cheap.

artificial intelligence code quality coding assistant

5 May 2026

We replaced expensive sandboxes with ChromaFs, a virtual filesystem over Chroma, to give our docs AI assistant the ability to explore documentation like a developer would.


5 May 2026

My friends and family are under attack in Ukraine.Donate to protect them directly or help international organizations.

backend php

4 May 2026

In his role as a computer scientist and New York Times bestselling author, Cal Newport is known for his writing about the impact of technology on society, and the struggle to work and live deeply in a world increasingly mired in digital distractions. On the Deep Questions podcast, Cal answers questions and shares case studies about putting these ideas into…

misc podcast

4 May 2026

Yes, plain Docker Compose can still run production workloads in 2026—if you close the operational gaps it leaves: cleanup, healing, image pinning, socket security, and updates.

devops docker deployment

3 May 2026

IBM’s most expansive model release to date covers new language, vision, speech, embedding, and guardian models — tailored for enterprise workloads.


30 April 2026

119 cities x 4 quarterly snapshots of Inside Airbnb data. 1.7M photos through CLIP, the most suspicious shortlists double-checked with Claude Haiku Vision, 50.7M reviews scored through Haiku, all parallelized on Burla.

data scraping

29 April 2026

Laws of UX is a collection of best practices that designers can consider when building user interfaces.

frontend usability