Fred's blog

Content | Menu | Search

Saturday 15 December 2007

Distributed social networking

I'm toying with the idea of implementing a distributed social networking system. I want to get control back to my contacts and personal data!

To do this, here are the requirements I see for the system:

  1. personal data and contacts are kept and controlled by each users.
  2. information should be available differently to contacts and contacts of contacts than to others. So we can call one version restricted and the other one complete.
  3. information should be searchable.

Interesting components to implement the system are:

  • openid and/or gpg could be used to authenticate the users.
  • foaf could be used as a standard format to store data and exchange data.

Requirements lead to the following points:

  • To satisfy point 1, the data could be published on the personal web site of the user.
  • The data could be in FOAF format to satisfy point 3.
  • Point 2 is the more complex. One idea could be to publish on the web only the restricted version that will be searchable by search engine. Then we need a way to handle the complete version of the data. We could use an email automate for this or a web service or a kind of web proxy that will act for the user. Anyway what we need is an agent that will act for the user to answer requests from contacts and contacts of contacts. I have to think more to find what is the best way to go.

Sunday 20 May 2007

email2photo and Thunderbird

To use the photos from email2photo.net in Thunderbird, you have to install the MessageFaces plugin and configure it to use a Local folder to lookup photos. Then use the following script to download the photos to the local folder.

Quick start info for the script:

  • mbox2photo.py dest ~/MessageFaces # configure the local folder to store the images
  • mbox2photo.py add ~/.thunderbird/avgp3z8c.default/Mail/Local\ Folders/Inbox # add the mbox to be checked (you can add multiple ones)

Then start downloading images:

  • mbox2photo.py

I have only tested the script under python 2.4.3 and Linux, let me know if it works for you.

Sunday 22 April 2007

email2photo

I'm working on a new web service called email2photo to allow social networking sites to associate an email address to photos. The idea is to humanize the Internet!

If you are interested to use this service for your site, just read the details of the API at http://email2photo.net/api/.