Leeann Author Photo Shoot

as leeann’s been publishing a bit more, i mentioned i wanted to do some updated author photos (since i did her first author photos awhile ago, when i was a much more novice photographer, and wanted to update them). tried to do some projection work here; i think the flatness of the projector was not very flattering to the subject’s face (or maybe it has to be pointed at just the right way, to get shadows to fall in just the right way). ...
leeann channeling kate bush

Duo Russian Test

Last night we worked on this duo move where the base is sitting and the flyer does a Russian split. Some findings: foot placement is key (the reason I come out so fast here is that I feel like the shirt is sliding) need to grab spansets to increase the “distance” between base’s chest (aka the bottom of the hoop) and the flyer’s arms base needs to start from horizontal and sit up, following the flyer (this way you’ll get a more horizontal split and also the flyer can push against a “vertical” surface)

Musical Form Exercise

F. was struggling with finishing a track, so I thought about leading this exercise in terms of what makes a musical composition “finished” or not. Abstraction I was thinking about this problem as the challenge of adding form to the formless, which is something that I have had to do in other modalities: Patternmaking in cordswaining When we outlined both feet to make the sole, then took the average of the two feet (mirrored) to make the pattern Drawing the curve of our upper as we visualized it, but going back and using the bezier curve for the final shape Choreography When developing choreo, I might first move to the music in a way that inspires me, but then I need to simplify those moves in order to disseminate it to others. This might strip some nuance out of the movement, but allows others (and myself) a way to repeat it e.g. the instructions “left arm moves forward, draw 180 arc with your hips, dévelopée right leg” leaves out much detail, but is more concise than, the embodied action(s) Translation/detranslation (telephone signal processing/transmission) The idea I’m trying to get across: even though the idea you have might be highly complex, you need to simplify it in order for it to be transmissible to others (or sometimes, just to yourself at a later date) ...

Hugo Deploy

My work log for deploying Hugo on my instantiation, using https://euantorano.co.uk/hugo-git-deployment-nearly-free-speech/ (this mostly worked for me but required some minor changes). Installing (a correct version of) Hugo on NearlyFreeSpeech #!/usr/bin/env sh set -ex VERSION=0.145 FILENAME="hugo_${VERSION}_FreeBSD-64bit.tar.gz" BIN_DIR=$HOME/bin mkdir -p "${BIN_DIR}" fetch -q -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v${VERSION}/${FILENAME}" tar -C "${BIN_DIR}" -xvzf hugo.tar.gz hugo rm hugo.tar.gz If you want to change the version above, make sure it exists in the correct combo of version x operating system at https://github.com/gohugoio/hugo/releases/download/*. You may then need to modify FILENAME. ...

J and L Rope Illustration

a sketch of j. and l. at my home studio at the rope/technique lab i host very occasionally. i would like to start this up again with some regularly but need a co-organizer. it’s been hard to find the balance between intimacy within a regular group and enough people to fill out the space (at max we’ve had 15 people, at minimum just a couple) unless i make this a more public event rather than invite-only; i do want to make it more public, but am having a hard time figuring out how to manage the transition into what i would want to be a more formalized setting where i define ground rules for the space. ...
digital illustration based on a photo I took of J + L

Magnitude 2025

Myles invited me to perform for the rigging component of Magnitude 2025 (a Folsom circuit party on Saturday evening). Rigging The venue was SVN West. We had some issues with rigging (the heights were not ideal, and we had some cross-talk between the chains and the hoop that meant the chains hit the hoop spanset a bit when spinning even when the hoop was pulled out of the way, and because we tried to set the hoop as far away from the chains as possible, it was slightly too close to the (already too-close) gogo stage behind us, which meant that we clipped it at full extension). ...

White Leather Bra

After the bustier, this is the second “bra” shape I’ve tried to make in leather. I did this with exploratorily-sketched paper patterns that I held up to the model and reshaped for a few iterations. The latigo was more stiff than the veg-tan of the bustier and is more resistant to deformation. I spent the most time trying to figure out the cup direction w.r.t. the straps crossing in front. This took a bit of balancing. ...

Hydra Livecoding Session With Video

Made while I was ill and sequestering in my friends’ guest room in a cabin in New Hampshire. This is the first time I realized I could open a stream to one longer video, and access different points of the stream dynamically (I initially imported a lot of short clips, which was not workable memory-wise and reliably crashed the browser). tois is an array of “times of interest” that I preselected based on familiarity with the video. I’m playing mostly with layering and playbackRate, which I find to be an effective modulator when combined with the FFT of the audio playing. ...

No Para Act

Performance at Kinetic Arts’ Summer Circus Celebration was good despite my act being quite unpolished (I finished it a week before). This was my first time performing multicordes in about 3 years. Apparatus changes I was excited to develop a spinning concept for the first time (this required that I change the hardware from a straight bar and tune the height of the cordes: ideally the cordes are just above the ground so friction doesn’t degrade spinning over time). ...
Photo by Rowan Littell

Livecoding SFPC class 1

Thoughts on reading from ‘Live-Coding: A User’s Manual’. The reading My favorite is the “thinking in public” definition. I like to interpret this as working through problems while the audience has transparency to what you are doing. If there isn’t the observed tackling of an issue, then it’s just the performance of a known process (which itself is also interesting… I love process videos on instagram that document cooking or carpentry – however I think these process videos aren’t live-coding if you aren’t allowing the audience to see the process in real-time). [For this reason I often like to incorporate a constraint or a challenge during my devised live-coding performances, because I want the audience to see me struggle in the process.] ...