Crooked Spin

Archive for January, 2007

General

January 24, 2007

Wii!!!!

Finally!!!!
I got my hands on my very own Wii today after 2 months of everyone being sold out around me. Wii Code is 5139 7829 8111 5558.

Programming

January 2, 2007

Predicate matching

It looks like I ran into a major difference tonight between fetch requests and filtering an array on how predicates are evaluated. I’ve been using predicates that look like [NSPredicate predicateWithFormat:@"department == %@", [someDepartment objectID]] in CoreData fetch requests with no problems. If I used that predicate on against the employee entity, I’d [...]