Category

Computers & Programming

Computers & Programming

FormattedString Class in Swift

I created the FormattedString that I mentioned in a previous post. I wanted to encapsulate some basic formatting options in my own class that would use the NSAttributedString class internally. I also want to use the variadic function capability in Swift to make formatting text as simple and…

Continue reading
Linkage Program

Linkage Beta–Gear are Links

There is a new Beta version of the Linkage program. I changed the software so gears are now links and you can add connectors to them. The gear and those other connectors are always going to move together so there is no reason to fasten gears to links…

Continue reading
Linkage Program

3.10.5 is Released

I’ve been a bit lazy about updates. I updated the Linkage software to version 3.10.5 a few weeks or months ago. It’s no longer a beta program. This new version has a method of simulating links that are positioned by three other links. the algorithm to do this…

Continue reading
Linkage Program

New Linkage 3.10.5 beta

There is a new Linkage program ready to test. I just fixed a bug with pasting elements that were selected with a box or in certain other ways. The bug caused a crash when the elements were pasted. The typical Linkage installer is here: http://www.rectorsquid.com/beta/linkage.msi The 64 bit…

Continue reading
Linkage Program

Linkage for MacOS (not soon)

I started work on a macOS version of the Linkage program. It’s going to be years before it’s done but it’s also going to be an interesting project. I opted to use the native tools and languages to make my C.V. so filled with programming languages and operating…

Continue reading
Linkage Program

Assur Triad Simulation

I’m working on simulating the Assur Triad using an iterative algorithm. Click here for an older post about the problem I’m trying to solve. The algorithm essentially treats two of the three “legs” of the triad as a 4-bar mechanism and simulates it as one of the legs…

Continue reading