Hello Internet Archive!
Today I had my first gig with the Internet Archive in their mini concerts series. It was a really good experience (and if you’re a musician, especially one who performs online, I urge you to sign up for it yourself!) and I’d like to share some thoughts with folks in general! (And if anyone from IA is reading this, hello!!!!)
### The show
As usual I performed from a VR space using my avatar1, which was a first for them. Unfortunately my hand tracking setup wasn’t working (you can read about those woes over on my main blog) but I don’t think it really mattered. I also finally got to make use of my new audio setup for an actual show (having done a couple of dry runs in VRChat over the past week) and I got a lot praise for the audio quality, so that was super nice to hear.
I played acoustic versions of Come Out, Behind a Mask, and Adding Up to Nothing, and all three songs went over really well. I also took a recording which I’ll be posting on my performances section at some point, and it will also appear on their own performance archive.
Afterwards they invited me to stick around for their status meeting so I could hear about a lot of the amazing work they’re doing. Back when I was a software engineer I’d actually considered applying for a job with them, and this whole thing has me thinking I’d like to do that again! Even though I’m too disabled to work a full-time job anymore. And super burned out on software engineering. 🙃 But Mark Graham, the director of the Wayback Machine](https://web.archive.org/), said that they take all kinds, so maybe there would be something there for me anyway. I’ll have to look at their open job listings.
### Preservation
Anyway. I definitely want to share some thoughts about the Internet Archive. I am super glad that it exists and that they specifically operate like a library, _not_ like a tech company, because it’s such an amazing resource for everyone out there, especially when it comes to preserving open-license and public-domain content, as well as abandoned/lost media.
A while back I started to write an AI-driven lyric search engine so that I could find a song that I’d had stuck in my head and couldn’t remember the name of. Eventually I used my human brain, and not AI, to remember enough context cues to track it down; the song was “Lolita” by Moneyshot, off their debut album Bliss. This music is, as far as I can tell, completely lost to the world, as is everything about that band.
But fortunately, I could remember enough things about the album to track things down; I had bought this album from CDBaby back when they were an online record store and not just one of many cogs in a corrupt machine, and CDBaby’s record store had a very specific and easy-to-remember URL scheme (which feels like a _luxury_ today). So with just a little more work I was able to find the original listing page and from there I was able to get the band’s website2. All thanks to the Internet Archive.
I’ve also been trying to recover a bunch of lost media as well. For example, back in grad school, a friend of mine was releasing weird abstract electronic music on hand-burned CD-Rs. There is absolutely _no_ information about him or his music anywhere online as far as I can find. So I took action3. I also intend to take such action on so many other CDs that I own which are impossible to find online, this lost media from a time when music meant something.
Internet Archive also reminded me of a band I loved back in college, and how their sound has evolved over the years was a _direct_ inspiration to the final track on Transitions, as well as much of the sound of that album4.
### My personal efforts
Most of my websites run on my own platform, Publ, that I designed _specifically_ to make sure that it’s as archival-friendly as possible. Pagination is stable, nearly everything is done with server-side rendering, and image renditions5 are generated in a cache-friendly way, ensuring that the right rendition is served up based on whatever render spec was provided at the time the page was served up.
There’s also a helper tool I wrote, Pushl, which helps to maintain links between sites, particularly with protocols like Webmention, but another thing it can do is automatically ping the Wayback Machine with every webpage it sees, ensuring that things get archived if possible. Because the web is nothing if it cannot be preserved and cached and stored for later and remain open.
My website is also built such that the Internet Archive can find and preserve the public previews of my music. I use another tool I wrote, Bandcrash, to generate the preview players, and have some glue to import Bandcrash’s output everywhere on this site. So in theory, when the Wayback Machine next crawls this website6, everything will be preserved for later, _including_ the player, which is also built to be IA-crawlable.
I am also working on an idea for an indie-friendly streaming system — think RSS but for Spotify-like purposes — and I have prototypical microformats throughout my website to facilitate this, as well as a design for an overarching music/streaming syndication format that makes use of these microformats, as well as providing an easier-to-parse JSON rendition. (There are technical reasons why I’m not simply extending RSS for this purpose.)
I also intend, at some point, to upload my entire discography to the Internet Archive, because as I’ve said before, my main interest is in gaining listeners and people who are willing to support me in ways _other_ than going through the war machine, and I care more about my stuff being heard and preserved than I do about it making me a millionaire. I _have_ enough money to live on (thanks to my aforementioned past as a software engineer), what I _need_ is the satisfaction of feeling successful, and also I need to know that my music will outlast me and my frail, fleshy self.
### In conclusion
The Internet Archive is amazing, and we should all do what we can to support it, for the good of the future.
1. Specifically a version where I’ve added clothing, which will be coming as a free update sometime soon. ↩
2. Unfortunately, this is about all the information I can find out about them. Like many early-2000s indie bands they went out of their way to be super mysterious so I don’t know if any of the members (if there even _are_ multiple members — I’m far from the first to be this kind of totally-a-real-band-I-swear artist!) went on to keep making music under other names. ↩
3. Unfortunately the name he released under has Not Aged Well, and also the music is… well, it’s very much of its time. I love “Praying Mantis” though, or at least the way he performed it live. ↩
4. Although most of the sonic inspiration comes from Miracles of Modern Science, an incredible band that you should check out. ↩
5. Incidentally, one of my roles as a software engineer was to write the scaler and design the next-generation image rendering service for an online-bookstore-turned-ecommerce-giant, and a previous role there was to work on their automatic scanned-book-to-ebook-conversion effort for the first majorly-successful ebook platform out there. The fact that Internet Archive has been doing similar things but in a much more open-culture and preservationist way makes me _very_ happy. ↩
6. And writing this post reminded me that I needed to re-ping the crawler for everything, since the last crawl was from before I switched to the Bandcrash embeds from Bandcamp, which is _not_ IA-friendly! ↩