Archive for the ‘Uncategorized’ Category

Playing Nicely With the Wordpress Source in Subversion

Thursday, October 9th, 2008

I’ve used Wordpress on a bunch of projects and have never figured out a satisfactory way to manage my own code (i.e. plugins and themes) in a Subversion repository alongside Wordpress — until now.

Here are a few things I’ve tried in the past:

(more…)

Using the Campfire “API” in Django

Wednesday, October 8th, 2008

I’m working on a group chat feature at my day job right now. The requirement is for a robust group chat widget to run alongside a live streaming video feed (via Ustream) of a two-day conference. If the solution works well, we want to consider using it for other purposes, e.g. webinars.

I was pretty dissatisified with my brief survey of existing chat widgets out there. This is a professional conference, so I really didn’t want a widget that was all yucked up with ads or smileys.

Anyhow, since I use Campfire a lot at my day job, I figured, why not give it a shot?

The good news is, Campfire does have an API, known as Tinder.

The bad news is, it’s an unoffical API, written in Ruby. (Not that there’s anything wrong with that, but I didn’t want to deal with configuring a reliable production environment for what was hopefully a small project.)

The good news is, someone ported the Tinder API over to Python, calling it Pinder. Which rocks, because now I get to use Django.

(more…)

Introduction

Wednesday, October 8th, 2008

I started Furry Brains last year as an umbrella for a few web side projects I was working on at the time. Consider this blog as one of those side projects that I probably should have started a long time ago.

So why this blog?

(more…)