←back to thread

148 points mustaphah | 3 comments | | HN request time: 0.7s | source
Show context
kschaul ◴[] No.45307422[source]
Glad you’re find the tool interesting! A short blog post behind it: https://kschaul.com/post/2023/04/16/feedmaker-quickly-genera...

And the GitHub url (hopefully easy to host your own instance): https://github.com/kevinschaul/feedmaker

replies(1): >>45308068 #
1. mustaphah ◴[] No.45308068[source]
Looks like you're hosting this on fly.io - PAYG model. You could probably host this for free on Cloudflare Workers; 100k requests/day on the free tier; static content (the homepage) is free & unlimited.

Edit: The catch is the 10ms CPU cap per request - you'd need a super lean implementation. Django's too heavy for that.

replies(2): >>45308349 #>>45308495 #
2. 0cf8612b2e1e ◴[] No.45308349[source]
Python alone is many milliseconds to start. Unless they give you some allowances for interpreter overhead.
3. mustaphah ◴[] No.45308495[source]
Well, someone already did with JS: https://github.com/ProfessorManhattan/rss-worker