Live data from Hacker News

Viewing profile — ysolo

ysolo

HN member
Joined
Sun, Mar 27, 2016, 3:58 PM UTC
HN karma
11
Public activity
3 items

About ysolo

No profile information was provided.

Recent public activity

  1. comment
    Comment #11372532

    Since Google changed the V8 API to mandate use of Isolate pointers passed in to V8 functions as a parameter rather than implicitly using thread-local data for engine storage it is …

  2. comment
    Comment #11370608

    Best post here.

  3. comment
    Comment #11370565

    I've been coding in Node for a couple of years. I find it interesting. But I'm aware that the async model of Node inverts the flow of control, turning code inside out and makes app…