this post was submitted on 08 Jul 2024
77 points (93.3% liked)
Asklemmy
43755 readers
1511 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
Comments and posts are using different IDs per instance so those can't be linked using a relative path. However you can use https://lemmyverse.link for those.
Ex: this post
Yeah, that's what I said.
Lemmyverse looks kinda cool, but honestly I wonder why they didn't just make it a Lemmy pull request and spare us all the extra domain.
I'm not sure how they could fix that without having to change the entire database schema, and how to keep the posts and comments IDs in sync across the fediverse without breaking all the posts and the comments made prior to that change without processing a bunch of entries.
Well, we have a backwards-compatible solution right here. Make a database that lists how the comment and post numbers correspond (I assume that's how this works).
Storing them by hash or something would be good too, but yeah, that's a lot more work.