What I’m excited about, post-conference edition
Wow, I’ve had a really busy month. I’ve attended (and spoken at) BarCamp London, Media in Transition, d.Construct, RailsConf Europe, Euro Foo and EuroOSCON. All were excellent, and each one nicely complemented the others. I’m exhausted. I think my brain is full.
My favourite question to ask new people I meet at conferences is “what are you excited about?”. It’s better than “what do you do?” (their job might not be as exciting as what they do in their spare time) and often gets a really interesting reply. People often ask me the same back, so here are three things that have been catching my attention recently.
OpenID. It’s criminal that so few people are playing with this. I gave talks about it at both BarCamp and Euro Foo—it’s decentralised single sign-on that works, and it’s trivial to implement thanks to really solid libraries for most programming languages. There’s also a $5,000 bounty to help spur adoption. I’ll be writing a lot more about this in the future.
Virtualization. This was a common thread at several conferences, and the recent popularity of Parallels for browser testing barely scratches the surface. Virtual servers have a bunch of advantages over physical servers: you can clone them instantly, you can migrate them between machines (while they are still running if you’re using Xen) and Amazon’s EC2 offers utility computing on an enormous scale.
Dynamic languages on virtual machines. IronPython 1.0 is out, Sun have hired the JRuby guys. It looks like dynamic languages are finally being taken seriously as useful and powerful alternatives to C# and Java. Programmers on those VMs get more productive languages, while users of those languages gain access to enormous existing class libraries, not to mention the promise of significant performance boosts.
Finally, since I’ve blogged the last two releases of Python I can’t resist saying a few things about the new Python 2.5. It’s all good, but the stuff that really stands out is the addition of sqlite3, ElementTree and ctypes to the standard library. Batteries included!
"It's criminal that so few people are playing with this."
Actually, it seems pretty obvious to me why "so few" people are playing with it. I go to the OpenID site you link to, read the first bit, and I'm interested. What do I do next?
There are no links to How to Implement or How to Get Your OpenID pages or descriptions. There are link to libraries, but not a lot of hints as to what you might do with them. Is this how I get an OpenID? Is this how I run an OpenID server? Is this how I add OpenID authentication to my existing site?
There just isn't a lot of high level, here's what you might want to do kind of information. It makes the project feel immature, even if it isn't, and it certainly requires a larger time commitment for investigation, all before you know if it's going to be worthwhile or not. That's a recipe for people saying "I'll come back to this and check it out, someday."
Alderete - 22nd September 2006 11:02 - #
On the OpenID point I'd have to agree with Alderete. The site mentioned is very poor at describing what OpenID actually is. Clicking around a bit and reading a few other pages on related sites gave slightly more information but not enough.
Also, whilst a de-centralised login system is a great idea, I think it goes against most people's desire to have a single and clear point of contact in case of problems and particularly with which to attribute blame when things go wrong.
Ed Eliot - 22nd September 2006 17:18 - #
Simon Willison - 22nd September 2006 17:36 - #
Simon - nice idea. BTW, did you post the slides from your OpenID talk anywhere? I unfortunately missed your talk at BarCamp.
Ed Eliot - 22nd September 2006 17:46 - #
Mike D. - 23rd September 2006 01:27 - #
Mark Fowler - 24th September 2006 09:54 - #
TJ Stankus - 25th September 2006 14:07 - #
vps hosting - 27th September 2006 10:50 - #
Fredrik - 4th October 2006 10:47 - #
Frankie Robertson - 14th October 2006 20:41 - #
é??é?¡è??æ?¿ - 17th October 2006 06:06 - #
The idea with OpenId is that you only have to log in once with username & password, and that identity carries over to other web sites. It gives you single sign-on amongst OpenId-savvy web sites.
I have played with OpenId on web app I was fiddling with a while back.
Damian Cugley - 20th October 2006 18:56 - #