Live data from Hacker News

Viewing profile — cwood-sdf

cwood-sdf

HN member
Joined
Sun, Aug 25, 2024, 1:49 AM UTC
HN karma
22
Public activity
6 items

About cwood-sdf

No profile information was provided.

Recent public activity

  1. comment
    Comment #47694837

    i haven't seen much from other kalman filter resources, but i can say that this book is incredibly detailed and i would highly recommend it if you dont want to buy the book, most o…

  2. comment
    Comment #47193698

    Batching/arenas can get you very far. If you adopt the zig/c object model as “things that have data” most destructors become useless. Resource management also can be accomplished a…

  3. comment
    Comment #44458741

    zig is trying its best to also be memory safe (at runtime, if you want it) whereas c is stuck in the past (you can add on sanitizers, but they arent built into the language)

  4. comment
    Comment #43697762

    "And no, a “target quadruple” is not a thing and if I catch you saying that I’m gonna bonk you with an Intel optimization manual. " https://github.com/ziglang/zig/issues/20690

  5. comment
    Comment #42943663

    It seems like he wants zig to be more like rust. personally, i like that zig is so simple

  6. comment
    Comment #41343644

    im making an html renderer for neovim plugins called [banana]( http://github.com/CWood-sdf/banana )