Live data from Hacker News

Viewing profile — zxxon

zxxon

HN member
Joined
Sun, Feb 11, 2018, 11:10 AM UTC
HN karma
17
Public activity
9 items

About zxxon

No profile information was provided.

Recent public activity

  1. comment
    Comment #16391227

    Why bring these ancient home computer platforms into play? Those were totally different to program for. Why not compare a C compiler from 1998 to one from 2018, on x86 (no SSE of c…

  2. comment
    Comment #16390621

    Huh? C is fast (compared to Swift) because using it doesn't imply sprinkling lots of sugar (like ARC) into the resulting machine code. Simpler languages like Fortran can turn into …

  3. comment
    Comment #16385657

    If someone literally gets hired over some white dude by "virtue" of their gender and/or race, then they aren't there by merit. That's exactly what some ideologically (or PR) driven…

  4. comment
    Comment #16385568

    In my experience, programmers are generally less socially inept than people would think, while people in most other professions are less socially adept than they think they are. Th…

  5. comment
    Comment #16385218

    >> ...the truth is that they have beautiful offices, close-knit teams, a lifestyle with time for friends, a lot of influence, and a huge impact on real people’s lives through the s…

  6. comment
    Comment #16353342

    It's not about eye-candy, the Web has become an application platform (against all resistance) and it can't thrive on standards bodies to deliver every bit and piece required. Even …

  7. comment
    Comment #16353295

    Simply doing things with HTML doesn't magically solve accessibility issues, either. A simple DOM representation could be used as a fallback, if possible.

  8. comment
    Comment #16353263

    >> The majority of game engines scene graphs are retained mode 3D abstractions. ... but they are not built on an abstract retained mode API. That would be the wrong level of abstra…

  9. comment
    Comment #16352227

    >> This basically assumes that there's a tree of UI objects in memory, which is the case for all mainstream toolkits as far as I know. This is also the reason why they are a pain i…