it would be nice if any list would have a way to filter it by user post frequency. this would be like an algo modifier for a list 🤔.
for instance, lets say I have a list of interesting people but one person posts wayyy more than the others, I don't want to drown out everyone else, but I still want things contained to a list/column. there should be a way to add an algo tab/filter that organizes based on user post frequency.
having to manually manage this would be annoying, so it would be nice if this was just a modifier on any list.
started working on this in notedeck today!
Or limit to one (latest) post per person
Please Login to reply.
yes that is easy to do!
Or a rate limit, only fetch max n per person per t.
Query wise it’s easier to just pull the last N notes for each person in your list and do stuff with that.