Author

rectorsquid

Computers & Programming

Maintaining Old Code

Maintaining old code is what I do at work most of the time. If there is a new feature to be added to the product, there will still be a large amount of existing code that needs to be waded through to get to the places where the…

Continue reading
Computers & Programming

GDI, GDI+, and GLUT

I’ve been messing around with that evolution simulation code. There’s a few things in the code that I don’t yet understand but that’s common when trying to understand the inner workings of code you didn’t write. For instance, some values related to behavior rules are initialized using random…

Continue reading
Computers & Programming

Evolution Simulation

Thanks to Andrej Karpathy, I have code that simulates evolution. He wrote code that has a population of herbivores and carnivores and they have inputs and behaviors that are complex and can evolve. The physical attributes cannot evolve and each creature is fixed with sign and hearing and…

Continue reading
Uncategorized

More Nothing and COD-BO

As I predicted, I am finding less and less to write about on this blog. Here are a few minor comments on FPS games. I’m going to buy COD-BO today. Yes, people were in line at the store last night to get it at midnight and no, I…

Continue reading
Computers & Programming

Ribbon Bar Fun

The ribbon bar code that comes with MFC in Visual Studio 2010 doesn’t work right. Well, it certainly isn’t exactly the same as the ribbon bar that is part of office 2010. Maybe that’s how Microsoft wants it but I can’t find any way to get it to…

Continue reading
Uncategorized

Nothing to Report

I have nothing going on at the moment and nothing to say except to say that I have nothing to say. I was installing and using Visual Studio 2010 and converted the linkage program to use the Windows 7 style toolbar. Microsoft needs to act a little more…

Continue reading