this post was submitted on 24 Jun 2023
68 points (95.9% liked)
Asklemmy
43858 readers
1815 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For communities or users many clients (including the default web ui) understand relative links, like
[!asklemmy@lemmy.ml](/c/asklemmy@lemmy.ml)
or[@tymon@lemm.ee](/u/tymon@lemm.ee)
. The problem with these is that if instance the person reading your messages is on doesn't know that user/community (because no one is locally subscribed to it or there have been no actions seen by that user) you will get an ugly 404 page with the only remedy being to perform a search for that unknown user/community/whatever manually. I think this issue is being worked on to make things more seamless, but IDK when this experience will be improved.There is also technically no guarantee that any instance will keep track of non-local objects perpetually, so the "canonical" location of a thing is generally on the server that the user is based on. Posts and comments are referenced by a sequential ID that is different on every instance, so... yeah.
Technically there is a unique ID for every object sent through ActivityPub, so those may be linkable in the future with a similar scheme such as
/post/288327@lemm.ee
or something uglier like/post/https%3A%2F%2Flemm.ee%2Fpost%2F288327
depending on compatibility needs (as the IDs in ActivityPub are all full URLs to the source object)!community@instance.url links to instance.url/c/community for me instead of /c/community@instance.url in the web ui for some reason...
Like !asklemmy@lemmy.ml links to lemmy.ml/c/asklemmy instead of /c/asklemmy@lemmy.ml