Musical Productions

January 29th, 2004

This year I plan to write and produce a musical stage production. I’ve already got an excellent choreographer and an award winning composer so things are starting to fall into place. I’d really love to find a talented director and they are so central to tying everything together and it’s really not my field.

Soul Purpose will probably form the basis for the band, but we’ll most likely acquire a few extra players to fill out the sound a bit and particularly to provide some more orchestral instruments to produce that great theatre sound - not to mention making things easier for the vocalists.

In terms of a story, I’ve got a few ideas floating around my head at the moment, and have just gone out and bought a little notepad I plan to carry everywhere to note down any ideas that pop into my head. Lately there seems to be a lot of ideas running through my head which is good to have back. About 10 years ago I used to constantly have ideas for computer programs to write running through my head but that died out and I’ve been idealess for quite some time. Now the ideas are back but this time targeted towards performing arts which is a little surprising since it’s typically been my sisters that have been the writers of the family.

I seem to be doing okay at it myself though - the Mafia murder mystery dinner I wrote a few months back went really well and that involved writing about 30 000 words of character descriptions for the 50 people that showed up (a sell out btw).

Anyway, things are in the early planning stages at the moment but it looks like we may do a small production, possibly a cabaret style thing, late April or early June and then swing into a full musical production in the second half of the year (by then the script should be finished). So if you’re in or around Brisbane Australia and want to get involved with any phase of a musical production, from writing the script, to building sets, directing, producing, cast, crew and right through to marketing drop me a line. I’m sure I’ll be blogging about these developments a fair bit as the year progresses.

Moderation 101

January 29th, 2004

chromatic talks about the overuse of patterns and design in software development. This highlights a problem the software industry seems to have - it just doesn’t understand moderation.

It’s not only design that suffers from excessiveness, it’s processes too. Some people get so caught up in explicitly defining and then following a process that they spend more time on the process than actually getting things done. Worse still are the people who get so caught up in the process that they forget to check that it actually achieves the right thing.

Of course, none of that should be taken to mean that all processes are bad, but in needs to be taken in moderation. This attitude that extreme programming takes of “if doing a bit of this is good, lets turn the dial all the way up to 11″ is really crazy. Too much of anything is bad for you. You need unit tests and they need to cover your code well, but you don’t need 100% test coverage or you’ll just spend way too much time writing tests (not that extreme programming actually advocates 100% test coverage).

Pair programming is another great idea that can be taken too far. There is a lot of code where it really helps to bounce ideas off of other people for, but there’s a lot of fairly mundane code that you should be able to write without help and still get it right first time. In those cases it’s a waste to have two people doing mundane work, you should just split up and work individually until you hit a problem that benefits from pair programming. Again, moderation.

Anyway, with a thunderstorm coming I think I’ll blog in moderation and sign off now.