Live data from Hacker News

Viewing profile — outpost_mystic2

outpost_mystic2

HN member
Joined
Sat, Jan 10, 2026, 7:42 PM UTC
HN karma
11
Public activity
5 items

About outpost_mystic2

No profile information was provided.

Recent public activity

  1. comment
    Comment #48855678

    It doesnt. Processes can share memory

  2. comment
    Comment #48845185

    I think I'm missing something; neither zig nor rust are GC languages. Did bun originally start off in javascript or something, and the rewrite you're referring to is from JS to zig…

  3. comment
    Comment #48217649

    > It's ludicrous to claim that they have some kind of reasoning ability. Did you read the post that you're commenting on? It seems wholly believable to me that they are narrow inte…

  4. comment
    Comment #47829093

    Sorry if this is a dumb question but wouldn't vector and vector generate different code on get/set? Since floats go in different registers/need different instructions to load/store…

  5. comment
    Comment #46569224

    By default in oxcaml, "stack" / local allocations happen in a separate stack on the heap (which the runtime allocates for you). If you allocate enough to exceed that capacity, it w…