Live data from Hacker News

GitHub Star History Graph

star-history.com

61–70 of 79 posts

Re: GitHub Star History Graph

#61
post #56

Earlier quoted context omitted.

So you are saying it represents which technologies the community considers cool? Because that's exactly the context in which I'm quoting it :)

no I'm saying it isn't a good view into what people actually like. it's a view into what they want the world to be like. people respond to surveys according to what they want the survey results to be, and not how things actually are.

Isn’t that a lot of what’s cool technology is?

Re: GitHub Star History Graph

#62

we are building a similar tool https://ossinsight.io/ which saves nearly 45B events from GitHub and can let you get more powerful insights from the project, e.g here is the history insights for K8s https://api.ossinsight.io/share/1bdadc17-6d94-41fb-8bc4-d6dc... , enjoy it by yourself :-)

This looks really good. I ended up quickly slapping something [1] together myself to get this kind of insight for my project.

Some feedback though, I found it really hard to understand what the cost would be for "Trying my own dataset" (After the first year) and how TiBD factors in and would be used. All obvious links for TiBD go direct to a signup page which I don't want to fill without some understanding/validation of the service I'm signing up for. Removing the path of this signup page, in an attempt to go to the root URL to learn more, then takes me to an Auth0 access page. I appreciate I may not be your target market, but just giving my view of someone thinking "This looks cool, how much would it cost to have a customized version of this?"

[1] https://gh-stats.bookstackapp.com/

Re: GitHub Star History Graph

#63
I am the maintainer of star-history.com. Thanks for posting this on HN.

Just to share a trick, you can also use markdown to embed a live star history chart to your GitHub README. e.g.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=bytebase/star-history...

Instruction: https://star-history.com/#bytebase/star-history&Date

Enjoy~

Re: GitHub Star History Graph

#64
post #7

Slightly related, but... what is it with stars? I've never starred a repo and don't understand why I would want to. Yet it seems to be a popularity contest people care about for some reason, even though it correlates strongly with forks/issues/prs so you get the same idea about usage from those. Does it go at all beyond a "like", or am I just too old to get it?

> Yet it seems to be a popularity contest people care about for some reason

Before you incorporate someone's Github library into your own project, you want to know some things. Is it secure? Is it well-maintained? Is there an active userbase to help with support? Stars are one indicator of this.

Re: GitHub Star History Graph

#65

Earlier quoted context omitted.

For every professional React developer, there's probably ten people who consider React cool and something to learn in the future, while they haven't even heard about Svelte or Vite.

Doubtful anyone thinks react is cool at this point. It’s more of a thing you just need to use for your job. It’s like Java at this point.

HN is a bubble of negativity. I see juniors light up when seeing react and trying it out for the first time. And I don’t know anyone irl who dreads react.

Re: GitHub Star History Graph

#66
post #7

Slightly related, but... what is it with stars? I've never starred a repo and don't understand why I would want to. Yet it seems to be a popularity contest people care about for some reason, even though it correlates strongly with forks/issues/prs so you get the same idea about usage from those. Does it go at all beyond a "like", or am I just too old to get it?

> Yet it seems to be a popularity contest people care about for some reason Before you incorporate someone's Github library into your own project, you want to know some things. Is it secure? Is it well-maintained? Is there an active userbase to help with support? Stars are one indicator of this.

Hardly. I was on a project with a JS dependency with 6.5k stars and sponsors but it injected a remote script at runtime without consent. I'm also a part of niche community circles where a project would be lucky to break 50 stars despite having phenomenal value and quality. It really is purely a popularity contest and only that with a bias towards other languages and projects that are equally as popular.

Re: GitHub Star History Graph

#67

If you want see the effect of HN on a new repository: https://star-history.com/#samwillis/tetra&Date It was on the HN homepage for about 5 hours yesterday, never higher than about 25. The initial jump on the 25th was some attention on Twitter. Also the HN link was to the website, not the GitHub. I imagine if it had been a link to the repository the stars would be higher.

[deleted]

Re: GitHub Star History Graph

#68
post #7

Slightly related, but... what is it with stars? I've never starred a repo and don't understand why I would want to. Yet it seems to be a popularity contest people care about for some reason, even though it correlates strongly with forks/issues/prs so you get the same idea about usage from those. Does it go at all beyond a "like", or am I just too old to get it?

> Yet it seems to be a popularity contest people care about for some reason Before you incorporate someone's Github library into your own project, you want to know some things. Is it secure? Is it well-maintained? Is there an active userbase to help with support? Stars are one indicator of this.

Honestly, I would rather go for that specific info instead. CVEs for security, network graph and PRs for activity, CI maturity for security and maintenance, etc. Stars give you mostly popularity which is not necessarily correlated. But yeah, I agree they can be a single-number-proxy for the above.

Re: GitHub Star History Graph

#69
post #7

Slightly related, but... what is it with stars? I've never starred a repo and don't understand why I would want to. Yet it seems to be a popularity contest people care about for some reason, even though it correlates strongly with forks/issues/prs so you get the same idea about usage from those. Does it go at all beyond a "like", or am I just too old to get it?

It makes me feel good when I see one of my projects getting stars. When I star a project it is with the hope that another maintainer will have a similar good feeling.

You're a good person and this made me think I should star some smaller project I use. Thank you. Let's show the maintainers some love.

Re: GitHub Star History Graph

#70
post #7

Slightly related, but... what is it with stars? I've never starred a repo and don't understand why I would want to. Yet it seems to be a popularity contest people care about for some reason, even though it correlates strongly with forks/issues/prs so you get the same idea about usage from those. Does it go at all beyond a "like", or am I just too old to get it?

I wrote a blog about how stars helped us at the very early stages of our open source product: https://www.infracost.io/blog/github-stars-matter-here-is-wh...
Post reply on HN