James Gosling, the ‘father of Java’, after working independently for the last year since the Oracle buyout of Sun has accepted an offer to work for Google.
No doubt this will stir up some fire with Oracle in their lawsuit against Google and Android.

Articles, notes and random thoughts on Software Development and Technology
James Gosling, the ‘father of Java’, after working independently for the last year since the Oracle buyout of Sun has accepted an offer to work for Google.
No doubt this will stir up some fire with Oracle in their lawsuit against Google and Android.
SQLite Manager is an awesome plugin for Firefox that lets you create & manage a SQLite db.
To enable FK support using SQLite Manager:
Syntax to create an FK ref:
<tt>CREATE TABLE child_table_name (field_1 INTEGER PRIMARY KEY, field_2 TEXT, foreign_key_field INTEGER , FOREIGN KEY(foreign_key_field) REFERENCES parent_table_name(parent_key_field));</tt>
The Scala IDE plugin for Eclipse is only currently compatible with Eclipse 3.5, and not yet compatible with 3.6.
The update site to point to for the plugin is here: http://download.scala-ide.org/update-current-35
WordPress really is the bomb. It’s everything I’ve ever wanted for hosting my own blog, and yet the new features keep coming. I’m loving the admin bar that appears across the top of the page when you’re logged in – makes it so much easier to jump into Dashboard features.
While I’m at it, not 3.1 related, but the Android app for WordPress is awesome too, letting me submit draft posts back to my site which I can pick up later when I’m back at a keyboard. Brilliant.