Aug 6, 2012

Java Generics and Extreme Sports

If you've every used generics in Java and thought that
public abstract class Enum<E extends Enum<E>> implements Comparable<E>, Serializable sends your neural synapses into an infinite loop, check this example out, courtesy of Spring Data: http://blog.springsource.org/2012/08/03/the-most-amazing-java-type-declaration-ever/

Jul 12, 2012

GitHub investment or merger ?

It seems that GitHub got a 100 mil investment from Andreessen Horowitz, which seems pretty substantial. Wonder if there are any strings attached to this...

Jul 3, 2012

May 17, 2012

Apr 25, 2012

Dan North, latest talk from QCon 2012

From last month's London QCon: http://www.infoq.com/presentations/Decisions-Decisions
IMO, Dan's presentations are some of the easiest to follow and entertaining out there.