Category

Computers & Programming

Linkage Program

Linkage Update

A new version is available in the usual place. I was finally able to spend the hour needed to fix the crash that happened when deleting links that were fastened to gears (or vice-versa). Version 3.3.13 has this fix. A few other changes and fixes: You can now…

Continue reading
Linkage Program

Fastening Gears with Linkage

The whole “fastening” thing is a bit troublesome for me. I originally wanted to be able to move drawing elements with links and decided to allow “fastening.” This worked pretty well, though there is a bug where deleting a fastened element somehow causes a crash. But fastening isn’t…

Continue reading
AutoResponder

AutoResponder Config File Parsing

I found a bug in my PHP code that caused strings to match when parsing the AutoResponder config file for responses to submitted text messages. I was using old DOS style wildcards * and ? to make it easy to write the config file. But my comparison functions…

Continue reading
Computers & Programming

Word Search Instead

I was going to write some posts about the latest version of the AutoResponder but I got side tracked on making a word search puzzle generator. Word Search Generator I was trying to make a puzzle by hand and it was clear that it’s hard to do. I…

Continue reading
AutoResponder

AutoResponder V2.0

I have been rewriting the AutoResponder code to be 100% PHP and not handle email submissions. This change lets me use a typical web page provider to handle the processing. I started this change a few years ago but didn’t get very far at that time. I decided…

Continue reading
Linkage Program

New Linkage Beta

I have a new Beta test version of the Linkage program. This version has an okay link triangle handling feature as well as a few connector alignment tweaks. it also has a way of selecting links and connectors by name or identifier. It’s still all being tested by…

Continue reading
Linkage Program

Link Triangles Working, Sort Of…

I have a first draft working for the link triangle simulation. Like I said recently, I am opting to support the most common type of link triangle configuration and ignoring all others. Here are videos of the two variations of supported link triangles: What I did on this…

Continue reading
Linkage Program

New Linkage 3.3.5 Available

I got my new code singing certificate and I fixed a few minor bugs. Super short dimension lines were becoming infinite due to the space calculated for the arrow heads. There was also a problem with gear and link rotation angles that went wrong after about two rotations…

Continue reading
Linkage Program

Working with Link Triangles

I have a plan. It’s not a very good plan, but it is a plan. The mechanism above presents a problem that I have written about a few times in the past. The EGJ triangle is what I call a “link triangle.” It is a set of links…

Continue reading