Just curious how it’s generated. I am assuming this is part of the Lemmy API.
Every once in a while the server hamsters throw some words into a hat and pick a few
I’m assuming it pulls from “this box” (the api that built the box…)
They tend to be the newest communities. It might be using some metric that accounts for how frequently posts and or comments are made in a certain time frame and use that to gauge engagement, which fails with new communities which have existed for a very short period and a “high” number of posts and comments relative to this time frame
The list itself is generated by lemmy itself as is, and passed to boost via the api
Curious too… there is a GET
/search
endpoint with asort
parameter, maybe searching in the whole feed (All
listing type) with theActive
sort type gives these results, but not sure…Yes, but with endpoint GET
/community/list
Ah ok, GET
/community/list
with thesort
param. Thank you! 🙏🙏🙏