Podcasts

I listen to podcasts with Overcast on my iPhone.

Most of the podcasts I listen to are from Relay and The Incomparable. Exceptions to this:

Hello Internet has an RSS issue where only the last 100 show up. Here is a feed of episodes 1-50 of Hello Internet that you can subscribe to. I also have my own archive of all the episodes.

I also have my own podcast, Ruminate. Read my notes on podcast production.

Appearances #

Guest #

Notable Mentions #

Podcast Apps #

Used when generating the initial versions of my Defocused list on Letterboxd.

titles = document.getElementsByClassName('asset-name entry-title')

data = []
for (var i = 0; i < titles.length; i++) {
const title = titles[0].innerText
const link = titles[i].children[0].href
data.push({ title, link })
}