---
title: "Blinded by mad science"
date: 2002-04-22T04:16:34-04:00
url: https://blog.lmorchard.com/2002/04/22/oooaac/
author: Les Orchard
---

# Blinded by mad science

<p>This having a website to tinker with thing is kinda neat.  Right now, I'm growing a nasty beasty using <a href="http://www.decafbad.com/twiki/bin/view/Main/SSI">SSI</a> and perl CGIs, just because it was quick and seemed like a good idea at the time.  Obviously, now that I'm starting to get more than 2 visitors per hour, the <a href="http://www.decafbad.com/twiki/bin/view/Main/SSI">SSI</a>/CGI mix starts to slow things down.  I do try a few smart-ish things, like making the CGIs do heavy lifting only once or twice per hour (at most) while spitting out cached results the rest of the time.  But, there's still the overhead of external perl process launch.</p>
<p>So, I'm toying around with the idea of using <a href="http://www.masonhq.com">Mason</a>, whose design and purpose I seem to finally get, or learning <a href="http://www.php.net">PHP</a>, whose design and purpose I dislike as much as ASP and JSP but whose simple utility I get now.  Nice thing is, <a href="http://www.csoft.net">my web host</a> has both <a href="http://www.decafbad.com/twiki/bin/view/Main/PHP">PHP</a> and mod_perl installed for me, and I can toy with either or both.  There are other things I might play with learning as well.  These are all things that pretty much everyone has already gone through, but it's fun to grow a site by tinkering and see things pop up.  </p>
<p>I've been making and optimizing the same sorts of sites and applications for so long that I've started falling out of the loop on technologies not quite applicable to what I've been devoted to.  This site of mine is proving to be a fun laboratory, complete with bunsen burners, Jacob's ladders, and those little curly tubes running between beakers.</p>
<!--more-->
shortname=oooaac
