Viewing profile — atmikemikeb
atmikemikeb
HN member- Joined
- Thu, Jun 06, 2024, 8:26 PM UTC
- HN karma
- 9
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About atmikemikeb
Recent public activity
-
comment
Comment #48392218
I think DVUI [1] is zig's most mature UI framework, and I have been enjoying using it for a while. Fizzy is just one project that's pushing zig's desktop app dev story. They recent…
- story
-
comment
Comment #48392044
DVUI is I think the most mature zig gui project, and a very good immediate-mode approach imo. Here's a recently released open source project built on DVUI in zig: https://fizzyed.i…
-
comment
Comment #44697810
what about extern functions?
-
comment
Comment #44697557
Yeah I think mine is more about being able to provide a `host()` helper function instead of a `.get(.host)` meta function. It is somewhat boilerplate-y. I think it's really a matte…
-
comment
Comment #44697447
I thought about dynamically sized types (DSTs) in zig recently. Was considering writing about it. I came to a different conclusion. Why not use zig's opaque? It's pretty clean at t…
-
story
Ask HN: Why are there no scriptable JavaScript debuggers?
When I do js I wish I could conditionally stop at exceptions using something like gdb scripting. Also general scripting for getting to specific points in a session without manually…
- story
- story