Live data from Hacker News

Viewing profile — orange888

orange888

HN member
Joined
Sun, Dec 11, 2016, 9:01 PM UTC
HN karma
11
Public activity
10 items

About orange888

No profile information was provided.

Recent public activity

  1. comment
    Comment #13387309

    Interesting, as it looks like the first time the term and maybe the idea itself of a "web assembly" was used

  2. story
  3. comment
    Comment #13256455

    patronising

  4. comment
    Comment #13256450

    There are only two types of programming languages: those people complain about, and those no one uses.

  5. comment
    Comment #13188910

    If he lived today, most items on that list would be googled and forgotten about in one morning. We take our access to endless info for granted.

  6. comment
    Comment #13171660

    Explicit closing tags are only needed when dealing with more complex examples, like basic conditional or loops (arrays). Rather than try to teach you on a hackernews forum, you can…

  7. comment
    Comment #13166052

    I simply responded in kind. Notice the difference in tone from your first response, and this one. To answer you question, you use JS! Or PHP! Or any of the other 2 dozen languages …

  8. comment
    Comment #13153660

    Once again: apples and oranges

  9. comment
    Comment #13153298

    When I see examples like this, it reminds me just how elegant & simple Mustache.js template can be: Mustache.render( "{{#loggedIn}}Hello{{userName}}{/loggedIn}} {{^loggedIn}}Please…

  10. comment
    Comment #13153207

    Vue is a frontend framework . jQuery is a library , with a very specific goal (DOM access) What happened when you were using jQuery, is you created your own homegrown "framework" o…