OPB: Why peer review should be done by hypocrites.

Posted on January 22nd, 2009 by Chris.
Categories: Chris, Haiku.

We find fault often;
our faults are the same, but found
better by others.

0 comments.

Random trick: Copy current path to the clipboard

Posted on January 8th, 2009 by Tim.
Categories: General/Misc..

A little-known tool for copying things to the clipboard from the command line is the “clip” tool. As an example, here’s a neat trick to copy the current path from a command window:

cd | clip

With no parameters, cd just displays the current path, and piped to clip it’s on the clipboard now.

0 comments.