Viewing profile — mv1
mv1
HN member- Joined
- Wed, Apr 06, 2011, 2:00 PM UTC
- HN karma
- 117
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About mv1
Recent public activity
- story
-
comment
Comment #22204764
Hold on. YAML gained popularity as a nice syntax for JSON, which itself was a subset of JavaScript, a full programming language. Now, we are adding some computational capabilities …
- story
- story
-
story
Ask HN: No-fixed-cost container service/microservice setup on AWS
What architecture are folks using to get a no-fixed-cost set of microservices running on AWS for containerized services. Essentially, I want to run an auto-scaling set of container…
- story
- story
- story
-
comment
Comment #22130975
The question is what happens to these lifestyle businesses when a VC backed company comes along with a $100MM raise in the space and a free product. Do they survive? Does the team …
-
comment
Comment #22123094
Noted
-
comment
Comment #22121742
I do agree that Kubernetes is too complicated an low-level for most needs, especially for small projects. However, my experience is that while most apps start out really simple, if…
-
comment
Comment #22121437
That is exactly the idea behind Adapt (and said better than I've been saying it). The goal is to hide all the DevOps details but still make it easy to customize the parts that you …
- story
-
comment
Comment #21576468
This is a great article that expresses a similar desire for a "real" programming language as an article I wrote here: https://adaptjs.org/blog/2019/09/25/react-for-infrastructure I…
- story
-
comment
Comment #21446692
More generally, waiting until the end to write tests is a great way to get poor code coverage, and test cases that are very hard to debug. Unit tests as you go along is the way to …
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #21293806
There is what the standard says, and there is what people actually do. If everyone promotes char to int in practice, then any machine where this doesn't happen is going to have a t…