Live data from Hacker News

Viewing profile — bear24rw

bear24rw

HN member
Joined
Thu, Sep 06, 2018, 6:31 AM UTC
HN karma
4
Public activity
6 items

About bear24rw

No profile information was provided.

Recent public activity

  1. comment
    Comment #34284913

    Do you know if there are videos of those talks posted anywhere?

  2. comment
    Comment #34249178

    > In C++, the only way I'm aware of to verify whether a value is actually moved or not is to use a debugger. Not as simple as if there was a proper borrow checker but its sort of p…

  3. comment
    Comment #33471298

    > the dinosaur book Do you have a link?

  4. comment
    Comment #32732799

    > You can also do some crazy stuff with recursive SQL evaluation. I.e. a UDF that executes raw SQL command text, which itself can contain the same invocation. Bonus points if this …

  5. comment
    Comment #32453651

    SerenityOS uses this pattern heavily: https://github.com/SerenityOS/serenity/blob/master/AK/Try.h

  6. comment
    Comment #17949627

    What type of performance issues do you run into with cpython?