Can We Solve Fake GitHub Stars?
GitHub stars were supposed to be a simple signal. A project with more stars should, in theory, be...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3452309) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } DCSocial.click Posted on Apr 29 Can We Solve Fake GitHub Stars? #github GitHub stars were supposed to be a simple signal. A project with more stars should, in theory, be more visible, more trusted, and more likely to be useful. It is a clean mechanism: lightweight, social, and easy to understand. But like every visible reputation signal, it becomes valuable enough to game. And once a signal becomes valuable, people start manufacturing it. That is the core problem.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).