Live data from Hacker News

Viewing profile — nwalkr

nwalkr

HN member
Joined
Fri, Dec 11, 2015, 5:17 PM UTC
HN karma
3
Public activity
4 items

About nwalkr

No profile information was provided.

Recent public activity

  1. comment
    Comment #49104567

    it's somewhat alive. they do some releases, they have a somewhat big project of rewriting vm in zig.

  2. comment
    Comment #49099881

    like we could expect something other than that from DDV

  3. comment
    Comment #48488612

    being written in rust is clear disadvantage for web-app.

  4. comment
    Comment #10718727

    Small remark: Go I/O layer is safe to use only with network I/O. Only network I/O plays nice with goroutines. File I/O or everything else treated as syscall by Go runtime might tur…