Live data from Hacker News

Viewing profile — jheruty

jheruty

HN member
Joined
Tue, Aug 04, 2020, 9:13 PM UTC
HN karma
24
Public activity
7 items

About jheruty

No profile information was provided.

Recent public activity

  1. comment
    Comment #38861639

    I experimented with hot-reloadable C++ a while back. https://github.com/jheruty/hscpp.git Video for how it works: https://www.youtube.com/watch?v=pjGngeKgni8 To migrate from one cl…

  2. comment
    Comment #26038772

    There is https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledC... The idea is to use virtual functions, and recompile new classes into a shared library. The shared lib is li…

  3. comment
    Comment #25515829

    In my experience, "display: table" is not really identical to the behavior of . I gave up on it for my project, though unfortunately I don't remember the specifics. I think it's ju…

  4. comment
    Comment #25515605

    I'll bite. I'm not a fan of CSS. I learned it well enough to build a decent UI toolkit (draggable modals, collapsible, etc.) I hate how CSS tries to mix layout and style. A million…

  5. comment
    Comment #24855884

    I've got a Kinesis Advantage II, so one of those several hundred dollar types. I know it's "just a tool", but I can't help but feel a connection to it, like people often feel for t…

  6. comment
    Comment #24055706

    In my case, I needed to know whether or not a member exists in order to implement object tracking. I basically have a macro that inserts a member into a class, and calls that membe…

  7. comment
    Comment #24054683

    C++ templates can indeed get crazy, but I miss them in every other language I use. For example, I recently wrote some code in which I needed to know whether or not a member existed…