2009
06.26
This is an update to the Cadalyzer script that I posted a few months ago. It will count the number of commands you have used in AutoCAD; it does this by examining your AutoCAD log files. (You can enable log files in AutoCAD’s options dialogue box.)
Cadalyzer 0.6b download
New features are listed below
- Counting mechanism has be rebuilt, the script now computes 25 times faster than the previous version!
- shows the total number of commands used (Apparently I’ve invoked approx. 38,000 commands since this previous October. Ouch.)
- several command line options have been implemented:
-
- unused – shows all the commands you didn’t use; this is helpful when you want to learn more commands
-
- compile – compiles all of the logs in the directory and saves them to a single file
-
- results – saves the results to a file
-
- percent – formats the each command as a percentage of the total commands used
You will need Ruby installed (tested on 1.8.6 and up.) You can find the Ruby download here. If you don’t use Ruby but would like to learn to program, I highly recommend it. Ruby is an excellent language for beginners and advanced alike.
The only other thing you will need is to tell the script where to find your log file directory. Open the Cadalyzer.rb file and look for the line path = '/Path/to/log/files/” Replace the/Path/to/log/files/ with your path and run the script.
Happy analyzing!
2009
05.25
If you’ve downloaded the Dykes Moulding CAD files from their website you may have noticed that the profiles are not to scale. From what I could see, the scale factor seems to be the same for all the files, approximately 0.056568174 (find the humor in that.)
2009
05.25
Found out a couple of pitfalls when building flats with mirrored acrylic skins. Our usual acrylic adhesive is a two part methacrylate based adhesive. It works incredibly well when bonding acrylic to just about any substrate (steel, wood, other plastics…) Some formulations cure to a relatively clear finish, which is quite the selling point. Unfortunately, we found that methacrylates will distort the mirror coating on mirrored plexi. Whoops. You can see the distortion in the picture below. It’s probably better to stick to liquid nails next time. As a side note, 3/16” mirror acrylic does not look great with toggles on 2’ centers; I recommend a thinner acrylic sheet contact cemented over a plywood skin to realize a flatter surface.
2009
04.09
Here’s another choice for edging a deck and other scenic elements: paper. We recently did a production of Bad Dates and the designer wanted a smooth black finish for the “cut” edges of the walls and deck. Since the audience was sitting only four feet from the set, we experimented with wallpapering with a 50# black kraft paper. The advantages were as follows.
- the paper is thin enough to make the edges very clean
- the texture was very flat, smooth and consistent – much like bristol board.
- there was no nap to deal with
- one roll of 12” x 750’ paper clocked in at 14 bucks. (without shipping)
- the paper allowed us to effectively disappear the seams of the planking and luan skins

All in all I was very pleased with the result. I think it was a better, more consistent finish than if we’d puttied, sanded and painted. If you go this route, be sure to do samples first! I found the paper atQuality Paper.
2009
03.01
I’ve been working on a Ruby utility to analyze AutoCAD log files. The goal is to count how many times each command is invoked. The basic functionality is all in place, I’ve plans to add more in-depth analysis and perhaps even turn it into a web based tool. For now, you’ll have to download it and run it in the command line. If you want to run this, you’ll need the Ruby programming language runtime installed on your computer. Here is a link to the Ruby download. My CADalyzer utility can be downloaded here.
Download the .zip file, and unpack it. To run the utility, you will need to tell it where your AutoCAD log files are stored. (You can find that location in AutoCAD, via the Preferences.) Open the Cadalyzer.rb file and enter the path to your log directory next to the word path, like so:
Excerpt from top of Cadalyzer.rb file:
path = “insert full path to log file directory here”
The utility will combine & analyze the data from every log file in the directory specified.
Happy analyzing.
2009
03.01
I’m starting a functional Stagecraft Wiki for theatre technicians. You will find it at wiki.scenic-shop.com
For those of you in the know, the past few years I have been wrestling with creating a community based resource for theatre technicians. Now the same software that runs Wikipedia is being used to manage a wiki by theatremakers, for theatremakers.
For those of you who worry about such things, the wiki’s content is (and will remain) free to all.
Now all we need is a community of technicians to create and evolve the wiki’s content. I invite you to share your cool materials, solutions, and unique perspectives. I invite you to create a valuable resource for theatre technicians everywhere. I invite you to participate.
signed,
Matthew D. Jordan
2009
02.16
File this under great hardware finds. – I needed low-profile, high capacity wheels for an effect and stumbled onto these. They are load wheels for a pallet jack (the wheels pictured are Crown part number 44506 / McMaster 2670T58. The yellow caster mounts are shop built.)

44506 Load wheel specs:
- 2500 lbs load rating!
- 3” diameter x 3 7/8” wide
- Roller ball bearings
- Shore 90A polyurethane tread
- Slightly oversized 3/4” shaft (about 25/32”)
- $30 each from Mcmaster
- $45 each from a Crown distributor (price will undoubtably vary)
What makes these attractive? Comparably rated caster wheels tend to be much larger in diameter, cost more, and don’t usually feature roller ball bearings. (Mcmaster’s “High Capacity Nylon Wheels” come close, but they are a Shore 80D. That’s as hard as a hard hat!) Crown lists these wheels as “load wheels”, McMaster lists them as “Polyurethane-Tread Pallet and Lift Truck Wheels”.
Here’s a link to Crown’s wheel and tire catalogue (PDF.)
If you want to do your own research, a quick list of some pallet truck manufacturers: BT, Crown, Hyster, Lift-Rite, Multiton, Prime Mover, Raymond, Rol-Lift, and Yale.
2009
02.05
Ever wish you were better at math? Me too. I’ve been teaching myself calculus and stumbled on Better Explained, a blog with excellent math explanations. The author’s aim is to make math concepts intuitive. Now I actually understand what the imaginary number ‘i’ is all about; it wasn’t hard at all.
Sure most people think math is boring, but that’s because they probably don’t really “get” it. Don’t worry, it’s not your fault you don’t enjoy math. For those of us who endured a crappy (though deemed “standard”) math education, I point you to an article by Paul Lockhart called A Mathematician’s Lament. In it he describes the failings of the current K-12 math educational system. I felt both vindicated and angry as I read it. This is absolutely required reading.