Live data from Hacker News

Viewing profile — atmikemikeb

atmikemikeb

HN member
Joined
Thu, Jun 06, 2024, 8:26 PM UTC
HN karma
9
Public activity
9 items

About atmikemikeb

https://mikemikeb.com

Recent public activity

  1. 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…

  2. story
  3. 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…

  4. comment
    Comment #44697810

    what about extern functions?

  5. 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…

  6. 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…

  7. 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…

  8. story
  9. story