Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dzbarsky
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dzbarsky
1mo ago
This was nowhere near the top submission. But even if a solo engineer could get a top kernel, you don't think that having thousands of engineers, infinite tokens, and stronger models than are available to the public would give the labs
2.
▲
by
dzbarsky
2mo ago
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 to Reindeer approach for example). Another difference is th
3.
▲
by
dzbarsky
2mo ago
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 handle any of these languages/ecosystems itself.
4.
▲
by
dzbarsky
4mo ago
Care to elaborate how OpenAI is failing in your opinion?
5.
▲
by
dzbarsky
4mo ago
Check out https://github.com/cerisier/glibc-stubs-generator
6.
▲
by
dzbarsky
4mo ago
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
7.
▲
by
dzbarsky
8mo ago
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 single CLI flag. No hassle at all. The fact that
8.
▲
by
dzbarsky
3y ago
https://github.com/dzbarsky/static-clang should let you build it in a reproducible way with a single command.
9.
▲
Clairvoyance – AI-based breaking change detector
(prodvana.io)
31 points
by
dzbarsky
3y ago
|
0 comments
10.
▲
Unleashing the Power of Prodvana's Convergence-Based Deployment Engine
(prodvana.io)
13 points
by
dzbarsky
3y ago
|
3 comments
11.
▲
Developing a Deployment System
(prodvana.io)
21 points
by
dzbarsky
4y ago
|
3 comments
12.
▲
by
dzbarsky
11y ago
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 going to make the argument that you can just add comment
13.
▲
by
dzbarsky
11y ago
> 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 of typed code you get better and better coverage. &g
14.
▲
by
dzbarsky
11y ago
This is why you should use containers for running binaries on user-supplied data.