Human bias is a pervasive element in many online communities, and finding a platform entirely free from it can be akin to searching for the holy grail. Maybe look into self-hosting an instance and punish moderators who don't follow their own rules.
This is not possible because sorting is done in the database, so adding a new sort option requires a database migration with new indexes, columns and updated queries. Not something that can be done with a simple plugin.
@nutomic@lemmy.ml in https://github.com/LemmyNet/lemmy/issues/3936#issuecomment-1738847763
An alternative approach could involve utilizing an API endpoint that provides metadata for recent posts, allowing users to implement custom sorting logic on their client side using JavaScript. This API endpoint is currently accessible only to moderators and administrators
There is already such an API endpoint which is available for mods and admins.
Yeah, and the FOSS alternative Codidact isn't any better. What's the point of asking for solutions for bugs when even an LLM can solve that already? I want proper solutions to actual problems so that I can find everything in there, not just troubleshooting bugs.
I don't know how that works. Why would have to do anything to participate in the discussions? The curation can be done by whoever wants to do it.
I think in a few years using an AI for this kind of task will be much more efficient and simpler to set up. Right now I think it would fail too much.
Nobody says that about Discourse, perhaps they have implemented it better, and Discourse is the one I based the idea on.