Daily Shaarli

All links of one day in a single page.

July 19, 2026

How We're Redesigning Audacity For The Future - YouTube

How to do a migration properly without downtime? Avoid a transaction on all rows.

Method:

  1. add new column as nullable
  2. new writes use the new column and read from the old-and new columns
  3. Deploy
  4. Fix the old data in a batch. Pause briefly between each batch and run another one once the database load is correct.
Thinking Horizontally in CSS @layer – Master.dev Blog
Pourquoi les écolo-citadins détestent la climatisation ? - YouTube
Flash Tools | LineageOS Downloads

Lineage has a flash tool directly integrated in the browser viw WebUSB. Wow

Do we still need build tools?

In fact, yes for many reasons.

My hope is that as web standards improve, build tools can become slimmer and simpler, because abandoning them altogether is not a good option on larger projects.

For small apps, it doesn't matter.

Announcing TypeScript 7.0 - TypeScript