this post was submitted on 01 Jul 2023
76 points (96.3% liked)

Fediverse

28550 readers
690 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

I've been on the Fediverse for a little while now, but I'm only getting into Lemmy now. I've noticed that it is very cumbersome to follow communities from other instances. You have to click on search, select "Communities", enter the name (but without the instance), find the correct one in the list if there's multiple and then subscribe.

Why can't I just... enter the fully qualified name somewhere and it sends me to the community directly? Why is there no search that works for unique IDs (like in Mastodon, where you can search for any global object ID (URL) to navigate there directly)? Or does that exist and I haven't found it yet?

Another thing, is there an existing effort for browser extensions that allow interactions when viewing foreign communities through their own interface instead of your home instances? This exists for Mastodon for example and is really convenient (I can like, boost, follow on other instances as long as I'm logged in on my home instance).

Edit: The regular search seems to be working with fully qualified names/IDs for me now. Dunno if it was just a fluke before or a problem with the instance I was looking up.

Edit 2: Searching IDs (such as https://lemmy.world/c/fediverse) work (although it takes a while to load), whereas searching "names" like [email protected] doesn't. I don't know if it's because of my instance or not.

all 15 comments
sorted by: hot top controversial new old
[–] frankblack 9 points 1 year ago (1 children)

Yea not so great agreed. Maybe it’s because it has to go through the federation?

[–] marsara9 12 points 1 year ago (1 children)

So the default search that's built into the site is quite, well primitive. It does an implicit AND between all of the search terms, and the order of the search terms matter.

If anyone can do development though, I'm working on an improved search engine and need contributors still: https://github.com/marsara9/lemmy-search

[–] frankblack 5 points 1 year ago

Interesting stuff. Search function. But I wonder if we can incorporate your neat search function into an app like wefwef or mlem? But maybe you can fork it? Sorry I’m not a dev but engineer and cyber professional. So if you think I can help in that realm, be happy to!

[–] average650 9 points 1 year ago

Yeah... Definitely... There are still some things that really need some work. But I'm excited for what I think it will become.

If I had the time, I'd fix it myself!

[–] wheresyourshoe 7 points 1 year ago (1 children)

It's on par with reddit's right now, lol. But I imagine it's on the list, just not very high priority right now.

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

Not high priority? There is almost nothing more important, imo.

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

How is search at the moment? I’m trying to get to communities I know exist via search but can’t. I wait forever but it still says “No results” even high I know there should be.

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

Depends on how/where you're looking for them. Do you have an example?

https://browse.feddit.de might also be helpful as a cross-instance tool for looking up communities.

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

It would be cool if communities could be grouped by instance and if we could see the latest topic for each to get an bird's-eye view of the discussions. Local communities should appear in the first group at the top of the page. I'm not sure if it's currently possible, but being able to tag communities would be nice and allow for better search results.

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

I think this exists in the "Communities" tab of each instance. There you can see the local communities (minus the latest post, and sorted by number of members I believe?)

Grouping/tagging might be cool though. One thing I'm rather curious about is how the "scattered" communities are going to play together (with multiple technology communities for example).

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

You can do that on browser if you know the community name and instance it's on. For instance if you're on lemmy.world and wanted to go to c/spaceporn on Lemmy.fmhy.ml you could just enter lemmy.world/c/[email protected] and it'll bring you to the community through your instance.

Or if you search for [email protected] in your instances community search tab, it'll bring it up too.

It's not elegant, but it makes it easier than searching through a bunch of other similar named communities.

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

A lot of UX work still needs to be done for sure. Not sure if it's exactly what you're looking for, but there are scripts to redirect links to your home instance if that's what you mean. Try these (requires a userscript extension like Violentmonkey):

FediverseRedirector

Lemmy Universal Link Switcher

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

Thanks, the second thing seems quite useful, I'm going to try that out.

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

The prescribed format to search for a community is !community@instance. E.g. [email protected]. That first instance to external community connection can be a bear. Once your home instance knows the other community exists it’s a much smoother ride. Whether this is a reliability issue in Lemmy itself or simply performance issues between two instances, I can’t speak to.