Clean up feeds

This commit is contained in:
Marcus Kammer 2024-03-30 10:33:19 +01:00
parent f7614d70b4
commit b7d626ac6c

View file

@ -25,18 +25,14 @@
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
("https://nostarch.com/feeds/newbooks.xml" books)
("https://www.strategyzer.com/blog/rss.xml" business blog strategyzer)
("https://www.neondystopia.com/feed/" cyberpunk blog)
("https://www.raspberrypi.org/blog/feed/" raspberry blog)
("https://www.blog.berrybase.de/feed/" raspberry blog)
("https://twobithistory.org/feed.xml" history blog coding)
("https://gwern.substack.com/feed" blog technology personal)
("https://blog.getbootstrap.com/feed.xml" web bootstrap blog)
("https://blog.mozilla.org/en/feed/" web firefox blog)
("https://fsfe.org/news/news.de.rss" fsfe news free-software)
("https://nostarch.com/feeds/newbooks.xml" books press)
("https://stackoverflow.com/feeds/tag?tagnames=sqlite&sort=newest" sqlite stackoverflow)
("https://rework.withgoogle.com/blog/feed" teams work blog)))
("https://stackoverflow.com/feeds/tag?tagnames=sqlite&sort=newest" sqlite stackoverflow)))
(setq elfeed-search-filter "@7-day-ago +unread")
(let ((feeds (expand-file-name "~/feeds.el")))
(when (file-exists-p feeds)
@ -91,16 +87,13 @@
;; security feeds
'(("https://threatpost.com/feed/" security)
("https://krebsonsecurity.com/feed/" security blog)
("https://www.schneier.com/feed/atom/" security blog)
("https://nakedsecurity.sophos.com/feed/" security)))
("https://www.schneier.com/feed/atom/" security blog)))
(mapcar
(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; ux feeds
'(("https://www.audiotranskription.de/feed/" ux blog qda)
("https://uxcontent.com/feed/" ux writing blog)
("https://userlutions.com/feed/" ux usability blog)
("https://www.nngroup.com/feed/rss/" ux design)
("https://uxpamagazine.org/?feed=full" ux design)
("https://feedpress.me/UXmatters" ux design)
("https://uxmovement.com/feed" ux design)
("https://www.uxbeginner.com/feed/" ux design)
@ -112,11 +105,10 @@
(mapcar
(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; podcasts
'(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast)
'(
("https://www.mdr.de/nachrichten/podcast/general/russland-angriff-krieg-ukraine100-podcast.xml" krieg ukraine podcast)
("https://www.deutschlandfunk.de/umwelt-und-verbraucher-100.rss" umwelt verbraucher klima podcast)
("https://jung-naiv.podigee.io/feed/mp3" politik podcast)
("https://changelog.com/podcast/feed" software-development open-source podcast)
("https://www.ndr.de/nachrichten/info/podcast4696.xml" podcast umwelt klima)
("https://ct-uplink.podigee.io/feed/mp3" podcast technik computer)
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" podcast osint))))