From 97d38aecab5b307d2edefddf7e5f10a6a03423cc Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 30 Sep 2024 15:00:45 +0000 Subject: [PATCH] feeds: subscribe to timclicks.dev --- hosts/common/feeds.nix | 3 ++- .../sources/timclicks.dev/compose-podcast/default.json | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 modules/data/feeds/sources/timclicks.dev/compose-podcast/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index b2e6bf42f..0132e7e86 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -110,9 +110,10 @@ let (fromDb "sharptech.fm/feed/podcast" // tech) (fromDb "sscpodcast.libsyn.com" // rat) # Astral Codex Ten (fromDb "talesfromthebridge.buzzsprout.com" // tech) # Sci-Fi? has Peter Watts; author of No Moods, Ads or Cutesy Fucking Icons (rifters.com) - (fromDb "theamphour.com" // tech) (fromDb "techtalesshow.com" // tech) # Corbin Davenport (fromDb "techwontsave.us" // pol) # rec by Cory Doctorow + (fromDb "theamphour.com" // tech) + (fromDb "timclicks.dev/compose-podcast" // tech) # Rust-heavy dev interviews (fromDb "werenotwrong.fireside.fm" // pol) (mkPod "https://sfconservancy.org/casts/the-corresponding-source/feeds/ogg/" // tech) diff --git a/modules/data/feeds/sources/timclicks.dev/compose-podcast/default.json b/modules/data/feeds/sources/timclicks.dev/compose-podcast/default.json new file mode 100644 index 000000000..c802723b3 --- /dev/null +++ b/modules/data/feeds/sources/timclicks.dev/compose-podcast/default.json @@ -0,0 +1,9 @@ +{ + "description": "An interview podcast for software developers using the Rust programming language to build a better planet. Software's impact on our society is increasing every day. Let's pull things apart so we can learn how to put things back together.Interview guests are typically the maintainers of open source projects, startup founders, leaders within the technology industry, and the occasional critic.Each episode aims to teach something new and provoke thoughts that'll last until the next episode and beyond.Interviews follow a rough format.We start with something that our guest thinks is interesting. This will typically involve talking tech and/or recent events. This section means that you'll find something to geek out about within the first 5-10mins of every episode.Then we learn more about our guest(s) by discussing their recent background and how they came to be interested in the thing they're interested in. At this point, we've really started to gain an understanding of their personal system at play and the forces that are upon it.We'll try to expand on some of those forces. While every interview is unique, some of the themes include the pressures of software engineering within a team, security, open source maintainership, the growth of the Rust language, and trends within the software industry", + "is_podcast": true, + "site_name": "timClicks (Tim McNamara)", + "site_url": "https://timclicks.dev", + "title": "Compose", + "url": "https://timclicks.dev/feed/podcast/compose/", + "velocity": 0.074 +} \ No newline at end of file