Playlunch at The Mercury Lounge on Friday, August 21st, 2026
Just spent two nights in the Adirondack High Peaks and checked Gothics and Armstrong off my list (and repeated Upper Wolfjaw).
Here are some gear notes about what went well and what didn’t so I can do better next time:
Skippy creamy peanut butter squeeze pack
On past trips I’ve skimped on the calories and suffered for it, this is an attempt to fix that
Sea to Summit Aeros Ultralight Pillow
This is so much better than resting your head on a pair of rolled up pants I can’t believe I put myself through that for so long. I accidently got the large but I’m sure the regular is great too
I like to backpack in, set up camp, and then do some mountains. The Flashpack 22 packs down small enough that I can fit it in my big pack. I actually bought my first second-hand, use it until it wore out, and then just now bought a new one.
I couldn’t find the classic in stock but this was great to eat at the top of a mountain
I hate filtering water. This isn’t the lightest thing in the world but it’s quick and I’ve set mine up so it plugs directly in to my hydration bladder eliminating the mess.
I bought you on sale on a whim and you have changed my life. I used to spend too much time waiting for water to boil but you boil almost too quickly. I wish you had a built in ignighter and I’m still a little scared of lighting you by hand but its worth it to have water done so quickly.
You light up my world like nobody else
Amazing. Don’t tell me about the newly released pro model, I want USB-C, not a proprietary charging cable (I wouldn’t have even needed to pack a charging cable for 2 nights… but it feels wrong to go on a trip without the charging cable)
Bus from NYC to Albany-Rensselaer
Usually I take the train but it was sold out. Bus worked well! It’s a long trip to the ADK and I don’t like driving all the way back when I’m tired.
A little too small for one large dehydrated dinner plus snacks, and toiletries for two nights. Great for one night out and in that case much better than carrying the full size cans they rent at the ADK Loj but a little too small for this trip.
Also, I need to get a dedicated thing for opening bear cans.
I’m not mentioning brand names for these next couple becasue they don’t deserve any hate, they just didn’t quite work this trip:
Backpacking pack
It’s a good backpack!! I’ve done a bunch of ~2 night trips with it but it’s wearing out and it’s time for me to replace it
Headlamp
Maybe you just need new batteries but you were kind of dim
Air mattress
I have broader shoulder than I did when I bought this air mattress
I can’t believe you left me đ
One of my all time fav bands Fever Dolls at Night Club 101 on Thursday, May 28th 2026
L Train Brass Band at The Debt Gala on May 3rd, 2026 at Music Hall of Williamsburg
Tool - Explain Shell. When I come across a terminal command or a set of arguments I don’t recognize my first stop is always ExplainShell.com. It isn’t perfect because it pulls data from manpages which don’t follow a perfectly uniform structure but much more often than not it helps me quickly make sense of what I’m looking at. After several years in maintance mode it recently got an updated set of data which I’m very excited to see!.
Review of the “Telesin Remote Controller for GoPro Hero 13/12/11/10/9/8/MAX”
I often use a GoPro Hero 10 to record my bands. It’s easy to throw in a bag and attach to whatever is available in the venue via the Magnetic Swivel Clip.
Since I can’t start or stop them from the stage I often record a lot of unnecessary footage of set up and tear down. Recording extra video isn’t a big deal when the GoPro is plugged in to an external power source1 but sometimes external power isn’t available and every minute of battery life counts2. After a recent gig where I had to run up and down some stairs several times to start and stop recording I decided I should get a remote. I tried using the GoPro Quik app on my phone as a remote but it was unable to connect… I believe both the app and the remote both use Bluetooth Low Energy (BLE) so that may still be an issue.
I purchased the remote for $37 from B&H. It’s lighter than I expected and the build quality feels good. The interface is simple and includes everything you need but no more.
It does basically everything you’d want from a remote to do but here are a few things I haven’t seen mentioned online anywhere:
The screen is color but it doesn’t support any kind of live preview.
If you have multiple devices connected you cannot give them memorable names. They are identified by a 4-digit id. I printed and attached a label clarifying which camera is which. This is illustrated in the image at the top of this post.
If the remote has been paired, it can wake the GoPro from the powered off state IF AND ONLY IF the GoPro has been powered on previously. Let me clarify what I mean by that:
This does not work:
Nothing happens âšī¸
This works:
GoPro turns on, starts recording, and turns off again when you stop recording đ
Note that in this process the GoPro turns on, starts recording, and immediately turns off again and you cannot change any presets.
The remote can change presets on the camera but it can only change VIDEO presets if the “Video Performance Mode” is set to “Maximum Video Performance”. If the mode is set to “Extended Battery” or “Tripod” the remote will list the other presets and let you select them but the camera will not change. Interestingly enough it can change PHOTO and TIME LAPSE presets when set to “extend battery” or “tripod” modes3.
The remote can turn on and start / stop video on the Hero 7 Black which I have not seen listed anywhere. Multi-camera mode (starting and stopping multiple cameras at once) also works. You cannot change presets and the Hero 7 shuts off after finishing the video. Again, not a big concern for me but worth mentioning.
I recommend Lossless cut for easily chopping up large files ↩︎
The Enduro batteries help some. If you’re trying to squeeze out every minute I would recommend them. ↩︎
I suspect the issue is related to how the video presets are named. Some presets slightly differently in different parts of the UI. Maybe someone could tweak the firmware to fix it but I am happy to choose my preset and simply use the remote to start and stop the camera. ↩︎
I’ve been using a Zoom H4n Pro audio recorder for a few years now. I like that it’s durable, relatively inexpensive1 and doesn’t look too fancy. Those last two points are very important when I set it up on the New York City sidewalk across from my bands2 while I’m playing. It doesn’t catch anyone’s eye and if it does it’s easily replacable.
There are a few things I don’t like about it. The rubberized coating gets gross3, the menu system is convoluted, it chews through AA batteries… and if it loses power while recording it loses your files.
To prevent a power loss I strongly recommend powering it off of a 5V USB port, either from a wall outlet or a rechargable battery pack (Pictured above) with a USB to barrel jack adapter AND with AA batteries in the recorder. The recorder will draw power barrel jack and will fall back to the AA batteries if needed.
If your recorder does lose power while recording your files are probably still recoverable. Here’s how I recovered a 24-bit stereo WAV file recently.
diskutil list
/dev/disk8 with the correct value in the “SIZE” column
Create a byte-for-byte replica of your SD Card. This will be exactly the same size as your SD card so make sure you have enough free disk space. Some instructions recommend using Disk Utility but as of MacOS 15.6.1 I couldn’t figure out how to make a full disk image that way.
sudo dd if=/dev/disk8 of=~/Path/to/save/your/sd/card/image/zoom_sd_card.iso bs=512
REMOVE THE SD CARD FOR SAFE KEEPING. DO NOT TOUCH IT AGAIN UNTIL YOU HAVE YOUR FILES
Figure out what your audio recording settings were. If you have another recording you made with the same device with the same settings you can use open it in MediaInfo to see. Look for “Channels”, “bit rate”, and “bit depth”.
If not you can try putting a different SD card in your Zoom and checking the format to see what was selected by default.
Make sure you have a lot of disk space for Audacity’s temporary files. I needed a full 45 GB free for a 16 GB sd card
Open Audacity
File > Import > Raw Data…
Signed ??-bit PCM
?? is the bit rate you found in step 5

