Structural Integrity
Starting work on a new novel right now and I’m finding myself stuck in a familiar ditch. At some point early in everything I write I end up here and, as frustrating as it is, it’s not something I can … Continue reading
Starting work on a new novel right now and I’m finding myself stuck in a familiar ditch. At some point early in everything I write I end up here and, as frustrating as it is, it’s not something I can … Continue reading
As a writer and a programmer, one of the most difficult things to which I’ve come to terms is this: The people who inspire us in our craft can disappoint and infuriate us when they discuss any other topic. A … Continue reading
Would you like your friends to see how you’re doing in NaNoWriMo without having to look at a page other than your truly awesome blog? Well, I’m here to tell you how to do it the wrong way. You heard … Continue reading
Am I missing something here? ’cause it sure looks like an “or” would have served this better than an else if. if (tokenInfo.IsParentCalculation) { LoopTableSave(); GetValue(tokenInfo.Id); LoopTableRestore(); } else if (tokenInfo.AliasOf != 0) { LoopTableSave(); GetValue(tokenInfo.Id); LoopTableRestore(); }
A big part of my job is working with these third party business software packages. They call them ERPs: Enterprise Resource Planning applications. They’re basically Quicken on steroids, allowing you not only to Balance Your Budget but also Track your … Continue reading
I’ve spent the last few weeks driving around a Lexus for the first time, and I’m not exactly sure what to think about it. On the one hand it’s very powerful, in the sense that it permits you to code … Continue reading
I’m not a big podcast nut, but I’ve become hooked on the Stack Overflow podcast recently. It’s done by Jeff Atwood of Coding Horror and Joel Spolsky of Fog Creek and Joel On Software as they work on their new … Continue reading
Two web projects kick off at once, leaving Eric reeling! I’m about to begin two – yes, two – web development projects, and I’ve never build a website in my fracking life. One is for work and the mockup has … Continue reading
Having mastered application development in every conceivable way, I have decided to demonstrate my superior coding abilities to the world through the World Wide Web. I know it won’t be a challenge – what possible challenges remain to one such … Continue reading
I’m finding that my writing process and coding process is more similar than previously imagined. This shouldn’t be a surprise. I’m not the only one that’s gone on and on about the similarities between artistic and design processes. Maybe it … Continue reading