Category

Computers & Programming

Linkage Program

Linkage Gearing Dilemma

I have the user interface in the Linkage program working somewhat. I have a serious dilemma with the simplicity of it. The concepts are good, but the details are troublesome. I’ll explain. Various gear Configurations In the image above, there are four gear interface situations shown. The user…

Continue reading
Linkage Program

So Far So Good – Gears!

I have a little bit of the user interface working. I took out an optimization feature where joining a lone connector to another connector would just discard the link that was part of the lone connector. Now, a lone connector might have a link that is a gear,…

Continue reading
Linkage Program

Gears in the Linkage Program

I was just having a discussion with my dad about gears. Every now and then, I think about how to add gearing to the Linkage program and I think that I now have a way to do it. I’m writing down the ideas for future reference, and because…

Continue reading
AutoResponder

New PHP AutoResponder

The AutoResponder, described in more detail here, is a program, a set of web pages, and some scripts, that automatically respond to email and SMS text messages. I wrote the AutoResponder a few years ago for a puzzle race. During a race, it is handy for teams to…

Continue reading
Computers & Programming

Circle Intersection in JavaScript

I updated the geometric constructions page to have a circle intersection demo. Circle Intersection Demo I also added a few links to see the HTML/PHP code for the page as well as the javascript for the page. PHP is nice enough to supply a function for displaying the…

Continue reading
Linkage Program

New Linkage 2.11 Available

The latest version of Linkage 2 is available here. New or Different The arrow keys will now step the simulation forwards and backwards. The old [ and ] keys still work. Holding the shift key while pressing a left or right arrow will step the simulation 10 steps…

Continue reading
Linkage Program

Fixed DXF Export in Linkage Program

I discovered that my code was using the screen zoom in one of the DXF export calculations, and that the math used to guess at a good connector radius was not quite right. After fixing those two issues, I also made a change to improve the solid link…

Continue reading
Linkage Program

Weird Sliding Connector Bug

The Linkage program is showing a really weird bug. Bug In the picture, it is obvious that the dotted line that is the arc between two connectors A & C, is not passing through the sliding connector D. This gets worse with time until the triangle shaped link…

Continue reading