blob: c2ba934878409a9bce69912ababe659e447e0b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
#+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
:config
;; horizontal-split for search view
;; from https://karthinks.com/software/lazy-elfeed/
(setq elfeed-show-entry-switch #'elfeed-display-buffer)
(defun elfeed-display-buffer (buf &optional act)
(pop-to-buffer buf)
(set-window-text-height (get-buffer-window) (round (* 0.7(frame-height)))))
)
#+end_src
* Elfeed-protocol
I use =miniflux= as the RSS reader, but I read it in emacs.
Therefore, miniflux is just my sync engine.
#+begin_src emacs-lisp
(use-package elfeed-protocol
:ensure t
:after elfeed
:config
(elfeed-set-timeout 36000)
(setq elfeed-protocol-feeds '(("fever+https://mms@miniflux.crys.site"
:api-url "https://miniflux.crys.site/fever/"
:use-authinfo t)))
(setq elfeed-protocol-fever-update-unread-only nil)
(setq elfeed-protocol-fever-fetch-category-as-tag t)
(setq elfeed-use-curl t)
(setq elfeed-protocol-enabled-protocols '(fever))
(elfeed-protocol-enable))
#+end_src
** Elfeed summary
#+begin_src emacs-lisp
(use-package elfeed-summary
:ensure t
:after elfeed
:config
(setf (alist-get (rx "*elfeed-summary*") display-buffer-alist
nil nil #'equal)
'(display-buffer-same-window))
(setq elfeed-summary-settings
'((group (:title . "Blogs [love]")
(:elements
(search
(:filter . "rubenerd.com @3-months-ago")
(:title . "Rubenerd")))
(search
(:filter . "crys.site @3-months-ago")
(:title . "Crys Site"))
)
(group (:title . "FOSS [projects]")
:elements
(query . "aaa"))
(group (:title . "Miscellaneous")
(:elements
(group
(:title . "Searches")
(:elements
(search
(:filter . "@6-months-ago")
(:title . "Recent"))
(search
(:filter . "+star")
(:title . "Check later"))))
)))
))
#+end_src
* 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
* RSS mode
#+begin_src emacs-lisp
(defun mms-rss-mode()
"use this instance of Emacs for RSS"
(interactive)
(setq mms-bright-theme 'ef-cyprus
mms-dark-theme 'ef-bio)
(mms-dark-room-mode)
(elfeed-update)
(elfeed-summary)
)
#+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]]
|