Viewing profile — cremer
cremer
HN member- Joined
- Mon, Apr 13, 2026, 12:43 PM UTC
- HN karma
- 56
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About cremer
Recent public activity
- story
-
comment
Comment #48046953
careful what you wish for, x87's extended precision is what wrote the original bug: 80 bits in registers,64 on a spill, so the value depended on register pressure ARM and WASM drop…
-
comment
Comment #48046933
his predicates paper opens with "Computational geometers despise floating-point arithmetic" same trick as the CG title: write the sentence a frustrated reader would write, then are…
- story
- story
-
comment
Comment #47823009
Redis sorted sets are probably the most widely deployed example. Redis uses a skiplist for range queries and ordered iteration paired with a hash table for O(1) lookups. Together t…
-
comment
Comment #47815788
Barely anyone mentioned the "AI agent angle", I mean the situation when an AI agent runs "cat readme.txt" a file with embedded instructions becomes a prompt injection attack. It is…
-
comment
Comment #47810500
The real risk is not that "LLM SQL" is wrong, it is in fact that a man who asked for it can't recognize when it is wrong. Writing a query and knowing when JSON silently doubled you…
-
comment
Comment #47799624
[dead]
-
comment
Comment #47778457
[dead]
-
comment
Comment #47771076
The numbered forms are most useful as a teaching device, not an engineering specification. Once you have internalized 2NF and 3NF violations through a few painful bugs, you start s…
-
comment
Comment #47751388
[dead]