Live data from Hacker News

Viewing profile — aspiringuser

aspiringuser

HN member
Joined
Mon, May 16, 2016, 1:58 PM UTC
HN karma
5
Public activity
7 items

About aspiringuser

No profile information was provided.

Recent public activity

  1. comment
    Comment #11729259

    The heap allocation for the implementation won't be removed by LTO.

  2. comment
    Comment #11725870

    PIMPL pattern is great for reducing compilation time and creating stable user-facing APIs but it has a runtime cost. The "implementation" part is usually heap allocated and calling…

  3. comment
    Comment #11725785

    20 year C++ programmer here. I work on multithreaded server code. Stopped using modern C++ features 5 years ago. I'd compare my use of C++ to be roughly equivalent to the use of C+…

  4. comment
    Comment #11708895

    `cat | buble` did the trick! Thanks.

  5. comment
    Comment #11706345

    I continue to use babel 5.x which is much easier to use than babel 6.x which cannot be globally installed. Babel 5.x supports jsx by default. Would be great if buble would have fea…

  6. comment
    Comment #11706290

    Surely the AST is still produced? Acorn is the parser I assume?

  7. comment
    Comment #11706265

    rich_harris Yet another great project. Thanks. Question - how to have buble accept input from stdin and output to stdout? This is useful for quick ES6 tests and chaining piped outp…