bor.borygmus

A programming weblog by Hao Lian. • A long walk through an angry forest. • A series of memory leaks brought on by senility.

Ever wonder why you should use zsh?

> pwd
/www/development/deep/project/directories/
> cd development production
/www/production/deep/project/directories/

For the little touches.

[(June 2, 2009) .]

Note from the editorial board: This was originally published on The Dark Balloon. Yes I am an idiot for not realizing it was pl2bat.

How does Ack on Windows work? After all, Windows’ command prompt doesn’t support shebangs or any other terminal features invented in the last century. Once you type ack, it actually matches to the ack.bat file in your PATH. And when you open that, you get a huge surprise because somebody has smuggled an entire Perl program into a batch script. Furthermore, Emacs is in Perl mode for no apparent reason. What the hell is going on?

Jump.
[(March 19, 2009) .]