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.

Yesterday AOL announced that it is going to be offering free domain name registration for the entire Internet. The service will be called “My eAddress” and will allow users to create .com or .net domains as well as to have email associated with them.

Now this is pretty cool. Imagine if you hooked in some free OpenID mojo to this. You could have your own custom domain that would be automagically OpenID enabled. This could be huge for AOL if they decide to look seriously at OpenID … the time is now!! :-)

Very exciting news but probably not so good if you’re a registrar.

These are some really exciting times. Here we are, coming out from under the rubble of the dot com crash into a new world full of exciting new oppportunities. All of that sunk cost from the turn of the century coupled with some amazing new, light-weight programming languages and cheap gear are making it easier and easier to start something new.

Every kid out there with a blog and a hosted machine is starting something new. Mash-ups are king (queen?!). Build a widget (and its hilarious that people are actually calling them this) that can get put up on MySpace and you’re a shoe in for being the next big thing.

We’re entering an era of instantaneous innovation. Ideas are flowing from blogs, user comments, user feedback, etc … People are throwing ideas up against the wall and some of them are sticking (while of course most of them are complete garbage). What is really interesting is that its not always about being first with the idea. Execution, position in the market and ‘reputation’ in the space are becoming the defining ingredients for success. Let me give you an example.

Meebo launched late last year and it fantastic. The out-of-box user experience was fantastic and it quickly gained momentum. Yes, I’ll say it; Meebo has hit a “tipping point”. Users are flocking there. MeeboMe launched with much fanfare last week. Its a really interesting premise. Embed the MeeboMe flash widget on your web page with the smallest bit of JavaScript and then login with your Meebo account. Voila, now you can not only get instant messages from your visitors but you can message them!! Alright, alright. This sounds like it could be annoying. However, imagine if you tie this to site heuristics. “Hmmm, this user has a full shopping cart but keeps flipping back and forth between this specific digital camera.” No problem, “Excuse me” you say through the MeeboMe interface, “Can I help answer any questions for you on digital cameras?” Wow. That could be cool. Or that could be totally annoying. But that’s not the point.

We’ve seen this before. Anybody heard of Chatango? It is essentially the same thing but its lacking the hook and eyeballs of existing users. This speaks to Guy’s top 10 lies startups say; if its a good idea, 5 other companies are working on it. What Meebo has been able to leverage is the fact that they have thousands of users, users that would be ideal for Chatango. However, since they use Meebo every, single day they end up hearing about MeeboMe and driving its adoption much quicker. The added benefit for Meebo is that MeeboMe is on their network; it doesn’t depend on the “bigs” IM networks.

Alright, so back to my points. Execution, position in the market and ‘reputation’ in the space. Looking at Meebo they have executed brilliantly (albeit with a few hiccups in getting the service out there). They have the perfect position in the market for this sort of application; users that IM all the time. Finally, they have a great ‘reputation’ in the space. I say ‘reputation’ in quotes because it can mean so many different things to so many people. This is best explained with an example.

Digg owns the social news space. Their users are rabid about Digg so much so that when Netscape launched a clone and tried to buy Digg users it it had the effect on Digg like when Coke changed their formula. It drove more people to Digg. Its hard to beat the power of grassroots marketing. Thousands of passionate Digg users out there angry (and complaining) about Netscape doing what they did had an amazing effect on adoption for Digg. Digg has a great ‘reputation’ in their space. They are the thought leaders on it and as such, even though anybody can copy them, they are continuing to grow.

(As a side note, I was having dinner with a friend from college – not a techie – and he asked me, “Have you seen this thing Digg?!”)

So back to Meebo. People love Meebo because they provide a great service and are fantastic at dealing with user feedback. Nothing like really engaging those early adopters to help drive your platform forward. As such, there will be clones, but Meebo will continue to dominate (as long as they don’t do anything evil).

The future of innovation and this crazy Web 2.0 space will manifest itself in true thought leaders that listen to their users and generate that loyalty that will drive their products/services/brands forward.

As Gabe Wachob mentions, AmSoft has joined the OpenID Code Bounty program! We’re really excited to have AmSoft on and this continues the momentum from the past two weeks around OpenID adoption. Very exciting times to come!

A thousand apologies go out to Gabe and the folks at AmSoft from me for not getting this news out sooner!

BarCampEarth Announced

August 4, 2006

The most prolific community organizer and fire-in-the-belly-generator Chris Messina announced BarCampEarth which will happen all over the world August 25-27th, 2006. Who would have thought so many BarCamp’s springing up all over the world in such a short time?!

Way to go Chris and way to go to the BarCamp community the world over. I’ll be joining folks at BarCampPortland that weekend to join in the celebration/fun/antics. Hope to see you there!!

Marc Canter raises a good point that is really worth mentioning; OpenID isn’t just for open source projects. Anybody can (and hopefully will) use it.

OpenID is an open platform for doing authentication. It just so happens that its being enabled by a bunch of open source code. Last week we announced the Bounty Program for open source projects as a great way to get OpenID integrated into the tools that people use to deliver their blogs, forums and websites. What a great way to give back to the community that has given us so much.

You can use OpenID on your website, open source or otherwise. We use it on ours and its not an open source application. Heck, that’s our bread and butter! Using OpenID on your site enables you to leverage the millions of OpenID users that are out there today and get them engaging in your site quickly and most importantly painlessly.

So, thanks Marc for making that point! I owe you a beer when I see you next week!

Kaliya has been kind enough to organize a developer day for next week in the Bay Area (Berkeley). This will be a chance for folks to hear about OpenID and what’s happening with this rapidly converging platform.

Oh yeah, and I’ll be there too! Hope to see you there!!

Updated: Kaliya mentions that this event is for everybody and anybody interested in OpenID; not just open source folks. Come one, come all!!