Daily Archives: April 21, 2004

Setting up ssh-agent on Windows XP

Ovidiu Predescu’s Weblog&1 >/dev/nullif [ $? = 2 ]; then # Exit status 2 means couldn’t connect to ssh-agent; start one now ssh-agent -a $SSH_AUTH_SOCK >/tmp/.ssh-script . /tmp/.ssh-script echo $SSH_AGENT_PID >/tmp/.ssh-agent-pidfi
function kill-agent { pid=`cat /tmp/.ssh-agent-pid` kill $pid}
Next, go to the Start menu, “Control [...]

Posted in Uncategorized | 1 Comment

Machinima : Spielbergs with a joystick

Video games are manipulated to create short films with Satire, irony the hallmarks of machinima.
The incredibility long url of the Toronto Star introduces (to me, anyway) Red Vs. Blue, a series of short films created using Microsoft X-Box Halo.
Another example of Machinima, is “In My Trip To Liberty City” by Jim Munroe, a Toronto-based [...]

Posted in Uncategorized | Leave a comment