Live data from Hacker News

Viewing profile — throw4023042q0

throw4023042q0

HN member
Joined
Wed, Feb 28, 2024, 8:06 PM UTC
HN karma
5
Public activity
6 items

About throw4023042q0

No profile information was provided.

Recent public activity

  1. comment
    Comment #41230527

    I don't think it's necessarily so black and white. Both parties fell for something, if that's still there, maybe it can be found again. Maybe. If not, sure I agree with you. I don'…

  2. comment
    Comment #41009851

    I've co-interviewed about ~15 people or so with the hiring manager and a guy from HR. We're looking for people that 1. match the requirements at least somewhat. 2. we can get excit…

  3. comment
    Comment #41008793

    this is very solid advice - I completely agree with you

  4. comment
    Comment #40447679

    > This is also one of the reasons why printf won't work. You cannot pass a type like std::string to a variable args function. Can't you just call .c_str() on the std::string first …

  5. comment
    Comment #39542915

    this project is AWESOME! cool idea man

  6. comment
    Comment #39542866

    I usually run a pre-processing step to identify all needed symbols and then create them dynamically. I find sympy works fine for such on-the-fly workflow. My experience is with pre…