Archive for March, 2008

Cleaning up the .svn directories from OS X or Linux

Posted by CobyR on March 26th, 2008

Handy little command to quickly remove all those .svn subdirectories from a project.
find . -type d -name .svn | xargs rm -rf
another alternative
find . -type d -name ‘.svn’ -print0 | xargs -0 rm -rdf

Avatars

Posted by CobyR on March 21st, 2008

Avatars
Originally uploaded by Ms. Strangelove
A second-life sculpture expressing the sense of feeling that can exist through an on-line relationship.
They are no more and no less real, rewarding, or damaging than the ones in real life.
After all real life is also a perception.