Viewing profile — dzbarsky
dzbarsky
HN member- Joined
- Thu, Nov 07, 2013, 6:51 PM UTC
- HN karma
- 6
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About dzbarsky
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #48364092
Care to elaborate how OpenAI is failing in your opinion?
-
comment
Comment #48339390
Check out https://github.com/cerisier/glibc-stubs-generator
-
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
-
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…
-
comment
Comment #38398534
https://github.com/dzbarsky/static-clang should let you build it in a reproducible way with a single command.
- story
- story
- story
-
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…
-
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 …
-
comment
Comment #10899910
This is why you should use containers for running binaries on user-supplied data.