Comment on What RSS feeds are you subscribed to?

JadedBlueEyes@programming.dev ⁨5⁩ ⁨days⁩ ago

Here are some interesting feeds I follow, mostly tech-focused and quite Rust heavy:

Generated by opening an OPML export in firefox, running the following script and deleting a bunch of feeds:

 "- " + [...document.querySelectorAll("body > outline > outline")].map((f) => `[${f.getAttribute("text")}](${f.getAttribute("htmlUrl")}) \`${f.getAttribute("xmlUrl")}\``).join("\n- ") 

source
Sort:hotnewtop