Archive for the 'Programming' Category
Wednesday, February 1st, 2006
There’s an epidemic among programmers of “warning obliviousness.” That is, simply choosing to ignore the highly pertinent warnings that emerge from the compiler as it passes through your source files. This nasty habit not only risks masking bugs in currently shipping products, but leaves the door wide open for future bugs to worm their way […]
Posted in Programming | 15 Comments »
Friday, January 27th, 2006
Today I’m posting two updates: a minor revision to FastScripts, and a major version upgrade to Clarion. In addition to more tangible features, both FastScripts and Clarion are now Universal – tested on a Core Duo iMac. To Apple’s credit, I spent more time getting to the iMac (I don’t own one yet – waiting […]
Posted in Clarion, FastScripts, Intel, Red Sweater News | Comments Off on Universal Appeal
Wednesday, January 25th, 2006
A lot of my readers have noticed that this blog covers extremely geeky programming topics that often fly right over the heads of less technically-submerged people. It’s not an intelligence thing – it’s all just jargon and experience. So every once in a while I’d like to pull my head out of my assumptions about […]
Posted in Intel | 23 Comments »
Sunday, January 22nd, 2006
Update. Well I am a complete idiot. Of course I should have assumed that if I wanted to build something out of Darwin, other people in the past have wanted the same thing. I’m a fool for not noticing this page at opendarwin.org. The “darwinbuild” tool basically “follows the dark dependencies” for you. I haven’t […]
Posted in Apple, Debugging, Programming | 1 Comment »