diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 6b3cbcbd1..8f67ac511 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -67,6 +67,7 @@ let (fromDb "anchor.fm/s/34c7232c/podcast/rss" // tech) # Civboot -- https://anchor.fm/civboot (fromDb "anchor.fm/s/2da69154/podcast/rss" // tech) # POD OF JAKE -- https://podofjake.com/ (fromDb "bluecityblues.org.podcastpage.io" // pol) # hosts overlap with Seattle Nice + (fromDb "buzzsprout.com/2126417" // tech) # Mystery AI Hype Theater 3000 (fromDb "cast.postmarketos.org" // tech) (fromDb "congressionaldish.libsyn.com" // pol) # Jennifer Briney (fromDb "craphound.com" // pol) # Cory Doctorow -- both podcast & text entries diff --git a/modules/data/feeds/sources/buzzsprout.com/2126417/default.json b/modules/data/feeds/sources/buzzsprout.com/2126417/default.json new file mode 100644 index 000000000..ce1ce58d7 --- /dev/null +++ b/modules/data/feeds/sources/buzzsprout.com/2126417/default.json @@ -0,0 +1,7 @@ +{ + "description": "
Artificial Intelligence has too much hype. In this podcast, linguist Emily M. Bender and sociologist Alex Hanna break down the AI hype, separate fact from fiction, and science from bloviation. They're joined by special guests and talk about everything, from machine consciousness to science fiction, to political economy to art made by machines.
", + "is_podcast": true, + "title": "Mystery AI Hype Theater 3000", + "url": "https://feeds.buzzsprout.com/2126417.rss", + "velocity": 4.0 +} \ No newline at end of file