Piefed has feeds now!
-
Subscribing to the feed subscribes to communities in them = federation solved.
On top of that the content is over there organised for you which is not something you otherwise have. You have discoverability solved in 2 ways. If someone has a good feed and you see a cool community missing you can message the owner for them to add it building the collection as a community.
-
PieFed (and the Lemmy apps Sync and Connect iirc) can already do this, by blocking all users from the instance. It works much better than the Lemmy equivalent that would be better named as a community muting, since it still allows users to troll you in communities located on other instances.
-
Yes the All feed has the same problem, but posts need to be significantly more popular for them to even register in the All feed. Thus most small communities currently fly under the radar of the All feed, and if they do get a popular post it nearly always becomes a moderation nightmare.
Hashtags on Mastodon have a similar problem, having given rise to the usually dreaded "Reply guy" issue.
I think most people on Lemmy haven't really thought this through and what the implications of such a feature are once it becomes widely used.
And no, the one that is doing the opt-in is the person creating the feed without asking the community that is being forcefully opted-in. Giving them the option to veto that is better than having them realize that they have been opted into something they don't agree with by being flooded with trolls and off-topic comments.
-
The feed creator needs to know about the communities so they can type/paste the community address in, yeah. This feature takes the expert fediverse landscape knowledge contained in the heads of the terminally online and makes it available to more casual/new users.
-
Ah its more complicated than I thought. We also have a similar or same feature on the roadmap, when I get to that it can federate with Piefed.
-
To anyone not wanting to give on Patreon, there is also: https://liberapay.com/PieFed/
-
So do I understand correctly that these are identical to Topics, except customizable without requiring backend changes?
Sweet!
-
That's cool, i hope lemmy federates with it in the future
-
Once a community is known to an instance it is available via the search feature. Thus this really doesn't improve discoverability at all assuming the person adding it to the feed is already using the instance.
What it however does is moving the conscious choice of looking for and joining a community to an opaque follow feed button that makes someone subscribe to a lot of communities they know nothing about other than that someone else thought they somehow fit to a single word tag (and it is worse than hashtags on Mastodon as it is not the person making the post that adds them, but a totally unrelated 3rd party).
-
Opt-out on the other hand for public feeds specifically is something that I support. But then good luck having that supported on lemmy where almost all communities exist.
Lemmy already has a setting
community.hidden
so that communities dont show up on the All feed. But this is not easy to access at the moment. I can fix that. -
Exactly
-
Oooooooh, love u.
-
Yes having that option more easily accessible would be much apprechated.
-
I appreciate your words of caution. Remember this feature is very new and will no doubt get a lot more finesse added in future. There's no point building some baroque all singing-all-dancing perfect thing unless we're sure people will use it and by releasing earlier we get valuable feedback which determines whether we continue building that feature at all, etc.
-
I don’t want to block the users though, I just don’t want to be subject to their authority. Which means I can’t use their communities. Combining them into one big bag subverts my autonomy to do so.
-
??????????????
Just don't use public feeds and have your own private feeds split into topics you're interested in where you don't have communities you dislike included. You have all the autonomy you need. No one tells you to subscribe to that one specific feed that doesn't curate the communities in the way you dislike. Just use it to organise your own subscriptions to have them by topics or catered for different moods of the day.
-
Does posting to a feed post to all the communities in it?
-
Feed isn't a place you can post to. It just collects posts from different communities into one feed/stream.
-
Im still confused on what your worry is? That people will reply to a post without reading the comments?
-
For the federating its a new kind of AP actor. I'll be putting in a FEP for it in the near future, but its basically a "Group" that only cares about the "Following" collection.
You can see example json for the AP interactions here: https://codeberg.org/rimu/pyfedi/src/branch/main/docs/activitypub_examples/feeds
The AP interactions for a Feed are:
- Send a Follow request for a Feed
- Accept a Follow request (this is automatic for public feeds)
- Reject a Follow request (this is automatic for private feeds)
- Announce an Add of a Community to a Feed
- Announce a Remove of a Community from a Feed
- Send a Delete of a Feed to subscribers