For me its having a single instance that indexes all the communites to which all other instances can then pull that information from so when I go searching for communities the I’ll have access to every single one with needing to post the entire URL in the search bar

  • Compgeek@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    A small quality of life thing, but some way to mark notifications as ‘read’ automatically, either when i click through to view it in the thread or when i vote on it. Maybe I’ve missed a setting somewhere, but when someone replies and I go to read/interact, the notification number stays there until I manually go and click ‘read’

  • Catsrules@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Being able to mark post as read, and have them be hidden from my feed. Or hide posts I have upvoted/downvoted.

    Also it would be really nice to have the ability to group communities together from my view point. So instead of a single lemmy feed with all of my subscriptions mixed together I can have multiple feeds each based on say a single topic. Say I have a group called Gaming. and in that I have !gaming@lemmy.ml and !linux_gaming@lemmy.ml !gaming@beehaw.org etc… etc… I think this would also help the issue with having similar communities on multiple instances. For example We have !technology@lemmy.ml !technology@beehaw.org I could subscribe to both and just use a single group to view them both. Instead of having to view one at a time.

    Edit,

    Oh here is another one. It would be great if lemmy links were automatically converted to your local instance.

    For example someone linked this https://lemmy.blahaj.zone/post/61827

    Sure this works for everyone but it takes you out of your lemmy instance if your not using lemmy.blahaj.zone. I am a user of lemmy.ml, so from my prospective going to lemmy.blahaj.zone doesn’t give me any options to interact with that content. I would need to manually find that post from my instance that I am logged into. From my prospective that link should have been converted into lemmy.ml link and go here https://lemmy.ml/post/1160417 so I can seamlessly interact with it.

    • Veritas@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      1 year ago

      > Being able to mark post as read, and have them be hidden from my feed. Or hide posts I have upvoted/downvoted.

      That’s already a setting. Show Read Posts

      > Also it would be really nice to have the ability to group communities together

      Having to group communities is going to be fun when there are hundreds of instances with the same communities. It would be nice but I would also like if all similar communities were already merged so you see the same content in all of them.

  • udes1516@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Yeah. Joining communities from other instances is a hassle. Kinda puts me off sometimes.

      • Jordan Jenkins@lemmy.wizjenkins.com
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Yeah my #1 issue is how hard it is to find communities to follow. I think it’s why so many communities are just started on lemmy.ml since it has the best chance to get users on there or Beehaw.

    • NataliePortland@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Really? I don’t get that. I go to the ‘communities’ button at the top, where they are sorted by population, so it’s easy to find some good ones right away. If I want to search something specific I type it in the search bar and there it is. Is it not that way for you? That seems easy to me

      • udes1516@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        That works easily when you want to join communities already on your instance. But if you want to search for other communities you need to go to https://browse.feddit.de/, search for them there, copy the url, then join. Also you cant sort that list by anything, you kinda need to know what you are looking for.

        Its…a bit too complicated. I’m sure it will get better with time.

        • Fashtas 🇦🇺@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Indeed. The largest weak point for me.

          I have to go to third party site where I can see a list of communities, find one, copy some url, go back to my instance and search then paste the url.

          At this point I get nothing, or 404, or a nothing found error. Generally this is where it stalls, and i give up and come back half an hour later if I remember and try again.

          This time the search may find the community, but has failed to do so several times. Still trying to subscribe to a pathfinder community which I started trying to do earlier this morning

    • LinkOpensChest.wav@lemmy.one
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      This is my number one wish as well. I’m well aware that people can archive or snapshot my comments/content, and the site can keep backup servers, and that we should assume that things we post online should be treated as if it were there forever, but no one can convince me that any of these situations is remotely comparable to not being able to delete my own public-facing content.

      It’s also the number one concern I’ve heard from people on reddit who are considering migrating to Lemmy, but are undecided.

      I really wish they’d fix this.

      • Jordan Jenkins@lemmy.wizjenkins.com
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Software engineer here. Historically we started not hard-deleting anything because sometimes software does bad things and we never want to accidentally delete anything that could be important since then the only way to undo it is to restore the database from a backup. So it’s better/safer to literally not allow the application to ever delete anything from the database.

        That being said, I could see an option in ActivityPub to delete comments, but with the distributed nature of Lemmy you would have to trust every server you federate with to listed to the protocol and delete the comments too since they are stored on the other servers as well.

        • LinkOpensChest.wav@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I fully understand wanting to restore things from a backup, but I don’t grasp how giving us the option to hard delete our own posts and comments would interfere with that in any way. Safest? Perhaps. A reasonable tradeoff for such safety? Not in my opinion.

          As for your latter point, maybe that’s one of the drawbacks to federation that does not get discussed enough. However, I’d think there’d be some sort of solution to put more control of our data into the hands of the users.

        • glacials@slrpnk.net
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          Trust of federated servers isn’t the issue. We already trust federated servers to publish the text we wrote and not some alternative version the owner wanted us to say.

          The problem is instance owners don’t even have the option to obey deletion requests. They want to help delete your content but they cannot.

          The whole “what’s the point of building it if there’s a possibility one dude doesn’t obey the request” is whataboutism.

          • Jordan Jenkins@lemmy.wizjenkins.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            I’m not saying we shouldn’t be able to hard delete comments, I’m just explaining why the Lemmy developers might not have started with hard-deleting comments. I agree with you we should have the option and it should propagate regardless of any instance settings.

            My point in mentioning other servers not deleting your comments is that ActivityPub is an open standard. Technically someone can write a Lemmy competitor that federates with your instance and does not implement the hard deletion of comments. It’s allowable under the protocol. That doesn’t mean the feature isn’t worth implementing, it just means there are caveats to “this comment disappears off the Internet forever” like we’d like.