Monthly Archives: May 2011

The MD5 checksum bug identified.

Happily it’s easy to fix and exactly what I thought it was. When retrieving values from an NSManaged object like so: NSString *foo = recipe.value; or NSString *foo = [recipe valueForKey:@”value”]; If the value is not present you get a … Continue reading

Posted in Chef's Book, Programming | Tagged , , , , | Comments Off on The MD5 checksum bug identified.

Implementing iTunes syncing and a lesson to always run unit tests.

So the latest version of my main app is in the app store and…. it has a minor minor bug.  In a rush to eliminate a highly unlikely, in fact to pre-empt, a bug I updated some code to check … Continue reading

Posted in App Store, Chef's Book, Programming | Tagged , , , | Comments Off on Implementing iTunes syncing and a lesson to always run unit tests.

Roger Hargreaves 76th Birthday – Google Logos

Google have celebrated Roger Hargreaves 76th birthday with a whole stack of Mr. Men logos. As far as I can discern from the javascript there are 16 of them, after the cut.

Posted in Art, Miscellany | Tagged , , , , | Comments Off on Roger Hargreaves 76th Birthday – Google Logos

Recipe for Tunnock Cakes (Marshmallow Teacakes)

I cooked this yesterday, just a little to late to make it into the current build of the app. Either way no photos here just the basic ingredients and steps, after entering everything into the app the easiest way to … Continue reading

Posted in Cooking | Tagged , , , | 2 Comments

Viewing the MySQL dump import progress

A really useful linux shell hint from someone elses blog… stumbled across browsing recommended in google reader: Viewing the MySQL dump import progress. Small linux utility called ‘bar’ which provides a progress bar for any program that can use a … Continue reading

Posted in Computer | Tagged , , , | Comments Off on Viewing the MySQL dump import progress