Algorithmless content sorting

The idea is to basically associate accounts with weights. Increase the weights of accounts you want to see more of and prioritize them, and decrease weights of accounts you wanna see less of.

Instagram, Youtube, and Twitter have this option of “Don’t suggest content” to teach the algorithm. We can have a similar button, but the difference is that since Mastodon doesn’t have an algorithm, this will change the priority of followed accounts.

It might be more convenient to assign weights to whole lists. This way lists related to tech for example would have higher priority for those interested in it.

1 Like

I mean… that is an algorithm (so is reverse chronological), it’s just one that the user customizes by default.

2 Likes

Not to say it’s a better option, but if the Server isn’t exposing this capability, and users want it… it stands to reason that a Client could do this (less efficiently), e.g. in memory, by, say, fetching all posts since last login and displaying them according to a sort-on-the-fly in lists, if not by weight…