Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
random17
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
random17
2mo ago
These approaches, along with OpenRouter Fusion ( https://openrouter.ai/blog/announcements/fusion-beats-fronti... ) are different from ours in that: 1. we trained custom models to predict LLM performance (this perfor
2.
▲
by
random17
2mo ago
How do you properly mix IO/compute (in any language)? In Rust what I’ve done in the past is have two Tokio runtimes, one for IO and one for compute. I know you can also use Rayon but the abstractions are not always flexible/conven
3.
▲
by
random17
6mo ago
I've been looking to build something similar to this so this is very timely! What I wanted to build is a way for Claude Code to automatically receive reviews and CP failures from a Github PR and automatically revise code and respond to
4.
▲
by
random17
9mo ago
I think a lot of people in the comments are getting hung up on titles and missing the real point of the post. The headline probably didn’t help with that. The post actually does a great job of highlighting a genuinely valuable skill that th
5.
▲
by
random17
1y ago
Congrats on the launch! Im curious about what kinds of workloads you see GPU-accelerated compute have a significant impact, and what kinds still pose challenges. You mentioned that I/O is not the bottleneck, is that still true for quer
6.
▲
by
random17
2y ago
I wish Github required some sort of immutability for actions by default as most package managers do, either by requiring reusable actions to be specified via commit hash or by preventing the code for a published tag to be changed. At the mo
7.
▲
by
random17
2y ago
I wouldn’t call SAM video “understanding” though, it’s a model whose sole job is to segment frames into distinct objects, and has not demonstrated any innate understanding of the physics or logic of the videos themselves.
8.
▲
by
random17
3y ago
Author here! Happy to answer any questions.