Viewing profile — cwood-sdf
cwood-sdf
HN member- Joined
- Sun, Aug 25, 2024, 1:49 AM UTC
- HN karma
- 22
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About cwood-sdf
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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)
-
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
-
comment
Comment #42943663
It seems like he wants zig to be more like rust. personally, i like that zig is so simple
-
comment
Comment #41343644
im making an html renderer for neovim plugins called [banana]( http://github.com/CWood-sdf/banana )