Skip to main content


I have tested many RSS Readers, and there are some great ones, but Friendica also acts as one and does a fantastic job at. This was one of the features that convinced me to move form Mastodon to Friendica. The fact that I can follow anyone on the fediverse + any RSS feed....is just too good! I keep on saying this, but Friendica is really underrated. #tromlive
in reply to Tio

And I dream about one day Friendica integrating something like RSS-Bridge into it, as an addon, so that you can follow twitter, facebook, youtube, reddit, instagram and hundreds more RSS-Bridge sources that normally do not have any RSS feed. And to do so more automatically like copy-paste the URL of a Twitter account into your contacts and that's it, follow.

It will make it more appealing for people to move to the fediverse if they know they can still follow such accounts. I opened an issue here github.com/friendica/friendicaโ€ฆ maybe someone could help bring that into fruition. :)

In any case, the current RSS/Atom support on Friendica is really good.

frankie reshared this.

in reply to Tio

you can follow YouTube now. If you view page source and search for RSS usually the 2nd or 3rd hit has the RSS feed link right after it
in reply to Xantulon :mastodon: :pixelfed:

Yah and you can also do it via invidious but I was thinking to do it a bit better via rss bridge that seems better suited and has more options. ;)
Unknown parent

Tio
What do you mean by "agile"? fast?
Unknown parent

Tio

Interesting because I found Mastodon to be very confusing, but I cannot say if it was faster or not than Friendica. It also depends what servers you use. Mastodon indeed has less features so you basically use it to send messages. While Friendica is more complex like you can format the text while composing and such.

Hubzilla yes I agree I tried it and I could not get used to it. By the way, I think Friendica may look a bit more complicated due to the theme. The older themes make it look very outdated and complicated, but the Frio one is a lot better. We also created our own theme and simplified it a bit.

Like replying here looks quite simple and clean:

in reply to Tio

@Tio I am using friendica's rss function with the @Rassegna Web: politica e diritti digitali account and I'm really excited. Unfortunately it also seems to devour the server resources ... Is it an impression or not? Is there any gimmick to optimize performance?
in reply to Informa Pirata

How much of the resources it uses? We have lots of RSS sources and all seems to be ok. But is true we have a lot of resources: 64GB of RAM and 10 core cpu. But I do not see Friendica eating a lot at all.
Unknown parent

Hypolite Petovan
Feeds are cached for 15 minutes (except when the user was active less than 15 minutes ago) and only the 10 most recent items are fetched. So I'm not sure if the performance problem is directly related to feeds.
Unknown parent

Hypolite Petovan
curl --head doesn't affect how the request is made by the backend, which is the same as regular curl so this wouldn't work in that regard. We could use ETags where we are performing a lighter query to determine if the feed has changed even after the 15 minute cache has elapsed, but it requires clients to support ETag and 304 Not Modified HTTP response.
in reply to Hypolite Petovan

@Hypolite Petovan We carried out an empirical experimentation on rss feeds and we drew some conclusions.
The problem of the very heavy slowdown of the system was probably due to a trivial problem!
Since I had set the search on the feeds once or twice a day (instead of frequently, convinced that this was the best way not to burden the system ๐Ÿค“), the system created some processing "queues" that slowed down the whole publishing mechanism: some Sometimes, from Mastodon, I saw friendica's messages only after one or more hours of publication! ๐Ÿ˜ญ
When we reset everything to "frequently" the problem disappeared... ๐Ÿคฃ

@Hans Wolters @Tio @Rassegna Web: politica e diritti digitali

in reply to Informa Pirata

Thanks for the write-up, this behavior is entirely unexpected to me but Iโ€™m glad switching to ยซย Frequentlyย ยป suppressed it!
โ‡ง