February 2008
1 post
Feb 13th
October 2007
6 posts
Mac OS X Leopard Released
Leopard has already been released. I’m going to pick up my copy on Monday.
Oct 28th
OpenJDK Now Almost Completely Open Source →
“The OpenJDK project is about 95% of a complete Java implementation. That last 5% or so is what we’ve called ‘encumbrances’, code which we weren’t able to open source.” It looks like the OpenJDK is really making some good progress. One part of the JDK I’m really happy to see has been open sourced is the crypto library. A few other additions such as the...
Oct 6th
Oct 4th
Oct 4th
Oct 4th
Django - Web Framework for Python
I just started playing with Django and am loving it.  Writing my new site in python was a good choice.  The data modeling and object-relational mapping are great.  Makes building web apps/sites quick and easy.
Oct 3rd
September 2007
4 posts
Dive into Python →
Free online book to get started with programming in python.
Sep 29th
Java Threads (Book)
I just started reading O’ Reilly’s book, Java Threads, and so far am enjoying it.  The authors did a good job breaking down the concepts and deliver them concisely.
Sep 20th
Battlestar Galactica Coming in November
Looks like Battlestar is coming back in late November with the movie event, Razor. It’s going to be about the Battlestar Pegasus. Wikipedia says it’ll be the first two episodes of the fourth season. Geeks around the world wait with baited breath.
Sep 18th
Apple's new iPod checksum cracked by GtkPod coders →
Apple’s attempt to block third-party music management software on new iPods has been thwarted by open-source software developers, and it’s not the first time. (via digg)
Sep 18th
August 2007
1 post
Aug 9th
July 2007
6 posts
Eclipse 3.3
Just tried out Eclipse 3.3, the Open Source Integrated Development Platform. So far I am very happy with it. Having easy access to the package explorer when viewing the editor in full screen mode is a great addition. Eclipse 3.3 - New and Noteworthy has an in depth view of the new features.
Jul 22nd
Ubuntu "Gusty" Tribe 2 Released →
Jul 10th
Fixing Issue with MacBook SuperDrive Update →
After installing SuperDrive Firmware update 2.1, OSX would tell me there were no devices found needing an update. Turns out, my dvd drive was updated, but the updater was running at start-up. This link from the MacOS X Hints forums will guide you through the process of disabling the updater.
Jul 9th
Linux Developers Considering Move to Eclipse →
Jul 9th
WatchWatch
My favorite skit from the Robot Chicken Star Wars Special
Jul 5th
Firefox Alpha 6 Has Been Released →
Jul 5th
June 2007
9 posts
ZFS To Be Read-Only in Leopard
Apple has implemented read/write support for ZFS in the Leopard preview release. The final release of the OS will be read only. This hints at possible full integration of ZFS into OSX in the future.
Jun 28th
Firefox 3 to support SQLite for offline storage →
Mozilla have given a sneek peak at the new version of Firefox 3.  The newest and most exciting feature for me in this Alpha 5 release is the confirmation that “Places” will be stored locally using SQLite. Places is the new name/replacement for Firefox Bookmarks.
Jun 17th
Apple has confirmed that ZFS will not be the default filesystem in Leopard.
Jun 17th
“So they want to use Linux resources (_especially_ drivers), but they do *not*...”
– Linus Torvalds on Sun Microsystems
Jun 13th
Coverflow Added to Finder →
This will allow you to look through documents in the finder the same way you do with Coverflow in iTunes.  Coming in OSX Leopard
Jun 12th
ZFS To Become Default File System In Leopard →
Sun announced that Apple might be using ZFS in Leopard.
Jun 9th
Grab for Mac OSX
Grab is an awesome tool buried inside OSX. It allows for more advanced screen capture features, like grabbing just a selected window. Grab also does delayed screen captures and more. Definitely worth checking out. Just dig it out with Spotlight or Quicksilver and give it a go.
Jun 3rd
SciLab →
Great Open Source alternative to MatLab.
Jun 3rd
Jun 3rd
May 2007
3 posts
StarCraft 2 Announced →
Fortunately, it’s not an MMO … good call Blizzard
May 25th
(Java) Accessing Swing components from an SWT...
Here’s a java tip for you guys.   When it is need to access Swing components from an SWT thread, use the following code. //Code Starts  Display display = new Display();  display.asyncExec( new Runnable() {     public void run() {     //Your Code     } }); //Code Ends
May 25th
Java Integrated Into Ubuntu "Fiesty Fawn"
Looks like some Java development tools and database technologies have been implemented into the new version of Ubuntu. http://www.ubuntu.com/news/java-stack-included-in-ubuntu
May 20th