Curated river of news

Reader

Latest posts from blogs I follow

2916 entries
59 pages

The New Van(opens in new tab)

I got something I’ve wanted for years and years! A camper van! I’m a camper van guy now! It’s a Mercedes-Benz Sprinter, and even more technically a Winnebago Revel. I scoured Craigslist, Facebook Marketplace, and RV-specific sites for a long ...

Thursday, June 4, 2026(opens in new tab)

I have an irrational urge to get a 19-inch CRT and a VCR.I spent several hours changing emacs to startup as a daemon. It turned out to be frustrating, over-complicated, and I didn't really gain anything. I then spent more ...

AI Predicts the Text of Answers(opens in new tab)

A stream of text reasoning its way through a locked room, landing on the one glowing stone/images/ai-predicts-answers.webp/images/ai-predicts-answers.webp There's a common argument about AI that says it doesn't understand anything about the world. That no matter how impressive it looks, it's ...

Thoughts on AI Adoption Speed(opens in new tab)

A human figure reaching upward, lifted by rising machinery — magnified, not replaced, by AI/images/ai-adoption-speed.webp/images/ai-adoption-speed.webp One of the most talked about AI topics is the speed of AI adoption in companies, and the reasons for it. I want to give ...

offset-path(opens in new tab)

The offset-path property in CSS defines a movement path for an element to follow during animation. This property began life as motion-path. This, and all other related motion-* properties, are being renamed offset-* in the spec. We’re changing … offset-path ...

(opens in new tab)

I can’t decide whether I like the headingoffset attribute. Manuel Matuzović has written “Context-aware headings in HTML” for the uninitiated. Jake Firefox has a good garage wall video covering the attribute too. It solves a real problem for component libraries ...

@custom-media(opens in new tab)

The CSS @custom-media at-rule allows creating aliases for media queries. @custom-media originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

@function(opens in new tab)

The @function at-rule defines CSS custom functions. These custom functions are reusable blocks of CSS that can accept arguments, contain complex logic, and return values based on that logic. @function originally handwritten and published with love on CSS-Tricks. You should ...

Microsoft's new MAI models(opens in new tab)

Microsoft announced two new text LLMs this morning - MAI-Thinking-1 (reasoning, 1T parameters, 35B active, available to "select early partners") and MAI-Code-1-Flash (137B Parameters, 5B active, "purpose-built for GitHub Copilot and VS Code to deliver high performance and lower cost ...

datasette-agent-micropython 0.1a0(opens in new tab)

Release: datasette-agent-micropython 0.1a0 I want Datasette Agent to be able to generate and execute Python code safely. This alpha is looking promising so far. GPT-5.5 has so far failed to break out of the sandbox! Tags: python, sandboxing, datasette, webassembly, ...