• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle















  • which suggests a lookup table

    No, it only suggests an additional field in the Post table

    since there’s no assurance that any instance is aware of any other instance

    It already works like that, but slightly worse because post IDs aren’t the same across instances. If you search a newly-created community from another instance here, you just won’t find it until it’s synced, despite its URI being unique.

    Thinking about it, it would be possible to have an URI for posts like post:${id}@instance.com, similar to how user URIs and community URIs are made. This way, you could open /post/1772651 on lemmy.world or post:1772651@lemmy.world on, idk, lemmy.blahaj.zone or something.


  • It’s honestly something I have always wanted from Reddit. You know that moment when you open a post, do stuff, go back and then suddenly you lost your scroll position and you have to go back to where you were and it takes so much time that you just close the app? Yeah, fuck that.

    I’m thinking about infinite scrolling in a way that edits the page number automatically so that you can go back even if you reload the page, but it’s definitely not a priority at the moment. I’d rather add basic features like commenting and posting first. And maybe basic mod tools, since it’s always something that third-party apps lack for some reason.