Author

rectorsquid

Linkage Program

Another Special Case!

And 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 reading
Linkage Program

More Special Cases

I 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 reading
Computers & Programming

Policy-based Design in C++

I 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 reading
Linkage Program

How the Simulator Works

I 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
Linkage Program

Special Cases for Sliders

This is another special case. It seems like the sliding connectors have many special cases. I thought that there were three but now, with this one, there are four. The good news is that I have the two more normal cases working. They are the cases where there…

Continue reading
Linkage Program

Sliding Connectors in a Mechanism

I did some work on the linkage simulator last night. I think I’ve narrowed down the sliding connector issue in the linkage program. There are essentially three situations I need to handle. Consider these images: Figure 1. In figure 1, A and E are fixed. F will be…

Continue reading
Uncategorized

Dead Battery

I am making progress with the linkage simulator. I now have a guess as to how to write the code for the sliding connectors. Waiting a while before trying to write code sometimes lets it work itself out in the back of my head somehow. The boat didn’t…

Continue reading
Uncategorized

Boating and Makefiles

We tested the boat yesterday. It smokes a little bit and leaks a little but seems seaworthy. We’re heading to the boat-in campground tonight. I need to pull the breaker on the bilge-pump so it doesn’t pump all night and run down the battery. I have jumper cables…

Continue reading
Uncategorized

New Trim Hoses

The new hoses for the hydraulic trim on the boat just arrived. Too bad we’ve decided not to keep it (the boat). We’ll have it for a month but once it’s time to store it for winter, we’re going to either sell it or pass it along to…

Continue reading
Uncategorized

Daily Blog

As expected, I have tired of blog writing after a few days. More importantly, I’ve run out of things to write. So much for “blog therapy.” The boat outdrive trim hydraulics uses motor oil, as far as I can tell and from what my brother tells me. That’s…

Continue reading