Finding Critical Open Source Projects
11–20 of 102 posts
Re: Finding Critical Open Source Projects
#12As others have mentioned, while this may seem like a good idea, the results are often bizarre, and it's not hard to see why - the metrics and algorithm are here: https://github.com/ossf/criticality_score#criticality-score . That algorithm seems unnecessarily complicated and includes somewhat dubious metrics when, in my mind, the only thing that really "counts" when it comes to "criticality" are "how many other things…
Re: Finding Critical Open Source Projects
#13Lots of things to check out here, and it's limited only to projects that are on github, but unsurprisingly it looks like the top 5 are: - Node (0.984) - Tensorflow (0.969) - Git (0.945) - Linux (0.936) - PHP (0.919)
The rest in that list seem reasonable.
Re: Finding Critical Open Source Projects
#14Sounds interesting in theory, but the results are somewhat bizarre. For example, their published list of the top 200 "most critical" open-source C projects includes Urbit and Stellar, and includes micropython but does not include CPython.
Re: Finding Critical Open Source Projects
#15I don't understand how gnucash is more critical than Arduino, wine or nginx. Is gnucash very widely used?
Re: Finding Critical Open Source Projects
#16It appears 1.0 is most-critical, if you dig into ranking lists.
Re: Finding Critical Open Source Projects
#17elasticsearch at the top? flink? It is first time I hear about it and I work in Java shops for quite some time.
Re: Finding Critical Open Source Projects
#18List of the top 200 is at : https://commondatastorage.googleapis.com/ossf-criticality-sc... (from the repo) So gnucash is #15 . At #75 is gcc . This seems like a great idea, but perhaps some refinements are needed.
Gnucash is still a popular project, has like ~7k downloads a week, see wikipedia page.
Re: Finding Critical Open Source Projects
#19Neither the blog post nor project README directly mentions whether the 0.0 to 1.0 score goes from most-critical to least, or least-critical to more. It appears 1.0 is most-critical, if you dig into ranking lists.
Re: Finding Critical Open Source Projects
#20As others have mentioned, while this may seem like a good idea, the results are often bizarre, and it's not hard to see why - the metrics and algorithm are here: https://github.com/ossf/criticality_score#criticality-score . That algorithm seems unnecessarily complicated and includes somewhat dubious metrics when, in my mind, the only thing that really "counts" when it comes to "criticality" are "how many other things…