Book hint
I was given a book tip the other day. Pablo Henrik Llambias: *A.P.O.L.L.O.N.* Danish sci-fi. It had something to do with *T.E.R.R.A.*, a title of which I know nothing. These could be interesting to read. Perhaps.
QOTD: From India with love
From the PuneRuby forum for learning Ruby: Programmig is Art, Programmer is Artist. Code is Immortal!
Snippet: remove .svn directories
Snippet to recursively drop Subversion control of a directory. It removes the .svn directories, and their contents. find . -name “.svn” -exec rm -rf {} \; Credit: Zed Shaw, at the Mongrel mailing list. (Note to contemporary readers: Crazy old…
