« October 2006 | Main | February 2007 »

January 28, 2007

putting the art in film

U B U W E B :: Film & Video

wow!

Here's a treasure trove of art videos. I just watched the Philip Glass one, and am now wondering how long it's going to take me to watch all the other ones on this site!

I think it's wonderful that someone has collcted all of these pieces and is allowing people to watch them for free.

Granted I haven't watched them all, so I'm willing to bet that I'll find a few duds here and there. But, this should keep me busy for a while! :)

January 21, 2007

open firmware fixes

another backup brain

this time from macosxhints.com

I don't use any FireWire devices, so I can't confirm resetting the NV-RAM is a solution here, but the procedure listed needs some clarification.

cmd-opt-o-f will get you to Open Firmware. reset-all only accepts the change you've made and restarts. (kind of like a save-and-quit option) To reset the NV-RAM, type reset-nvram (with the hyphen) and press return. OF should respond with 'ok' and another command prompt. Then type reset-all and it'll save and restart. If you want to reset all your PRAM (not part of this hint) do reset-nvram <ok> set-defaults <ok> then reset-all.

I think I'll have to write that one down for the office.

reset-nvram
set-defaults
reset-all

terminal fixes

OK - one to remember in the old 'backup brain'

It's all about the carrots! (caret?!)
From macworld:

Let’s say you were trying to copy OS X’s built-in webserver configuration file, httpd.conf, to your desktop to take a look at (without worrying about damaging it). This file is located in the /etc -> httpd folder, and so your copy command would look like this in Terminal (the $ is the command prompt):

$ cp /etc/httpd/httpd.conf ~/Desktop/httpd_copy.conf

But in your haste to type the command, you type htttpd instead of httpd. (Yes, I’m aware you can use the Tab key to auto-complete paths in Terminal—and I highly recommend you do so. For purposes of this hint, assume my Tab key has been broken in a tragic accident.) Terminal then helpfully tells you:

cp: /etc/htttpd/httpd.conf: No such file or directory

This is right, of course; there is no htttpd folder. One way to fix this error is by pressing the up arrow, then the back arrow to move to the proper spot in the command, and finally pressing Delete at the right spot.

But here’s a potentially easier method: use the caret character (^). Immediately after you get the error in Terminal, start the next command with the caret, type in the portion of the prior command that you want to fix, type another caret, and then type the corrected version of the command. In this example, it was the three t characters that were wrong; it should only have been two. So to fix that, you’d enter this command:

^ttt^tt

When you press Return, Terminal will re-execute the prior command, making the correction you indicated. And to let you know what happened, Terminal will also echo the corrected command that was executed:

cp /etc/httpd/httpd.conf ~/Desktop/httpd_copy.conf

You may not use this every day, but it’s a nice timesaver for those times when you do make a mistake.

January 06, 2007

VJ software

I know no entries here for a while.

I wanted to remind myself to watch out for these software packages - they seem quite useful.
VJ software that could be used in regular post-production (I think)

http://www.vidvox.net/gp_index.php

and

http://www.garagecube.com/modul8/

I think I like the first one better - I like the real time spectral analysis and output over midi, and it's realtime live-cam buffer.