Live data from Hacker News

Viewing profile — thth9999

thth9999

HN member
Joined
Sun, Mar 01, 2015, 7:33 AM UTC
HN karma
1
Public activity
3 items

About thth9999

No profile information was provided.

Recent public activity

  1. comment
    Comment #9126389

    Completely agree. The fundamental problem is that HTML and CSS are the wrong tools for webapps. They are designed for documents . This is why all these CSS rules are so hard to use…

  2. comment
    Comment #9126377

    With Qt5, you write your interfaces (and optionally can even write all or most of your app) in QML. I tried it out, and it is such a breath of fresh air, compared to HTML/CSS. You …

  3. comment
    Comment #9126372

    I find Qt5's QML to be a million times easier to use, read, debug, maintain. And that is because it is designed as a markup for applications. HTML was never designed for that. Neit…