Category Archives: Programming

Looking for a new technological identity

I’m in the process of thinking about what it is I really care about doing. It might sound like it signifies some major shift in my life, but it’s doesn’t – my company is simply going to narrow our focus to the lowest hanging fruit for a while. We’re going to finish some of our [...]

XCode Header Map Files

For google and posterity: If you are trying to compile something in xcode, and your project has files that are named the same as system files, like math.h, and you have problems with xcode including your math.h, even when you use #include <math.h> instead of “math.h”, then you have come to the right place. You’d [...]