Using the Gematriculator, I am shocked to discover that my web site http://kristopherjohnson.net/ is 60% evil.
Luckily, my blog is currently 69% good, and my resumé is only 34% evil, so I may have hope for salvation.
Using the Gematriculator, I am shocked to discover that my web site http://kristopherjohnson.net/ is 60% evil.
Luckily, my blog is currently 69% good, and my resumé is only 34% evil, so I may have hope for salvation.
Years ago, I worked on the New York City Vehicular Traffic Control System (VTCS), the system that controls several thousand computerized traffic signal throughout the five boroughs. Slashdot had an article today about a NY Times article that says few of the crosswalk buttons actually work.
It's not the first …
A few months ago, we started developing a new product that was a major extension of an existing product. While we may have been able to keep one codeline that supported both the old product and the new product, many factors led us to decide to branch the codeline. I …
I'm all in favor of teamwork. I like the sharing of ideas, the leveraging of individuals' skills, and the camraderie that comes from working with other people. However, I notice that a lot of my work habits are focused on insulating myself from others.
It's not that I avoid other …
Lately, I've been thinking a lot about going for an MBA. A few years ago, I would never have considered such a thing, but now it seems like a solution to several "forces" in my life:
I've had my Piccolo R/C model helicopter for a couple of weeks now. I've had a total flying time of about 60 seconds. The average flight lasts two or three seconds, and many of them end in a "crash", which I define as "a landing that makes me wait …
"It crashes in the call to bpGetStatus()."
"Do you have structure-packing set to 1?"
"Uh, no. Let me try that..."
Five minutes later:
"OK, now it crashes the output routine."
"Are you using the standard library?"
"Yes. Why?"
"You need to use the Gee-Cool-Whizzy port of the STL. I'll e-mail …
I've always rolled my own unit-testing frameworks for C++. I don't like CppUnit, because it is too Java-like and not C++-like. It has always been easier to throw together what I need than to try to figure out someone else's framework. I can throw together the basics in ten …
I have a sudden need for a store-and-forward mechanism for a C++ application I'm working on. I'm sure countless others have done this, and there is probably an off-the-shelf solution somewhere I could use, but I have decided to implement one from scratch.
I did spend some time on Google …
Recently receiving a nice raise got me thinking about the relationship between work and financial compensation.
Some people claim that high salaries encourage hard work. Maybe it does for some people, but it doesn't work that way for me. My work ethic has little to do with how much I …