this post was submitted on 02 Jun 2024
291 points (100.0% liked)

Fediverse

32163 readers
941 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)

founded 2 years ago
MODERATORS
 

I've introduced two of my friends (not into tech) to Lemmy. Since they're not into tech this is their first web forum.

I've explained the federation thru the usual email metaphore and that's ok, but to lookup for communities is not quite there on client side.

Let me explain.
He wanted to see all the communities on an instance because that instance is in his native language but he's registered on another instance. So to see all those communities you must go on instance.domain/communities, copy the name of the community you are interessed in and paste it inside the app/web client to look it up.

And to see all the communities all over the fediverse you must use lemmyverse.net which is a cool site, but still you got to copy paste back and forth to the app.

This could be implementend inside app itself by listing all communities and add ability to filter by things like instance.

Obviously open to discussion about the issue itself and how that could be improved.

Feel free to tag apps/clients devs to ear their opinion too.

all 48 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 10 months ago* (last edited 10 months ago) (5 children)

I addressed most of that in Tesseract. It lets you browse other instances directly and one-click load / subscribe to communities.

Would love to see other 3rd party UIs incorporate something like this.

[–] [email protected] 9 points 10 months ago (2 children)

Amazing. One feature that is desperately needed on Lemmy is to open a post in another instance, not just a community or a user.

[–] [email protected] 6 points 10 months ago* (last edited 9 months ago)

If you can elaborate on that, I can probably add that as a feature. It already has that capability, but it's not exposed as a "view post on X instance" in any menus.

Edit: Added buttons in the post and comment action menus to "View [Post | Comment] on Home Instance". Thanks for the feature idea.

[–] [email protected] 3 points 10 months ago* (last edited 8 months ago) (2 children)

Instance agnostic post and comment links need to be implemented as well, and would address the underlying challenge in "opening a post in another instance".

Edit: For now, Lemmy Universal Link Switcher is a great browser script which mostly simulates the functionality of instance agnostic post and comment links. It would be great if the equivalent functionality could be integrated natively into Lemmy though.

[–] [email protected] 2 points 9 months ago (1 children)

Without content addressing that's almost impossible

[–] [email protected] 2 points 9 months ago (1 children)

You can't have content addressing because it's mutable. On the other hand, UUIDs are made for that. There's even multiple types of UUIDs made for distributed computing with namespaces and such.

[–] [email protected] 3 points 9 months ago

Bluesky does strict content addressing with hashes plus post ID (unique per repository, this allows edits). So you can choose which version to refer to. If you need to archive or mirror stuff you can use the hash, and threads can have both methods so you can see which version of a comment somebody replied to, etc.

[–] [email protected] 2 points 9 months ago (1 children)

Clients can work around it by making a search on the home instance that filters by community id and submitter id. Something like this.

[–] [email protected] 3 points 8 months ago

Lemmy Universal Link Switcher also pretty good. It would be great if such functionality could be integrated natively into Lemmy though.

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago)

Thanks for the heads up, didnt know it. Maybe something similar is available in other clients too and I just missed it.

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

That is a really sleek ui, just wanted to say nice work. Is there any way to change the default image size on the card view? I find the compact view's images too small for my liking and the card view too big. A good medium size might be ideal.

[–] [email protected] 2 points 10 months ago (1 children)

Thanks!

Yes, you can adjust the image size in card posts. It's under App Settings -> Feed -> Image Size

The default may be either "extra large" or possibly "full-width" (don't recall off the top of my head), but there are options for Small, Medium, and Large as well.

[–] [email protected] 2 points 9 months ago

Perfect, don't know how I missed it. Looks great now, thanks!

[–] [email protected] 1 points 10 months ago (1 children)

Can it be set up so you never have to worry about account switching? Unified feed from all accounts, then if I load up a Lemmy.world post, it defaults to the Lemmy.world account, but if I want to post to Dbzer0, can I set it to shift to that account automatically?

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

Technically yes but it'd take some re-engineering to track which account/instance each post came from, deduplicate the posts from each, and automagically select the account to use.

Not something ive considered though I can look into it. Most admins ive seen who run it lock it to their instance. I mainly use that feature to switch between my normal account and mod/admin account.

[–] [email protected] 1 points 10 months ago (1 children)

Is this an app or front end?

[–] [email protected] 1 points 9 months ago (1 children)

Web frontend but works well on mobile as a PWA

[–] [email protected] 2 points 9 months ago (1 children)
[–] [email protected] 4 points 9 months ago* (last edited 9 months ago)

Ideally your home instance would offer it as an alternative frontend, but the one I run for my instance is unlocked so that any instance can use it. You can also self-host it and point it to any instance.

https://tesseract.dubvee.org

[–] [email protected] 22 points 10 months ago* (last edited 10 months ago) (3 children)

I built the Quiblr web app. I love the idea of being able to filter results for a given instance! I will see if I can push an update tonight

Edit: I pushed an update to implement Advanced Search options on the Communities Page. Given how the API works, community IDs are different between each Instance so you can't view the post feed on another Instance's community -but- I made a solution that lets you VIEW the communities on different instances (regardless of your home instance). If you are not signed in, you can change the instance with a single button push.

Hope your friend finds this feature helpful!

[–] [email protected] 9 points 10 months ago (1 children)

I love that you added a dyslexic font option. I'm gonna have to add that to Tes. It already has font options, but just a few standard ones.

What font are you using for that option? OpenDyslexic?

[–] [email protected] 4 points 10 months ago

Yes, OpenDyslexic! I've tried to build Quiblr with accessibility in mind

[–] [email protected] 2 points 10 months ago (1 children)

I love masonry view. This is the first web app I have see, that is closers to Sync for Lemmy.

Thank you.

[–] [email protected] 3 points 10 months ago

I'm glad you enjoy Quiblr! Let me know if you have feedback

[–] [email protected] 17 points 10 months ago (1 children)

Thunder app has ability that can view all community that has federated with your instance.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

Latest version also has an instance explorer, that lets you open other instances in that same "view all" view.

Select "instances" in search, or long press a post from another instance>instance>visit instance.

@[email protected]

[–] [email protected] 12 points 10 months ago (1 children)
[–] [email protected] 4 points 9 months ago
[–] [email protected] 10 points 9 months ago (1 children)

I highly recommend the Lemmy Universal Link Switcher user script, installed through Violentmonkey. It makes everything so much easier and more enjoyable. It basically rewrites every Lemmy link to a link that's specific to your home instance. I.e. it allows you to click any Lemmy link, and it will open up on your home instance. This also means that you can just go to some other instance, explore the communities and easily open them on your home instance to subscribe to them. It also works with posts, e.g. if you see a post that you want to comment on, it will redirect you to the same post but on your instance, so you can use your account and interact with it.
Btw lemmyverse.net also has an option to set a home instance, making it easier to subscribe to communities:

(This feature even works with Kbin/Mbin)

[–] [email protected] 3 points 7 months ago

Great recommendation. Link Switcher script was a game changer for me.