aeontech

brainlog
Jan 20
Permalink

Yonderboi and Messer für Frau Müller are pretty close. Yonderboi’s more ambient/meditative though, while MFFM are a bit more playful/experimental. but both have a lot of resampling of old records, a nostalgia for the vinyl of the soviet era.

Permalink
Jan 15
Permalink

bash arg expansion

$_ expands to last argument in previous command.

ie

cp a.txt /some/long/path/and/some_other_name.txt
vim $_

will open the just-moved file without retyping the whole damn thing. so useful.

Jan 08
Permalink

libmad in snow leopard

If you run into the following error:

version.c:1: error: CPU you selected does not support x86-64 instruction set

run the following

export CFLAGS="-arch i686"

then, configure, make, sudo make install as normal.

Jan 07
Permalink
Dec 23
Permalink

fix itunes arrow links

Change them to go to your library, instead of the apple store:

defaults write com.apple.iTunes invertStoreLinks -bool YES

Hide them altogether

defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
Oct 27
Permalink

Sat 24 Oct – Answer to the Universe was quite excellent.

Couple of videos…


Oct 06
Permalink

And Also the Trees reminds me simultaneously of The Alan Parsons Project and The Nits. Just a note, if you like one of them, you might like the other two.

Aug 27
Permalink
Aug 20
Permalink