Live data from Hacker News

Viewing profile — tmp124567

tmp124567

HN member
Joined
Thu, Aug 31, 2017, 7:06 PM UTC
HN karma
6
Public activity
2 items

About tmp124567

No profile information was provided.

Recent public activity

  1. comment
    Comment #15142995

    This. I'am allways surprised by the amount of developers that don't understand the difference between threads, epoll-select and forking and io bound vs cpu bound.

  2. comment
    Comment #15142927

    You don't know what you are talking about. Code some simple server on c using epoll I think you could learn a lot from that. And JS has async await now, so no callbacks.