Jul
8
2010
PBMS in Drizzle | Ramblings.
For those not familiar with PBMS it does two things: provide a place (not in the table) for BLOBs to be stored (locally on disk or even out to S3) and provide a HTTP interface to get and store BLOBs.
This means you can do really neat things such as have your BLOBs replicated, consistent and all those nice databasey things as well as easily access them in a scalable way (everybody knows how to cache HTTP).
This is awesome. How many times have you added a URL to your database table and then had to write API’s of some sort to go fetch that URL at read time, and write that URL somewhat atomically at write time?
Drizzle isn’t even “done” yet, and already the plugins are flying out of the community. The fact that this is a plugin, and won’t affect *anybody* who doesn’t want it, is why I’m confident Drizzle is moving in the right directly. I’m not sure why it has taken so long, but this feels like its doing for the RDBMS what apache has done for HTTP serving… make it flexible and extensible, and folks will find interesting ways to use it.
no comments | tags: blobs, drizzle, plugins | posted in Drizzle
Jul
7
2010

Cloud Computing Security.
The linked presentation above came up in a discussion the other day on IRC about what to do with certificates and SSH host keys.
I hadn’t really thought about this. Sometimes it feels like once you put on your “somebody else is thinking about security” blinders, the world just starts moving faster and the ideas get more interesting. Unfortunately, at this high speed, I have to wonder if the impact may not be fatal for some heavy cloud (ab)users. › Continue reading
no comments | tags: cloud, crypto, security | posted in Security
Jun
28
2010
Seth’s Blog: Validation is overrated.
“If you’re waiting for a boss or an editor or a college to tell you that you do good work, you’re handing over too much power to someone who doesn’t care nearly as much as you do.”
Just a bit of reminder that while feedback is great, getting it done is way better.
no comments | tags: gtd, sethgodin, validation | posted in Life
Jun
25
2010
Here is the PDF version of the Ignite format talk I gave at DevOps Day US 2010. Hopefully they’ll have the video of the ignite talks up soon.
no comments | tags: devopsday, ignite, talk | posted in Ubuntu
Jun
25
2010

Did you ever hear a claim that sounded too bad to be true?
So this past Tuesday at Velocity 2010, Brett Piatt gave a workshop on the Cassandra database. I was seated in the audience and quite interested in everything he had to say about running Cassandra, given that I’ve been working on adding Cassandra and other scalable data stores to Ubuntu.
Then at one point, up popped a table that made me curious.
› Continue reading
no comments | tags: cassandra, performance, velocityconf | posted in Open Source
Jun
16
2010
Attention Stalkers: You’ll need to forge a badge to follow me around in these sessions, as I believe the conference is sold out. That is, unless you already registered.
Personal schedule for Clint Byrum: Velocity 2010, Web Performance & Operations Conference – O’Reilly Conferences, June 22 – 24, 2010, Santa Clara, CA.
ooops.. fixed the link to actually work if you’re not logged in to oreilly.com as ME
no comments | tags: velocity | posted in Security
Jun
16
2010
I’ll be moderating this. Come by and we can rap about Ubuntu Server!
Ubuntu Server BoF at Velocity 2010 « Ubuntu Server Blog.
no comments | tags: velocity | posted in Ubuntu
Jun
11
2010

So, in my role at
Canonical, I’ve been asked to package some of the hotter “web 2.0″ and “cloud” server technologies for
Ubuntu’s next release, 10.10, aka “Maverick Meerkat”.
While working on this, I’ve discovered something very frustrating from a packaging point of view thats been going on with fast moving open source projects. It would seem that rather than produce stable API’s that do not change, there is a preference to dump feature after feature into libraries and software products
› Continue reading
no comments | tags: dependencies, embedding, libraries, opensource, packaging, ubuntu, versioning | posted in Open Source