this post was submitted on 26 Nov 2023
836 points (96.7% liked)

Fediverse

17218 readers
109 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

nerdica.net/photos/masimatutu/…

91 boosts and still going strong. Federation works, everyone!

@fediverse

you are viewing a single comment's thread
view the rest of the comments
[–] Masimatutu@mander.xyz 46 points 7 months ago* (last edited 7 months ago) (3 children)
[–] TWeaK@lemm.ee 25 points 7 months ago (3 children)

I wish Lemmy would make instance agnostic post and comment links. With the current system it's impossible, as every instance assigns its own number. Instead, links could be in the form https://your instance/comment/number@hostinstance

[–] Die4Ever@programming.dev 27 points 7 months ago (1 children)

The GitHub issue is here, you could put a thumbs up reaction on it, and also subscribe to the issue to get updates about it

https://github.com/LemmyNet/lemmy/issues/2987

[–] TWeaK@lemm.ee 14 points 7 months ago* (last edited 7 months ago)

Done. I hadn't seen that issue before, not that I really dig into github all that much.

However the issue is somewhat outdated. We do have instance agnostic links for communities and users now, and we have since I joined, which was less than 2 weeks after this issue was posted. We may need a new updated issue that focuses on posts and comments specifically.

[–] Masimatutu@mander.xyz 13 points 7 months ago* (last edited 7 months ago) (1 children)

While I completely agree, a partial solution is to use clients that open fediverse links locally. I use Eternity which does it nicely.

[–] otter@lemmy.ca 10 points 7 months ago (1 children)

That works for a Lemmy user, but it doesn't help for sharing on other platforms or for users discovering content elsewhere

[–] Masimatutu@mander.xyz 1 points 7 months ago (1 children)

Yeah. I really hope someone writes a Firefox extension or something which automatically redirects all Fediverse links to one's preferred instances. Enforcing a standard across a giant decentralised network is difficult.

[–] otter@lemmy.ca 5 points 7 months ago

There are a few extensions, but I don't think there's one extension to rule them all yet:

[–] Dave@lemmy.nz 4 points 7 months ago (3 children)

It could just be a GUID. The community's host instance assigns a GUID (which by definition is unique in all GUIDs) and then when sending the post or comment out to federate to other servers it includes the GUID for the other instances to use.

[–] Knusper@feddit.de 8 points 7 months ago

I'm a massive fan of GUIDs, too, but you'd have no protection from rogue instances reusing GUIDs of existing posts...

[–] BeefPiano@lemmy.world 7 points 7 months ago

But I still need a host to know where to retrieve the comment from. A GUID on its own doesn’t help if my instance hasn’t seen that comment. So if there’s a host already on the comment id, why bother with an ugly long GUID?

[–] TWeaK@lemm.ee 6 points 7 months ago (1 children)

I don't think there's a need for a GUID, in fact it would be quite difficult - every instance would have to check with every other instance to ensure that the ID's are unique. Meanwhile, if we just have the federated host picking a number, then every other host uses that number followed by @hostinstance, we don't need cross-checking but still have unique ID's for everything.

For example, https://lemm.ee/comment/123456 would be a different comment to https://lemmy.nz/comment/123456 (as it is currently also), but the first comment could be found on the 2nd instance as https://lemmy.nz/comment/123456@lemm.ee.

[–] Dave@lemmy.nz 3 points 7 months ago (1 children)

every instance would have to check with every other instance to ensure that the ID’s are unique.

No they wouldn't, that's the point of a GUID - they are globally unique.

However, I've changed my mind. For the nice-URL factor, having @instance is better and provides extra info.

[–] TWeaK@lemm.ee 2 points 7 months ago (1 children)

But they can only be globally unique if each instance has its own range of unique ID's, otherwise they'll have to check with the other instances to make sure the GUID they want to use hasn't already been used. With new instances spinning up all the time you can't really manage this.

I agree that the @instance provides a little more info, and it fits nicely in line with how user profile and community URLs are handled.

There was also a github issue report about putting the title in the URL, like reddit does, but I think this goes too far - lemmy has the ability to change the title and putting the title in the URL would just confuse things or lead to exploits (eg you put naughty words in the title then change it afterwards, but the URL still has the original title).

[–] Dave@lemmy.nz 4 points 7 months ago (1 children)

GUIDs are globally unique because of maths and clocks not because of checking. When you generate a GUID you can be confident no GUID the same has ever been generated using that algorithm, ever, anywhere, and you don't have to check.

However, someone pointed out you could run a malicious instance that copies GUIDs from other instances and federates them out to deliberately cause issues, so this idea is out.

[–] TWeaK@lemm.ee 2 points 7 months ago

Ah fair, I guess I misunderstood GUID's.

[–] kenoh@lemm.ee 19 points 7 months ago (1 children)

The tragedy here is that you had to make a screenshot to then upload to Mastodon, only later to come here and have to point out where the original post is. It would be great if you could have made the post on Mastodon simply by linking to the original post and then the format would have looked just as good as the screenshot, and then both sides of the Fediverse could converse. Or, the opposite could happen.

I've talked about this kind of thing before https://lemm.ee/post/4955936 and some are confident this is how things will eventually end up, so I hope they're right.

[–] masimatutu@nerdica.net 10 points 7 months ago* (last edited 7 months ago) (1 children)

Friendica does this already! This is how I see your comment:

[–] Masimatutu@mander.xyz 9 points 7 months ago (1 children)

Well that didn't quite work, did it? Here's the screenshot:

friendica

[–] Masimatutu@universeodon.com 8 points 7 months ago

Ah, I see. Lemmy handles comment images differently from the rest of the Fediverse, even including kbin. Annoying.