That cool little “Coder for Raspberry Pi” project from Google which I linked to earlier doesn’t just run on Raspberry Pi. You can run it on any old Linux PC (Mac works too, but the instructions are slightly different).

I set it up in less than 2 minutes using these commands (note that I’m running Debian Sid):

sudo useradd -M pi
sudo apt-get install redis-server
cd ~/projects
git clone https://github.com/googlecreativelab/coder.git
cd coder/coder-base
npm install
npm start

Node.js is also a requirement, so if you don’t have that, you’ll need to install that at step 2 as well.

Once everything is up and running, point your browser at https://localhost:8081/. You’ll need to specify a password the first time you run Coder, after which you’ll be able to try the environment out. It’s pretty neat, and the sample clone of Asteroids is quite addictive!

If you were a good boy or girl this year (like me), you may have been lucky enough to get a Raspberry Pi under the Christmas tree. Which is awesome, but (like me) you may be wondering what on earth you’re going to do with it!

Raspberry Pi in a PiBow case
My new Raspberry Pi, in a PiBow case

The choices are limited only by your imagination, but as per usual – the more choice you have, the harder it is to choose! I’m still deciding what to do with mine, but here are a few links which might inspire you: