Category

Computers & Programming

Linkage Program

Simulating Gears

Okay, the user interface is pretty much working for gears. Gears Now I need to work on the simulation. This sounds simple, but there are some issues that I still need to work out. To start with, the existing simulator does not “follow” the kinematic chain. No Simple…

Continue reading
Linkage Program

More Difficulties with Gears

My previous post described making a link also be a gear. I realize now that this is a limitation that doesn’t need to happen. But removing that limitation causes other problems. Here is where I am with this project: A gear is a link, but not a link…

Continue reading
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