Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
espetro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
espetro
2mo ago
Finally an engineering feat that's not built in Rust
2.
▲
by
espetro
2mo ago
I see Gemini 3.6 Flash (and I guess more models by now) support video input. Does any coding agent harness actually support video inputs?
3.
▲
by
espetro
2mo ago
Point is, frontier models don't necessarily are better than a swarm of non-frontier ones for these scoped problems. IMO frotnier models excel at underspec'd or more complex problems where ideation and exploration are key (and that
4.
▲
by
espetro
2mo ago
Hey, for all of us builders out there, this is some quality work you're putting out there. How do you handle to talk about it, distribute it, just basically making it known to people, and still have time to focus on delivering actually
5.
▲
by
espetro
2mo ago
Nice article Andrii. I see from previous articles < https://blog.andr2i.com/posts/2026-06-22-optimization-catalo... > that you can identify and validate bottlenecks which you can optimize. For more general Go pract
6.
▲
by
espetro
2mo ago
As a developer without deep know-how in low-level memory mgmt., what are the most promising (or actually working) approaches to safer memory mgmt. other than Rust's borrow checker? Is Rust's credited safe approach mainly due to th
7.
▲
by
espetro
2mo ago
Cool stuff! I see you're targeting two verticals here (runtime on top of ONNX + TS library), I'm curious did you consider simply creating a AI SDK Provider ( https://ai-sdk.dev/providers/community-providers
8.
▲
by
espetro
2mo ago
> The only browser supporting Safari, Chrome, and Firefox extensions Honestly it's nuts you've cracked a way to support all three of Safari, Chrome and Firefox extensions. In my experience while developing browser extensions, p
9.
▲
by
espetro
2mo ago
Oh my, this is the first time I read about it ever. Thanks for sharing it! I'll stop using the built-in dictation now.
10.
▲
by
espetro
2mo ago
Wow, I see you managed to fit in so many models (krea, wan, hunyan, etc.). Did you get to build a common harness to run all of them? Which ones stay under your VRAM budget more consistently?
11.
▲
by
espetro
3mo ago
Thanks for the detailed walk-through @manucorporat . On designing for zero breaking changes, I see that is also a core value at Go. However, how did you actually apply it to software design and architecture? Got any resources to share here