88
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 10 Jun 2024
88 points (95.8% liked)
Map Enthusiasts
3512 readers
471 users here now
For the map enthused!
Rules:
-
post relevant content: interesting, informative, and/or pretty maps
-
be nice
founded 2 years ago
MODERATORS
I never realized you could do this - feels like the frontend should just do the search and find the local post automatically when you click the link?
We'd need some special syntax for fedi post links then, like there is for mentioning Lemmy communities. Otherwise there's no way to know, if e.g. https://programming.dev is a Lemmy instance or some other random website.
Any sort of !fediverse.link should just automatically be translated into whatever instance & software you're using imo.
Do we though? Couldn't it just do the search and if nothing comes up, then follow the link? Also does it only work for other Lemmy instances or does it also work for Mastodon posts or other fediverse services?
Well, yeah, you could rewrite every link that's displayed. So, if someone links to
https://the-link-you-want-to-go-to.com/
, then your instance would basically make that link instead point tohttps://your-instance.com/outgoing?url=https://the-link-you-want-to-go-to.com/
.And then your instance's server would do the check and redirect you accordingly.
But the downsides are then:
And well, in theory there's nothing stopping Lemmy from displaying posts from Mastodon or other Fediverse services. You can just request their data from the federated server via ActivityPub.
In practice, though, it's not always easy to display these posts in the UI of a different service. For example, Mastodon posts only show up on Lemmy, if the person who created the post tagged a specific Lemmy community, because you kind of want them to show up as part of a specific community.
On the other hand, Kbin is a piece of software that federates well with Lemmy, because they offer a similar user experience, and of course a lot of development time got invested into ensuring compatibility.
Federation with other Fediverse services are not supported yet, to my knowledge.
Mastodon-like (so all the Misskey forks) work too. Friendica too.
Federation should work to some extent to any ActivityPub-supported app. There are others than kbin and Mastodon and I have seen some users on other platforms, like piefed.
You're not the only one who tell me this, I'll post this in !fediverse@lemmy.world.
Your suggestion makes sense, but I guess that's an improvement in the backlog