http://gianlucaborello.github.io/rssify
RSS feeds for Hacker News, Ask Hacker News, Show Hacker News and Bogleheads.org.
Content is automatically scraped every 30 minutes. The app is hosted on GAE, and in case you want to use the feeds yourself, here they are:
Bogleheads.org | Link |
---|---|
Posts - 10+ comments | |
Posts - 50+ comments | |
Posts - 100+ comments |
It's my first Java on GAE project. Data is saved by a background worker into the NoSQL Google database, and read from there.
I've done this in a very short amount of time so there are tons of bugs, but it works well enough for my use case.