Live data from Hacker News

Viewing profile — maplebed

maplebed

HN member
Joined
Thu, Oct 25, 2012, 6:17 PM UTC
HN karma
148
Public activity
21 items

About maplebed

just an opsen out to make sense of the world. Currently working on http://honeycomb.io/ [ my public key: https://keybase.io/maplebed; my proof: https://keybase.io/maplebed/sigs/UhFN-vq5S2-zHIY8z0HK2UpapVucJqX0EKfvPMcJ81I ]

Recent public activity

  1. comment
    Comment #18077631

    There are a number of articles on this topic coming from the perspective of martial arts rather than music. Start at http://codekata.com and you’ll find good articles. (Note - I am…

  2. comment
    Comment #15295600

    For the curious, the first failure I saw was at 13:15UTC and the last was 14:59UTC.

  3. story
  4. story
  5. comment
    Comment #13511271

    Yup! It's hard! All the things you point out are right on. We don't have the visualizations for histograms yet (though you can chart specific percentiles), but for the reasons you …

  6. comment
    Comment #13495442

    Are you a plant? It must just be coincidence that the second post in the series is titled "measuring capacity." :) https://honeycomb.io/blog/2017/01/instrumentation-measuring-... (…

  7. comment
    Comment #13495399

    By creating events that contain both the duration of the request and whether it succeeded, you can create graphs that show you the detail you need. Unless you include those data to…

  8. comment
    Comment #13465436

    Nice to see that 36 years later they're writing the same thing. https://www.nytimes.com/2017/01/21/us/san-francisco-children... "San Francisco Asks: Where Have All the Children Gon…

  9. comment
    Comment #13320968

    Once you have your report card, don't forget to revoke access. https://github.com/settings/applications

  10. comment
    Comment #9071045

    [nit] Daniel-san

  11. story
  12. comment
    Comment #8565539

    Though there's no answer in the video, the classic demonstration of TMS (Transcranial Magnetic Stimulation) you'll find in an intro to brain imaging class is to trigger sections of…

  13. comment
    Comment #7477559

    As a tech worker who is more focused on the back end than the visible product, I have found a very low correlation between my belief in the product and my satisfaction with the job…

  14. story
  15. story
  16. comment
    Comment #6479189

    My two favorite parts of this article: the author lives in New York and "Don’t let people merge in front of you, ever." Now I understand New York drivers!

  17. comment
    Comment #6407570

    No, I took a different approach. Any normal cron job that wants to be run only once (per cluster) grabs a zookeeper lock. Those that fail to acquire the lock exit and try again dur…

  18. comment
    Comment #6368370

    I chose Zookeeper to achieve this same goal a while ago (before I heard of etcd). I have been pleasantly surprised at how useful having a coordination service is in my infrastructu…

  19. story
  20. comment
    Comment #6087377

    I've used monit since forever, but have really come to like runit more recently.

  21. comment
    Comment #4758712

    Having a minor in CS means I understand conversations about algorithmic complexity, have experience with parsers, can discuss data structure analysis, and all those other things th…