Live data from Hacker News

Viewing profile — badoongi

badoongi

HN member
Joined
Tue, Sep 13, 2022, 10:17 PM UTC
HN karma
29
Public activity
10 items

About badoongi

No profile information was provided.

Recent public activity

  1. comment
    Comment #41387701

    Nice, this somewhat reminds Apportable: https://www.ycombinator.com/companies/apportable

  2. 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: …

  3. 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?

  4. 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 …

  5. story
  6. comment
    Comment #39385404

    This is also their 25M$ series A announcement coming in 10 months after their 10M$ seed

  7. story
  8. 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…

  9. 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…

  10. 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…