|
|
|
|
|
by paxys
108 days ago
|
|
> Maintainers: You’re a primary maintainer or core team member of a public repo with 5,000+ GitHub stars or 1M+ monthly NPM downloads. You've made commits, releases, or PR reviews within the last 3 months. How many total developers does that cover? 100? How many of them aren't already corporate employees? And also > 6 months of free Claude Max 20x So basically a free trial. When Github Copilot first launched they gave Pro subscriptions to everyone that regularly committed to a public repo, regardless of the number of stars or downloads, and kept renewing it indefinitely. I don't know if that program is still around but it was amazing to get to try out some early LLM coding tools for open source development. |
|
NPM probably adds a lot. I can't find any recent sources, but NPM packages get downloaded a lot (e.g., every Github Action run.) And to get such a download, an NPM package just has to be somewhere in the dependency tree, which are famously enormous. (Though many might not be updated in the past 3 months, though.)
[0] https://github.com/search?q=stars%3A%3E5000+sort%3Astars&typ...