Is this sort of thing inevitable? The fact we feel compelled to bring algorithmic content sorting into the fediverse says something about the way we use social media. The author mentions that reverse-chronological timelines make you feel like you need to spend hours scrolling through much of the same thing to make sure you’re not falling behind on the internet. The other side of that is, why is it that we’re all spending so much time dumping the same thing into each other’s timelines? (I’m at least a little aware that I’m probably the nth person you’ve seen posting about this or a similar problem in the last week)

My solution to the timeline getting too fast has always been to unfollow/mute people, but maybe that’s getting impractical.

    • @f00fc7c8 @anova
      I got kind of stalled on this bc helping start a new instance (and part of that instance will be explicitly to support hacking on masto), but I have some notes on modifying Lists to give an API endpoint that accepts posts, rather than accounts here:
      https://wiki.jon-e.net/Masto_Forks/DIY_Algorithms
      As far as the actual algorithm part, some initial ideas I had were making paired “inverse algo” lists that show you what’s being downranked …

      • @f00fc7c8 @anova
        … but I also am much more interested in a parametric algorithm that lets you rank based on an explicit set of derived features, rather than any sort of ML model. The implementation of “lists that also accept posts” is extremely general, so you could plug in anything to that, and so I’m dissociating the literal algorithm part from the masto fork that supports arbitrary algorithms.

        • @f00fc7c8 @anova the much touchier side of this imo is opting out of having your posts ranked/scraped/etc. like imo I think a bot that caches your home/local feed for some short period is basically the same as what any mobile app would do, but ideally it would be possible for people to opt out of even that - which points to a need for richer metadata at the account/post level, which is also something I’ll be exploring by trying to expose arbitrary JSON-LD in posts