Tag Archives: hidden assumptions

Zombie File Found

In users/library there is a folder with the name of my application that contains appname.storedata I have no idea why it’s there, and why it and *only* it is there, but that was the file that created the problem. However, … Continue reading

Posted in Culture of Programming | Tagged , | Leave a comment

How to make people give up programming

In which Apple breaks Core Data and leaves me with an invisible, undeletable data store that is messing up development and which cost me several hours of my life. Which I want back. Continue reading

Posted in Culture of Programming, Uncategorized | Tagged , | Leave a comment

Xcode 4 samples

I found Apple’s samples, but not in a place I would have looked for them. Continue reading

Posted in Culture of Programming | Tagged | Leave a comment

Sticky landing

Moving to Xcode 4 Continue reading

Posted in Culture of Programming | Tagged , , | Leave a comment

Procedural vs. Gestalt: A declaration of intent

A firm comittment to providing an alternative conceptual approach to programming without comitting the mistake of assuming that what’s easy for me is ‘easy’. Continue reading

Posted in Culture of Programming, EC meta, Teaching Programming | Tagged , , , , | Leave a comment

The Book Not Reviewed

Marcus S. Zarra, Core Data I’m not reviewing it for three reasons: a), right now I can’t follow the examples very far because they are OS X.5 based, b), many of the items the book talks about are beyond the … Continue reading

Posted in Culture of Programming, Teaching Programming | Tagged , | Leave a comment

NSTextView and Core Data: why do we even ask?

Last year, when I first discovered CoreData, I experimented a little, but failed at binding an NSTextView to Core Data. Set Core Data Value[1827] *** NSRunLoop ignoring exception ‘Cannot create NSData from object newTag of class NSCFString’ that raised during … Continue reading

Posted in Culture of Programming | Tagged , , , | 2 Comments

Tutorials: UR doing it right

Review of an article about using multiple nibs which is extremely well thought out. Continue reading

Posted in Culture of Programming, Resources, Teaching Programming, Tutorials | Tagged , | Leave a comment

Resource: Defensive Programming

Review of an article about the philosophy of error handling (http://www.mikeash.com/pyblog/friday-qa-2009-10-09-defensive-programming.html) Continue reading

Posted in Culture of Programming, Error Handling, Resources | Tagged | Leave a comment

The peril of hidden assumptions

About the problem with hidden assumptions (‘everybody does things in this way’ ‘everybody knows which operating system I’m talking about’) and ways of avoiding them Continue reading

Posted in Culture of Programming, Teaching Programming | Tagged , | Leave a comment