Dear Internet
September 22, 2006
I’m doing it again but hopefully for the last time. I’m too much of a dork and want to be able to hack on my blog more than I can from the wordpress.com interface. But alas! Have fear! My new blog is super uber improved and still running on WordPress! Thanks Matt and the rest of the Automattic team!
You can find my new home at http://kveton.com/blog. See you there!
Thanks for your patience,
The Management
Facebook Follies
September 7, 2006
I’ve been watching with much interest into the recent changes that have happened at Facebook. The gist of it is that they added some new functionality to the site that changes the way user profile information is shared and more importantly how changes are shared.
I ran across some great posts by Fred Stutzman about the whole debacle. Fred has some great comments in there and good insight to why such a screw up is really such a screw up.
Lesson #1 in community building/management: community feedback is critical to the success of your product. The Facebook community does not like these new features. Guess what? They can (and will) vote with their feet here and either a) not use Facebook b) use Facebook less or c) go somewhere else. I find it ironic that Facebook overlooked the key component that has made them successful; their community. Facebook, MySpace, even Digg and Slashdot are sites that are meant to cater to the needs of their communities. If you don’t meet those needs, users leave. If you piss them off, they revolt. This is a pretty simple formula.
Facebook replied effectively saying “Relax, Breathe” … and what? Get over it? That’s nuts. The first thing I would have done? Pulled the features. Yep, that’s right. I would have reverted immediately. Actually waiting a little bit longer to pull the features might be good for them. They might actually achieve the New Coke formula fiasco that actually resulted in a major win for Coca Cola. Make a big splash today about removing the features and your users will thank you. Not only that, they will be that much more loyal.
What would have been a better way to go about this? With large social networks like this you can’t introduce features like this with the flip of a switch. Was there any testing done? Any feedback from users? In fact, did the users even ask for it? If I were Facebook I would launch, you guessed it, labs.facebook.com where they could vet new features and engage the users so there aren’t any surprises. There will always be people who don’t like change or new functionality. However, if you can sway the early adoptors and thought leaders, that impact will be much less.
Update: It looks like the folks at Facebook have listened to their users. Great news.
OpenID & the Firefox Effect
September 1, 2006
OpenID has been around for almost 18 months now. In its original form, it was extremely simple. As a matter of fact, it was too simple. So OpenID v1.1 came out with the Simple Registration Extension based on user/site feedback. The scope and momentum of OpenID started to pick up with LiveJournal being OpenID-enabled and folks like JanRain, Cordance, Verisign, Sxip and others getting into the mix. The technology evolved, the umbrella grew but the premise remained the same; keep it simple, light-weight and decentralized.
OpenID started with a very simple assumption by one guy. Its grown over time and is really starting to mature as a protocol. Sometimes it takes a person who can just say “screw it, I’m doing it this way” to get something going. I call it the Firefox Effect; two or three people that solve a major pain point can gain adoption quickly. Blake and Ben did it with the original Firefox; not everybody in the Mozilla world was really excited with that product when they did it. Had you gone back to the drawing board from the start and said “Let’s build Firefox” with a team of developers and stakeholders it most likely would have failed. The same thing is true with OpenID. Something like that requires a big push, minimal tact and a serious pain point.
Although announced awhile ago, Sun finally released their Open Source Single Sign-on solution on Tuesday.
It’s great that Sun is embracing open source by releasing their products under the OSI-approved CDDL. I can see some great applications for OpenSSO in the higher education space that is leveraging a lot of Java technologies already. However, I’m still left thinking this is another attempt by a big company to say “Hey! Internet! Come build an eco-system around our product! Look, its Open Source ™!!” Yes, I’m biased. I think there is a better way with OpenID.
OpenID really is a grassroots, bottom-up approach. For something like this to be compelling there can be no hook back to the “mother ship”. Its truly got to be open and decentralized and that’s one of the main reasons people are finding it compelling. Has federated identity failed? In the past, yes. I believe in 5 years, there will be a federated identity that people use all over the Internet; you’ll have one login and it won’t be controlled by anyone but you. OpenID is hopefully going to be the driver of that; the HTTP of identity. Nobody but you should own your identity.
OpenID Questions
September 1, 2006
I often receive questions from folks via email about OpenID. I like getting the notes but always feel like I could be doing more in terms of answering them. Plus I’m a geek so if I do something more than once I think there should be a bash/perl script to do it for me. Here is one of the questions I recently received (the names have been changed to protect the innocent):
If I create today an identity say at `bob.foo.com’, can I move that identity later to a different location? Say my initial identity is hosted by my employer, and I switch jobs, I would like my identity to come with me; For instance are there mechanisms to:
* Not depend on the actual string `bob.foo.com’, but some actual key generated that actually is hosted in bob.foo.com?
* Be able to fetch the data so I can later host it at bob.newdomain.com?
This is not the first time time we have heard this question come up. My advice today? Make sure you pick an OpenID that you’d like to have for a long time. There isn’t a solution for this yet as most of the solutions out there today (for example, i-names) require some sort of centralized registry. (Full disclosure: JanRain is bringing up an i-broker as part of the i-names eco-system). The main premise around OpenID has been de-centralization and simplicity. Having a centralized registry flies in the face of that as well as adds another level of complexity. What I’m saying is I don’t have an answer for this, but again, I believe the community and marketplace will solve this problem in the very near future.
I should also mention that from its inception, OpenID was meant for really light-weight applications. Yes, its maturing and adding new functionality that makes it more robust. However, if you change your blog from LiveJournal to WordPress today you can’t take your posts with you and more importantly your “identity” with you (unless of course you leverage something like claimID).
Finally, OpenID also has the concept of delegation. I can have two lines of code HTML on my site and delegate that to some identity provider. View source on Brian’s page to see an example of delegation in action. Its not ideal, but its definitely a start and it does give users more of a sense of control.
* What kind of security is there to prevent someone breaking into one of the openid servers from pretending to be me?
Today, it is a strong password. Versign recently proposed the concept of security profiles. The ability to choose the level of security you use for different applications. For things like blogging or commenting in forums probably don’t require heavy authentication. As we move into the realm of doing more “important” stuff with OpenID’s, these profiles will be critical and give the users choice in terms of picking how much/how little security they want. I also see the opportunity for value-adds in this space on top of OpenID as great business opportunities. However, it all starts with a unique identifier and that identifier is your OpenID.
These security profiles will hopefully go a long way towards addressing possibilities with man-in-the-middle and phishing attacks. DNS poisoning is also still an option but IMHO one of those “The Internet Sucks ™” problems.
Are there any available OpenID servers that I can run myself?
As a matter of fact there are. Shameless plug: we’ve developed a PHP Standalone Server that is open source and soon to be part of the ASF Heraldry Project. In addition, Verisign will be donating the Ruby on Rails code base that powers their PIP identity provider to the Heraldry project as well. I’m sure we’ll see versions of these servers in many more languages soon as the libraries start to mature and proliferate.