I must admit that I don’t read a lot of books, and even less books when those books are not overly technical in nature (I read > 100 feeds daily and tend to read most technical literature online).

My girlfriend on the other hand reads quite a bit and given that we were going to Mexico for a week, I decided to pickup something to read on the 5hr plane ride.  I had to buy sun glasses so while I was in the mall I walked into a Coles bookstore and picked up Freakonomics.

I didn’t know what to expect but for some strange reason I’d heard good things of the book before.  Nevertheless, it’s a book lacking a real theme (not that I cared one bit) but containing pertinent questions and well articulated answers.  If you’re interested in the books material, checkout the authors’ blog.  I won’t reveal any details, but it was definitely a quick read and I read it cover to cover in 3 sittings.

Next on the reading list is Brian Goetz’s Java Concurrency in Practice.  I picked it up at this years No Fluff Just Stuff but only managed to get 75 or so pages into it on the plane ride back from Puerto Vallarta.  Definitely a slower and more technical read but it’ll prove it’s usefulness.  Brian’s concurrency talks are excellent and the book is doing a good job at filling in the gaps and covering concepts in more detail than 90 minute lectures provide.


Leave a Comment




  • Windows Live Writer isn’t bad Until recently, the bulk of my writing was done on a Mac using Ecto.  I was looking for a suitable publishing tool for Windows and was directed towards ...

  • Pet Peeve: Don’t email my password to me in plain text You know the drill. Signup for some random service on the internet Receive a confirmation email with your account information or Forget a password for some random service ...

  • Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...

  • Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld. It supports any language and currently can hook into Subversion repositories. You ...

  • An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups. Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...