Live data from Hacker News

Viewing profile — somekyle

somekyle

HN member
Joined
Mon, Jul 20, 2020, 9:27 PM UTC
HN karma
35
Public activity
17 items

About somekyle

No profile information was provided.

Recent public activity

  1. comment
    Comment #41571729

    I feel similarly. I've been pure remote since COVID. I used to complain about having to come into the office just to stare at a screen quietly next to people. Being remote has been…

  2. comment
    Comment #36729068

    This is why I like more bottom-up approaches to coding. Code broken up sorta arbitrarily, that's compressed moreso than abstracted, is hard to follow. But, when there's a reasonabl…

  3. comment
    Comment #35457968

    Hah! I was just remembering the exact same thing. His fingerprints are all over my development as a professional Java programmer.

  4. comment
  5. comment
  6. comment
    Comment #34496005

    This seems.. expected. Anything that makes something easier is gonna annoy some people for whom the difficulty was part of the point.

  7. comment
    Comment #33349474

    An underrated factor in this conversation is implementation effort. Javascript is arguably the most widely run interpreted language in the world. Pre-Chrome, JS was uniformly rathe…

  8. comment
    Comment #33255459

    I imagine it varies, but from most people I know, it's the very definition of "labor of love". It's certainly a big time and effort commitment and sometimes you'd rather not, but t…

  9. comment
    Comment #33073114

    I have kids, and if I count their bedtime process as chores an hour or two isn't a particularly heavy evening.

  10. comment
    Comment #32955823

    it's funny, because I believe the author has contributed to at least 4 of these directly in his day job, and has published code for a few more. But I guess you can't buy bread with…

  11. comment
    Comment #32323902

    Is the point of this that you can do large-scale data processing without the overhead of distribution if you're willing to pay for the kind of hardware that can give you fast rando…

  12. comment
    Comment #31927193

    We've found this to be basically true. Git operations that stat() a lot are dramatically, catastrophically slower on OS X, and that's part of why my employer started doing fs watch…

  13. comment
    Comment #29464270

    Oh, I'm sure it's a problem; the reason I haven't been subjected to these problems is because I mostly deploy tools to an environment that has pre-existing build system and deploym…

  14. comment
    Comment #29437351

    I_like_ writing CLI apps in Python, and for various reasons haven't been subjected to the packaging woes, but I think execution latency is an important thing for CLI tools, and I'v…

  15. comment
    Comment #29423756

    Yes, overapplying directional advice is a problem, and channels aren't always the right choice, but mutexes/cond vars/atomics have always been part of Go and they've always been li…

  16. comment
    Comment #27296210

    I think an interesting question is: can you support people and wish the best for them even if they've done a bad thing? With the exception of some particularly abhorrent things, I'…

  17. comment
    Comment #24793608

    It's a harder problem to solve when you've moved across the country (or world) to work for years at companies that actively cultivated a world of "work and play at work"/"hang out …