diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 6284d97e8..0796f8a97 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -85,6 +85,7 @@ let (fromDb "hackerpublicradio.org" // tech) (fromDb "lexfridman.com/podcast" // rat) (fromDb "mapspodcast.libsyn.com" // uncat) # Multidisciplinary Association for Psychedelic Studies + (fromDb "microarch.club" // tech) (fromDb "omegataupodcast.net" // tech) # 3/4 German; 1/4 eps are English (fromDb "omny.fm/shows/cool-people-who-did-cool-stuff" // pol) # Maggie Killjoy -- referenced by Cory Doctorow (fromDb "omny.fm/shows/money-stuff-the-podcast") # Matt Levine diff --git a/modules/data/feeds/sources/microarch.club/default.json b/modules/data/feeds/sources/microarch.club/default.json new file mode 100644 index 000000000..0be07e981 --- /dev/null +++ b/modules/data/feeds/sources/microarch.club/default.json @@ -0,0 +1,9 @@ +{ + "description": "The art, science, and history of processor design..", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "Microarch Club", + "url": "https://feeds.transistor.fm/microarch-club", + "velocity": 0.083 +} \ No newline at end of file