Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sluongng
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The World Builds with Bazel
(webazel.dev)
1 points
by
sluongng
1mo ago
|
0 comments
2.
▲
by
sluongng
2mo ago
isn't that more of a storage issue, which a home battery would solve?
3.
▲
by
sluongng
2mo ago
how would this help smaller labs? would it put more burdens on them when trying to compete with trillion-dollar companies or would it help?
4.
▲
by
sluongng
3mo ago
Yeah I vibe coded https://github.com/sluongng/capyfun during a hackathon recently to add a generative transformation layer on top of the traditional imperative transformations.
5.
▲
by
sluongng
4mo ago
There are plenty of cool advancements in reducing inference cold start when I was meeting with folks in person at FOSDEM this year. However, I still struggle to understand: why would folks care about this? Major AI Labs all have secured the
6.
▲
by
sluongng
6mo ago
You can run bisect with first-parent
7.
▲
by
sluongng
6mo ago
My teammate has a great time reimplementing Ninja (slop-free) in Go here https://github.com/buildbuddy-io/reninja to make it even faster with Remote Build Execution.
8.
▲
by
sluongng
7mo ago
Yeah, I don't disagree with your assessment at all. I think the H2A ratio is still a good metric for the AI adoption rate of an organization. At a higher H2A ratio, you will also start to hear people measuring things using token volume
9.
▲
by
sluongng
7mo ago
I do. The reason why the current generation of agents are good at coding is because the labs have sufficient time and computes to generate synthetic chain-of-thoughts data, feed those data through RL before use them to train the LLMs. These
10.
▲
by
sluongng
7mo ago
Yeah the 8 agents limit aligns well with my conversations with folks in the leading labs https://open.substack.com/pub/sluongng/p/stages-of-coding-ag... I think we need much different toolings to go beyond 1
11.
▲
by
sluongng
7mo ago
Most of the time, the CI resources in a python monorepo is not spent on packaging. It’s spent on running the tests. I would love to read more about how the author is tackling the testing problem in their setup.
12.
▲
by
sluongng
7mo ago
https://sluongng.substack.com/i/186718212/test-is-king I wrote about this less than a month ago. Things are moving pretty fast in this direction.
13.
▲
by
sluongng
7mo ago
Oh this is really neat for the Bazel community, as depending on tree-sitter to build a gazelle language extension, with Gazelle written in Go, requires you to use CGO. Now perhaps we can get rid of the CGO dependency and make it pure Go ins
14.
▲
by
sluongng
8mo ago
Not yet in Linux?
15.
▲
by
sluongng
8mo ago
I suspect they just use no_std whenever its applicable https://github.com/facebook/buck2/commit/4a1ccdd36e0de0b69ee... https://github.com/facebook/buck2/commit/bee72b29bc9b67b59
16.
▲
by
sluongng
8mo ago
Zstd dictionary compression is essentially how Meta's Mercurial fork (Sapling VCS) stores blobs https://sapling-scm.com/docs/dev/internals/zstdelta . The source code is available in GitHub if folks want t
17.
▲
by
sluongng
8mo ago
The evolving schema is much more attractive than a bunch of plain text HTTP headers when you want to communicate additional metadata with the file download/upload. For example, there are common metadata such as the digest (hash) of the
18.
▲
by
sluongng
8mo ago
https://github.com/googleapis/googleapis/blob/master/google/... is a more complete version of this. It supports resumable uploads, and the download can start from an offset within a file, allowing y
19.
▲
Post-Agentic Code Forges
(sluongng.substack.com)
1 points
by
sluongng
8mo ago
|
0 comments
20.
▲
by
sluongng
9mo ago
The underlying problem is that most container images are not cache efficient. Compressed tarballs arent and that’s what most of container images are. And Bazel relies heavily on caching to stay fast. Most of the hyper scaler actually do not
21.
▲
by
sluongng
10mo ago
> They use Google's web indexing technology adapted for trigrams, which was mostly developed to support their massive internal monorepo Do you have a source for this? I would love to read more about it. In the doc of the Zoekt repo,
22.
▲
by
sluongng
11mo ago
Nice. This is one of the main reasons why I picked CachyOS recently. Now I can fallback to Ubuntu if CachyOS gets me stuck somewhere.
23.
▲
by
sluongng
1y ago
The most concerning part about modern CI to me is how most of it is running on GitHub Actions, and how GitHub itself has been deprioritizing GitHub Actions maintenance and improvements over AI features. Seriously, take a look at their pinne
24.
▲
by
sluongng
1y ago
I don't view it as a bug. It's a personality trait of the model that made "user steering" much easier, thus helping the model to handle a wider range of tasks. I also think that there will be no "perfect" perso
25.
▲
by
sluongng
1y ago
Why not https://man7.org/linux/man-pages/man2/flock.2.html ?
26.
▲
by
sluongng
1y ago
More on Netflix's Remote Workstation setup for artists https://aws.amazon.com/solutions/case-studies/netflix-workst...
27.
▲
by
sluongng
1y ago
I think this is a common practice by now. Here is a talk from Netflix about cloud workspace for their artists https://aws.amazon.com/solutions/case-studies/netflix-workst...
28.
▲
Jacobin JVM after 3½ years of Development
(binstock.blogspot.com)
3 points
by
sluongng
2y ago
|
0 comments
29.
▲
by
sluongng
2y ago
Hmm it’s weird that this submission and comments are being shown to me as “hours ago” while they are all 2 days old
30.
▲
by
sluongng
2y ago
> For performance, Go using CGO is going to be closer to Python than Go. This is not true. In a lot of libraries, unless there are asm implementations on the pure Go side, the CGO implementation often outperforms. Zstd used to be one of
More ›