What is the craziest subs on lemmy ?

https://discuss.online/post/9510169

What is the craziest subs on lemmy ? - Discuss Online

The mod log
Is this public? I wouldn’t mind browsing it
The modlog
WTF feature did you just use? /modlog, what?
It’s just a relative link, it will bring you to /modlog of your home instance.

I did not know that works. Check check.

Unfortunately, that’s bound to go somewhere different for everyone, otherwise it would actually be a useful workaround for linking to comments. It is still kind of fun, though.

Comments and posts are using different IDs per instance so those can’t be linked using a relative path. However you can use lemmyverse.link for those.

Ex: this post

Lemmyverse.link - Create shareable link to Lemmy

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 symc across the fediverse.

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.