Remember good old xv? This worked for me on Ubuntu 9.10:
http://www.ulich.org/hints/xv_ubuntu.html
Thursday, March 25, 2010
Friday, March 19, 2010
groovyConsole
Lately I've taken to using the Groovy Console for all
kinds of little interactive debugging and prototyping
tasks, like working out the syntax of a regular expression
or the sequence of calls to do something with a
Calendar object. How did I ever live without this?
It's incredibly fast compared to writing a test program,
compiling it, running it, repeat...
kinds of little interactive debugging and prototyping
tasks, like working out the syntax of a regular expression
or the sequence of calls to do something with a
Calendar object. How did I ever live without this?
It's incredibly fast compared to writing a test program,
compiling it, running it, repeat...
Thursday, March 11, 2010
JMockit
Using JMockit and this technique, for the first time since I
got interested in unit testing and TDD, I feel confident of
being able to write a unit test for absolutely anything.
Most frameworks don't support mocking final classes
and methods, static methods, constructors... but
JMockit seems to do it all. Unfortunately, so far I haven't
been able to get JMockit working in Groovy. JMockit
uses anonymous inner classes. Groovy uses closures
instead. In most ways closures are better but the lack
of anonymous inner classes does seem to create a
compatibility issue with JMockit.
got interested in unit testing and TDD, I feel confident of
being able to write a unit test for absolutely anything.
Most frameworks don't support mocking final classes
and methods, static methods, constructors... but
JMockit seems to do it all. Unfortunately, so far I haven't
been able to get JMockit working in Groovy. JMockit
uses anonymous inner classes. Groovy uses closures
instead. In most ways closures are better but the lack
of anonymous inner classes does seem to create a
compatibility issue with JMockit.
Friday, March 5, 2010
Spring Roo
Article about Spring Roo at JavaLobby
I think I understand better now what Spring Roo is for. My first reaction
was 'Huh? What do we need this for? Grails does the same thing.'
Roo deals with all the configuration that is one of the biggest costs of
working in Spring, without requiring you to commit to a whole different
framework (Groovy/Grails).
I think I understand better now what Spring Roo is for. My first reaction
was 'Huh? What do we need this for? Grails does the same thing.'
Roo deals with all the configuration that is one of the biggest costs of
working in Spring, without requiring you to commit to a whole different
framework (Groovy/Grails).
Monday, March 1, 2010
Friday, January 8, 2010
Links
Not Agile Yet? Exploring the Excuses
The Joel Test: 12 Steps to Better Code Funny he doesn't mention unit testing...
The Joel Test: 12 Steps to Better Code Funny he doesn't mention unit testing...
Tuesday, December 29, 2009
Urban Terror
This is a fun old game I used to play a lot about 5 years ago. It kind
of fell by the wayside as I kept upgrading hardware and software.
But this new version 4.1 installs easy and runs great on my
hardware with Ubuntu 9.10. Urban Terror no longer requires an
installation of Quake 3 Arena.
Urban Terror
It's an online first-person shooter.
There are versions for Linux, the Mac, even (retch) Windows.
I must have played for about 4 hours today. This is what vacation
is all about.
of fell by the wayside as I kept upgrading hardware and software.
But this new version 4.1 installs easy and runs great on my
hardware with Ubuntu 9.10. Urban Terror no longer requires an
installation of Quake 3 Arena.
Urban Terror
It's an online first-person shooter.
There are versions for Linux, the Mac, even (retch) Windows.
I must have played for about 4 hours today. This is what vacation
is all about.
Subscribe to:
Posts (Atom)