$ cat ~/system/subscribe.md
How to Subscribe
Copy the URL above and paste it into any RSS reader (like Feedly, NetNewsWire, or an automated Slack/Discord integration) to receive new Engineering Logs the moment they are deployed.
The Mechanical Way to Handle Subscriptions
- No Database: I don't need to store your email or manage a Mailchimp account. I just serve a static XML file.
- Pull vs. Push: I am not pushing emails into your inbox. Your reader pulls the data only when you want it.
- Privacy First: I don't know who is subscribed, and there are no tracking pixels.