Command-Q (âQ)/Users/YOUR_USERNAME/Library/Application Support/Audacity/SessionDataGood luck!!
The following guides were invaluable:
~$100 on eBay as of writing ↩︎
Nice Brass and the L Train Brass Band ↩︎
I used rubbing alcohol to scrape the rubberized coating off ↩︎
My second concert playing bari sax with Press Start Orchestra!
It’s well known that hard drive prices have been rapidly increasing. Here’s my personal experience.
In November, 2024 I bought a bundle of two 16TB WD Red Pro NAS Hard Drives directly from Western Digital. The list price was $670 but there was a promotion for the bundle bringing the price down to $500. Tax was $45 and shipping was free. That works out to $272 per drive ($17/TB).
The same drives are now listed for $400 on WD’s website ($25/TB). Diskprices.com (Archive.org snapshot of today) says the lowest price available for a new 16TB drive is $360 ($22.5/TB). Amazon has them for $578.
^ Amazon price history (source: Keepa)
Prices fluctuate, of course, that’s annoying but not so strange. The fact that everything is out of stock seems stranger to me. I was thinking about upgrading some drives and selling the used ones to my coworker but that doesn’t seem feasible now.
The same is true for flash storage and SSDs. I know a video editor who likes to work on 4TB Samsung T7 USB drives. In November, 2024 they cost $279 each. Today they cost $664 on Amazon and $880 on B&H. At least they’re on the shelves, I guess.
I’m not sure where this is going but it seems like prices will keep going up for the immediate future. At this point I’m nervous about SD cards and routers too.
Grace Bowers at Night Club 101 on March 16th, 2026