Author Archives:

Next stop San Francisco

In just a few days I’m moving to San Francisco! I’m insanely excited, both about moving to the city and that next month I’ll officially become an employee of Rapportive, Inc. If you’ve never heard of Rapportive, you should check … Continue reading

Posted in General | 3 Comments

Leveling up in San Francisco

During the last few weeks I’ve been ‘levelling up’ in San Francisco and getting to know the city better. With Bex I’ve been eating, drinking and touristing all across the city with serious emphasis on the eating. Here are a … Continue reading

Posted in General | 1 Comment

Fixing a Sequel Pro compilation error

I tried to download and build the source code for Sequel Pro today and ran into a hitch. After following the instructions for grabbing the source code and trying to compile it, X-Code refused to succesfully build the app, instead … Continue reading

Posted in Uncategorized | 1 Comment

Happy New Year!

Phew, it’s been a while. More soon.

Posted in Uncategorized | Leave a comment

Using facebook connect (only) to authorize users with authlogic

I’ve been working on our semi-stealthy new webapp for the last couple of months and I’ve been putting off fixing a bug for ages because it was so damned weird. We want users to be able to sign-up with facebook … Continue reading

Posted in Rails | Leave a comment

Why Spotify Premium is too expensive, and how to fix it

I recently became a Spotify Premium customer, for two main reasons: I’d spent an afternoon listening to spotify at my desk and wanted to carry on listening to the same playlists on my iPhone while I was walking somewhere. As … Continue reading

Posted in Miscellaneous | Tagged , | 7 Comments

mig_constraints is not compatible with rails 2.3

Although it’s old, mig_constraints has sat in my rails plugin directory for a while now because it adds much needed foreign key support to ActiveRecord. I’m on of those crazy guys that thinks a relational database should maintain relational integrity, … Continue reading

Posted in Rails | Tagged , , | 3 Comments

Setting up a kick-ass rails server on Ubuntu 9.04 (Jaunty)

I recently created a new slicehost and thought I’d try the latest Ubuntu release with it. Unlike brightbox hosting, you only get a plain boring ubuntu installation out of the box on slicehost (and various other VPS-based hosting services). A … Continue reading

Posted in Rails | 1 Comment

Wisdom from a different (Internet) age

It doesn’t happen very often, but I was pointed to an online article recently that dates back almost a decade. The Pitchman is a story by Malcolm Gladwell about ”Ron Popeil, who invented a better rotisserie in his kitchen and went … Continue reading

Posted in Starting up | Leave a comment

Nokogiri fails to work on Solaris (11), but fix it like this!

I’ll have a better fix up in the near future, but for now, the ruby gem “Nokogiri” crashed out on me on Joyent’s Solaris platform. Its error was a little cryptic unless you’re familiar with libc. I can’t reproduce it here … Continue reading

Posted in Rails | Leave a comment