A personal link mill
11–19 of 19 posts
Re: A personal link mill
#12Re: A personal link mill
#13Re: A personal link mill
#14Funny thing. I'm currently building one right now - disturbingly close to your product idea. It's currently a "generalized feed consumer" that presents a user with "stream of [de-duplicated] links to consume..." I'm just starting to use it for most of my content consumption, so that I have a nice corpus of data about my preferences. The goal is to eventually develop a predictive model to start filtering content with.…
I've got too much else to work on currently, but I'd love to see what you come up with :).
Re: A personal link mill
#15https://github.com/jamii/pipes
Most of what the OP describes could probably be done pretty easily in yahoo pipes. Especially if it could call out to external services for ML recommendations.
Re: A personal link mill
#16Re: A personal link mill
#17I also used Bayesian classification to determine which articles were ones you were more likely to be interested in reading.
[1]: the marketing pages are still online for this ancient piece of code: http://blazingthings.com/zestynews/tour1.html
[2]: I created the TurboGears web framework while creating Zesty News, and ultimately decided to pursue the framework rather than Zesty News.
Re: A personal link mill
#18Use Pipes to aggregate, filter, de-dupe, summarize, tag, and then feed your Reader.
Re: A personal link mill
#19Subscribing to Hacker News I have figured out it being simply parsing the RSS feed to generate links. How do I go about doing it for the other types of feeds? Does Twitter and Google+ feeds require integration with their individual APIs? Any help is greatly appreciated!