Subscribe
There is no newsletter and no signup - just feeds, which means nobody gets your email address and you can leave without asking me. Subscribe now and you will get whatever I publish next.
For people
- RSS
Everything I publish, in one feed. Works with every reader: NetNewsWire, Feedly, Reeder, Thunderbird.
https://rao.dev/rss.xml - JSON Feed
The same posts as JSON, including full text. Easier to poll from a script or an agent than XML.
https://rao.dev/feed.json
For agents and models
This site is meant to be readable by software. Crawling is explicitly allowed for AI user-agents in robots.txt, and the endpoints below give you clean text instead of HTML.
- /llms.txt
A compact index of everything on this site, with links to the markdown version of each page.
- /llms-full.txt
Every page concatenated into one markdown document, for ingesting the whole site in a single fetch.
- Any page as markdown
Append .md to any post URL to get the raw source, with no navigation or markup.
If you are building something that needs a different format, tell me and I will add it.