Category Archives: Coding

Linus Has Spoken

I was reading a recent article (“Real Men program in C”) recently, and came across a link in the comments to Linus Torvalds’ opinion on the whole C-vs-C++ thing. Let’s just say he doesn’t mince words. (This is an excerpt, … Continue reading

Posted in Coding, Humor | 1 Comment

Random Thought Of The Day

I wanna know: Why does Windows’ Task Manager list the size of the “System Idle Process” as nonzero? Also, why is it different, on different computers? My desktop apparently takes 16K of memory to do absolutely nothing, while my laptop … Continue reading

Posted in Coding, Humor, System Administration | 1 Comment

A step in the right direction

Well, that would explain it… The reason that the quadruped robot was doing the “funky chicken” instead of walking smoothly was mostly due to a major bug in the gait angle calculations. The angle of the leg is the sum … Continue reading

Posted in Coding, Digital, PIC Microcontrollers, Robotics, SIGMA Walking Robot | 1 Comment

Walker robot progress

Well, it moves. The gait algorithm is still handcoded instead of evolved (I’m working on finding a physics sim I can use for that), and is less than efficient — but at least it’s going in the right direction. The … Continue reading

Posted in Coding, Digital, PIC Microcontrollers, Robotics, SIGMA Walking Robot | Leave a comment