Live data from Hacker News

Viewing profile — nux6

nux6

HN member
Joined
Thu, Jun 14, 2012, 10:54 AM UTC
HN karma
8
Public activity
3 items

About nux6

No profile information was provided.

Recent public activity

  1. comment
    Comment #4111117

    E.g. any app with [record] button need to meet 'mostly' predicted system latency, that's 'soft-real-time'. Any professional app with [play] and [record] button needs a minimal warr…

  2. comment
    Comment #4110851

    Aren't they dead? Seriously. If you write programs at OS level, you need the control over memory, timing, etc. In go you have no control about the runtime at all. Don't get me wron…

  3. comment
    Comment #4110763

    The devil is in details. Go is great for hi-level or simple stuff like that, but is not really usable for system programming. If things are a bit more complicated, the go runtime s…