Author

rectorsquid

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
Games

“Roundabout” Game Design

I don’t think that I posted anything about designing a board game. My daughter and I have been playing lots of board games recently, maybe to be able to play together and not with a screen in front of us, and then one day I started creating a…

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