Is this something you guys might find useful? I'm thinking of throwing something together as a weekend hack project.
Ask HN: Create custom, personal Hacker News email digests
1–7 of 7 posts
Re: Ask HN: Create custom, personal Hacker News email digests
#2http://pyvideo.org/video/2612/enough-machine-learning-to-mak...
https://news.ycombinator.com/item?id=7712297
The author is nice enough to keep that app going here:
It is an opinionated filter, but with ADD I can get caught reading most things on the front page. This guides me to some important links that don't initially seem all that interesting.
I asked the author if he would share his training set, or open source the app, but apparently not. If you can turn that web app into an RSS feed or a digest, that would help.
As for your idea to filter on keywords, you can get that working as an RSS feed using Yahoo Pipes without writing any code.
Re: Ask HN: Create custom, personal Hacker News email digests
#3I like the serendipity of Hacker News, so I don't want to filter out or in specific topics. But if you filter for quality, I love that. Using machine learning to pick out the "best" items was the subject of a discussion recently: http://pyvideo.org/video/2612/enough-machine-learning-to-mak... https://news.ycombinator.com/item?id=7712297 The author is nice enough to keep that app going here: http://hn.njl.us/ It is an…
Re: Ask HN: Create custom, personal Hacker News email digests
#4Re: Ask HN: Create custom, personal Hacker News email digests
#5Re: Ask HN: Create custom, personal Hacker News email digests
#6A filter, like 'hit the front page', 'in ask', 'above XX points', 'above XX comments' would also be useful as a simple, well, filter.
Re: Ask HN: Create custom, personal Hacker News email digests
#7I personally prefer RSS over email, so I've built https://github.com/raquo/hnapp for the task. Just thought you might want some code to get started.