Live data from Hacker News

Viewing profile — i2talics

i2talics

HN member
Joined
Mon, Sep 29, 2025, 1:11 AM UTC
HN karma
14
Public activity
7 items

About i2talics

No profile information was provided.

Recent public activity

  1. comment
    Comment #49140331

    Why does the original C verifier have bugs if its supposedly so easy to implement a verifier?

  2. comment
    Comment #48791766

    "Dear HN, I pointed Claude at another existing codebase and told it to port it to Rust. I don't have anything new to add myself. Please lap this up."

  3. comment
    Comment #48328705

    It's useful whenever you don't know the value of an integer but would like to allocate space for it now, and then fill in the value later. Many have mentioned length-prefixed data,…

  4. comment
    Comment #48328635

    Neat! It's a useful technique whenever you don't know or want to defer knowing the size of an integer until a later time, but need to allocate space for it up front. I'm wary of in…

  5. comment
    Comment #48326265

    Non-canonical encodings are actually quite useful for some applications that need variable length integers. DWARF and WASM both use LEB128. The problem is linking: a compiler needs…

  6. comment
    Comment #46441625

    What good does it really do me if they "stand behind their work"? Does that save me any time drudging through the code? No, it just gives me a script for reprimanding. I don't want…

  7. comment
    Comment #45409529

    Nope. I was thinking about implementing call/cc; there is a neat trick involving first doing a CPS transformation to the source, then providing call/cc as a builtin function that m…