Science Gallery, Dublin
I was just in Dublin this past week with collaborator/designer Sean McDonald at the Science Gallery's BioRhythm Exhibit, debuting a piece of Interactive/Educational Software entitled "Bob Moog's Glasses." Many thanks to Science Gallery and the Bob Moog Foundation for making it possible. More to come soon...
Wages Mixes

A new project I've been involved in, Wages, just finished up the first round of mixes. Another project with Hank Sulivant producing. I'm the engineer, bass player, and even have a song that I wrote and sing ( a first! Nick Campbell lends heaps of harmonies to make me sound even better ). James Dedakis on the drum kit. Check out all of the tunes here.
"Loneliest Revolution"
"Will Blood Flow", the song I mentioned above.
Colour Revolt
I had the pleasure of engineering the Colour Revolt's upcoming release with Hank Sulivant producing. Everyone involved where such pro's, we really had a well oiled machine running in the Church at Echo Mountain. 7-days , all of the basics live to 2" tape, tracking done.

iPhone Photo Credit: Daniel Davison
What's more astounding is that we weren't rushed, and there was a good deal of creative decision making going on despite the tight timeline. My favorite kind of session. I can't wait for the release date so that I can share the finished product.
Arizona on Daytrotter.com

The kind folks over at Daytrotter put up a nice post about Arizona. Sean Moeller was in Asheville for HatchFest earlier this year, and I had the pleasure of recording some great musicians live to 1/4" tape, daytrotter style. It's so awesome to work with folks that have a real sense of style, principle, craft and detail. I mean, hand drawn illustrations, thoughtful writing, and a commitment to quality old school recording methods. Good dudes for sure.
New “Hear My Work”
So I've been busy on the road and in the studio, and neglecting my reel. I added a few tracks on a new pge entitled "Hear My Work". It's a few songs that I've done this year that I'm proud of. Enjoy!
Here's one that was added. Valorie is the real deal, and a fun gal to make a record with.
Valorie Miller - "Autumn Eyes" - Available on CDBaby
Lamenting the death of an Akai S5000… not road worthy
These are not made for the road... the Flash drive still works, my mod still works, the internal ram comes unseated periodically, and now the unit chooses to recognize or not recognize both the ram, and hard drive seemingly at random. It's been driving me nuts.... coming soon, the re-birth of the macbook pro on stage... Logic's Mainstage, EXS24 sampler tips, and making a backup hard disk for instant recovery on the road.
SSH tunnel and VNC
So I had to figure this out this week, and it's quite cool.
Mac OSX comes with SSH, so setting it up wasn't too hard, and I found a new VNC viewer JollyVNC that is really top notch. The author also has a really inrteresting VNC based product called "screenrecycler" that turns any spare computer/display in to an extra monitor.
Setting up the SSH Server
This site has a great overview
http://www.stocksy.co.uk/articles/Mac/ssh_on_mac_os_x/
and Redhat Magazine has details on customizing your setup, just ignore some of the paths they reference for linux, all of the Mac OSX config files are in /etc/ .
Basically, you just enable Remote Login and OSX turns on the SSH server. Make sure your firewall will forward this port.
Edit the sshd_config file found in the /etc/ directory to suite your servers needs. Recommended security, set "AllowRootAccess no" and "AllowUsers " to only allow users that have a strong password, also you can change the SSH port number from the defualt 22 to something more obscure in the "services" file. See Adam Knight's Blog on Mac Geekery for more security tips.
Tip: sshd_config is the server side config file and ssh_config is the client side config file.
Setting up the VNC server
I use Vine VNC server, it's opensource, free and is easy to setup. Set a Password and a Port, and you're good to go.
Configure The Setup
I had a couple of VNC servers behind my firewall, so I setup one of them as the SSH server. After you tunnel in you can connect to any of the computers behind the firewall. It can be very helpful to define a ssh_config (local client) config file for your remote network to streamline your Tunneling. You can then run it using "ssh -F CUSTOM_CONFIG_FILE_HERE RemoteHost"
The config file below will define a remote host, and then define the relationshp between a few local ports, and remote computers behind the firewall. This same setup can be used for any server/port on your network not just VNC.
#Define tunnel to Remote Machine Host RemoteMachine #Define Remote Host #SSH Server to Initiate Tunnel HostName ssh.XXX.net Port 22 User SECUREUSER # Forward Local Ports to Remote VNC ports LocalForward localhost:5910 192.168.1.10:5900 LocalForward localhost:5911 192.168.1.11:5900 LocalForward localhost:5912 192.168.1.12:5900 LocalForward localhost:5913 192.168.1.13:5900 #End Config
If you save this in a new config file, for example "homeTunnel_config" you can run "ssh -F homeTunnel_config RemoteMachine". Much simplier than running SSH on every machine and tunneling to each individually using for example "ssh -L 5910:127.0.0.1:5900 SECUREUSER@ssh.XXX.net".
To make it even easier put the config file in your user's preferences folder, and write an AppleScript to automate it all.
set PrefPath to path to preferences folder from user domain as string set ConfigPath to POSIX path of PrefPath & "homeTunnel_config"
tell application "Terminal" activate do script "ssh -F " & ConfigPath & " RemoteMachine sleep 30" end tell
A terminal window will popup and you enter your password, you have 30 seconds to utilize the SSH tunnel or else it will close, after the application using the tunnel quits, the connection will close.
Connecting
So, after you open the SSH tunnel, run your VNC client, since you are tunneled in and have forwarded the local ports, you just need to connect to the appropriate local port. So in your VNC client you can enter "localhost:5910" or whatever the appropriate port number is.
arizonatheband.com DONE!
Check it out. Its got a cool Flash header that does some subtle alpha effects based upon mouse movement. It's a Wordpress backend, and uses some interesting wordpress plugins including Kimili Flash embed, GigPress, the XSPF music player, Flickr Manager, FeedWordPress (in conjunction with www.makedatamakesense.com), and MailChimp's Wordpress plugin.
UPDATE: The Flash Header proved to be very cumbersome, and was abandoned. A great photo by our friend cyril was used as the basis of a new design. Regardless, check out the site, it looks good.
Nice mentions… Mountain Xpress
http://www.mountainx.com/ae/2008/123108welcome_to_ae
Arizona's Glowing Bird (Bass, Co-Engineer & Co-Mix w/ Danny Kadar), Valorie Miller's Autumn Eyes (Produce, Engineer, Mix), and Mad Tea Party's Found a Reason (Mix), were on a short list of good local records made this year in WNC. Right on. All good records, all fun to work on. 2009... you're on notice...







