Subscribe
Follow knoxnotes in a feed reader and new posts show up on their own — no algorithm, no account, no email required. Three formats, all the same writing. If you're not sure, pick RSS.
RSS — knxnts.xyz/rss.xml
The classic. Works in virtually every feed reader (Feedly, Inoreader, NetNewsWire, Reeder). When in doubt, use this one.
Atom — knxnts.xyz/feed.xml
A stricter, more modern cousin of RSS. Same posts — some readers just prefer it.
JSON Feed — knxnts.xyz/feed.json
Machine-friendly. Handy for scripts, and you can read a whole entry straight from the terminal:
curl -s https://knxnts.xyz/feed.json | jq -r '.items[0].content_text'
Or just paste knxnts.xyz into your reader — it'll find the feed by itself.