Tag Archive: code


If I had a dollar…

Guh…

Well, so.. I’m on speed. Unintentionally. The good side effect is that I’m coding the hell out of my project.

The bad news… I’m being sloppy. My complex algorithm that I spent weeks on was crashing. Really badly.

So after about 45 minutes of debugging I found the little bastard. I’m going to post it here. If people want an explanation… I can give it. Those of you who actually know code… see if you can see the stupidity I did.

if (currDepth != newDepth) {
NSUInteger popCount = currDepth - newDepth;
NSUInteger popCounter;
for (popCounter = 1; popCounter < = popCount; popCount++) {
[[self parserStack] pop];
}				
}

Oh, I feel like such a moron.

We now return you to your previously scheduled morning.

After working in the corporate, startup, and educational enterprise space for about 15 years with about 10 years of freelance added in there, I’ve added up about 20 years of computer experience.

This experience includes, but isn’t limited to: Software Engineering, Project Design, Project Architecture, Team Management, Budgeting, Forecasting, Trends Analysis, and most importantly, Schmoozing. (The latter of which many of you were probably wondering how to spell)

Well, I’m finally going to come public. At least about why I’ve not been posting a lot and what I am up to. As a few friends are aware, I’ve embarked on a new project. At this time, I’m not going to make the details of this project public. Those friends I’ve given any details to directly about it, have actually been asked to sign an NDA.

Basically, I am coding again. And if you thought NewsAccess was a labour of love, you ain’t seen nothing yet.

What does this all mean?