Daily Shaarli

All links of one day in a single page.

August 30, 2025

Do the simplest thing that could possibly work

Good reminder of this important but imperfect guide to software design. There is some ambiguity on what "simplest" actually means. Still it helps keeping in mind that simple is rarely easy to find.

Destructure as a Reminder

It's indeed a nice little pattern to use when the type system allows for exhaustiveness checks of destructure operations. Allows to gracefully handle extension of structs in the future.

Style your underlines
thumbnail

We got many options nowadays. Most of them are likely better than just making the underline disappear on links.

SQLite's Durability Settings are a Mess

This is indeed an area which could be better handled in SQLite. It needs to be carefully checked when introduced in a project.

Default search engine: Wikipedia

The idea is interesting... Seeing how the search engine space is degrading quickly I'm tempted to try this actually.