Live data from Hacker News

Viewing profile — nwpierce

nwpierce

HN member
Joined
Sat, Nov 19, 2022, 4:41 AM UTC
HN karma
3
Public activity
5 items

About nwpierce

https://github.com/nwpierce

Recent public activity

  1. comment
    Comment #43108404

    That sounds a little like what I came up with a little while back. My lib can stream JSON to/from my own compact binary format that is easy to traverse/emit in C: https://github.co…

  2. comment
    Comment #42133313

    Somehow I didn't run across that one in my searching - I'll check it out. I've been working on a json C library myself: https://github.com/nwpierce/jsb My goal was to convert a str…

  3. comment
    Comment #40051468

    I don't recall reading such, but I can tell you from experience that there was absolutely some sort of physical sensor, electrical, or software problem. I was sitting stopped at a …

  4. comment
    Comment #38153074

    Writing a json parser is definitely an educational experience. I wrote one this summer for my own purposes that is decently fast: https://github.com/nwpierce/jsb

  5. comment
    Comment #33667037

    I came up with a qemu wrapper a little bit ago that meets my needs - https://github.com/nwpierce/qvm . Glad the VMWare option is out now though!