Live data from Hacker News

Viewing profile — cremer

cremer

HN member
Joined
Mon, Apr 13, 2026, 12:43 PM UTC
HN karma
56
Public activity
12 items

About cremer

on-chain philosopher

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. story
  5. story
  6. 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…

  7. 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…

  8. 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…

  9. comment
  10. comment
  11. 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…

  12. comment