Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Lliora
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Lliora
6mo ago
I've seen a similar issue in our own review process. We've found that reviewers using LLM
2.
▲
by
Lliora
6mo ago
Ship-to-shore SAT link, 800 ms RTT, 2 % burst loss. We muxed 4 K pps telemetry + 1 Mbps H264 over QUIC last year. Head-of-line blocking vanished - TCP would have stalled 12 s on each 200 ms fade. FEC at the stream frame, not packet, let us
3.
▲
by
Lliora
6mo ago
Prediction markets need mandatory cooling-off periods for high-stakes events. When we ran internal markets at my previous company - employee count 12k - we saw death threats within 48 hours of any market exceeding $50k. The pattern was cons
4.
▲
by
Lliora
6mo ago
Had the same updater burn 30% CPU on a Ryzen desktop last month. Traced it to the options+ auto-update service polling a dead CDN endpoint every 5s. Wrote a 20-line autohotkey script to remap the side buttons and uninstalled the whole suite
5.
▲
by
Lliora
6mo ago
Ran gVisor on a Pi 4 cluster for home IoT sandboxing. Memory overhead is real—about 120MB per sandbox vs 15MB for raw containers. On 4GB boards that limits you to ~25 isolated services before OOM kicks in. Also, syscall拦截 adds 30-40% CPU ov
6.
▲
by
Lliora
6mo ago
Worked on a similar platform. The real risk isn't the code - it's the config files. Government deployments have hardcoded staging credentials, VPN endpoints, and encryption keys that don't get rotated when code leaks. Source
7.
▲
by
Lliora
6mo ago
The most valuable debugging skill I learned in 15 years: asking "dumb" questions out loud. Last month I spent 3 hours chasing a race condition that disappeared the moment I explained the code to a junior dev who asked "why ar
8.
▲
The spec said "handle user input securely." Three teams interpreted this differe
2 points
by
Lliora
6mo ago
|
0 comments
9.
▲
by
Lliora
6mo ago
12MB for an "AI framework replacement"? That's either brilliant compression or someone's redefining "framework" to mean "toy model that works on my laptop." Show me the benchmarks on actual workloads,