TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why aren't [private] GitHub contributions (in aggregate) public?

3 pointsby davidharirialmost 10 years ago
I&#x27;ve investigated this and it looks like Github has it&#x27;s own endpoint just for serving the green yearly contribution data that appears on your profile in the form of date:count_contributions (&quot;2015-06-08&quot; : 2 for example).<p>I only contribute to private repos so it looks to everyone else like I do nothing, when really i&#x27;m on a 10 day streak.<p>Does anyone know why they privatize this data? Seems to me like it&#x27;s overkill...

5 comments

zckalmost 10 years ago
Because it&#x27;s private data? Now, they could make it -- on an opt-in basis -- work the way you want, but I&#x27;m going to applaud a company that is erring on the side of keeping private data private.
评论 #9733779 未加载
wmilalmost 10 years ago
Two reasons.<p>First, they want to push people to open source small personal projects and contribute to large OSS projects. Doing anything with an open project, even just filing bug reports, counts towards your streak.<p>Second, it&#x27;s more of a novelty thing since your contrib count is very easy to hack. Just generate a local repo with commits on the days you want and upload it.
wodenokotoalmost 10 years ago
because you can make useless private commits and look like you are super active and no one can check up on you.
athesynalmost 10 years ago
They&#x27;ve known about this for years, don&#x27;t think it&#x27;s a high priority for them to ever change it.<p>What I suggest is moving non-commercial personal projects over to github so there&#x27;s at least some activity showing.
partisanalmost 10 years ago
Perhaps an option to make this public would be useful, but how helpful is the metric without context?