The link blog
Worth a look
Things elsewhere worth your time, with a line on why. Links feed →
-
Simon Willison's link blog — the format worth stealing
Kicking off a link blog here, the way [Simon Willison](https://simonwillison.net/) does it: short posts that point at something worth your time with a line on why. Less pressure than an essay, and over a year it becomes the most useful thing on the site. This is the first one.
Permalink · via the About page
-
Astro's Content Layer API
The `glob()` loader plus Zod schemas are what make every TIL, post, link, and quote on this site type-checked at build — a malformed frontmatter block fails `astro build` instead of shipping a broken page. Worth a read if you run any kind of content site.