Author

rectorsquid

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
Computers & Programming

Linear Distance on Curves

I was experimenting last week with handling the coupler distance between train cars and found something interesting. In the picture above, you can clearly see the issue related to how a train car sits on a curved piece of track. The issue is that the linear distance between…

Continue reading