In a recent keynote at RailsConf called Writing Software*, David Heinemeier Hansson argues that test-driven development (TDD) can harm the clarity of … ...more
Series: What is REST?, A Basic REST API, Paging, Search, Security, Token, OpenID. We are implementing a REST API. Today, adding to the security we alr… ...more
At this week's ACCU Conference I went to an excellent talk by Sven Rosvall entitled "Unit Testing Beyond Mock Objects". The talk covered the newer Jav… ...more
Consider the following Java code: class FinalInInterface { private static interface WithFinal { public void run( final int x ); } … ...more
Recent versions of Lubuntu seem to have broken screen locking. To get screen locking via xscreensaver do this: # Install xscreensaver sudo apt-get ins… ...more