Live data from Hacker News

Viewing profile — zerocount

zerocount

HN member
Joined
Sat, Aug 07, 2021, 4:34 PM UTC
HN karma
235
Public activity
136 items

About zerocount

No profile information was provided.

Recent public activity

  1. comment
    Comment #29700943

    Based on the article, the title should be, "Why is C Git faster than JGit." It's literally nothing but that.

  2. 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.

  3. comment
    Comment #29700822

    They don't show up because their not out evangelizing every oppurtunity they get.

  4. comment
    Comment #29700799

    What exactly is switching to Rust?

  5. 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…

  6. 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…

  7. comment
    Comment #29690880

    Can't wait for this. I'm still on his 'patterns' book. He's such a good author.

  8. comment
    Comment #29690714

    This is what happens when you're impatient.

  9. 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.

  10. comment
    Comment #29682445

    I'm not a Java developer so forgive my ignorance, but is Eclipse as good as IntelliJ?

  11. 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.

  12. 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.

  13. comment
    Comment #29677864

    That was elegant and much more insightful.

  14. comment
    Comment #29675268

    There's also a school of thought that managers are not necessary. I'm a big fan of it.

  15. comment
    Comment #29675173

    This actually makes sense. No need for the big survellance net.

  16. comment
  17. 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…

  18. comment
    Comment #29674894

    Merry Christmas and Happy Hacking from NorthWest Arkansas! Don't let the hogs get away from you! :)

  19. 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…

  20. 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"

  21. 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…

  22. comment
    Comment #29672856

    Only in the mind of the person writing it.

  23. 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…

  24. comment
    Comment #29665264

    I understood it along the same lines as you and don't understand the down-voting.

  25. 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 …