Category

Computers & Programming

Computers & Programming

Kayaking Trips Page Update

I did some work on the kayaking trips web page. The page shows a list of routes I took on various paddling outings. The page looks something like this: Updated Kayaking Page This is not a log of all trips but is instead a list of routes I’ve…

Continue reading
Computers & Programming, Sculpture and Art

Blog Boredom

Boat The boat is running. We spent the entire afternoon yesterday cleaning inside and out. A test drive showed no serious leaks and the drive train runs smoothly. The engine stalled a few times before it was warmed up. Rolling Ball Sculpture I am still working now and…

Continue reading
Computers & Programming

tr { overflow: hidden; }

tr { overflow: hidden; } is bad. It turns out that this simple CSS option causes rows cells that span rows to overwrite or hide content in the cells that they span. Unfortunately, I can’t create a simple example. The page where I saw this uses an external…

Continue reading
Computers & Programming

Kayaking Trips

In the process of copying content from www.rectorsquid.com, I decided to include a link to my kayaking trip map page. The image below is a snapshot of the page but is not up-to-date. Click on the image to go to the map page and see the most up-to-date…

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