Viewing profile — orange888
orange888
HN member- Joined
- Sun, Dec 11, 2016, 9:01 PM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About orange888
No profile information was provided.
Recent public activity
-
comment
Comment #13387309
Interesting, as it looks like the first time the term and maybe the idea itself of a "web assembly" was used
- story
-
comment
Comment #13256455
patronising
-
comment
Comment #13256450
There are only two types of programming languages: those people complain about, and those no one uses.
-
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.
-
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…
-
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 …
-
comment
Comment #13153660
Once again: apples and oranges
-
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…
-
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…