Tag Archives: bayesnews

Bayesnews: A Filtered Feedreader (Part 3: Implementation)

This the third post in a series about Bayesnews, a web-based feed reader with bayesian filtering. This post documents my basic implementation of bayesian filtering for Atom/RSS feeds. Currently I this implementation is pretty naive and it has seen only … Continue reading

Posted in programming | Tagged , , , | Comments Off

Bayesnews: A Filtered Feedreader (Part 2: CouchDB and Rails)

This the second post in a series about Bayesnews, a web-based feed reader with bayesian filtering. In the previous post, I outlined the plan for what Bayesnews is supposed to do. This post is a write-up of the first steps … Continue reading

Posted in programming | Tagged , , , | Comments Off

Bayesnews: A Filtered Feedreader (Part 1: The Application)

I started a new small side-project to learn CouchDB, a document-oriented database that is queried using map/reduce functions. As “Hello, World” applications and tutorials go only so far in the way of learing, I chose to build a feedreader that … Continue reading

Posted in programming | Tagged , , , | Comments Off