Shortly after getting my Chromebook, I quickly realized that it was a bit lacking.  Sure, I wrote earlier that its a great little device and perfect for surfing – but I also sort of wanted something a tiny bit more.  So a little bit of searching lead me to an article explaining how you can very easily install Ubuntu Linux (well a port specifically for Chromebooks) on the device!  The process itself was super painless and very easy.  The only tip I can give is make sure you make a recovery bootable USB stick for your specific Chromebook (instructions link available in the original article).

I spent a few hours playing with Ubuntu on the Chromebook and I was almost instantly in love!  It ran great, felt great, felt perfect for the Chromebook (in that it was lean and very little clutter), and allowed me to install real apps!  I also loved the idea of having a terminal that I could poke around with and run command line stuff like git, npm, node, etc.  I was able to install WebStorm as well as SublimeText and everything was great!

Then it locked up.  Hard!  Like, nothing I could do except remove the battery kind of locked up.  Rebooting fixed it and I was back up and running.  Ok no biggie just one of those Gremlins.  Then it happened again a little later, randomly.  Then my sound stopped working randomly.  Then my 2 finger scrolling just stopped working.  WTF?!  Everything started out great, then just kind of kept going downhill.

Well, the instability and unsureness of running Ubuntu lead me to ditch the project and just revert back to the regular ChromeOS (using that handy recovery USB stick).  It was a fun experiment, and showed some great potential for the device, just maybe the build of Ubuntu I was using wasn’t ready for primetime yet or I’m simply not ready to work regularly in a somewhat unstable environment.

Cloud based IDEs

That little experiment did lead me to the conclusion that the Chromebook can be a great little development machine.  You just need access to the right tools.  So I started looking into some cloud based development environments.

Koding
I was accepted into the beta for Koding.  Its not only a cloud based development environment, but its also a full blown social network complete with a “wall” of topics and people you follow.  It also has a lot of code snippet support (like gists) that you can post and get answers/feedback from other users.  Overall its turning out to be a great service.  It supports php, perl, python, ruby, and you can get node up and running using the terminal service and your own personal VM included!

Codenvy
I haven’t played too much with this, but it seems to be a really solid and well build IDE.  This service seems to be more about the development environment, and less social.

Cloud9
This one is my favorite by far!  The design is very very well done, the tool feels really solid and well built.  It has a ton of themes and tons of settings.  Its also a great way to work with a team on a project as you can all work on the same project at the same time and the auto/instant merging of code is very well done.  Its not quite as real-time as Google Docs (you can’t see someone typing) but whenever they save their changes are instantly pushed into your view.  They also seem to be really hardcore supports of node.js in general – going so far as to ensure the future development of the language/technology (as well as they service they provide).

All of the cloud based IDEs seem to offer some sort of free plan in one way or another.  Most of them don’t seem to be too restricted either – making them a great method of working on your next project!