Board Gaming

Games we own. These are all available for game night with the North Tahoe Tabletop Board Game Meetup group....

Art Projects

I have worked on various art projects over the years. This is a collection of some of those projects....

Programming Projects

I have worked on various personal and professional computer programming projects over the years. This is a collection of...
Computers & Programming

Problems With Asynchronous Operations

Asynchronous operations are commonplace in modern software. In C# (C-Sharp), opening a file can be asynchronous with the code asking the operating system to open the file and the operating system responding with “ok, I’ll do that. You can go do something while you wait.” This type of…

Continue reading
Games

Ark Nova

I was recently able to play Ark Nova 2.25 times. Two of the games were real games with 4 players and then 2 players. The other quarter of a game was my solo learning game where I played each of 2 players myself. Ark Nova is a zoo-themed…

Continue reading
Linkage Program

MPEG Encoder for Windows

I create videos using an MPEG encoder for Windows. It’s very hard to find a video encoder that can be used by software like the Linkage program – too many video programs just embed their encoder or require you to buy that software to use their encoder. Since…

Continue reading
Linkage Program

Rotating Cams to Their Followers

I’m about ready to turn the Beta Linkage program into the official production version. The only problem is that I still want to do more work on it. It feels incomplete if it can’t move a cam to make it meet a follower. In other words, the follower…

Continue reading
Linkage Program

Improvements to Spline/Cam Features

Thanks to a user, I fixed a few bugs in the spline/cam simulation code. Splines that are not fastened to a link or connector are now treated as part of the “ground” and can be used as cam-like shapes without producing simulation errors. Speaking of connectors; a cam…

Continue reading
Uncategorized

Snappy XO

I was just looking at http://www.snappyxo.com and their site mentioned that they had the first planar linkage design software. I sent a contact form letting them know of their mistake and I got a really nice reply from the CEO that he knows they are not the first…

Continue reading
Computers & Programming, Linkage Program

Simulation Woes

I had a running error, or something like that, in the Linkage program. I had targeted 30 frames per second for animations and I used a 33 millisecond target time for each frame. If a frame took less than 33 milliseconds to compute and draw, I would add…

Continue reading