#+title: mms emacs config - misc - RSS #+author: michaƂ sapka (https://michal.sapka.me) #+startup: showall indent logdone #+hugo_base_dir: ~/ghq/vcs.sapka.me/michal-sapka-me/ #+hugo_weight: 400 #+hugo_section: emacs/config #+hugo_categories: emacs emacs-config #+hugo_menu :menu "emacs-config" :name "RSS" #+hugo_custom_front_matter: :abstract "my emacs config - RSS onfig" #+hugo_custom_front_matter: :menu-abstract "Elfeed and literate config" #+export_file_name: misc * Elfeed Elfeed is the single best RSS reader for Emacs and of the best out there. #+begin_src emacs-lisp (use-package elfeed :ensure t) #+end_src * Elfeed-org I want to manage my subscription as org subtree - makes it easier to make sense of it. Lucky, elfeed-org does exact this! You can read my intro to elfeed org [[https://michal.sapka.me/emacs/elfeed-literate-config/][on my website.]] #+begin_src emacs-lisp (use-package elfeed-org ;; :after elfeed :ensure t :config (setq rmh-elfeed-org-files (list "~/.emacs.d/mms-misc-rss.org")) (elfeed-org)) #+end_src And some keybindings I also don't need line numbers when reading RSS item * Youtube YT is a sad state of the web. Still, there is some good content there. I want to use it inside emacs #+begin_src emacs-lisp (use-package elfeed-tube :ensure t ;; or :straight t :after elfeed :demand t :config ;; (setq elfeed-tube-auto-save-p nil) ; default value ;; (setq elfeed-tube-auto-fetch-p t) ; default value (elfeed-tube-setup) :bind (:map elfeed-show-mode-map ("F" . elfeed-tube-fetch) ([remap save-buffer] . elfeed-tube-save) :map elfeed-search-mode-map ("F" . elfeed-tube-fetch) ([remap save-buffer] . elfeed-tube-save))) (use-package elfeed-tube-mpv :ensure t ;; or :straight t :bind (:map elfeed-show-mode-map ("C-c C-f" . elfeed-tube-mpv-follow-mode) ("C-c C-w" . elfeed-tube-mpv-where))) #+end_src * Subscriptions :elfeed: ** Blogs :blog: *** [[https://gideonwolfe.com/index.xml][Gideon Wolfe]] *** [[https://grumpygamer.com/rss][Ron Gilbert]] *** [[https://lukesmith.xyz/rss.xml][Luke Smith]] *** [[https://a3nm.net/blog/feed.xml][Antoine Amarilli]] *** https://bt.ht/atom.xml *** https://josem.co/articles/index.xml *** https://robert.bearblog.dev/feed/ *** https://www.zenspider.com/atom.xml *** https://mwl.io/blog/feed *** [[https://drewdevault.com/blog/index.xml][Drew DeVault]] *** https://arnesonium.com/feed.xml *** https://jcs.org/rss ** https://unixsheikh.com/feed.rss ** https://blogrys.pl/feed.xml ** https://n3wjack.net/feed/ ** https://normalmo.de/index.xml ** https://frostyx.cz/feed.xml ** https://drew.idktellme.com/feeds/all.atom.xml ** https://tiredsysadmin.cc/rss.xml ** https://bsdly.blogspot.com/feeds/posts/default?alt=rss ** https://odysee.com/$/rss/@GaryHTech:0 ** https://tilvids.com/feeds/videos.xml?videoChannelId=2775 ** https://tilvids.com/feeds/videos.xml?videoChannelId=47 ** https://videos.lukesmith.xyz/feeds/videos.xml?sort=-publishedAt ** https://videos.danksquad.org/feeds/videos.xml?videoChannelId=2332 ** https://feeds.feedburner.com/digest-programming ** https://shopify.engineering/blog.atom ** https://susam.net/blog/feed.xml ** https://dev.37signals.com/feed/posts.xml ** https://frame.work/blog.rss ** https://www.pine64.org/feed/ ** https://monal-im.org/index.xml ** Emacs :emacs: *** https://howardism.org/index.xml *** https://sqrtminusone.xyz/posts/index.xml *** https://amodernist.com/all.atom *** https://pragmaticemacs.wordpress.com/feed/ ** Entertainment *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UClOGLGPOqlAiLmOvXW5lKbw][Mandalore Gaming]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNmv1Cmjm3Hk8Vc9kIgv0AQ][Grim Beard]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEHFikgnRuLd1HYKTLrae9Q][A Life Engineered]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJ6KZTTnkE-s2XFJJmoTAkw][Accursed Farms]] ** Podcasts *** https://2.5admins.com/feed/podcast * Migrated I am testing Gnus. I'll migrate all feeds that will have at least one update in the comming 2 months and I'll see about the rest. *** https://kevquirk.com/feed *** https://hackaday.com/blog/feed/ *** https://protesilaos.com/master.xml *** [[https://world.hey.com/dhh/feed.atom][DHH]] *** [[https://fabiensanglard.net/rss.xml][Fabien Sangrald]] *** [[https://rubenerd.com/feed/][Ruben Schade]] *** https://brainbaking.com/index.xml *** http://blog.wovenmemories.net/feed.xml *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCTxyMIg98qejFPxm1t1-IxQ][Megumi Imai]] *** https://feeds.arstechnica.com/arstechnica/features *** https://www.datagubbe.se/atom.xml *** https://joelchrono.xyz/feed.xml *** https://stfn.pl/rss.xml *** https://xpil.eu/feed/ *** https://zendesk.engineering/feed *** [[https://www.servethehome.com/feed/][Serve the Home]] *** https://takeonrules.com/index.xml *** https://jvns.ca/atom.xml *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCLx053rWZxCiYWsBETgdKrQ][LGR]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrTNhL_yO3tPTdQ5XgmmWjA][RLM]] *** https://odysee.com/$/rss/@fireship:6 *** https://cprss.s3.amazonaws.com/rubyweekly.com.xml *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCi8C7TNs2ohrc6hnRQ5Sn2w][Programmers are also human]]