Category

Computers & Programming

Computers & Programming

My Creativity Knows No Bounds

Because my creativity seldom ventures far from home. Planetary Defense is a fun game. Not so much on a tablet because tapping the screen actually makes it hard to see what’s going on when a big finger obscures the tiny incoming bombs. But it’s sort of fun and…

Continue reading
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
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
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
AutoResponder

Auto Responder SMS Test Messaging Works!

Last night, I finished work on the SMS text message handling in the Auto Responder. Twilio makes a web service request using my web server using a PHP script that I created for this purpose. It was simple to configure my Twilio account to use my server and…

Continue reading
AutoResponder

Regular Expressions for Humans

The changes to the Auto Responder to support SMS change a few things in my program that affect the users. One of those things is the registration process. With email, the user is expected to send the word “team” followed by their team number to register@mucow.net. The code…

Continue reading
AutoResponder

Auto Responder Architecture

It turns out that some mobile phone services don’t send SMS messages to email addresses quickly enough. My demo Windows Phone from T-Mobile will not sent to email addresses at all and I have no idea why. To deal with this during the puzzle race, I am going…

Continue reading