展示HN:一种简单的方式来计算你的进展
在过去的三个月里,我写了大量的代码,这在很大程度上要感谢Cursor和我所能获得的所有AI帮助。因此,我开始好奇自己到底提交了多少工作,虽然我通常会依赖Github的贡献视图(过去一年有1,338次贡献)来查看,但我觉得有一个本地的方式来统计所有进展会更有趣。
以下是我过去90天的统计数据:
- 修改的文件总数:3593
- 插入的行数总计:292060
- 删除的行数总计:72239
如果你也想这样做,只需复制这个文件([https://kirillzubovsky.com/count-lines](https://kirillzubovsky.com/count-lines))并保存在本地。我觉得了解自己每天/每周/每月增加了多少内容很有趣,这也让我保持动力。
祝你有个美好的一天!
Kirill
查看原文
I've been writing substantially more code in the last three months in many ways thanks to Cursor and all the AI help I could get. As such, I got curious to see just how much work I've been committing, and while relying on Github contributions view was my normal go-to way of doing it (1,338 contributions in the last year), I thought it would be fun to have a local way to count all progress.<p>Here's what I got for the last 90 days:<p>Total files changed: 3593
Total lines inserted: 292060
Total lines deleted: 72239<p>If you want to do the same, just copy this file (<a href="https://kirillzubovsky.com/count-lines" rel="nofollow">https://kirillzubovsky.com/count-lines</a>) and save it locally. I find it fun to know how much I've been adding every day/week/month. Keeps me motivated.<p>Have an awesome day!
Kirill