Viewing profile — zerocount
zerocount
HN member- Joined
- Sat, Aug 07, 2021, 4:34 PM UTC
- HN karma
- 235
- Public activity
- 136 items
- HN profile
- View on Hacker News ↗
About zerocount
No profile information was provided.
Recent public activity
-
comment
Comment #29700943
Based on the article, the title should be, "Why is C Git faster than JGit." It's literally nothing but that.
-
comment
Comment #29700879
There's no counter argument to an article that specifically breaks down why C git is faster that JGit back in 2009. Lucene isn't relevant.
-
comment
Comment #29700822
They don't show up because their not out evangelizing every oppurtunity they get.
-
comment
Comment #29700799
What exactly is switching to Rust?
-
comment
Comment #29700623
I'm not convinced scripting languages are not suitable for large projects. It's said a lot, but I've never seen proof one way or the other. I suspect unmanageable code-bases derive…
-
comment
Comment #29690933
I roll my window up if I'm near motorcycles. There's been too many times when my ear got blasted all of a sudden. Worse is booming bass. Not while driving, but at home from the nei…
-
comment
Comment #29690880
Can't wait for this. I'm still on his 'patterns' book. He's such a good author.
-
comment
Comment #29690714
This is what happens when you're impatient.
-
comment
Comment #29690478
For beginners, this is the last book to start with. I'm a big fan of Doug Crockford, but this book is opinionated and the examples are often not well explained.
-
comment
Comment #29682445
I'm not a Java developer so forgive my ignorance, but is Eclipse as good as IntelliJ?
-
comment
Comment #29682403
NVME might be the greatest advancement ever in terms of noticable speed improvement. SSD was alright, but I wasn't blown away by it.
-
comment
Comment #29682039
There should be no shared code and all projects should be totally isolated from eachother. If you need shared code, fork it and maintain it to your needs.
-
comment
Comment #29677864
That was elegant and much more insightful.
-
comment
Comment #29675268
There's also a school of thought that managers are not necessary. I'm a big fan of it.
-
comment
Comment #29675173
This actually makes sense. No need for the big survellance net.
- comment
-
comment
Comment #29675065
Yes, it is about the deadlines. That's what keeps me getting a paycheck, which is the reason I'm working. What you describe as teamwork is just every day development activity. Ther…
-
comment
Comment #29674894
Merry Christmas and Happy Hacking from NorthWest Arkansas! Don't let the hogs get away from you! :)
-
comment
Comment #29673091
More often than not, I see code without any comments. There's this idea of writing self documenting code that really changed the commenting world. And that whole thing was evangeli…
-
comment
Comment #29672947
I've also seen it where every comment was just who made the code change and the date. "John K. 10/13/1994"
-
comment
Comment #29672889
Man, I've been bit a few times with this. I'll read code and think, "Why the hell did they do that?" Later, when I'm almost done re-writing it, I see the edge case they were workin…
-
comment
Comment #29672856
Only in the mind of the person writing it.
-
comment
Comment #29672845
Yep. I make a commit on every little change and every team I've been on makes me squash them on merge. Comments in Git commits are bad. Just comment the code and make sure the comm…
-
comment
Comment #29665264
I understood it along the same lines as you and don't understand the down-voting.
-
comment
Comment #29662438
Yeah, I'm a pen and paper guy. Make a list of things to do each day and start at the top. If I don't finish the list, it's the beginning of the next day's list. For some reason, I …