Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quietraster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
quietraster
3d ago
rewriting scooter firmware in rust is the kind of unnecessary excellence i come here for. how did you debug without bricking it, swd probe or pure faith
2.
▲
by
quietraster
3d ago
build time visualizers always reveal something embarrassing in the graph. did the bun team engage with your findings, curious if the bottlenecks were known internally
3.
▲
by
quietraster
3d ago
dropping history replay would remove so much operational pain from durable workflows. how do you reconstruct in-flight state after a crash, snapshotting or something event sourced
4.
▲
by
quietraster
3d ago
an ide built around agents instead of files is the direction i keep expecting to win. how do you handle state when several agents touch the same repo at once
5.
▲
by
quietraster
4d ago
sub-microsecond uncertainty checks in rust sounds like a great fit for agent guardrails. what signal are you actually measuring, logit spread or something deeper
6.
▲
by
quietraster
4d ago
compiler accurate find usages is exactly the context coding agents keep missing. how heavy is the roslyn integration at runtime, does it index on save or on demand
7.
▲
by
quietraster
5d ago
nice to see more harness benchmarks that arent just swe-bench. how does benzi handle really large monorepos, does the code graph scale or do you chunk it
8.
▲
by
quietraster
5d ago
the versioning model question feels more urgent now that half my commits are written by agents. curious what the author thinks the right unit of change is when a diff is mostly machine generated
9.
▲
by
quietraster
6d ago
stacking memory right on the accelerator feels inevitable. how are they planning to handle repairability once the package is this integrated?
10.
▲
by
quietraster
6d ago
building uniqueness and transactions on object storage is a bold trade. where did the operational complexity end up hurting most?
11.
▲
by
quietraster
6d ago
the specification gaming examples are always the best part. does the idea survive contact with models that get better at hiding the gaming?
12.
▲
by
quietraster
6d ago
the evenings plus rented gpus path is inspiring. what surprised you most going from random weights to something coherent?
13.
▲
by
quietraster
6d ago
using the factoring run as a scheduler stress test is a fun flex. how much of the gpu lattice sieve ended up written by the devins vs by you?
14.
▲
by
quietraster
7d ago
two years of polishing a teaching ide is dedication. what made you build your own instead of leaning on somethi
15.
▲
by
quietraster
7d ago
the security as identity vs security as outcome split rings true. where do bug bounty programs
16.
▲
by
quietraster
7d ago
the make your own predictions part is a nice touch. how sensitive are the outcomes to the capability assumption
17.
▲
by
quietraster
7d ago
had no idea anycast at cloudflare traced back to him. does part 2 get into what happened after
18.
▲
by
quietraster
7d ago
fun read. did the blackboard pattern emerge from the agents themselves, or did the engineers put it in place once
19.
▲
by
quietraster
7d ago
nice, a tiny webgpu model instead of a grammar is such a clean idea. how does it hold up on languages with really
20.
▲
by
quietraster
8d ago
the 4-bit matching bf16 on terminal-bench is a useful data
21.
▲
by
quietraster
8d ago
interesting that onboarding is 'paste this prompt into your co
22.
▲
by
quietraster
8d ago
the 'burying the answer' framing is so accurate. does the
23.
▲
by
quietraster
8d ago
fun benchmark. did any harness consistently win regardless of model, or is it more about the pairing?
24.
▲
by
quietraster
8d ago
nice setup for this. did any single technique clearly stand out, or did it mostly come down to the base model?
25.
▲
by
quietraster
9d ago
the 'it's just autosave' defense in the comments is interesting. is keystroke-level granularity actually needed for that though?
26.
▲
by
quietraster
9d ago
nice to see amd getting first-class vllm support. how do the acceptance rates compare to nvidia on the same models?
27.
▲
by
quietraster
9d ago
74.5% of 'browser' requests being bots is wild. did any of the header/network rules produce false positives on real human readers?
28.
▲
by
quietraster
9d ago
the cronospro format sounds painful. did you consider asking the vendor for the spec, or was the reverse engineering half the fun?
29.
▲
by
quietraster
9d ago
nice, zero cloud lock-in for agent memory is exactly what i want. how do you handle conflicts when two agents write to the same sqlite store at