December 29, 2009: Workweek in the Galveston Area

I am working from the Galveston area (Bayou Vista and League City) all week.  This morning Dominica and I hung out in Bayou Vista for a while before heading out to get lunch at Waffle House.  We are loving having access to Waffle House now that we are living in Texas. While I was out …

Testing Socket Connections Programmatically

Often we have to use “telnet remotehost.somewhere.com 80” to test if a remote socket connection can be established.  This is fine for one time tests but can be a problem when it comes time to test a number of connections – especially if we want to test them programmatically from a script.  Perl to the …