December 2005
Mon Tue Wed Thu Fri Sat Sun
« Nov   Jan »
 1234
567891011
12131415161718
19202122232425
262728293031  

Month December 2005

New TV

Olevia LT37HVS. Not the best LCD around, but a damn good deal with the rebate.

Spam Karma 2.0 rocks

As a little bit of an aside…
I’ve been running Spam Karma 2 (SK2) beta for a while and it was working OK, but there were a bunch of things that didn’t quite work on my server (in all fairness that probably had more to do with an outdated/feature poor version of PHP than with SK).
Anyway, [...]

Happy Birthday… to me.

Yup, that time of year again. This year I am officially the answer.
For the entire year. I hope that works out for me.
In more amazing news, Al’s parents sent me a great gift. They tracked down a copy of The Buffy-Porson – A car you can build and drive (the book I talked about in [...]

Selecting a subset of Objects in a WORepetition

Often you need to allow a user to select a subset of items from a WORepetition to be able perform an action on them. This example will do that for you:

public Object item; // The "item" binding on your WORepetition
public NSMutableArray selections = new NSMutableArray();
 
public void setSelectedItem(boolean selected) {
boolean hasItem = [...]

Building a PVR: Status

Setback
It looks like I’ve got a defective Hauppauge PVR-500. I set up the tuner in the PVR-350 and both of the tuners in the PVR-500. Everything looked like it was working fine so I started programming recording schedules. If I tried to use all three tuners at once – record two shows while watching a [...]