19
this post was submitted on 03 Jan 2025
19 points (75.7% liked)
Linux
5539 readers
154 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Because "number of commits" is such a relevant metric (for reference 85% of the commits resulted in 110% of added lines compared to 2023).
Are people too lazy to talk about actual features and stuff added, so they compare some arbitrary number because that's a stat easily pulled from the data?
PS: Nice to see the comments talking about "woke" developers... Guess the culture war brain rot really spreads everywhere ๐คฎ
This is from the article:
Yes, I read the article (that's were my "number of lines" come from...). But does including this in the article make a shitty article any better?
It's basically "Linux kernel hits record low" (also the title) followed by "but by other metrics it looks different" and then... nothing. No actual analysis, no context. Just randomly presenting numbers (and even admitting their headline metric isn't worth much) and pretending that's an article.
That's stupidly lazy...
Starting a conversation with Statistics has long been a sign being too lazy to make a mechanism to include in the Hypothesis. It has extended to, giving the stats and making the theory without caring about adding a mechanism to the hypothesis.
That is what leads to "stats is evil".
Because, on top of the number of lines, it will also matter what kind of code is there in the line.
One can easily fill a 100 lines of code, hardcoding a lookup table with minimal logic in it. At the same time, a few lines of changed code might make a big difference. Then, if multiple significant changes are done to a single feature, they all might be given in a single commit, making the number of commits very low, while having the changes spread across several different features, might require separate commits, increasing the count.
I'll take these stats as a fun little number, usable to make some good looking graphs, but that's all.