Archive for April, 2007

BarCampBoulder Saturday

Saturday I spent at BarCampBoulder.

Going to this event “isn’t really like me”… I generally don’t do that well with groups of people where I don’t know anybody. I did recognize a face or two from the local LUG, but no one I’d actually talked to before. I always feel a bit pulled out of myself in these situations and then, later, spend a lot of time picking apart various discussions and interactions and generally thinking that I’ve been an ass. Bleah.

But, nevertheless, I had fun at BarCamp and I learned a lot as well. It was in an awesome location on West Pearl, sponsored by endoze.com. Excellent coffee was provided by Veloce Coffee.

Most of the folks in attendance did web development, with a fairly large subset running their own companies. I think there was one Java programmer, the rest working mostly in Ruby, it seemed, plus Javascript for the client side. There were also some Python folks and various people who knew PHP, though nobody who claimed to like it.

A long time ago I wrote here about wanting to calendar-ify various places in Boulder, like the public library, KGNU, etc. One of the attendees, Neal McBurnett, is a volunteer at KGNU and so I pestered him about this. Also Dan Moore was interested enough in this, at one point, to have registered a web site for it; so maybe together we can solve this problem. (The KGNU bit looks easy since they seem to use a Python CGI script to register events, and there is a Python library for the Google Calendar API out there.)

I also met Ashish Jain from PingIdentity. He gave a nice rundown on OpenID and CardSpace, and the strengths and weaknesses of both. He also said that Novell recently announced an open source CardSpace client. This talk got me thinking, that it would be nice to have an identity registrar for the open source world, so that I could, for example, make a single account and not have to log in to any bugzilla anywhere. This, I think, could be done with today’s technology. Ashish was extremely knowledgeable. He also pointed us to The Laws of Identity.

There was a session on CMS which was pretty interesting. Folks in attendance have tried most existing major CMS systems. Current favorites are WordPress (for simple sites), Typo3, TextPattern, and Radiant. I also found out about CMS Matrix, another site for letting you compare CMS systems.

Also I found out about Colour Lovers, for all you palette freaks out there. I had some fun browsing here.

We also played a fun game of “half baked”, and I met tons of other people… overall it was great, and I’ll definitely be going to the next one. And, after that, hopefully not feeling like an ass for a change.

Emacs Packages 2

Last night I was energized by BarCampBoulder (I’ll write more about it later, probably tomorrow) and so I hacked on my Emacs Lisp package manager for a while. Check out my page on installing the package manager. Just eval one lisp form and you will be all set up…

Next for this package is some rewriting — changing the archive format, fixing activation a little, and allowing for single-file packages on the server. Also I’m going to write a little tool so I can click on a message in gnu-emacs-sources and have the package automatically uploaded to ELPA.