Live data from Hacker News

Viewing profile — filthydumbidiot

filthydumbidiot

HN member
Joined
Fri, Sep 11, 2015, 7:51 PM UTC
HN karma
26
Public activity
10 items

About filthydumbidiot

No profile information was provided.

Recent public activity

  1. comment
    Comment #11490120

    Freebooting is certainly more specific than piracy, but I think you may have missed the word "like" in there. GP means that the word "freebooting" itself is not new, but its new me…

  2. comment
    Comment #11399791

    In short, emphasize the skills and experience you do have. Apply and interview far and wide at all the companies that remotely interest you. A bit of background: I have been coding…

  3. comment
    Comment #11300108

    Interesting. Here's a similar project from a couple years ago: http://sarvagyavaish.github.io/FlappyBirdRL/

  4. comment
    Comment #10988728

    To get an image of how the language grew (from a mid-90s perspective), you can read "The Design & Evolution of C++" by Bjarne Stroustrup. Then read "The C++ Programming Language (4…

  5. comment
    Comment #10859590

    "You are hearing me talk." -Al Gore-ism

  6. comment
    Comment #10672900

    Judging by your capitalization, you must be of the BASIC school of aesthetics...?

  7. comment
    Comment #10271529

    Or BF Joust: https://esolangs.org/wiki/BF_Joust

  8. comment
    Comment #10216056

    Note also that the real cost of the pool allocation is up front in the "Pool construction" field. At 368ms in this benchmark, it takes even longer than all of the heap allocations!…

  9. comment
    Comment #10215677

    By explicitly calling the destructor, you could do away with the requirement that classes must implement a "reset()" member function (which, aside from being an extra step for user…

  10. comment