Live data from Hacker News

Viewing profile — dzbarsky

dzbarsky

HN member
Joined
Thu, Nov 07, 2013, 6:51 PM UTC
HN karma
6
Public activity
13 items

About dzbarsky

No profile information was provided.

Recent public activity

  1. comment
    Comment #49082680

    See my comment above - the common language rulesets work in similar ways as Buck(2), AIUI. (Except bazel has features to consume external dependencies without vendoring, as opposed…

  2. comment
    Comment #49082664

    This comment gives off the impression that bazel just wraps cargo/pip/npm invocations, which is incorrect (at least in the commonly used scenarios) First of all, bazel does not han…

  3. comment
    Comment #48364092

    Care to elaborate how OpenAI is failing in your opinion?

  4. comment
    Comment #48339390

    Check out https://github.com/cerisier/glibc-stubs-generator

  5. comment
    Comment #48339190

    None? All of these things were in flight for a while and given Zigs anti-AI stance i think they wrote off Bun ever since the acquisition

  6. comment
    Comment #46758030

    Look into Bazel, a very standard build system used at many large tech companies. It splits fetches from build/test actions and allows blocking network for build/test actions with a…

  7. comment
    Comment #38398534

    https://github.com/dzbarsky/static-clang should let you build it in a reproducible way with a single command.

  8. story
  9. story
  10. story
  11. comment
    Comment #10963099

    Even if you ignore all the other benefits of type annotations, merely being explicit about the types of parameters your function accepts helps people reading your code. If you're g…

  12. comment
    Comment #10963090

    > What does mypy do if you make a call from code with type annotations into code without? Or vice-versa? It's not able to analyze across such boundaries, but as you expand the set …

  13. comment
    Comment #10899910

    This is why you should use containers for running binaries on user-supplied data.