It's a formalization of a distributed social network. I get my best music recommendations from one or two people who have interests very similar to mine. I also get my best programming info from a different set of people, I learn about the coolest new linux programs from another set, etc. So, I suggest a more formalized and automated PeopleFilter, something like usenet, something like a blog, but with even more added. Throw in a few ants, some reinforcing structures, parts of a trust web, and hey presto, you might have something cooler than slashdot. i think the same trust framework can be used for other things too: the PeopleCheat problem comes to mind -- AllenShort

The current idea is to run a server on a TwistedPython instance, and to define different sets of other equal servers to get raw input from... think SQL queries running against usenet servers, where the first layer of filters was to get into the server of your friend that you're now connected to....so for one set of friends, your SQL query might look like: SELECT MUSIC WHERE ((VOTES.PercentageLiked > 50) AND (RemoteServer.owner) voted 'liked') which in english (since my sql is so bad) means "where over 50% of the people who voted on this music selection liked it, and where the remote server's owner liked it. (I would probably also have "where votes > 50" as a local-server wide query rule, but then maybe you'd miss something)

but for another set of friends, might switch the MUSIC part to NEWS_ARTICLES, and add "WHERE ARTICLE.TroveCategory = 'computer'"

the spirit of this idea is that I get my best recommendations from people I know and respect, and many of them are on irc, so I miss large sections of their lives where we have common interests, and would very much enjoy exchanging information, so there are probably better ways to structure that ... someone dug up a 'common interest finder' kind of server, but it doesn't handle content. Someone else pointed to usenet, but it doesn't let me form my own people-based network, another pointed to email, and that's close, but it's not something where I can tune a sql query so I don't get spam, and it's also not a pull system.

The differences between email and PeopleFilter are things like, email is directed to a person like a letter, but PeopleFilter is directed to a subject or a rating. Spam would not get very far in this system, and as soon as it started to, no one would get content from the originating site.

I think you'd need pieces like PGP signing of articles, and PGP signing of votes of 'like, don't like' 'interesting, boring' so that several statistics could emerge:

--ShaeErisson

(A system in this spirit is being worked on called Yenta; it doesn't share content, merely interests. http://foner.www.media.mit.edu/people/foner/yenta-brief.html -dash)

I believe that Reptile is a system with similar aims. http://reptile.openprivacy.org

<e@ircnet> what's a peoplefilter?
<dash> e: like a weblog without the web

further notes [restored by jh, after vandalizing?]:

I'm still hung up on the signing idea. I'd like for people to be able to sign something as 'nifty' or as 'sucks' so that I'll have more information to select on...

the problem with this is signature synchronization. If I write a document and put it on my server, and three of my friends get it, and sign that article as interesting, how do they get those new signatures?

the obvious solution is to have the signatures for an article kept on the server the article originated from... but that's not peer to peer anymore.. that means servers need to be online all the time.

On the other hand, if you friend gets something that sucks, you'll never see it... they'll delete it, right? or maybe they'll never select it in the first place? I'm not sure.

okay, much thinking later, I think signatures should backwash upon article synchronization. I also think that signatures should qualify as articles, and be searchable, what else could be significant to the system and yet searchable?

I think that signatures should stay attached to messages, and not "backwash"; all you have to do is merge the votes/signatures attached to disparate copies of the same article. that way, localised information isn't lost, but there's no need to complicate with chaining back upwards either.... -AllenShort

I happen to own the domain peoplefilter.com for another project which is "on the shelf" so if you are interested in it, let me know. - Kevin Harrison

Features

Properties

You guys should look at the old Firefly and Ringo projects, which did more sophisticated correlation than is described here, and generally gave excellent recomendations. They used curve fitting to estimate how a user would rate a particular item based on the ratings of other users who rated other items similarly to the user. I.e., if User A rates John Coltrane an 8 and Miles Davis an 8 and Charlie Parker a 9, and User B rates John Coltrane a 7 and Miles Davis a 9, then Firefly or Ringo would figure that User B would also give Charlie Parker a high rating.'. The Firefly system was purhcased by Microsoft and the technology has been sunk into Launchcast, which actually delivers music in a Internet Radio format. -- RobertChurch

Also relevant: CollaborativeFiltering, ContentFiltering, VotingMustDie, ViewPoint, TransactionBasedCommunity

PeopleFilter (last edited 2008-11-15 13:59:43 by localhost)

Unable to edit the page? See the FrontPage for instructions.