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...
Uncategorized

Dear Diary

In keeping with the exhibitionist-diary concept that is called “blog,” I’ll write something today even though I have nothing going on worth writing about. I am working on a switch for the large RBS (Rolling Ball Sculpture) and it’s giving me trouble. It’s not the kind of trouble…

Continue reading
Computers & Programming, Sculpture and Art

Recent Projects

Rolling Ball Sculpture I’ll need to post some photos soon. I’m working on a billiard ball rolling ball sculpture. It is about 4.5 feet tall and has a chain lift like a roller coaster. The cool feature of this sculpture is the authentic roller coaster look and feel….

Continue reading
Uncategorized

Request for Comments

So far, the only people who have signed up to comment on my blog are spammers who are on lists of evil ^&*#%$&^#@% who spam on forums. I deleted them within a few hours of seeing their accounts. If someone reads any of this, even if this blog…

Continue reading
Sculpture and Art

Adjustable Table Top

My garage floor isn’t level so I made this small adjustable table top for my sculpting table. Rolling ball sculptures need a level work area during construction if they are to work when they are finished. I used the base and the basic unadjustable table for years. This…

Continue reading
Computers & Programming

SSE2 Parallelization

I finished my initial SSE2 project. It worked out well but I was hoping that it would work out better than just “well.” The algorithm I needed to speed up is called the Smith-Waterman algorithm. In reality, Smith and Waterman modified a type of algorithm called a dynamic…

Continue reading
Sculpture and Art

Green and White RBS

I just finished this rolling ball sculpture. It’s about 18″ tall: Another larger view. Click on the image to see the larger version: lick this one to see a closeup of part of the sculpture:

Continue reading
Computers & Programming

IE 8 Show/Hide CSS Bug

I found a bug in IE 8 related to showing and hiding div elements. I have some simply JavaScript code that runs when a button the page it clicked. <input class=”optionsbutton” type=”button” name=”ButtonHide” value=”Show” OnClick=”showoptions( true )”/> The showoptions function is quite simple as are the functions it…

Continue reading