Does anyone on this earth have an old Symbolics machine in working order they are willing to part with? Probably not. Hey, I'm desperate. :)
#!/bin/sh
for i in *.wav; do
sox $i -w -s /tmp/tmp.wav
lame -b 32 /tmp/tmp.wav `echo $i | guile -c "(display (let
((tmp (read))) (substring tmp 0 (- (string-length tmp)
4))))"`.mp3
done
I have used Scheme in a shell script.
The sanctum has been violated.
Surely the
apocalypse
is at hand....
Once I'm done playing with my 2D compressor, I think I'll move on to either video compression, or subdivision surfaces. Either way, I should really study the theory in more depth first.
Why doesn't Advogato let you underline text in a diary entry?
The terminal is a little slow, but I'm not complaining. I'll take an extra head at 1024x768 anyday. :)
I bought a used NCD X terminal from a guy at a computer show for $40 last weekend. It looks really cool, but it boots over the network and I don't have a boot image for it (its software was not in the box). I couldn't care less about the whole NCDware package, I just need the file "Xncdecx" to make it boot ...
The same bunch of people also sold me a copy of Alias-Wavefront Studio 8.0 (with about 16 inches of documentation) for $2.50 (!!!!) - too bad I don't have an SGI to run it on. :(
They said they had a working PDP-11 system. I would have loved to see that.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!