Also Need to allow some level of user customisability.
I'd run my own frontend aginst the API that ranks a large number of posts from the last 24 hours in terms of personal relevance
Such an algorithm has to run server-side, since it needs access to the full database of content.
It would be possible to allow users to upload their own algorithms (for example via Web Assembly), but I don’t know about any service that allows for that.
Also Need to allow some level of user customisability.
I'd run my own frontend aginst the API that ranks a large number of posts from the last 24 hours in terms of personal relevance
Such an algorithm has to run server-side, since it needs access to the full database of content.
It would be possible to allow users to upload their own algorithms (for example via Web Assembly), but I don’t know about any service that allows for that.