Update news

This commit is contained in:
Marcus Kammer 2022-11-01 12:21:22 +01:00
parent 2318a5c1eb
commit 6d7c22d650
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -13,8 +13,7 @@
:bind ("C-x w" . elfeed) :bind ("C-x w" . elfeed)
:init :init
(setq elfeed-feeds (setq elfeed-feeds
'( '(("https://netzpolitik.org/feed/" netz politik news)
("https://netzpolitik.org/feed/" netz politik news)
("https://www.guyrutenberg.com/feed/" linux blog) ("https://www.guyrutenberg.com/feed/" linux blog)
("https://www.raspberrypi.com/news/feed/" blog pi os) ("https://www.raspberrypi.com/news/feed/" blog pi os)
("https://blog.mozilla.org/en/feed/" browser web) ("https://blog.mozilla.org/en/feed/" browser web)
@ -25,7 +24,6 @@
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web) ("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google) ("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
("https://nostarch.com/feeds/newbooks.xml" books) ("https://nostarch.com/feeds/newbooks.xml" books)
("https://metaebene.me/feed/m4a/" podcast)
("https://www.strategyzer.com/blog/rss.xml" business blog strategyzer) ("https://www.strategyzer.com/blog/rss.xml" business blog strategyzer)
("https://www.neondystopia.com/feed/" cyberpunk blog) ("https://www.neondystopia.com/feed/" cyberpunk blog)
("https://www.raspberrypi.org/blog/feed/" raspberry blog) ("https://www.raspberrypi.org/blog/feed/" raspberry blog)
@ -40,13 +38,11 @@
("https://www.heise.de/thema/Linux-und-Open-Source?view=atom" linux news) ("https://www.heise.de/thema/Linux-und-Open-Source?view=atom" linux news)
("https://www.linux-magazin.de/feed/" linux news) ("https://www.linux-magazin.de/feed/" linux news)
("https://rockylinux.org/rss.xml" linux admin news) ("https://rockylinux.org/rss.xml" linux admin news)
("https://rework.withgoogle.com/blog/feed" teams work blog) ("https://rework.withgoogle.com/blog/feed" teams work blog)))
) (setq elfeed-search-filter "@4-day-ago +unread")
elfeed-search-filter "@4-day-ago +unread")
:config :config
(mapcar (mapcar
#'(lambda (feed) #'(lambda (feed) (add-to-list 'elfeed-feeds feed))
(add-to-list 'elfeed-feeds feed))
;; lisp / clojure / emacs feeds ;; lisp / clojure / emacs feeds
'(("http://planet.sbcl.org/rss20.xml" sbcl lisp) '(("http://planet.sbcl.org/rss20.xml" sbcl lisp)
("http://atomized.org/rss.xml" lisp emacs blog) ("http://atomized.org/rss.xml" lisp emacs blog)
@ -68,8 +64,7 @@
("http://planet.clojure.in/atom.xml" clojure news hacking jvm java) ("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
("https://lisp-journey.gitlab.io/index.xml" lisp blog))) ("https://lisp-journey.gitlab.io/index.xml" lisp blog)))
(mapcar (mapcar
#'(lambda (feed) #'(lambda (feed) (add-to-list 'elfeed-feeds feed))
(add-to-list 'elfeed-feeds feed))
;; ux feeds ;; ux feeds
'(("https://www.audiotranskription.de/feed/" ux blog qda) '(("https://www.audiotranskription.de/feed/" ux blog qda)
("https://uxcontent.com/feed/" ux writing blog) ("https://uxcontent.com/feed/" ux writing blog)
@ -80,7 +75,14 @@
("https://uxmovement.com/feed" ux design) ("https://uxmovement.com/feed" ux design)
("https://www.uxbeginner.com/feed/" ux design) ("https://www.uxbeginner.com/feed/" ux design)
("https://jeffgothelf.com/feed/" lean ux design blog) ("https://jeffgothelf.com/feed/" lean ux design blog)
("https://uxwritinghub.com/feed/" ux writing blog)))) ("https://uxwritinghub.com/feed/" ux writing blog)))
(mapcar
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; podcasts
'(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast)
("https://changelog.com/podcast/feed" software-development open-source)
("https://www.ndr.de/nachrichten/info/podcast4696.xml" klima)
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" osint))))
(use-package gnus (use-package gnus
:ensure nil :ensure nil