Viewing profile — bear24rw
bear24rw
HN member- Joined
- Thu, Sep 06, 2018, 6:31 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About bear24rw
No profile information was provided.
Recent public activity
-
comment
Comment #34284913
Do you know if there are videos of those talks posted anywhere?
-
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…
-
comment
Comment #33471298
> the dinosaur book Do you have a link?
-
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 …
-
comment
Comment #32453651
SerenityOS uses this pattern heavily: https://github.com/SerenityOS/serenity/blob/master/AK/Try.h
-
comment
Comment #17949627
What type of performance issues do you run into with cpython?