Reclaiming the Underscore August 01, 2013·2 mins Java 8 will start complaining about the use of an underscore by itself as a variable name.
JEP-171: Fence Intrisics Keep Memory In Line December 03, 2012·3 mins Doug Lea has proposed to promote memory fencing mechanics into implementation APIs in Java. I cover what this means.
Jekyll: Category and Tag Paging and Feeds December 01, 2012·8 mins I show how with some Jekyll plugin work you can create full fledged category and tag homepages for your site in Jekyll
The Madness of Tunneling JMX is Over! November 21, 2012·3 mins Accessing JMX interfaces has been phenomenally difficult over the years due to some limitations. With recent Java 7 builds, that is a thing of the past.
JEP-155: New Concurrency Utils Part 1 - Atomically Delicious November 18, 2012·9 mins Another batch of concurrency utilities is in the pipeline for Java as JEP-155. This is part one of a short summary of what is planned.