if any paid subscribers are interested in a sizzle RSS feed - you can set that up now: https://thesizzle.com.au/rss.html
Post
@decryption working in Feedbin 🎉️
@wezm excellent, that font looks nice too
@decryption the font is a custom override via Stylus. It's Figtree https://github.com/erikdkennedy/figtree
@decryption very curious how this works under the hood. How much of a pain is it to manage per-sub RSS feeds? Presumably there's also nothing stopping the sharing of those feed links beyond goodwill? Guess it's not that different from auto-forwarding the email itself.
@mattdarveniza i have a master XML file outside the webroot that's updated whenever I send out a new issue of the email - each unique URL is generated via a field in the Stripe customer metdata and a symlink using that metadata made to the master file (so to revoke it when a customer cancels is just a matter of looking up the metadata and nuking the symlink as part of the usual cancelled sub script)
stopping the sharing of links - right now there's nothing, but I have some ideas I think might stop really obvious sharing, I just don't have time to implement them right now and wanted to give folks the RSS feed first and see how it impacts paid subscriber numbers