In the spirit of blogging…
I’m heading to Yosemite for three or four days of rock climbing, weather permitting. It is in the spirit of keeping my blog up-to-date that I write this entry.
Continue readingI’m heading to Yosemite for three or four days of rock climbing, weather permitting. It is in the spirit of keeping my blog up-to-date that I write this entry.
Continue readingI now have the linkage program working with the new ribbon bar. I’m not sure if it’s much better than the old-style toolbar but it’s prettier. I wanted to use an image gallery in the ribbon bar to select sample mechanisms but even with 128×128 pixel images, it’s…
Continue readingFirst, some ass-wipe spam user registered on this blog. They didn’t even comment and just stuck a user account here. I hate these people. I’ve never been robbed at gunpoint but I get phone spam, email spam, and now blog spam, many times a day. I guess that’s…
Continue readingI am still stumped on how to simulate the link/slider/slider mechanism I described in an earlier post. I think that there is just no way to do this with math since the curve I need to intersect can only be described with an equation that includes a time…
Continue readingI wanted to change the style of my blog entries and the blog page itself but didn’t have access to any of the WordPress files on the web server. My blog is hosted by 1&1 and I used their built-in blog feature. I originally accomplished my style change…
Continue readingI found a few comments on the internet about how to force landscape printing with MFC. I didn’t find a clear and simple answer in the first page of Google results so I found a page that had more information than was needed and took just the part…
Continue readingAnd another and another. I found another case that requires special code to deal with the geometry that is different from all other cases. the thing to notice in this situation is the fact that connector C controls the location of link 1 horizontally in this case but…
Continue readingI was back at work last night writing code to handle special cases in the linkage simulator. It turns out that every type of connection is a special case, almost. Here is what I have working: There is one case I can see that is missing but the…
Continue readingI have a programming problem at work and a possible solution. The only thing wrong with the solution is that it is too big. “Too big” will make sense once I’ve described the problem and the solution. The solution comes from the book Modern C++ Design by Andrei…
Continue readingI thought I might write down some points about how the simulator works for future reference and to help me think about it and make improvements. The linkage program is a bit experimental so I try to get something working and then worry about making it better later….
Continue reading