drrnnn drrrnnnn

August 13
-----------------------------------------------------------------
+

Recoding

Recoding for mp3 players (just so I don’t have to remember this):

for i in *flac; do flac -d -c "$i" | lame -h -c --preset standard - "`basename "$i" .flac`.mp3"; done

August 1
-----------------------------------------------------------------
+

Hobbies

  • <giel> wat was er ongunstig vorig jaar trouwens?
  • <cfwognum> dat we zo ongeveer op het meest bijeengepropte sutkje camping stonden.
  • <giel> niet echt last van gehad verder
  • <cfwognum> ik kon niet eens met bier in de rondte gooien
July 27
-----------------------------------------------------------------
+

Official translation

The Dutch translation of payment gateway is either “betalingsloket” or “betalingsportaal”. The former is used in communication with an end user, the latter in technical communications.
July 25
-----------------------------------------------------------------
+
July 24
-----------------------------------------------------------------
+
July 11
-----------------------------------------------------------------
+

Bash-fu

To put the track number in front of the filename of a bunch of songs, based on the order in a playlist:

j=1; for i in `cat playlist.m3u |grep mp3`; do echo mv "$i" "`printf %02d $j` $i"; j=$((j+1)); done

(make sure you don’t have spaces in the filename or that your IFS is set to only newline, by doing IFS=”<press enter>”)

There are probably nice tools to do this and it can be done based on the ID3 tags if they’re present, but this works just as well.

June 30
-----------------------------------------------------------------
+
That’s it! You people have stood in my way long enough. I’m going to clown college!” — Homer J. Simpson
June 19
-----------------------------------------------------------------
+
+

emo

  • < giel> i forgot :(
  • < zwane> :(
  • < giel> i suck :(
  • < zwane> obiwan: giel <-- :(
  • < giel> obiwan: :((
  • < obiwan> why u hate urself :(
  • < giel> mood: angsty :(
  • < zwane> music: Blue October
  • < giel> apt-get install ruby :(
  • < obiwan> ruby is for emo people?
  • < giel> ruby is for people who hate themselves
  • < giel> i'm going to blog about this :(
June 18
-----------------------------------------------------------------
+
The day I stop crying myself to sleep over the free software community is likely to be fairly closely associated with the day when we think OMG-a-girling is even more embarrassing than the fact that there are so few women involved to begin with that someone might think they needed to point it out.”Matthew Garrett