emacs/var/elfeed/db/data/f6/f6efe77d085f7f3c62e8622f4334679a7f967ebd
2022-01-03 12:49:32 -06:00

17 lines
2.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>John Kitchin has been vlogging up a storm. Hes producing so many videos, Irreal is having a hard time keeping up. One of his recent offerings is a really great<sup><a class="footref" href="http://irreal.org/blog/?tag=emacs&amp;feed=rss2#fn.1" id="fnr.1">1</a></sup> <a href="https://www.youtube.com/watch?v=rvWbUGx9U5E">video on one of my favorite Emacs packages: Elfeed</a>. Elfeed, of course, is the Emacs RSS reader. My use of it is pretty much out-of-the-box: it had everything I needed and in any event there werent any obvious ways of customizing it short of digging into the code. Kitchin, of course, showed that for the nonsense it is. Hes made numerous tweaks without touching the Elfeed source code.</p>
<p>The first thing that struck me was that he set up a timer to update his feed database automatically, much like email. Elfeed doesnt have that built in but its a trivial one command addition to the Elfeed config to implement it.</p>
<p>He also sets some font faces so that article headlines display in a different color depending on their subject matter. The latest <a href="https://github.com/skeeto/elfeed">Elfeed README</a> has some guidance on how to do this. If this appeals to you, its easy to do and Kitchin explains one implementation.</p>
<p>For most people, Kitchins biggest tweak is probably his implementation of scoring. He used to have a home-grown solution for that but now uses the <a href="https://github.com/sp1ff/elfeed-score/">elfeed-score</a> package. It provides Gnus style scoring so that articles that are of the most interest to you are at the top. If you have lots of feeds, seldomly check them, or have limited time to deal with them, scoring is an excellent way of concentrating on the ones most important to you.</p>
<p>Being a researcher, Kitchin also has several functions to do things like email an RSS entry to a colleague, capture an entry into his bibliography database and store links for later use.</p>
<p>If you arent an Elfeed user, you should be. If you <i>are</i> an Elfeed user, you should definitely watch Kitchins video; it has a ton of useful ideas to make your workflow better and easier.</p>
<div id="footnotes">
<h2 class="footnotes">Footnotes:</h2>
<div id="text-footnotes">
<div class="footdef"><sup><a class="footnum" href="http://irreal.org/blog/?tag=emacs&amp;feed=rss2#fnr.1" id="fn.1">1</a></sup><p></p>
<div class="footpara">
<p class="footpara">
The video mentions Irreal, which is gratifying but not why I think its great. For more on that, read on.</p>
</div>
</div>
</div>
</div>