Live data from Hacker News

Viewing profile — djspoons

djspoons

HN member
Joined
Thu, Jul 21, 2016, 11:32 PM UTC
HN karma
5
Public activity
9 items

About djspoons

No profile information was provided.

Recent public activity

  1. comment
    Comment #22628536

    Actually one of my coworkers gave a talk at Facebook Performance summit on this: https://www.youtube.com/watch?v=EG7Zhd6gLiw (Disclaimer: brief product pitch in the first minute as…

  2. comment
    Comment #22628293

    Well, yeah, there's not much difference between a histogram and hundreds-of-percentiles. But there's a huge difference between a histogram and just a single percentile (whether it'…

  3. comment
    Comment #12144177

    It's just % of bigrams that appear in Google's sample of books. [1] Not especially meaningful, I admit! [1] https://books.google.com/ngrams/info

  4. comment
    Comment #12141425

    Tracing and debugging-in-developer are solving different problems, though: tracing is there to help you understand issues that you can't reproduce in development. And for the recor…

  5. comment
    Comment #12141413

    Yeah, we were debating about whether I should write a post about "the end of servers" instead of "the end of microservices." I thought we'd get a livelier discussion with microserv…

  6. comment
    Comment #12141405

    I wrote the post with pretty rose-colored glasses on. :) I totally agree that microservices can be a form of premature optimization, in particular because of the cost with today's …

  7. comment
    Comment #12140890

    A distributed system is one that can fail in new and novel ways

  8. comment
    Comment #12140837

    Well maybe the more important part is building "laboratories of democracy" [1] than a republic. ;) Give each part of the org the ability to experiment, see what works best, and spr…

  9. comment
    Comment #12140789

    Thanks for the comments! +1 to "APIs necessary for our customers." I think every developer should have a customer-oriented mindset, even if their customers are just other developer…