diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index b840be4d..1155e926 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -142,6 +142,7 @@ let (fromDb "edwardsnowden.substack.com" // pol // text) (fromDb "fasterthanli.me" // tech) (fromDb "gwern.net" // rat) + (fromDb "hardcoresoftware.learningbyshipping.com" // tech) # Steven Sinofsky (fromDb "harihareswara.net" // tech // pol) # rec by Cory Doctorow (fromDb "ianthehenry.com" // tech) (fromDb "idiomdrottning.org" // uncat) diff --git a/modules/data/feeds/sources/hardcoresoftware.learningbyshipping.com/default.json b/modules/data/feeds/sources/hardcoresoftware.learningbyshipping.com/default.json new file mode 100644 index 00000000..46b90429 --- /dev/null +++ b/modules/data/feeds/sources/hardcoresoftware.learningbyshipping.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "Personal stories and lessons from inside the rise and fall of the PC revolution", + "is_podcast": false, + "site_name": "Hardcore Software by Steven Sinofsky | Substack", + "site_url": "https://hardcoresoftware.learningbyshipping.com", + "title": "Hardcore Software by Steven Sinofsky", + "url": "https://hardcoresoftware.learningbyshipping.com/feed", + "velocity": 0.039 +} \ No newline at end of file