The Haskell Unfolder Episode 21: testing without a reference

(This episode will be streamed live on YouTube today, 2024-03-06, at 1930 UTC.)

3 Likes

Is there an RSS feed suitable for a podcast player like AntennaPod?

1 Like

I think YouTube in principle can provide RSS feeds for playlists and channels, so perhaps one of these work?

It did not really work the way other feeds do on my podcast player.

For reference
https://feeds.buzzsprout.com/1817535.rss

I’m on my phone right now so it is difficult for me to look at the XML, but I believe for a podcast player to work the video or audio file needs to be in the feed.

RE @kosmikus’s question at the end about knowing if you’ve tested enough, there are definitely techniques to get an indication of whether your tests are complete. For example mutation testing and combinatorial coverage.