Ask HN: Can I write a recommendation engine for HN?
Simple item-based (hackers who upvoted this article also upvoted...) and/or user-based (hackers who upvoted similar articles to you, upvoted ... ) recommendations would be cool to see on HN, possibly as a way to access (relatively) older content that one might have missed. this assumes people are actually away from the site long enough to miss something -- unlikely. addicts!
I think as the user base of HN continues to grow this can help keep things from approaching the LCD.
8 comments
[ 1.6 ms ] story [ 29.1 ms ] threadYou could write a Greasemonkey script that would would track what users who have installed it have up-voted. Although that is not very elegant (users need to be convinced to trust it and install it) nor effective (your dataset will be self-selection-biased to that segment of the community), it would be a kind of an interesting solution to play with.
its not the best or ideal solution, but its a solution that would make the concept possible.