Is making user interaction between instances easier even possible in current state of fediverse and the protocol?
from legolas@fedit.pl to fediverse@lemmy.world on 08 Feb 20:28
https://fedit.pl/post/127396

Interacting on instances which are not yet discoverd and connected to instance where we are registered is pain in the ass. Copying URL into search bar? That is really repelling. I’m sure it was discussed before but I can’t find this discussion. How to make it easier? Do devs need to make changes to protocol or it’s enough and it can be done within the apps themselves? How close are we to the solution?

#fediverse

threaded - newest

Blaze@lemmy.dbzer0.com on 08 Feb 20:46 next collapse

lemmy-federate.com goes a long way to make sure that communities are federated to most of the active instances

e0qdk@reddthat.com on 08 Feb 20:53 next collapse

The current solution is for bots on participating instances to automatically perform the search + subscribe song-and-dance routine. This is pretty surprising to some people[1], and it requires someone to set it up in addition to the instance itself, but it does work.

[1]: I tried to translate an explanation into Japanese for some folks experimenting with Mastodon/Lemmy interaction yesterday – they thought Lemmy had a ton of spam accounts following groups instantly…

originalucifer@moist.catsweat.com on 08 Feb 21:03 next collapse

to me, this goes to instance management and how its not just a setup and walk away thing. if youre going to manage an instance part of your administrative duties is to presub to the most active communities for your users to have easy access. there are several methods to achieve this using bots or whatnot.

confuser@lemmy.zip on 08 Feb 21:03 next collapse

I think the answer is anything between what the fediverse is now and what email did to get where it is now…I’d like to see some kind of history of how email developed over the years now that I think about it, that would be pretty interesting at least.

Die4Ever@programming.dev on 08 Feb 21:24 next collapse

Copying URL into search bar? That is really repelling.

I wonder if Lemmy should have the search bar always visible, like Mastodon does

or at least if your window is wide enough to fit it, otherwise it can collapse to the icon, I’ve got plenty of room up here

<img alt="" src="https://programming.dev/pictrs/image/6cdb9902-d6c5-4670-8fe1-59b0d375b8be.png">

rimu@piefed.social on 08 Feb 22:07 collapse

Thing is, search bars are for typing in keywords, not urls.

Certain other federated reddit clones just have a 'add remote community' button on the communities list.

Blaze@lemmy.dbzer0.com on 08 Feb 22:12 collapse

The first time I learned you could fetch a remote post by searching for its URL, my mind was blown.

I’m still pretty sure the majority of people here aren’t aware of this.

ProdigalFrog@slrpnk.net on 08 Feb 21:29 next collapse

The easier way is to use lemmyverse.net’s search after you set your home Instance, then when you open a link, it’ll open it from your instance which triggers it to federate.

ekZepp@lemmy.world on 08 Feb 22:58 collapse

Dude try search any lemmy.word group in there. Either it doesn’t work or someone is filtering them off. They appear now.

Blaze@lemmy.dbzer0.com on 08 Feb 23:01 next collapse

They do not appear at the moment. Something is probably broken.

ProdigalFrog@slrpnk.net on 08 Feb 23:06 collapse

There was a bug that prevented instances running old versions from showing up, perhaps it’s back?

Blaze@lemmy.dbzer0.com on 08 Feb 23:11 next collapse

They were still there a few days ago

Blaze@lemmy.dbzer0.com on 09 Feb 11:17 collapse

They’re back

ProdigalFrog@slrpnk.net on 11 Feb 19:11 collapse

Yay! Wonder what caused the outage.

rimu@piefed.social on 08 Feb 23:32 next collapse

The Devs of every fediverse software run the biggest instances of that type and those instances don't have this problem.

Blaze@lemmy.dbzer0.com on 08 Feb 23:35 collapse

Content discovery on Mastodon can be hit or miss

muntedcrocodile@lemm.ee on 09 Feb 03:47 next collapse

Its absolutely an issue that can be solved. The issue is that activpub is push based so their is no sing e source of truth. U could do a atproto style collector service that provides a search interface. U could also probably get a good but imperfect search by using the concept of n degrees of separation. Ie u search ur instance then search other instances who then search other instances.

Also some of the larger instances avoid the search issue by having a bot from their own instance subscribe to communities on other instances so that the content federates.

Zak@lemmy.world on 09 Feb 04:44 collapse

Seems to me the solution to this is registering protocol handlers for URLs, which Mastodon tried and gave up on because they weren’t happy with how web browsers handled it.