Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jiusanzhou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jiusanzhou
5mo ago
Fascinating framing — a model as an 'epistemic snapshot' of 1930. The HumanEval result on a pre-1931 corpus is counter-intuitive; I'd love to see whether the code capability emerges from algebra/symbolic logic text or ju
2.
▲
by
jiusanzhou
5mo ago
The irony of labeling this 'not recommended for production' while it's a fork of your own previously production-grade OSS is hard to miss. Feels less like a community edition and more like a liability shield. Curious how long
3.
▲
by
jiusanzhou
5mo ago
The jump from change #5 to #6 (inline caches + hidden-class object model) doing the bulk of the work here really tracks with how V8/JSC got fast historically — dynamic dispatch on property access is where naive interpreters die, and ev
4.
▲
by
jiusanzhou
5mo ago
The 3-5x return threshold is the part most eng leaders never internalize. I've seen teams spend entire quarters on internal tooling that saves maybe 20 minutes per developer per week — nowhere near break-even, let alone a healthy retur
5.
▲
by
jiusanzhou
5mo ago
The $100M in credits for open-source scanning is the most interesting part here. The real bottleneck was never finding vulns in high-profile projects — it was the long tail of critical dependencies maintained by one or two people who don&#x
6.
▲
by
jiusanzhou
6mo ago
Smart choice using PixiJS for the rendering pipeline — WebGL gives you hardware-accelerated compositing for the zoom/pan effects without needing to shell out to ffmpeg for every preview frame. The auto-zoom feature alone makes this wor
7.
▲
by
jiusanzhou
6mo ago
Clever use of just-bash to avoid the sandbox cold-start problem. The key insight here is that agents don't need a real filesystem — they need a familiar interface backed by whatever storage you already have. We're seeing the same
8.
▲
by
jiusanzhou
6mo ago
The copyright angle is the most underrated part of this story. Anthropic built their models on other people's code under the fair use argument, but the moment their own code leaks they reach for DMCA takedowns. You can't have it b