Live data from Hacker News

Viewing profile — jgraettinger

jgraettinger

HN member
Joined
Tue, Feb 28, 2012, 5:16 AM UTC
HN karma
8
Public activity
2 items

About jgraettinger

No profile information was provided.

Recent public activity

  1. comment
    Comment #3642082

    My own experience is that RAII has been very useful in low-level work when used to capture cleanup/finalization. Results in fewer if-statements and SLOC. Issues of real-time perfor…

  2. comment
    Comment #3642009

    Here here! I've really enjoyed using C++11. Feels very clean. Lambdas for inlined anonymous callbacks in boost::asio? Yes please.