Viewing profile — dougmoscrop
dougmoscrop
HN member- Joined
- Sun, Sep 06, 2020, 5:26 PM UTC
- HN karma
- 20
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About dougmoscrop
No profile information was provided.
Recent public activity
-
comment
Comment #37900616
Avoiding scaling the stateful part is also a path to hammer-nail syndrome - you start using less and less of the database system because you keep pulling things out since that's th…
-
comment
Comment #35052123
I can't decide if I would enjoy reading real examples of these cycles. Just knowing how precarious the supply of natural rubber is, and how inadequate artifical solutions are (incl…
-
comment
Comment #34842397
I live in Canada, things don't quite work like the US in terms of ownership incentives, but generally nobody is renting a house here for less than what it costs to finance and main…
-
comment
Comment #32322952
Can you imagine if even a fraction of the effort poured in to k8s tooling had gone in to the Erlang/OTP ecosystem instead?
-
comment
Comment #28856155
Agreed, we have our work cut out for us but the team is fantastic and I can't wait to share more of our vision with the world!
-
comment
Comment #27935493
Honestly, looking at Oracle Cloud, I think the best thing they could do is spin off and just completely remove any trace of the name Oracle. You have some absolutely fantastic prod…
-
comment
Comment #25083922
Totally agree. Lambda needs to 1/10 their costs or start billing for real CPU time and get rid of invocation overheads to really compete at these scales. Now I have dozens of serve…
-
comment
Comment #25040741
Most if not all AWS services are really just HTTP APIs. A Lambda invocation is really just a POST to a public AWS endpoint. You can absolutely come up with login flows that obtain …
-
comment
Comment #25040729
I responded lower, but dude! 2000 requests a second is hardly anything at all, unless the application server is doing some seriously heavy lifting in which case the architecture is…
-
comment
Comment #25040479
The calculations are still a little more complicated. I think serverless is the future, but I also think we need to continue to put pressure on AWS to lower costs Lambda and server…