this post was submitted on 19 Jun 2023
75 points (100.0% liked)

Technology

37551 readers
135 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I'd like to take my RSS feeds from an aggregator of news to a curated selection of interesting things. Interesting newsletters and blogs are where I think RSS shines, but I struggle to find this content.

What do you do to find these kinds of RSS feeds?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (2 children)

I used Read You from f-droid app-store and was happy with it. No commercials and FOSS. Switched to Nextxloud News for centralized RSS feeds from my Nextcloud.

[–] [email protected] 3 points 1 year ago

I'm looking forward to Read You incorporating FreshRSS api. For now I'll happily use FeedMe

[–] [email protected] 3 points 1 year ago (1 children)

+1 on Read You. For desktop, I can also recommend newsboat on Linux and NetNewsWire on MacOS.

[–] [email protected] 3 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

For anyone considering Elfeed (Emacs RSS Reader), coming from an Emacs user, please just use newsboat. It is so much better, the fact newsboat has macro support really sealed the deal for me. You can use macros to open feeds in any program you want, for instance, a macro to open feed in mpv:

bind-key SPACE macro-prefix

unbind-key ,

macro o set browser "mpv %u &>/dev/null &" ; open-in-browser-and-mark-read ; set browser "<your-browser-command> %u &"

[–] [email protected] 1 points 1 year ago

Agree entirely. I use newsboat (inside vterm (inside emacs)).