Live data from Hacker News

Viewing profile — RyanJK5

RyanJK5

HN member
Joined
Sun, May 17, 2026, 1:26 AM UTC
HN karma
84
Public activity
9 items

About RyanJK5

No profile information was provided.

Recent public activity

  1. comment
    Comment #48908164

    No problem! Hope you enjoy :)

  2. comment
    Comment #48907651

    Yes. duck takes ownership of the vector by moving it into its internal storage. As a bonus, if you tried passing in an lvalue, it will reject the input unless you add the "copyable…

  3. comment
    Comment #48907626

    I don't have any numbers, but it is pretty slow. You can try making some edits in Compiler Explorer to see for yourself (though that of course has some impact from network requests…

  4. comment
    Comment #48906313

    This library tries its best to mitigate that, catching common errors and whatnot, but it can definitely still happen. C++ doesn't have full token injection yet, so it avoids some o…

  5. comment
    Comment #48906166

    Beauty in C++ may be most similar to lipstick on a pig, but we try our best.

  6. comment
  7. comment
  8. story
    Show HN: Beautiful Type Erasure with C++26 Reflection

    Try it on Compiler Explorer: https://godbolt.org/z/91dj5jeGW Check out the source code: https://github.com/RyanJK5/rjk-duck

  9. story