Category

Computers & Programming

Linkage Program

New Mechanism to Simulate

Modified Freemantle Linkage or Evans Linkage The linkage above cannot be simulated in the Linkage program (See Linkage 2.0). This appears to be a valid mechanism because there are three anchors all used to position link 1 (in dark blue). I am trying to decide how to handle…

Continue reading
Computers & Programming

Sound Dilemma

In space, no one can hear you scream! I think that was the tag line for a movie like Friday the 13th in Space. Interestingly, it is true. Joss Whedon is about the only movie maker who ever (in recent years) stuck with scientific facts and had no…

Continue reading
Computers & Programming

My Creativity Knows No Bounds

Because my creativity seldom ventures far from home. Planetary Defense is a fun game. Not so much on a tablet because tapping the screen actually makes it hard to see what’s going on when a big finger obscures the tiny incoming bombs. But it’s sort of fun and…

Continue reading
Computers & Programming

Improved Crossword Puzzle Generator

I recently got back to improving the crossword puzzle generator. The previous algorithm would only allow for clumps of four letters by pre-searching the word list and forming four word clumps. When the placement algorithm was running, it would try to place those four word clumps onto the…

Continue reading
Computers & Programming

Geometric Constructions

Last night, I decided that I would port my circletest program to JavaScript. I use the circletest program to test various geometric constructions. Most of the geometry related programming that I do is accomplished using techniques that are traditionally manual operations. A lot of interesting things can be…

Continue reading