Daily Shaarli

All links of one day in a single page.

February 23, 2026

On the question of debt

Interesting point, there are indeed different types of "debt" in the systems we build. It likely help to be more precise about their nature, and indeed assisted coding might help grow a particular kind of debt.

codespelunker - CLI code search tool that understands code structure
thumbnail

Looks like a good tool when you need to search for stuff in codebases.

Read Locks Are Not Your Friends

A good reminder that on modern hardware read-write locks are rarely the solution despite the documentation claims.