Recent Posts

Parsing the SXSW Twitter Stream for Fun

1 minute read

Over the weekend I decided to toss together a simple twitter stream monitoring app that would capture SXSW tweets. I wanted to build on some of what I learne...

Fedora 12 Bootable Root EBS on EC2

5 minute read

I recently needed to create a clean EC2 AMI using a fairly new linux distro. It has been a while since I’ve needed to create a new AMI so I also wanted to mo...

PHP MySQLi and Multiple Prepared Statements

1 minute read

While sprucing up the PHP code I use to provide my own Stack Overflow API for GeeQe I ran into an error caused by trying to use multiple prepared statements ...

Developing Adobe Air Apps with Linux

2 minute read

I finally found a little project I wanted to do using Adobe Air and after some searching I found out you can use Linux to develop Air applications. At first ...

Heroku Tips for the Cheap

6 minute read

I’ve been playing around with the Ruby/Rails cloud provider Heroku a little bit lately just to try it out. It is somewhat like Google App Engine or Microsoft...

Building Chromium and Chrome OS with EC2

9 minute read

When the initial cut of the Chromium OS source was released last week I decided to use the opportunity to see if it would run on my EEE PC 900 netbook (check...

Upgrade to Fedora 12 from Fedora 11

2 minute read

Fedora 12 was just released and it is time to upgrade again of course. I almost thought this was going to be a version to yawn at but then I saw that there w...

Full Text Search with Sphinx

8 minute read

While developing my GeeQE iPhone application I decided I needed a way to let users search posts so I started looking around for a simple search engine that I...