So anyway, I’m thinking of a web-based game, one of those little java deals. I of course have no idea how to build such a game, but I am an idea man. It will be called “Hit A Home Run Off Of Jorge Sosa” and the gimmick will be that whatever you do you’ll hit a homer. Everyone’s a winner! Except Tim Hudson, I guess.

I have also written a short BASIC program to similar effect. Here it is:

10 INPUT “TYPE IN ANYTHING”; $
20 PRINT “CONGRATULATIONS!”
30 PRINT “YOU’VE HIT A HOMER AGAINST JORGE SOSA!”
40 GOTO 10