This would push users toward local posts (especially on smaller instances) while still supporting a better distribution of user engagement over the threadiverse. And if you don’t trust that it was implemented correctly – you can simply check it by counting the amounts of posts against your chosen probabilities.

Edit: changed feed name to mixed-feed

  • Ljdawson (Sync dev)@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    2 years ago

    I’d prefer a more generalised multi community approach.

    Being able to merge various android communities server side would be great.

    • blue_berry@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      2 years ago

      Ok but that’s about the problem of redundancy in the threadiverse. That’s a different discussion.

  • Lodra@programming.dev
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    2 years ago

    I’ve been considering a very similar but distinct idea for a while now. I want my subscribed feed to be based on user weightings. Give subscribed community a default weight of 100. Then if I see too much from worldnews, I can scale it down to 50 and see half as much from that community in my feed. The goal being that I can adjust the proportions of different contents types without blocking users or unsubscribing entirely.

    • blue_berry@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      2 years ago

      Mmh … why call it weight? You probably still want to sum it up to 100, right? So why not just call it probability right away?

      Then if I see too much from worldnews, I can scale it down to 50 and see half as much from that community in my feed. The goal being that I can adjust the proportions of different contents types without blocking users or unsubscribing entirely.

      That’s basically a fully custumizable feed, right? Yeah, that would also be cool. Altough maybe a bit of over-engineering - don’t now if it would be that useful to the average user.

      Edit: I think this also addresses the problem that smaller communities don’t appear as often between very active communities. I think this should be solved with a better sorting algorithm (already tried to fix here: https://github.com/LemmyNet/lemmy/pull/3907). But in part, this also needs to be fixed by the community, because discussion quality in some communities isn’t what it could be. This will probably change over time and then, for the average user, I think it will be enough to unsubscribe. I still think weights are a bit too much.

      • Lodra@programming.dev
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 years ago

        A few thoughts.

        Actually. I don’t think I would want it presented as a probability from a usability perspective. If everything has to add up to 100, then increasing one means lowering all the others and vise versa. Similarly, those numbers will all change when I (un)subscribe to a community. This sounds extra confusing for users. Want to see half as much? Divide by 2. Let the computers do the math and turn it into probabilities.

        Agreed that it might be an over engineered solution. But I think it would make a very good experience for users. And if a user doesn’t want to bother with it, they can easily ignore the feature.

        While I do think better sorting algorithms are good to explore, I see that as a separate initiative. Yes, weighted subscriptions and better sorting algorithms can address the same problems but they can also be implemented separately. And they can work together to improve the user experience.

        My big concern is performance. These are all assumptions but here are my expectations: Giving every user a distinct sort will send memory usage crazy high. Thus, you have to apply the weights dynamically when a client gets data. Can it be done fast enough to not slow down those calls? How much extra cpu will this cost?

  • starman@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 years ago

    I think that Explore is very confusing name for feed type. IMO there are 2 better ways to do this:

    • checkbox called “discover new posts” or something similar. It would randomly throw posts from All to Subscribed
    • “Mixed” feed type with a slider that allows users to set how many posts from All and how many from subscribed will show up in Mixed. It can look like this:
    All (20%) ==( )======== Subscribed (80%)
    
    • blue_berry@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 years ago

      I just called it Explore because its called that in Mastodon. Mixed is also fine.

      To include Local, you could also make a slider with two slide-poitns:

      Local All Subscribed

      ==()===========()==

  • 👁️👄👁️@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    I like the idea, but it should also include another feed specifically with subscribed smaller communities, since they’d still get buried under this system.

    Honestly don’t bother with the customization by the user. That seems to be the solution to when anyone might object to something, but it just creates more confusion to the average user. Maybe keep it as a setting in the instance config. Less is more.

    • lapingvino@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Mostly agree, except many people are fed-up with algorithms, so giving a manual option helps with that.

  • surewhynotlem@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    2 years ago

    I’m going to say something completely taboo.

    I want an algorithm. I want something to watch what I’m doing and serve me content that I’ll enjoy.

    • Black_Gulaman@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      2 years ago

      Meaning that it will store your preference in a per user file and learn from your behavior. Tracking your every like and every comment, measuring every word you posted against every tagged key words available and serving you the most probable posts that matches the most with your profile.

      And of course this would be open to the public given the nature of the fediverse. And then advertisers would just waltz in and pluck it from the records.

    • Spzi@lemm.ee
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      Thanks for your effort, especially the example screenshot! Your presentation with colors showcases the idea very well!

      It’s not clear where the numeric preferences (e.g. 10/40/50) should be defined. Is it in user settings? Or should it be right next to the Subscribed/Explore/Local/All toggle? And is it a digit input field, or a graphical control like sliders? Anyways, details.

      I’d also like the option to always show new posts or posts with new comments from favorited communities. This could help small communities and their subscribers to get things going.

      Or well, we can implement both ideas with the same mechanic: Allow me to override the likelihood with which a post from a specific community shows up in my feed. This way, I can include both big and active communities in which I’m only mildly interested, and small and rarely active communities in which I’m very interested in the same feed.

      • blue_berry@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        It’s not clear where the numeric preferences (e.g. 10/40/50) should be defined. Is it in user settings? Or should it be right next to the Subscribed/Explore/Local/All toggle? And is it a digit input field, or a graphical control like sliders? Anyways, details.

        I don’t know but yeah I think that would be details.

        I’d also like the option to always show new posts or posts with new comments from favorited communities. This could help small communities and their subscribers to get things going.

        But that’s what subscribed is for, right?

        Or well, we can implement both ideas with the same mechanic: Allow me to override the likelihood with which a post from a specific community shows up in my feed. This way, I can include both big and active communities in which I’m only mildly interested, and small and rarely active communities in which I’m very interested in the same feed.

        This could also be addressed by giving smaller communities slightly more weight in general. To prevent their posts not appearing because bigger more active communities. But I think that’s a different problem. Also, it was also trying to be addressed here: https://github.com/LemmyNet/lemmy/pull/3907

  • RxBrad@lemmings.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    2 years ago

    I find it interesting that many of us ran screaming from the corporate Algorithms that warped our brains for the last 10+ years.

    And now we’re trying to put algorithms here.