I saw an early announcement some years ago referring to this machine. Their performance claims were something like a sustained speed of 13 trillion operations per second executing 4-bit adders. The speed quarters when you use 16-bit adders instead; imagine what happens when you try to implement something complex.
I emailed them about this at the time, but didn't receive a reply 8o)
#!/bin/sh
/etc/X11/xinit/Xclients
if [ ! "$SSH_AGENT_PID" ]; then
exec ssh-agent $0
else
ssh-add
exec
fi
I emailed them about this at the time, but didn't receive a reply 8o)