Live data from Hacker News

Viewing profile — StabbyCutyou

StabbyCutyou

HN member
Joined
Wed, May 13, 2015, 12:21 AM UTC
HN karma
121
Public activity
27 items

About StabbyCutyou

No profile information was provided.

Recent public activity

  1. comment
    Comment #27129796

    Thanks! In terms of backend engineering, I'd say one of the trickiest things is always depending deeply on a third party service or provider to be the backbone of the value you add…

  2. comment
    Comment #27129664

    Yes! Right now we have a PD integration that will allow us to receive your alerts, and once you bind them to an Allma Incident, manage the alerts for you as well!

  3. comment
    Comment #27129466

    Hey folks! I'm Sean, the CTO of Allma. Would love to chat about the product if folks have any questions!

  4. comment
    Comment #13170257

    So, specifically in the context of a distributed queue (which, if we're talking about using MS arch + queueing due to scale concerns, you really need some kind of distribution to t…

  5. comment
    Comment #13169926

    This is more of the intended audience (earlier startups or smaller groups of devs), but I could have done a better job spelling that out.

  6. comment
    Comment #13169809

    The accuracy of this statement is as depressing as it is apt.

  7. comment
    Comment #13169639

    Thanks for adding some historical context for me!

  8. comment
    Comment #13169471

    I didn't discuss queues because queues aren't intrinsically a part of a MS architecture. You certainly can do it that way, and there are lots of benefits, but queues (and if you're…

  9. comment
    Comment #13169328

    Hello all you nice folks on HN. Original author of the article here. A few things I'd like to add, since this is essentially what feedback I get every time this has made the rounds…

  10. comment
    Comment #13169250

    Hi, original author here! Quickly, on the "elementary" nature of the post, this was adapted from a lightning talk I gave, and so it was sort of designed to be a very quick introduc…

  11. story
  12. comment
    Comment #12564742

    Elegant, simple, and idiomatic. The perfect solution for Go.

  13. comment
    Comment #12509589

    This is definitely one of the main takeaways that I wanted to get across.

  14. comment
    Comment #12509575

    Well said, thanks!

  15. comment
    Comment #12509565

    I do wish I had titled it better, as most people have (rightfully) dinged me on this one ;)

  16. comment
    Comment #12509563

    One of the downsides of the blog post was that I adapted it from a lightning talk, so it was meant to be a little content-light, but to put ideas in peoples minds around how to thi…

  17. comment
    Comment #12509520

    You have a good point in that in the early stages, any app is likely not to be a "monolith", but it's less about size/LOC and more about the design ethic of the architecture itself…

  18. comment
    Comment #12509506

    Author here - your ninja edit is one of the core premises of the entire post. Some other folks have addressed the scalability questions you raised, but i'd add - I am in no way adv…

  19. comment
    Comment #12509475

    I appreciate the feedback, but unfortunately I think you've made a bit of a leap in terms of what my point here was. It isn't that i'm saying "Don't build microservices", but rathe…

  20. comment
    Comment #12509439

    Hi, author here - thanks for taking the time read it. You're not wrong in that this article is meant to point out the pitfalls of the approach, and to advocate for understanding be…

  21. comment
    Comment #12509410

    Author here - Came to reply with basically what you just said. Thanks for giving it a read!

  22. comment
    Comment #11169097

    Well... Guess I need to rename https://github.com/StabbyCutyou/0db

  23. story
  24. comment
    Comment #10036821

    They actually would let you increase that, but only up to a certain point and only if you specifically requested it. I don't see them mention the absolute ceiling being lifted, so …

  25. comment
    Comment #9891321

    I notice you're using interfaces to do your handlers, and (forgive me if i'm reading this wrong) casting those interfaces to a specific "type" of function before invoking them. Tha…