Curated river of news

Reader

Latest posts from blogs I follow

2873 entries
58 pages

datasette.io news preview(opens in new tab)

Tool: datasette.io news preview The datasette.io website has a news section built from this news.yaml file in the underlying GitHub repository. The YAML format looks like this: - date: 2026-04-15 body: |- [Datasette 1.0a27](https://docs.datasette.io/en/latest/changelog.html#a27-2026-04-15) changes how CSRF protection works in ...

datasette 1.0a27(opens in new tab)

Release: datasette 1.0a27 Two major changes in this new Datasette alpha. I covered the first of those in detail yesterday - Datasette no longer uses Django-style CSRF form tokens, instead using modern browser headers as described by Filippo Valsorda. The ...

Quoting John Gruber(opens in new tab)

The real goldmine isn’t that Apple gets a cut of every App Store transaction. It’s that Apple’s platforms have the best apps, and users who are drawn to the best apps are thus drawn to the iPhone, Mac, and iPad. ...

Gemini 3.1 Flash TTS(opens in new tab)

Gemini 3.1 Flash TTS Google released Gemini 3.1 Flash TTS today, a new text-to-speech model that can be directed using prompts. It's presented via the standard Gemini API using gemini-3.1-flash-tts-preview as the model ID, but can only output audio files. ...

Quoting Kyle Kingsbury(opens in new tab)

I think we will see some people employed (though perhaps not explicitly) as meat shields: people who are accountable for ML systems under their supervision. The accountability may be purely internal, as when Meta hires human beings to review the ...

(opens in new tab)

Zig v0.16 update adds “Juicy Main” which provides appropriate defaults for a general purpose memory allocator, an arena allocator, and the new io interface. IO as an interface unlocks async/await patterns in Zig. Async is not concurrency but it does ...

datasette-ports 0.3(opens in new tab)

Release: datasette-ports 0.3 A small update for my tool for helping me figure out what all of the Datasette instances on my laptop are up to. Show working directory derived from each PID Show the full path to each database ...