Podcasts in 2025

What podcasts is David listening to in 2025

Podcasts

It’s been three years since my last ‘what podcasts am I listening to’ post, so I think I’m well overdue for an update.

Pocket Casts remains my goto app for podcast consumption. One nice thing is that they recently made a change so that you can now also listen to podcasts via their web interface (previously this was a premium subscription feature). I’ve not used it a lot, but a couple of times when I’ve got back home and I’m almost at the end of a good episode it has been useful to switch over to the web interface back at my desk (rather than leave my earplugs in via my phone).

Screenshot of Pocketcasts iOS app showing subscribed podcasts

My morning walk around the neighbourhood before starting work continues to be the most common time to listen to podcasts. I’m usually out for about an hour, which allows time for 30-40 minutes from a second podcast after I finish the latest Daily Audio Bible episode. The other time is occasionally when I’m about to go to sleep. I’ll put on an episode but set the sleep timer to stop playing after 5 or 10 minutes as I’ll almost always be out to it before then.

Sidenote: I used this PowerShell snippet to process the exported OPML file (from Pocketcasts) to generate the list of podcasts for this post:

$xml = [xml] (get-content "PocketCasts 2025-09-24.opml")
$xml.opml.body.outline.outline | ForEach-Object { "- [$($_.text)]($($_.xmlUrl))" }

Podcasts

I’ve divided the podcasts I’m still listening to into two main groups - non-technical and technical. Within those I’ve roughly sorted them according to how often I listen to episodes.

Since the last post there’s a few that appear to have gone dormant, are no longer produced, or they broke their RSS feed, so I’ll likely be doing some spring pruning of those.

Non-technical

Technical

Farewelled

Any others you can suggest I might be interested in?