Archive

sometimes i think about this strip..

... and so, with nothing left to life for, he obeys the chanted command from the distant crowd below.

it’s from over 10 years ago, and i finally found it again.

Fischli & Weiss

Der Lauf Der Dinge (1987).torrent

Swiss artists Peter Fischli and David Weiss have collaborated on kinetic installations since 1979. All of their work to date, whether in photography, film, drawing, or sculpture, has demonstrated a deep interest in the mechanisms that animate the universe of objects.

how to clean your pkgsrc tree without waiting 6 days

from #netbsd on efnet. the ultimate source for one liners..

20:25 <jm_> [19:18] < mspo> or just do an occasional make clean from /usr/pkgsrc
20:27 <jm_> cd /usr/pkgsrc && for PACKAGE in `find . -type d -name work | cut -f2,3 -d/`; do cd /usr/pkgsrc/$PACKAGE && make clean; done
20:27 <jm_> Is about 200x faster.
20:27 <jm_> If you can remember that.