Thanks, Steve

Steve Jobs passed away today at age 56 after a battle with cancer.  Here’s a few random thoughts… On this day, I own a buttload of Apple gear: iPhone, iPod, iPad, MacBook Pro, Apple TV, Apple TV 2, Time Capsule, Mac Mini… I’m planning on getting an iPhone 4S as soon as possible. I was …

Continue reading ‘Thanks, Steve’ »

OS X 10.7/Lion attemping to mount a Windows 2008 file share: WTF?

Overall, I’m happy with the changes that Lion brings.  I was a bit thrown off by some of the changes that happened as Spaces got folded into Mission Control, but once I found out how to assign apps to desktops in the new style I calmed down. We’re stuck with one vexing problem at work …

Continue reading ‘OS X 10.7/Lion attemping to mount a Windows 2008 file share: WTF?’ »

Tivo2Podcast update

I’ve made a few updates since my last release a few weeks ago. I thought I’d toss an updated version out there.  What’s new in this version: Duration is no longer hard-coded to 32:00 and actually reflects the duration of the show The script will attempt to find the TiVo via Bonjour/mDNS/ZeroConf/DNS-SD/whatever unless passed a …

Continue reading ‘Tivo2Podcast update’ »

TiVo -> Video Podcast

Previously on “You can imagine where it goes from here”: We released a script to download stuff from the tivo, and then made some improvements to it. After two years of saying I was going to fully automate the process of downloading and transcoding shows for my iPhone, I finally got off my ass and …

Continue reading ‘TiVo -> Video Podcast’ »

Build libcurl as a universal binary

I release one of the projects from work as a universal binary on OS X.  Up until tomorrow that mean just i386 and ppc.  With snow leopard, it looks like it’ll be a good idea to support the 64-bit architectures as well, especially considering its an ODBC driver I’m working on and the native apps …

Continue reading ‘Build libcurl as a universal binary’ »

Place shifting action 3: Revenge of the Sith

Previously I put out an early version of my ruby based command line oriented tivo download script. I’ve had a patch from MARK NOTARUS to make the menu have some more options and I’m using Console::ProgressBar from facets now. It works well enough for my needs, but let me know if you hit any roadblocks. …

Continue reading ‘Place shifting action 3: Revenge of the Sith’ »

Dave Dribin once again rocks

Dave is having a rocking week.  He started with the 1.0 version of his QLEncript plugin to get QuickLook to show color syntax highlighted code files.  Here’s a quick screenshot of it in action on my laptop. Today, to continue his rocking, Dave posted on Leopard’s ssh, ssh-agent, keychain interaction and ways to make it …

Continue reading ‘Dave Dribin once again rocks’ »

Place shifting action 2

I’ve been working on a command-line oriented TiVo2Go downloader so I can automate getting items off my tivo, or at least do it when I’m on the road via ssh (and then kick off that other script…)  I’ve written a quick and dirty TiVo library, and a sample script called TiVo2Disk which uses the library. …

Continue reading ‘Place shifting action 2’ »

Parallels Desktop is smart

I’ve been using Parallel’s Desktop for OS X since it was first available. I just got my upgrade to the latest version. One of the things this version includes is the ability for the Mac to have the C: of windows (when running in a virtual machine) shared to the Mac like any other shared …

Continue reading ‘Parallels Desktop is smart’ »

CMake so far

I’ve been investigating cmake at work as a better build system for our cross platform C based projects. I’m thinking about starting up a third one, so now is the prefect time to really go after this as for one project we have a build system per platform and on the other we have two …

Continue reading ‘CMake so far’ »