Daily Shaarli

All links of one day in a single page.

October 9, 2024

Approaches to concurrent programming
thumbnail

This is a neat broad introduction about the problems you will encounter when multiple threads are involved and how to approach them.

Building Real-Time Global Illumination
thumbnail

Another good tutorial about global illumination. Make sure to read part 2 as well.

This Post Is Not About Python

Nice post, and indeed it's not about Python if you read until the end. It shows that it's important to be able to make informed choices and not just pick your tech stack based on knee-jerk reactions.

Modern PATH environment variable

Indeed, we should likely revisit what we put in our PATH environment variable. Some of it is old cruft which is now unnecessary.

A modest critique of Htmx

I don't think I would side with the conclusion. It's a worthwhile article to get a better idea of the pain points around htmx.

The Static Site Paradox
thumbnail

Excellent point, we made the web too complex for regular users. This is actually an issue in term of access and democracy for people to write content there.