On Mon, 24 Jul 2023 at 21:02, James Addison via Python-ideas <[email protected]> wrote: > ... some thoughts on how to build a scalable, resilient trust network based > on user ratings; I can't guarantee that it'll change your opinion, though! >
This still has the fundamental problems of any sort of user rating system: popular packages are inherently favoured. And we can already get a list of popular packages, because download stats are available. So how would this scheme help? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/LU6BFQGNCMZZVESCUUCPSVKWPKJEJB7H/ Code of Conduct: http://python.org/psf/codeofconduct/
