Live data from Hacker News

Viewing profile — hfinucane

hfinucane

HN member
Joined
Wed, Mar 25, 2009, 11:49 PM UTC
HN karma
4
Public activity
4 items

About hfinucane

No profile information was provided.

Recent public activity

  1. comment
    Comment #574634

    C++ does look similar to Java, but it's really not. Preprocessor magic + template magic + linking magic means pain. I will admit to not having tried devc++ or visualc. I would imag…

  2. comment
    Comment #574336

    I don't use emacs, but yes, yes, no idea, yes, yes, it's not a button it's a keystroke. Of course that last one was also tied to lisp.

  3. comment
    Comment #574334

    To write a good C++ IDE, you need to deal with macros, C++'s obscene syntax (There are what- four complete C++ parsers?), and you need to parse all sorts of Makefiles, or else no e…

  4. comment
    Comment #532659

    That's how games work today, combined with a bunch of prediction and conflict resolution. Unfortunately, it sounds like their architecture fundamentally prevents this- all the rend…