Live data from Hacker News

Viewing profile — AaronBBrown

AaronBBrown

HN member
Joined
Fri, May 04, 2012, 1:41 PM UTC
HN karma
330
Public activity
151 items

About AaronBBrown

No profile information was provided.

Recent public activity

  1. comment
    Comment #42248550

    In busy systems, GOMAXPROCS=cpu.limits will still lead to the process exceeding its cfs quota and be throttled as the Go runtime has additional threads beyond just GOMAXPROCS. IME,…

  2. comment
    Comment #34696671

    The truth is that most "big data" problems aren't big and can often be solved with awk and xargs.

  3. comment
    Comment #33317110

    Clicked expecting this to be about the history ( https://officialrealbook.com/history/ ) of jazz fake books, which eventually evolved into the Real Book!

  4. comment
    Comment #31389548

    I remember the pure magic of playing Sierra games after adding a Sound Blaster. Dr Sbaitso was also a hoot.

  5. comment
    Comment #30772273

    This is a design flaw in Kubernetes. The article doesn't really explain what's happening though. The real problem is that there is no synchronization between the ingress controller…

  6. comment
    Comment #22798182

    Right out of Dvorak Symphony 9!

  7. story
  8. comment
    Comment #15030372

    Hey, this is Aaron from GitHub. We're using devicemapper w/ LVM backed pools. Would love to hear about your experience there. We definitely see this problem during periods of high …

  9. comment
    Comment #13569994

    iTerm works with Cmd-[0-9] just fine.

  10. comment
    Comment #12343813

    Have you tried `hub`? https://github.com/github/hub ~/src/bar (foo =)$ hub pull-request https://github.com/foo/bar/pull/5 There is also `hub fork` and others: These GitHub commands…

  11. comment
    Comment #11382546

    With close to a decade of remote work experience under my belt at companies that are more than 50% remote (GitHub) down to being the only remote guy, I have concluded that some thi…

  12. comment
    Comment #11106133

    I have had 3 Ecobee thermostats in my house for over 3 years. They have been extremely reliable and have an API, so I can do all sorts of fun stuff with them. Right now I'm working…

  13. comment
    Comment #10890891

    And all of the config management tools have a comparable concept. Ansible 2.0 has 16 levels of variable precedence, Puppet has hiera which gives you arbitrary levels of precedence,…

  14. comment
    Comment #10890799

    To make this a fair comparison, you should be comparing chef-solo (or chef-zero) deployments to Ansible since the closet thing Ansible has to a dynamic source of truth is dynamic i…

  15. comment
    Comment #10890641

    In what way is attribute precedence over-engineered? You can ignore most of it for most cases and just use default for everything, but when you need it, it's there for you. I don't…

  16. comment
    Comment #10890547

    in what way is Chef over-engineered?

  17. story
  18. comment
    Comment #10752207

    It's not a schooner, it's a sailboat!

  19. story
  20. comment
    Comment #10572132

    By now, I have spent more than half of my 15+ year professional career as a remote employee. My first job, back in 2000 was as a developer working for a Boston-based company from m…

  21. comment
    Comment #10560319

    I am brand new to Go am trying to learn it together with my bright, but young (6 year old) son. Can anyone recommend some good introductory resources for to better learn the basic …

  22. comment
    Comment #10494908

    The second part of your question is a big part of the answer...an IRC server needs to be well tended in order to support the features that people want. I run a Technical Operations…

  23. comment
    Comment #8562322

    Unless I'm currently unemployed, if someone asked me to do this I would politely say, "thank you, but no thank you." It has been my experience that there are oodles of development …

  24. comment
    Comment #7938804

    This is why I purchased an ecobee (www.ecobee.com) instead of Nest, despite the obviously superior interface provided by Nest.

  25. comment
    Comment #7787419

    Strictly speaking they are 16 bytes when stored as binary, which sounds grat, but when represented as strings (as they usually are) they are 36 characters which is 36-bytes in ASCI…