Managing online identities
I’ve had some interesting discussions recently about online identities and how we manage them or fail to manage them. An example of this is that a friend of mine was taking a train home from work. He fired up his laptop and logged into Facebook. The young woman next to him said, “I can’t believe your on Facebook”. I suggested that he should have told her, “Yeah, a lot of us check out Facebook and MySpace profiles before we interview anyone.
Even people who think a lot about the searchability of persistent online data can be surprised what can be done with online data. During Gov. Dean’s campaign they explored using Friend of a Friend (FOAF) as a means of connecting supporters. People were surprised to find detailed information showing up about them in unexpected places, through the power of FOAF crawlers exploring the web.
Today, I spoke on the phone with another friend who was interested in promoting the use of open source social networks for political purposes. I walked him through some of the tools that are out there. We started at my Facebook profile. (You probably have to be a friend of mine to see much of anything there.) In it, I’ve added a social networks application that connects up with UpScoop.
UpScoop is a pretty amazing tool where you can upload your mailing list and search to see who on your mailing list is on which networks. It is very slick and amazingly powerful. Looking at my profile on UpScoop, it showed sixteen different networks I was on, including links to my profile on almost all of them.
As I explored this with my friend on the phone, we decided to follow the link to one network that was listed that I didn’t remember joining, RapLeaf. It turns out that RapLeaf is the underlying engine for UpScoop and that their goal is to provide reputation information, based on email addresses tied into various social networks. In particular they focus experiences other people have had with you as a buyer or seller on sites like eBay or CraigsList.
It looks like it will be a very powerful tool and helps drive home the importance of managing your online identity.
All that said, I have a lot of recommendations of things that I would like to see RapLeaf do. First, it would be great if they could add OpenId. There is already OpenID support in Ruby on Rails, so it should be easy to add to their site. RapLeaf is based on email identities and ties it into profiles on social networking sites. OpenID is based on website pages. The two are closely related and ideally should be linked.
Beyond that, it would be great if they could support XHTML Friends Networks (XNF). It would be a pretty simple change to add. All of the links in the social networks section of the page could simply have the rel=”me” tag and the friends at the bottom could have a rel=”friend” tag. This would facilitate tools that explore XFN.
Ideally, it would be great if the could search out blogging systems as well. For blogging systems that will reveal user information based on email address, they should be able to do this simply. However, most systems want to keep email addresses private.
To get around this many systems, including RapLeaf use an SHA1 hash as a method of checking email addresses without ever showing the email address. If systems like Drupal, Scoop, Soapblox and others would allow people to look up people by the SHA1 hash of their email address, these sites could be searched as well. Maybe I’ll add the ability to search for users by the SHA1 hash of their email address on Orient Lodge. It would be great if people added it to some other blogging systems.
There are plenty of other ways in which this could be used in politics. Anyone who is interested in this aspect should contact me offline.
Drupal update
Submitted by Aldon Hynes on Mon, 07/16/2007 - 17:02. span>So, can I make it possible to use an SHA1 hash to check people on Orient Lodge? It ended up being some very simple PHP code for Drupal 4.6 which is the version I'm currently running.
In the user.module, in the user_menu function, I added the following:
Then, I created the user_hash function:
With that, if you know the SHA1 hash of someone's email address, you can see if they have an account here.
For example, if you click on http://www.orient-lodge.com/user/hash/3cd4c2081e8eb7f7364b2221bf9bf6cd0c4d7c52, you will see my profile page.
The unfortunate side of the internet...
Submitted by immerhere on Thu, 07/19/2007 - 06:25. span>Yes, and this is the scary side of it...any ill intentioned person can find whatever they want about us... Politics is one of the bad sides nowadays...who can you trust???
Martine
I act on the internet remembering it's a public action
Submitted by Beth Wellington on Fri, 07/20/2007 - 17:49. span>Beth Wellington at The Writing Corner
Rather than try to retain privacy, I prefer take the stance that fear is what crippled folks during the McCarthy era. I once hear Caesar Chavez say at a rally, regarding joint political action on behalf of coal miners, "They cannot put the whole world in jail." From time immemorial, "divide and conquer" has been oligarchy's way to counter the power of people ammassed for progressive social change. Although I have read you might want to take the battery out of your cell phone if you don't want to serve as a microphone at any secret meetings...See: http://mountainrebel.net/2006/12/26/cell-phone-security/#more-12 Aldon, you're the tech guy.