24 Jul 2007 03:23 am

For the past few weeks I’ve been considering a Series 3 Tivo (and now the new Tivo HD) but Austin has switched digital and I could not find a list of channels I could not receive without a 2-way cable card.

Here is the list I got from Time Warner today. The list was a lot longer than I expected. Hopefully Google will pick this up and it will help others in the same situation.

13 Sep 2006 05:05 am

Jessie and I just got back from a 7 day cruise and we very much enjoyed the trip. It’s the first trip in a long time where we were not ready to come home at the end. We were trying to figure out the best way to stow away for the next week.

We took a bunch of pictures and I put the best ones up for general viewing here. I’m pretty happy with how a lot of them came out and I’ve even used a few to make new headers for this site (one showing right now, others may rotate in).

We used the Canon AW-DC30 All Weather Case for the SD400, SD200 & SD300 Digital Cameras for our

Canon Powershot SD300 4MP Digital Elph Camera with 3x Optical Zoom to take a bunch of pictures while snorkeling and swimming with stingrays. It was a lot of fun.

14 Aug 2006 03:35 am

We spent a while this weekend moving Jessie’s blog from dasBlog to Typo on Textdrive. This gets the last thing off the server in our pantry (formerly the server in the bathroom). She’s still messing with the tweaking the theme but it’s looking pretty good.

For those interested in redirecting using the Typo redirects table should check out this diff to make sure the redirects are working correctly. I went a little further and added a default page rather than the standard “Page not found” text. Here’s what I added to Jessie’s redirect controller.


from = params[:from].join(”/”) if params[:from].kind_of?(Array)
r = Redirect.find_by_from_path(from)
r = Redirect.find_by_from_path(”*”) if !r

And then I added one of her standard pages for the * (default) redirect.

04 Aug 2006 12:46 am

I’ve spent a few nights playing with a new (to me) programming language, Boo. It really feels like the best of C#, Ruby, and Python. If you are interested in writing for the CLI or you are generally interested in programming languages, check out the features page to check out some of the reasons why I’ve been impressed.

If you are interested in trying it out, be sure and grab the new version of SharpDevelop. It’s got built-in support for Boo projects (including Windows Forms editing).

22 Mar 2006 01:57 am

A while back I wrote about using WinSCP to backup files to Strongspace. I like the WinSCP solution, but there are some other more user-friendly backup programs I thought I would check out. Unfortunately, almost every program I checked out only supported FTP. Fortunately, I found BitVise Tunnelier’s ftp bridge that allows you to use FTP applications over FTP. It sets itself up as an FTP server locally that bridges to your real SFTP server.

I’ve heard good things about SyncBack Freeware and decided to try it with Strongspace over the ftp bridge and I’ve been quite pleased.

The first step is to setup Tunnelier. Setup was fairly easy. I turned everything off except for the ftp to sftp bridge. Another advantage to using this method is that it provides quick access to a pretty good SFTP client from the task tray.

tunnelier_popup.png

Setup Tunnelier to point to your Strongspace account and include your username and password.

tunnelier_setup.png

Next, setup the FTP to SFTP bridge. If you use 127.0.0.1 then you can only connect to the FTP server from that computer. There are some other options if you want to bridge for other computers on your network.

tunnelier_setup2.png

Turn off the other services in Tunnelier.

tunnelier_setup3.png

This is the standard setup screen for SyncBack. I choose to backup a directory and subdirectories.

syncback_setup.pngPoint to the FTP server on the local computer. This will be bridged to Strongspace.

syncback_setup2.png

That’s it. Now just setup the backup task schedule in SyncBack and it’ll backup to Strongspace on a schedule.

« Previous PageNext Page »