Viewing profile — badoongi
badoongi
HN member- Joined
- Tue, Sep 13, 2022, 10:17 PM UTC
- HN karma
- 29
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About badoongi
No profile information was provided.
Recent public activity
-
comment
Comment #41387701
Nice, this somewhat reminds Apportable: https://www.ycombinator.com/companies/apportable
-
comment
Comment #40702276
I've been working through a legacy starlark codebase recently. My take is that the language, and the bazel phased execution model, makes it very challenging to debug. One example: …
-
comment
Comment #39603546
Fascinating project! I'm curious what's the business model? it's listed on Crunchbase that you raised 12M$ so I'm assuming you do have plans to make money?
-
comment
Comment #39534061
I see testcontainers being used in tests making the test code style feel more like typical unit tests with fake implementations for system components. Which is misleading as these …
- story
-
comment
Comment #39385404
This is also their 25M$ series A announcement coming in 10 months after their 10M$ seed
- story
-
comment
Comment #33284635
Often when it's mentioned it's treated as a hard rule, claiming semver has no justification as any change is a breaking change. Though in practice most software packages are not us…
-
comment
Comment #32832905
> I can run our entire backend with a single command that will work on any developer's box. Curious wouldn't `go run` give you the same? pure go code is supposed to be portable, un…
-
comment
Comment #32831044
My take - Avoid Bazel as long as you can, for most companies the codebase is not big enough to actually need distributed builds, if you've hit this problem Bazel is probably the be…