Curated river of news

Reader

Latest posts from blogs I follow

2929 entries
59 pages

llms.txt adoption(opens in new tab)

Exactly one year ago, Jeremy Howard published a proposal to make the web more accessible to AI and, in particular, to LLMs. How many of the top one million websites adopt this approach? The proposed standard suggests creating a file ...

#447: Going down a rat hole(opens in new tab)

Topics covered in this episode: rathole pre-commit: install with uv A good example of what functools.Placeholder from Python 3.14 allows Converted 160 old blog posts with AI Extras Joke See the full show notes for this episode on the website ...

(opens in new tab)

Thanks for Joining Career Course Correction Your seat is confirmed. You’ll get a welcome email shortly with all the key details, including: Start date and time (NZDT) Zoom link for the live sessions Access to the private Signal group A ...

#446: State of Python 2025(opens in new tab)

Topics covered in this episode: pypistats.org was down, is now back, and there’s a CLI State of Python 2025 wrapt: A Python module for decorators, wrappers and monkey patching. pysentry Extras Joke See the full show notes for this episode ...

Magic floating-point numbers: NaNs(opens in new tab)

After following Laurie Kirk down a rabbit hole on subnormal numbers in the IEEE 754 float specification, I stumbled upon other interesting properties of floating-point numbers, specifically how NaNs (Not a Number) are represented in binary. After more than 10 ...

Building Trust with Sean Goedecke(opens in new tab)

What is it like to ship software in big tech? Sean gives us his experience from multiple companies and what he’s learned. It's probably not what you think. It doesn't matter if you're vibe coding features or bash-ing devops, we ...

237: FastAPI Cloud - Sebastián Ramírez(opens in new tab)

In this episode, Brian interviews Sebastián Ramírez, creator of FastAPI, about its rapid rise in developer popularity and the launch of FastAPI Cloud. Sebastian explains how FastAPI Cloud addresses deployment challenges small teams face. He shares his transition from open-source ...

Rustdesk Server on Ubuntu 22.04(opens in new tab)

As usual, I’m self-documenting a project while I work on it. Rustdesk is an open source remote control utility that caught my eye about a year ago; it’s cross platform and allows you to self-host your own “relay server” so ...