Live data from Hacker News

Viewing profile — jonkalb

jonkalb

HN member
Joined
Fri, Sep 28, 2012, 3:35 PM UTC
HN karma
2
Public activity
7 items

About jonkalb

No profile information was provided.

Recent public activity

  1. comment
    Comment #18500010

    Link: https://www.youtube.com/watch?v=2YXwg0n9e7E

  2. comment
    Comment #12634793

    Or sending email to Andrei rather than asking for speculation.

  3. story
  4. story
  5. comment
    Comment #11101298

    CppCon 2015 was also the site of the first formal meeting of SG14, the game developer study group of the C++ standards committee. Michael Wong has just announced that it will meet …

  6. comment
    Comment #8759823

    Looking at the headers is not the way to learn about the library. Anything that you learned that wasn't documented in the standard or any of the many books, articles, and videos av…

  7. comment
    Comment #4586185

    Let me start by addressing the GNU Radio example Rachel shared: try { foo = new foo_bar(a, b, c, d); return foo; } catch (...) { delete foo; return 0; } In this snippet we don't kn…