Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces(maggieappleton.com ↗)
    discuss
  2. Parsing Bolo Replays(rooklift.github.io ↗)
    discuss
  3. When semantic judgment becomes cheap enough to put everywhere(sameernanda.com ↗)
    discuss
  4. Solving for faster SHA-1 collision detection(sam.dev ↗)
    discuss
  5. AI-Assisted Starling Desktop Introduces 3D View(phoronix.com ↗)
    discuss
  6. US halts flights at busy East Coast airports, says fiber line cut(reuters.com ↗)
    discuss
  7. Developmental xenocortication using human-derived organoids in mice(nature.com ↗)
    discuss
  8. We gave every managed cloud agent a durable SQL database(opencomputer.dev ↗)
    discuss
  9. One Hundred Days of Fatherhood(suriya.cc ↗)
    discuss
  10. GLM 5.3 Hosted by Mistral(twitter.com/mistralvibe ↗)
    discuss
  11. Gravity Linux Alpha Release: Linux on the M4 Mac Mini with GPU and DCP Support(gravitylinux.org ↗)
    discuss
  12. Robot Relations Departments: The New Corporate Reality(techbuzz.ai ↗)
    discuss
  13. Mullet of Log Processing: Determinism in the Front, AI at the Back (Expanso/Jev)(expanso.io ↗)
    discuss
  14. Show HN: VisionOS 27, iOS 27 object tracking demo – placing objects eyes closed(github.com/robomex ↗)
    discuss
  15. How to Limit What Apple's New Siri AI Can Access in iOS 27(eff.org ↗)
    discuss
  16. Anthropic, OpenAI et al. face antitrust suit for agreeing to slow AI development(tomshardware.com ↗)
    discuss
  17. Help 404 Media Find Out How Your Local Police Are Surveiling You(404media.co ↗)
    discuss
  18. Why Does an NPM Math Library Need an Encrypted Loader?(safedep.io ↗)
    discuss
  19. Right-sizing Databricks job clusters, automatically(altimate.ai ↗)
    discuss
  20. No protocol fees. No investors(basicswapdex.com ↗)
    discuss
  21. Show HN: MicroLLM lab – try small LMs in browser, see tok/s and accuracy(github.com/robss2020 ↗)
    discuss
  22. Windows Exploitation Techniques: Dangling COM Object Registrations(projectzero.google ↗)
    discuss
  23. Boomers love making AI images of their grandkids. Millennial parents hate it(businessinsider.com ↗)
    discuss
  24. SnoozeOps – Scheduled sleep for AWS and GCP dev environments(snoozeops.io ↗)
    discuss
  25. Paramount settles with US states in big step towards closing Warner Bros merger(reuters.com ↗)
    discuss
  26. Show HN: Conway's Game of Life in boot sector(github.com/0xax ↗)
    discuss
  27. Twenty-Five Years Upstream(igalia.com ↗)
    discuss
  28. Predicting the Present(kevinkelly.substack.com ↗)
    discuss
  29. U.S. Small Biz Can't Ship to the EU Anymore(glennf.com ↗)
    discuss
  30. Is This Houston Strip-Mall Joint the Busiest Restaurant?(nytimes.com ↗)
    discuss

Show HN: Gitstats - your coding stats, private and work repos, no GitHub token

1 pointsby 52m agogitstats.org
0 comments
Hey HN. I built this dashboard because I wanted to see how much code I write every day and how my productivity changes.

You can preview it with seeded demo data without registering here: https://gitstats.org/demo

I'm a software engineer at a startup and I constantly build my own projects, but most of my GitHub activity is in private repos and I often was curious how much code do I produce in total and how do I compare to my colleagues/friends. So I built this dashboard to show all the info you could want, made it look cool and added some competitive aspect to it.

I'm aware that line-counts and commits are not good metrics for productivity, but it is still interesting to track them. This is not a commercial product, just an interesting toy for developers which can also be useful to notice trends in your work.

While building it I found that GitHub doesn't have any native API to share only the contribution activity without requiring read or write permissions on the repos. I didn't want the app to require any tokens with access to your repos, so I landed on a solution where an npm command (npx @yaroslavhaidash/gitstats-cli@latest link) would count the activity using the git logs locally and then only upload the numbers. This way no sensitive data ever leaves your computer.

To use it, simply sign in with GitHub, run one npm command and your statistics will automatically backfill from up to one year ago. One limitation is that it will only backfill statistics found on the device you connected, if you use multiple computers for different repos, you will have to run the npm command from all of them.

There is more information about how it works in https://gitstats.org/docs. The server is closed-source, but https://github.com/yaroslavhaidash/gitstats-cli is public and open-source with MIT so anyone can check out how it works.

Any feedback on the mechanism or the UI is very welcome!

A quiet thread, for now.Start the conversation on HN ↗