Jan 23, 2013

Dan North on Uncertainty

Granted, it's a broad topic, but Dan in my book, still is one of the most entertaining speakers: http://www.infoq.com/presentations/Embracing-Uncertainty

Nov 20, 2012

John Cleese on Creativiy

Even though it seems to have been recorded quite a while back, a brilliant talk by John Cleese (Monty Python) on creativity: http://www.youtube.com/watch?v=VShmtsLhkQg&feature=player_embedded

Nov 16, 2012

crazybob at StrangeLoop

Nice talk by Bob Lee where he basically explains what's going on at Square, the company at which he's CTO at the moment: http://www.infoq.com/presentations/Square

Oct 19, 2012

Hierarchial Databases

In case you're dealing with a natural hierarchical model and are tired of bending existing solutions to simulate hierarchies, check out ModeShape. It's lightweight and LGPL licensed.

Google Data Center

via street view . Pretty cool !

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/