Live data from Hacker News

Viewing profile — 14paninta

14paninta

HN member
Joined
Fri, May 15, 2015, 5:54 PM UTC
HN karma
1
Public activity
5 items

About 14paninta

No profile information was provided.

Recent public activity

  1. comment
    Comment #9552435

    It does work. Incentive is different than requirement . How else would MS ship the CLR for Mac OS X?

  2. comment
    Comment #9552428

    asm.js doesn't support threading. it can't run native code. it doesn't support meaningful debugging. it doesn't have a post-DOM API surface like pepper.

  3. comment
    Comment #9552414

    > You mean like Firefox? Firefox is entirely written in JS? Or just the parts that fall within what JS can do? The JIT isn't JS. The TLS stack isn't JS. Most of the heavy lifting (…

  4. comment
    Comment #9552387

    That's a blog post on an experimental approach from 2015 . Where is the competitor that could replace JS because JS didn't support concurrency over the past 15 years while the enti…

  5. comment
    Comment #9552373

    What does that even mean? It's nonsensical. Underneath x86 assembly language is the processor microcode, and underneath that is the actual hardware, and the two are intricately int…