-
How to ‘win’ at subversion
Posted on September 28th, 2007 1 commentCarl bagged the 1000th commit on a big project by cheating with this script:
while :; do svn up | ruby -e 'gets; if $_ =~ /999/; `svn commit -m 'Winnah.' ../trunk`; end'; sleep 30; doneThe contents of the commit? A single file containing the word ‘Winnah’.
-
Friday Link-o-Rama
Posted on September 28th, 2007 No comments

Cool in a very nerdy way.
Good games.
Old but good.


-
Friday Link-o-Rama
Posted on September 21st, 2007 No commentsThis seems so wrong, but I still want some.

sneaky
-
PHP is stupid
Posted on September 19th, 2007 No commentscheetara:~ will$ php -r 'pg_escape_string();'
Warning: pg_escape_string() expects exactly 2 parameters, 0 given in Command line code on line 1
cheetara:~ will$ php -r 'pg_escape_string( "" );'
cheetara:~ will$Why?! Thanks to Carl for spotting this particular inadequacy in PHP.
-
Friday Link-o-Rama
Posted on September 7th, 2007 No commentsThis is terrible, but I couldn’t stop watching.
Really good flash game. Very addictive.
Pretty.
-
Map of all the freecycle groups in the US
Posted on September 3rd, 2007 No commentsJust for fun I plotted all the Freecycle groups in the US on a google map (as you do). An interesting side-effect is that the map shows population density, the darker the area the greater the population. It is easy to spot the cities:

The data is fairly old, there are almost certainly more groups than this now.



