Viewing profile — StabbyCutyou
StabbyCutyou
HN member- Joined
- Wed, May 13, 2015, 12:21 AM UTC
- HN karma
- 121
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About StabbyCutyou
No profile information was provided.
Recent public activity
-
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…
-
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!
-
comment
Comment #27129466
Hey folks! I'm Sean, the CTO of Allma. Would love to chat about the product if folks have any questions!
-
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…
-
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.
-
comment
Comment #13169809
The accuracy of this statement is as depressing as it is apt.
-
comment
Comment #13169639
Thanks for adding some historical context for me!
-
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…
-
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…
-
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…
- story
-
comment
Comment #12564742
Elegant, simple, and idiomatic. The perfect solution for Go.
-
comment
Comment #12509589
This is definitely one of the main takeaways that I wanted to get across.
-
comment
Comment #12509575
Well said, thanks!
-
comment
Comment #12509565
I do wish I had titled it better, as most people have (rightfully) dinged me on this one ;)
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #12509410
Author here - Came to reply with basically what you just said. Thanks for giving it a read!
-
comment
Comment #11169097
Well... Guess I need to rename https://github.com/StabbyCutyou/0db
- story
-
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 …
-
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…