kowl! Andreas -- w: http://nictoglobe.com w: http://burgerwaanzin.nl w: http://nictoglobe.com/new/agam
e: [email protected] e: [email protected] On Fri, April 15, 2011 13:20, James Morris wrote: > 14 Days of Netbehaviour Noise... > > http://jwm-art.net/audio/netbehaviour_noise.mp3 > > ------8<-------------------8<-------------------8<-------------------8<-------------------8<------------- > [sirrom@scrapyard april_fool]$ ls > 20110401.txt 20110403.txt.gz 20110405.txt.gz 20110407.txt.gz > 20110409.txt.gz 20110411.txt.gz 20110413.txt.gz > 20110402.txt.gz 20110404.txt.gz 20110406.txt.gz 20110408.txt.gz > 20110410.txt.gz 20110412.txt.gz 20110414.txt.gz > [sirrom@scrapyard april_fool]$ gunzip *.gz > [sirrom@scrapyard april_fool]$ ll > total 616 > -rw-r--r-- 1 sirrom users 110639 Apr 15 11:48 20110401.txt > -rw-r--r-- 1 sirrom users 33791 Apr 15 12:00 20110402.txt > -rw-r--r-- 1 sirrom users 29465 Apr 15 12:00 20110403.txt > -rw-r--r-- 1 sirrom users 42136 Apr 15 12:00 20110404.txt > -rw-r--r-- 1 sirrom users 24239 Apr 15 12:01 20110405.txt > -rw-r--r-- 1 sirrom users 38348 Apr 15 12:01 20110406.txt > -rw-r--r-- 1 sirrom users 23702 Apr 15 12:01 20110407.txt > -rw-r--r-- 1 sirrom users 31625 Apr 15 12:01 20110408.txt > -rw-r--r-- 1 sirrom users 19203 Apr 15 12:01 20110409.txt > -rw-r--r-- 1 sirrom users 58814 Apr 15 12:01 20110410.txt > -rw-r--r-- 1 sirrom users 49409 Apr 15 12:01 20110411.txt > -rw-r--r-- 1 sirrom users 75756 Apr 15 12:01 20110412.txt > -rw-r--r-- 1 sirrom users 26352 Apr 15 12:01 20110413.txt > -rw-r--r-- 1 sirrom users 18991 Apr 15 12:01 20110414.txt > [sirrom@scrapyard april_fool]$ > [sirrom@scrapyard april_fool]$ > [sirrom@scrapyard april_fool]$ ls -1 > 20110401.txt > 20110402.txt > 20110403.txt > 20110404.txt > 20110405.txt > 20110406.txt > 20110407.txt > 20110408.txt > 20110409.txt > 20110410.txt > 20110411.txt > 20110412.txt > 20110413.txt > 20110414.txt > [sirrom@scrapyard april_fool]$ ls -1 | sort > 20110401.txt > 20110402.txt > 20110403.txt > 20110404.txt > 20110405.txt > 20110406.txt > 20110407.txt > 20110408.txt > 20110409.txt > 20110410.txt > 20110411.txt > 20110412.txt > 20110413.txt > 20110414.txt > [sirrom@scrapyard april_fool]$ echo `ls -1 | sort` > 20110401.txt 20110402.txt 20110403.txt 20110404.txt 20110405.txt > 20110406.txt 20110407.txt 20110408.txt 20110409.txt 20110410.txt > 20110411.txt 20110412.txt 20110413.txt 20110414.txt > [sirrom@scrapyard april_fool]$ for f in `ls -1 | sort`;do echo "hi > ${f}";done > hi 20110401.txt > hi 20110402.txt > hi 20110403.txt > hi 20110404.txt > hi 20110405.txt > hi 20110406.txt > hi 20110407.txt > hi 20110408.txt > hi 20110409.txt > hi 20110410.txt > hi 20110411.txt > hi 20110412.txt > hi 20110413.txt > hi 20110414.txt > [sirrom@scrapyard april_fool]$ for f in `ls -1 | sort`;do cat ${f} >> > all.txt;done > [sirrom@scrapyard april_fool]$ less all.txt > [sirrom@scrapyard april_fool]$ > [sirrom@scrapyard april_fool]$ > > ------8<-------------------8<-------------------8<-------------------8<-------------------8<------------- > > (someone clever would have used wget to get the compressed text from > the netbehaviour archives, but I just used point and click in > firefox.) > > Loaded as 8bit unsigned RAW PCM data, sample rate 44100, 1 channel. > > Converted to 32bit float for playback. > > Recorded as 32 bit float. > > Converted to 16bit PCM. > > Encoded with lame using --preset cd > > 13.24 seconds > > http://jwm-art.net/audio/netbehaviour_noise.mp3 > _______________________________________________ > NetBehaviour mailing list > [email protected] > http://www.netbehaviour.org/mailman/listinfo/netbehaviour > > _______________________________________________ NetBehaviour mailing list [email protected] http://www.netbehaviour.org/mailman/listinfo/netbehaviour
