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...
Sculpture and Art

A New Idler Link and Connecting Link

It occurred to me that a link that is used only to change the direction of link movement, like the one pictured below, is sort of an idler link. it’s like an idler pulley because it doesn’t do anything on it’s own. An idler pulley keeps tension in…

Continue reading
Linkage Program, Sculpture and Art

Building More Parts

I have a new part built for the new Rolling Ball Sculpture. Small Ball Lifter The small lifter part is the lowest lifting arm on the mechanism. This part lifts the ball off the frame to a position where another arm can take the ball. The ball is…

Continue reading
Computers & Programming

PriorityStackPanel

The PriorityStackPanel class is a Panel element that I built for my Windows Store app. The idea is that the panel should adapt the content to the display based on a set of rules. The existing panels in C# and WinRT are totally useless for this task because…

Continue reading
Sculpture and Art

Rolling Ball Sculpture Lift #2

Manufacturing has begun on ball lifter #2. Design Animation of Lifter #2 The lower mechanism lifts the ball off the entry track to a position where link 3 at connector F can catch it. From there, it is lifted and dropped onto a short track about half way…

Continue reading
Computers & Programming

CullingStackPanel

I have only used this horizontally. This panel will shrink down to zero size if needed, which might not be what you expect. The important parts of the code are commented. This is my first attempt at this particular feature and the code may be incomplete. I have…

Continue reading
Computers & Programming

ClippingStackPanel

I’m writing a Windows Store app, as many previous posts have made obvious, and I’ve got a new need that might not be fulfilled by any Microsoft tools. I need a StackPanel that hides any children that can’t be shown in their requested size. My plan is to…

Continue reading
Computers & Programming

Don’t be a Programmer

I was reading an old blog post http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/ and came across this line: “Anyone describing themselves as either a Java programmer or .NET programmer has already lost.” The point he was making, and continued to make after this line, is that programming languages don’t matter. It’s an old…

Continue reading
Computers & Programming

Variable Base Numbering System

I had a project that required key codes. These are codes sort of like the key codes used by software companies to activate your software. For my situation, the most effective way to pass around these codes is as long integers. Otherwise, math on these values, like to…

Continue reading
Games

Jet Hoverbike 2.0

The second version of the Trials Fusion Xbox One hoverbike track worked out well and is a lot of fun to play. Some people can’t manage to make it work or just don’t like what they found when they played it. So this skill game is never going…

Continue reading