Archive for the ‘Tools’ Category
Shuttle launch lens determination
I have no idea if this will work, but I’m trying to use Google Maps to figure out what lens I should shoot the Shuttle launch with tomorrow night. Taking data from the awesome celestrack.com AGI Viewer Launch Scenario STS 128 launch I plotted where the shuttle should be when the main engines cut off. You can’t see that point without scrolling, but it’s where the lines the head off to the upper right are pointing.
View Launch Site in a larger map
The other locations are the positions I’m looking to shoot from and Launch Pad 39a where the shuttle will blast off from. By sticking a protractor on the screen, I get the angles of view which I cross reference with either this chart or this tool.
Hopefully, we’ll see how this all pans out tomorrow night.
Using mysqldump on Mac OS X Leopard
Originally found this here after lots of searching. Making my own link to make sure I can find it again.
To use mysqldump on a Mac running OS X 10.5 (Leopard), run the following from the command line:
sudo ln -s /usr/local/mysql-5.0.67-osx10.5-x86/bin/mysqldump /usr/bin/mysqldump
(I think I had to manually install MySQL from the supplemental CDs that came with the Mac. I’m assuming this version of mysqldump was installed at the same time.)