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

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

New Sculpture (untitled)

I have never felt the need to title a sculpture. After seeing an “artist” on TV giving fancy names to giant colored canvases, I felt that a name is just a distraction. Plus, I never like the names that I come up with and never feel a verbal…

Continue reading
Uncategorized

Using Google Analytics

I added a bit of JavaScript to all of my web pages yesterday. Today, I see this: The Google Analytics info is quite interesting. I can’t wait to see what I get tomorrow when there has been a full day of activity. Apparently, there are a few people…

Continue reading
Uncategorized

Google Analytics for This Blog

I have just “installed” the code in my blog pages to record information to Google Analytics. If this causes anyone a problem or you have a concern, please let me know. I just want to know if anyone is visiting this blog or any other pages on my…

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

Bought a Die Grinder… or Two

I picked up a pneumatic die grinder at Harbor Freight for $15.00. It is a tony right angle unit and would be an awesome tool if not for the fact that my compressor runs out of air after I use it for about 30 seconds. So I bought…

Continue reading
Uncategorized

Too Many Hobby Projects

I suddenly thought that I should start writing the circle test program using JavaScript and an HTML5 canvas. It would probably work exactly like the native Windows app but with smoother lines. I could then add some HTML button or menu to let a user pick which experiment…

Continue reading
Computers & Programming

Cam Lobe Design Experiment

Although I do a bit of rock climbing now and then, this post is about cam lobes like those in car engines, not those used for rock climbing protection. Finding End Circle Location I was discussing this with my dad because he is building a model engine. He’s…

Continue reading