Live data from Hacker News

Viewing profile — 0xae4f5b

0xae4f5b

HN member
Joined
Mon, Sep 21, 2020, 6:42 AM UTC
HN karma
2
Public activity
3 items

About 0xae4f5b

No profile information was provided.

Recent public activity

  1. comment
    Comment #24753531

    Why? This piece shows that the author seems to be resourceful, creative and has a reasonably good understanding of C++. Would a change like this land in production? That's probably…

  2. comment
    Comment #24653439

    This is basically the C++ Core Guidelines.

  3. comment
    Comment #24540547

    > has a terrible (non existing) threading model. Yes you can run multiple instance of node or whatever, but sharing objects between them requires message passing Don’t Node.js work…