this post was submitted on 03 Jan 2023
19 points (100.0% liked)
Lemmy
12535 readers
3 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
NRSK uses an admin-run "Fetcher" account to subscribe to various extenal communities and pull interesting content to our home "All" timeline. It's a combination between browsing through communities on known and/or federated instances, and using join-lemmy.org to find new and unconnected instances. It's all manually, which is a bummer but better than basically only local content for fresh users.
It would be pretty easy to write a bot which does this automatically. Problem is that you could easily end up with a lot of spam or other unwanted content.
Pulling all communities would definitively lead to unwanted content.
Since it's basically a work-around for the local only (incl. already pulled communities) search, more ideal solutions could be:
Having some way to discover unfetched content (even if only from already federated instances) would be a significant addition to Lemmy!
@dessalines@lemmy.ml @ada@lemmy.blahaj.zone
Are you talking pulling in posts from all of the groups on remote servers or just a list of groups? My thought was I just want group names to appear in my list when I search for them. I don't care so much if the content doesn't come through right away, as long as I can find the right group.
Just the overview, similar to local search. Titles, usernames, perhaps thumbnails and text excerpts of posts.
Honestly, my ideal solution would just be some sort of implementation that makes my lemmy instance aware of the groups on other lemmy instances that I federate with, so those groups turn up in searches. It will grow organically that way even without active seeding
How would you feel about bundling this type of automatic discovery into lemmy, as an optional server setting (default off)?
It'd be one of the periodic maintenance jobs we already have in there.
I'd love to see it. All it needs to do is explore the list of groups available on the servers we federate with. It doesn't need to be universal search, it can grow organically.
Not so good, because this would require a lot of customization options to fetch communities according to different criteria. I think this makes much more sense as an external tool, then it can have a config file or be forked for different behaviour.
What about a public API-endpoint listing an instance's communities, e.g. with the data already provided in the community sidebar?
That already exists, there's a dedicated getcommunities endpoint… and a search that can search for communities.
That's an interesting idea! Not so relevant for my particular circumstances, but it's a good idea if we ever do start to get more users in!