Hacker News new | ask | show | jobs
by diegob 5561 days ago
I think it would be more useful to show +1's from people who have similar search histories to you. That way if you search a lot for Python libraries and +1 useful content, the next guy doing a search for that will get useful recommendations. I don't see how non-techie people in your social circle could contribute in that regard.
2 comments

Problem with finding similar people with similar preferences in Google's data is that the similarity matrix of any 2 people is very sparse.

I search for Python-stuff a lot, but I also search for stuff related to things I want to buy, or for people, or for my hobbies -- photography and now drawing.

The algorithm for finding similar people is going to have to be very smart (i.e. it should not rely on URLs alone), if at all possible.

This is what I am trying to do with my project with GAE: http://ting-1.appspot.com/rt?rt=python

At this point, I only have my own links; but if other people submit their own python links; and I figure how to sort by relevance, ting may be a good resource for search results without spam.