• @horse_battery_staple
    link
    English
    207 hours ago

    The companies deploying the algorithms aren’t taking any of what you said into consideration though. They only want to feed you what has the most interaction as that can garner the most money from ad revenue.

    • @Windex007
      link
      English
      137 hours ago

      Would be nice if open-source aggregators like Lemmy allowed users to “Subscribe” to community developed algorithms.

      I’d love to (attempt) to build an “ethical” algorithm for content sorting, have it be open-source, and be able to have clients use it without having to actually modify the client itself.

      • Eugene V. Debs' Ghost
        link
        fedilink
        English
        12 hours ago

        Reddit used to (might still, don’t use it) let you get every page as an RSS feed. Front page, people you follow, individual subreddits.

        Lemmy could do that, I’d really enjoy it.

      • Dran
        link
        English
        3
        edit-2
        6 hours ago

        There’s nothing preventing you from forking a Lemmy client or server to prototype this. Depending on how you implement the activitypub backend, you might be able to make it transparent to a user if you present an algorithm as an array of cross posts via a /c/ of a server.

        Anything more might require forking a client, which might be easier to implement but may be harder to convince a large userbase to migrate to.