HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bear24rw

no profile record

comments

bear24rw
·4 anni fa·discuss
Do you know if there are videos of those talks posted anywhere?
bear24rw
·4 anni fa·discuss
> 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 possible:

https://awesomekling.github.io/Catching-use-after-move-bugs-...
bear24rw
·4 anni fa·discuss
> the dinosaur book

Do you have a link?
bear24rw
·4 anni fa·discuss
> 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 command text resides in the same database and can reflect/edit itself at runtime...

This is super intriguing, would love to see more details / examples of this.
bear24rw
·4 anni fa·discuss
SerenityOS uses this pattern heavily: https://github.com/SerenityOS/serenity/blob/master/AK/Try.h