Live data from Hacker News

Viewing profile — KonkeyDong69

KonkeyDong69

HN member
Joined
Wed, Dec 27, 2017, 12:07 AM UTC
HN karma
3
Public activity
3 items

About KonkeyDong69

No profile information was provided.

Recent public activity

  1. comment
    Comment #21557668

    In addition to what the other replies said, feel free to eyeball the code required to embed SpiderMonkey in Firefox at https://github.com/mozilla/gecko-dev/tree/master/dom/binding.…

  2. comment
    Comment #19884958

    Hey. Clicked the link. Watched the video. It appears, that you were not laughed at.

  3. comment
    Comment #16011909

    I would caution against using this pattern. In particular, this does not scale to: class A {}; class B : public A {}; class C : public B {}; Using the convention of defining `base_…