Live data from Hacker News

Viewing profile — loop2

loop2

HN member
Joined
Tue, Mar 25, 2014, 11:52 PM UTC
HN karma
33
Public activity
7 items

About loop2

No profile information was provided.

Recent public activity

  1. comment
    Comment #12537529

    Sure as hell isn't making it a better place for Germans or anyone else in targeted nations.

  2. comment
    Comment #11983049

    If that's the case, there must be a hell of a lot of unconvicted white murderers to make up for the 7:1 disproportion.

  3. comment
    Comment #10267900

    Option has been around for a while as boost::optional or now std::experimental::optional. Result is coming and has a reference implementation as boost::expected. There's also a typ…

  4. comment
    Comment #10219861

    For the record, KeePass added header authentication after (thanks to) this paper.

  5. comment
    Comment #9793154

    This isn't about any of that. Any classes you would apply this technique to already have the desired semantics. The rule of zero just argues that you should not write copy/move/des…

  6. comment
    Comment #9055562

    Types-as-variables is a very good insight. When I'd write C++ function headers where I could omit parameter names without losing any clarity, it'd feel really nice, but the implica…

  7. comment
    Comment #8833922

    I started one a while ago, but I became fascinated by the "middle end" and bought a compiler textbook. Now I have SSA optmizations but no strings still.