TiVo (with 3 months of free service) for Nicole’s parents

TiVo (with 3 months of free service) for Nicole's parents

This weekend at Best Buy you get a free 3 month service gift card. So we talked Nicole’s parents into getting one and I set it up for them last night.

In addition to the TiVo, we needed to buy them a wireless phone jack adapter, because they didn’t have a phone jack near their TV.


In my ideal world, the folks who use this killer packaging would be prosecuted and forced to open this packaging all day.

Setting up the wireless phone jack was a snap. The base plugs into an outlet and a working phone jack. The extension unit then plugs into another outlet near the TiVo and a phone cord goes from the extension unit to the TiVo.

Then I moved the furniture a bit, plugged in the TiVo, and proceeded with Guided Setup.


Managing waiting for/delegated emails with procmail

I have a new approach for streamlining the management of things that I’m waiting on something from someone. My particular implementation uses procmail, but the approach could easily be adopted to other types of mail systems – basically anything that offers rules-based filtering.

Let’s say I’m composing an email because I need to setup a meeting with someone. In the past, I would CC the message to myself and then the message would be in my Inbox the next time I check and I’d drag it to my @Wait folder. The prepended “@” sign is a convention that I use with my commonly used folders to make them sort to the top in my email client – this is a classic David Allen/GtD trick. This worked pretty well but having to receive the extra email and drag it to the @Wait folder was a bit of a drag, especially for something that I might do 10 times per day. And knowing that the message was sitting in my Inbox 5 minutes after I sent the message, this seemed to make it even more tempting to interrupt myself and check my email so that I could file it in the right place. I don’t need more reasons to tempt myself to check my email more often.

Being a geek, I wanted to optimize out the manual filing part. So here’s how I tweaked the process…

Now, I CC the message to myself+wait@domain.com. The important part here is that I can use the +foo syntax, which is legal according to RFC 822.

In my .procmailrc, I have something like this:

#
# CC myself => @Wait folder
#
:0:
* ^CC:.*myself+wait@domain.com
.@Wait/

(note that I store my mail in Maildirs because I use the Courier IMAP server – that is why my folder name starts with a “.” and ends with a “/”. The “@” sign, as I previously mentioned, is part of the folder name.)

Now the mail never even shows up in my Inbox. Instead, procmail immediately routes it to my @Wait folder.

Possible Future Enhancements

I’d like to try CC’ing messages to a more elaborate address like:

myself+wait-Foobar_project-2005-10-28@domain.com

and then I’d like to hook my procmail rule up to a Perl or Ruby script which could parse the address and do additional processing like queue up a reminder that gets emailed to me on the specified date and/or add an entry to my installation of Tracks.
I still haven’t decided exactly what I want and I’d have to figure out what the email address syntax will look like, which means that I’d need to have another look at RFC 822.

To save money, don’t print your photos at home

Just found this on Lifehacker, which in turn found it from the NY Times.

The gist of it is that printing at home costs around 28 cents per print whereas there are services that can do it for as little as 13 cents. This is due to the expense of photo paper and ink for home consumers.

Here’s the real standout from the article:

Printers return relatively low profit margins. But the ink, ounce for ounce, is four times the cost of Krug Clos du Mesnil Champagne, which sells for around $425 a bottle. Ink is about the same price as Joy perfume, considered to be one of the more pricey fragrances, at $158 for a 2.5-ounce bottle.

Tech talk

Did a tech talk today to show off a few Yahoo! Music Engine plugins and then show folks a bit about how to create their own. I wasn’t expecting to be well enough to get up there and talk, but I’m feeling decent today so I did it and I don’t think I coughed too many times (by the way, the doctor called with my test results today and said that my chest x-ray indicated that I have a “walking pneumona” in addition to my bronchitis). I also don’t work on the Yahoo! Music Engine, but that didn’t stop me from talking about it either. I wrote a few plugins in my spare time so it’s not completely silly: