Archive for March, 2007

jythonconsole-0.0.4 released

March 27, 2007

Jython Console is a Jython Interactive Interpreter that adds Code Completion.

jythonconsole-004.png

See the project page for more info.

Backup

March 11, 2007

I switched to a new backup system: SuperDuper! and an external firewire drive.

So far, this solution seems much better than the previous backup scripts, programs and hacks that I’ve used.

I really like the fact that I can use another Mac and boot with the firewire drive to test the backup.

IntelliJ + Ruby + Rails

March 3, 2007

JetBrains created a Ruby plugin for IntelliJ that supports Rails. :)

After installing the plugin, I needed to add a new “JDK” for Ruby. Ruby SDK is listed as a JDK choice. I pointed this to /usr/local since ruby and rails are in /usr/local/bin.

There’s Ruby Plugin space on the IntelliJ wiki.