Monthly Archives

February 2020

Computers & Programming

Neural Network Experiment

I suspect that anyone reading my blog will notice that unlike other blogs, I tend to post about things I’m going to do, not things that I’ve done. My latest interest is in neural networks. I think that I have a good grasp of how they work aside…

Continue reading
Computers & Programming

Programming in Breadth: Hello World

Many programming books start out with a chapter called “Hello World” or at least a section of the chapter where the programming itself is being taught. After installing text editors, compilers, etc., a program must be written that does something visible, and so, the “hello world” program is…

Continue reading
Linkage Program

Linkage Temporary Points

[Update: Scroll the update at the end to see new information about all of this] When I first wrote the Linkage software, I knew that if you rotate some points, that they can’t be rotated back to their original positions because of math and rounding issues. I immediately…

Continue reading