Uses This

1276 interviews since 2009

A picture of Will Ruby

Will Ruby

Designer, photographer, teacher

in designer, mac, photographer, teacher

Who are you, and what do you do?

My name is Will Ruby, I'm a designer, a photographer, and a teacher. For my day job I build prototypes of new software or features, and also do installation work for cultural institutions. I've also recently DP'd a music video.

I'm a designer by training, but most often find myself doing the work of design with code, and am really interested in tool building as a discipline, specifically, how does it effect outcomes that so many of us use the same set of tools?

What hardware do you use?

I have a venerable 2015 15 inch MacBook Pro with the old good keyboard that I use primarily for working. I also like that it has Thunderbolt ports for things like Black Magic video interfaces and their older cameras. Most of that stuff has moved to USB-C, but its nice to have more ports when you're working with a lot of peripherals.

For the museum work I like the idea of novel inputs and outputs as a way to distinguish a museum installation from an app you could install on your phone, so we've done stuff like attaching dishes of silicon oil to speakers, or make cymatic style light tables from frosted glass with camera's underneath. For lights on that kind of thing I like Aputure, they generally can run off of AC and hold up pretty good to always on setups, while still being pretty affordable if you have to replace them.

We've used Logitech's BRIO webcams and I've been pretty happy with them, though I tend to prefer cameras that take manual lenses, I've used Rokinon and Veydra lenses in EOS and Micro 4/3 format in cabinets at museums. The internal structure of those cabinets we build out of 80/20 which is essentially grown up erector set, and they'll precut and mill to your specifications if you order it through the site, which makes it pretty accessible if you don't have a shop setup, and sturdy.

I've also used Raspberry PIs for some small personal work, the Zeros are super cool for how small and cheap they are, and I really like the accessories that PiMoroni makes, specifically their Scroll pHAT HD. The Arduboy is also super fun and I've built a few small games for it.

I'm primarily a film shooter in my photographic practice and I'll spare you the whole list, but I use a Rollei 35 S, an original Soviet LC-A, an Olympus Pen F, and a Canon P primarily, though that changes with the weather. The Canon P I use has a 50s vintage Summitar 5cm f/2 which takes great photos.

For film, I really like Lomo's Berlin Kino, and Kodak Color Plus right now. With the current lockdown happening in the world, I've also gotten back into home developing for black and white using the Paterson Super System 4 and Rodinal.

I scan all that stuff myself with a first gen Canon 6D and the excellent Canon EF 100mm macro, a 3D printed 35mm film track, a backlight, and a camera rail setup mostly from SmallRig to hold everything square and level.

I do a lot of my scan touch up on the bus with my iPhone, too.

And what software?

I'm mostly on macOS, and for code, I use Sublime Text, I used to spend a lot of time getting it configured just right but slowly as my themes have all broken I'm using a pretty cobbled together version of it. I use the built in macOS Terminal.app still pretty happily. The Adobe tool stuff I use a fair amount though mostly in a production capacity, Photoshop and Illustrator. InDesign and Lightroom I use more for photography stuff, including a custom camera profile for my film scanning stuff made with the DNG Profile Editor.

For museum stuff, particularly experimenting with cameras and shader pipelines, I use VDMX, though we generally install built native applications. I've recently experimented with OPENRNDR for that sort of work.

I'm primarily a web platform person at this point, and really like Glitch, and use it heavily for my classes and also just quick sketches of ideas. When I deploy stuff it's primarily nodejs or static files behind nginx, and I use Certbot for SSL, though not as much as I should probably. My main box is on DigitalOcean and I use Cyberduck as my FTP client.

For libraries in JS I mostly avoid them if I can, but ExpressJS and WS are useful enough to get over that bias. I've also used SeriouslyJS for shaders on the web a lot, I like that they mostly let you just write your own shader in GL, though have started to lean more toward TWGL for that. Otherwise I tend to like my JS vanilla. SVG Filters are also cool for quick and dirty stuff.

My class site is built on a nodejs static site generator of my own, and uses JS String Templates as its theme engine, and Markdown and JSON in a folder tree as its data source. I use git to track revisions to that content over time, that's then hosted behind nginx.

For communication, I'm mostly on Slack and Messages at this point, and I have Spotify and Chrome permanently open too.

What would be your dream setup?

I'd love if Apple just made 2015 MacBook Pro's with new guts and an equivalent number of modern ports. That'd be amazing. And a drum scanner for film that worked with modern software out of emulation would be great as well.

I used to play with Plask when it was under development, and a real JS graphics card forward development environment would be killer. You can do a lot of that stuff in browser but it requires a fair amount of boiler plate, and making apps in Electron still feels kind of hacky to me. Someday I'll learn Unity properly.