blog  code  java  netsurf  personal  photos  scrabble  tech  webobjects 
October 20, 2004
snip snip During a dream last night I devised a technique to cut and paste between dreams and reality. I cleverly pasted the description of this technique on the shared dream/reality clipboard. I was thwarted by the fact that alarm clock snooze bars clear the clipboard.
Posted by Seth Milliken at 04:38 PM | Comments (2)
June 01, 2003
first post from netnewswire

NetNewsWire now supports Moveable Type. This is a test of that functionality. If it works well, maybe I'll post more. On a completely unrelated note, I've been experimenting with leaving Sticky Keys turned on to see if I can improve the state of my wrists which have both taken a turn for the worse due to various combinations of foosball, swing dancing, playing guitar, and typing.

Posted by Seth Milliken at 10:03 PM | Comments (1)
March 30, 2003
ssh tunneling rocks

ssh tunneling is a great lightweight vpn stand-in. You do need three things: an account on a externally accessible machine that is on the same internal network as the machine you're tunneling to, the IP address of the machine you're tunneling, and knowledge of what port(s) you need to forward. The syntax is: ssh <your account>@<externally accessible machine> -L <local port>:<internal target host>:<port to forward>

Posted by Seth Milliken at 04:37 PM | Comments (0)