From a4437ab6bc52baaf2ba1d91aeae5d5ae2667b58f Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Sat, 17 Feb 2024 15:33:57 -0800 Subject: [PATCH] feat: add podcast content --- .../catalogue/podcasts/history-of-the-90s.md | 14 ++++++++++++++ .../catalogue/podcasts/hunting-warhead.md | 11 +++++++++++ .../catalogue/podcasts/if-books-could-kill.md | 15 +++++++++++++++ .../catalogue/podcasts/maintenance-phase.md | 18 ++++++++++++++++++ src/content/catalogue/podcasts/podcasts.json | 5 +++++ src/content/catalogue/podcasts/reply-all.md | 14 ++++++++++++++ .../catalogue/podcasts/running-from-cops.md | 9 +++++++++ .../catalogue/podcasts/surviving-y2k.md | 9 +++++++++ .../catalogue/podcasts/youre-wrong-about.md | 13 +++++++++++++ 9 files changed, 108 insertions(+) create mode 100644 src/content/catalogue/podcasts/history-of-the-90s.md create mode 100644 src/content/catalogue/podcasts/hunting-warhead.md create mode 100644 src/content/catalogue/podcasts/if-books-could-kill.md create mode 100644 src/content/catalogue/podcasts/maintenance-phase.md create mode 100644 src/content/catalogue/podcasts/podcasts.json create mode 100644 src/content/catalogue/podcasts/reply-all.md create mode 100644 src/content/catalogue/podcasts/running-from-cops.md create mode 100644 src/content/catalogue/podcasts/surviving-y2k.md create mode 100644 src/content/catalogue/podcasts/youre-wrong-about.md diff --git a/src/content/catalogue/podcasts/history-of-the-90s.md b/src/content/catalogue/podcasts/history-of-the-90s.md new file mode 100644 index 0000000..c2b8240 --- /dev/null +++ b/src/content/catalogue/podcasts/history-of-the-90s.md @@ -0,0 +1,14 @@ +--- +title: History of the 90s +rating: 4 +image: https://cdn.wonderfulfrog.com/history-of-the-90s.jpeg +date: 2021-08-25T00:02:00Z +url: https://curiouscast.ca/podcast/466/history-of-the-90s/ +--- + +As a bona fide 90s kid, this podcast was made for me. I'm enjoying a trip down memory lane, but also learning so much about the 90s that I had no idea about, or did not learn about at the time. + +## Favourite episodes + +- [Woodstock 99](https://curiouscast.ca/podcast/466/history-of-the-90s/) +- [Grunge (Part 1 & 2)](https://curiouscast.ca/podcast/466/history-of-the-90s/) diff --git a/src/content/catalogue/podcasts/hunting-warhead.md b/src/content/catalogue/podcasts/hunting-warhead.md new file mode 100644 index 0000000..88f5031 --- /dev/null +++ b/src/content/catalogue/podcasts/hunting-warhead.md @@ -0,0 +1,11 @@ +--- +title: Hunting Warhead +rating: 5 +image: https://cdn.wonderfulfrog.com/hunting-warhead.webp +date: 2021-08-25T00:00:00Z +url: https://www.cbc.ca/listen/cbc-podcasts/387-hunting-warhead +--- + +A chilling and gripping history telling the story of how one of the largest networks of CSAM was taken down by tracking its biggest maintainer. + +[Listen to the podcast](https://www.cbc.ca/listen/cbc-podcasts/387-hunting-warhead) diff --git a/src/content/catalogue/podcasts/if-books-could-kill.md b/src/content/catalogue/podcasts/if-books-could-kill.md new file mode 100644 index 0000000..5f87684 --- /dev/null +++ b/src/content/catalogue/podcasts/if-books-could-kill.md @@ -0,0 +1,15 @@ +--- +title: If Books Could Kill +url: https://www.ifbookspod.com/ +image: https://cdn.wonderfulfrog.com/if-books-could-kill.jpeg +date: 2024-02-17 +--- + +I will follow Michael Hobbes to the ends of the earth. + +## Favourite episodes + +- [The Art of the Deal](https://www.buzzsprout.com/2040953/14286395-the-art-of-the-deal) +- [The Subtle Art of Not Giving a F*ck](https://www.buzzsprout.com/2040953/14006961-the-subtle-art-of-not-giving-a-f-ck) + How is it that I always fall for the light right-wingers? I still respect the book for the impact it had on me, but Mark Manson has completely lost the plot lately. His second book was not worth the money I paid for it. +- [The 48 Laws of Power](https://www.buzzsprout.com/2040953/13887364-the-48-laws-of-power) diff --git a/src/content/catalogue/podcasts/maintenance-phase.md b/src/content/catalogue/podcasts/maintenance-phase.md new file mode 100644 index 0000000..1487bd9 --- /dev/null +++ b/src/content/catalogue/podcasts/maintenance-phase.md @@ -0,0 +1,18 @@ +--- +title: Maintenance Phase +rating: 5 +image: https://cdn.wonderfulfrog.com/maintenance-phase.webp +date: 2021-08-25T00:08:00Z +url: https://www.maintenancephase.com/ +--- + +A phenomenal podcast that challenged everything I knew about fatness, dieting, food, and my own relationship with each. I don't say this lightly but it has been a life-changing revelation for me. I devour every new episode with fervor and eagerly consume all their content. + +## Favourite episodes + +- [Dr. Oz](https://maintenancephase.buzzsprout.com/1411126/7857472-dr-oz) +- [Halo Top Ice Cream](https://maintenancephase.buzzsprout.com/1411126/7127890-halo-top-ice-cream) +- [The Biggest Loser](https://maintenancephase.buzzsprout.com/1411126/7353850-the-biggest-loser) + I used to watch this show religiously with my parents. I'd look to it at times for inspiration. Realizing the literal hell the cast when through now is horrifying. + + diff --git a/src/content/catalogue/podcasts/podcasts.json b/src/content/catalogue/podcasts/podcasts.json new file mode 100644 index 0000000..39f08de --- /dev/null +++ b/src/content/catalogue/podcasts/podcasts.json @@ -0,0 +1,5 @@ +{ + "layout": "catalogue", + "tags": "podcast", + "permalink": "podcasts/{{ page.fileSlug }}/index.html" +} diff --git a/src/content/catalogue/podcasts/reply-all.md b/src/content/catalogue/podcasts/reply-all.md new file mode 100644 index 0000000..2a8e8be --- /dev/null +++ b/src/content/catalogue/podcasts/reply-all.md @@ -0,0 +1,14 @@ +--- +title: Reply All +url: https://gimletmedia.com/shows/reply-all +rating: 3 +image: https://cdn.wonderfulfrog.com/reply-all.jpeg +date: 2021-08-25T00:07:00Z +--- + +There are too many episodes to this podcast, but I have been shared a few interesting ones from my partner. I was never a regular listener, and have not listened since it [effectively imploded](https://www.vulture.com/article/gimlet-reply-all-controversy-spotify-test-kitchen.html) + +## Favourite episodes + +- [The Case of the Missing Hit](https://pca.st/episode/cc572c51-e2bd-41fe-a138-d4f8ecba3549) + This is a real journey. There are so many fun twists and turns. diff --git a/src/content/catalogue/podcasts/running-from-cops.md b/src/content/catalogue/podcasts/running-from-cops.md new file mode 100644 index 0000000..dd3e807 --- /dev/null +++ b/src/content/catalogue/podcasts/running-from-cops.md @@ -0,0 +1,9 @@ +--- +title: Running from COPS +rating: 5 +image: https://cdn.wonderfulfrog.com/running-from-cops.webp +date: 2021-08-25T00:03:00Z +url: https://podcasts.apple.com/ca/podcast/headlong-running-from-cops/id1459118695 +--- + +[Listen to the podcast](https://podcasts.apple.com/ca/podcast/headlong-running-from-cops/id1459118695) diff --git a/src/content/catalogue/podcasts/surviving-y2k.md b/src/content/catalogue/podcasts/surviving-y2k.md new file mode 100644 index 0000000..e433d0c --- /dev/null +++ b/src/content/catalogue/podcasts/surviving-y2k.md @@ -0,0 +1,9 @@ +--- +title: Surviving Y2K +rating: 4 +image: https://cdn.wonderfulfrog.com/surviving-y2k.webp +date: 2021-08-25T00:01:00Z +url: https://podcasts.apple.com/ca/podcast/headlong-surviving-y2k/id1464251414 +--- + +[Listen to the podcast](https://podcasts.apple.com/ca/podcast/headlong-surviving-y2k/id1464251414) diff --git a/src/content/catalogue/podcasts/youre-wrong-about.md b/src/content/catalogue/podcasts/youre-wrong-about.md new file mode 100644 index 0000000..3f51aab --- /dev/null +++ b/src/content/catalogue/podcasts/youre-wrong-about.md @@ -0,0 +1,13 @@ +--- +title: "You're Wrong About" +url: https://yourewrongabout.com/ +rating: 4 +image: https://cdn.wonderfulfrog.com/youre-wrong-about.jpeg +date: 2021-08-25T00:06:00Z +--- + +## Favourite episodes + +I find I don't enjoy the podcast nearly as much since Michael Hobbes left the show. But the "classic era" YWA episodes tend to be great. + +- [Disco Demolition Night](https://www.buzzsprout.com/1112270/4815227-disco-demolition-night)