Earlier quoted context omitted.
"It's already a problem. In fact, it is the problem. The web application 'platform' is poor, incoherent, and its proponents highly resistant to the sweeping changes that would be necessary to compete with a native, proprietary platform like iOS." Which "sweeping changes" are those? Changes like the ability to draw pixel-by-pixel? Vectors? 3D? (Canvas/svg/webgl) Changes like higher level form controls? Got some in HTM…
It's not enough to list the things that web does well. There are many areas in which web hasn't caught with capabilities available for a decade in Windows or Mac Just one example that is particularly painful for me: it's still impossible to build a high quality code editing component on web platform. There are many valiant attempts but none that approaches the speed, quality and convenience of the best desktop editor…
Cloud9 and nide are really pretty competent editors, just because someone hasnt built the one application in a way that satisfies you does not mean the platform is dying.
> Another one: you can't build an ssh client as a web page because there is not enough socket support. You can do it by going through your own proxy, but that's not secure from the user point of view (you could spy on his traffic without the user knowing it).
CORS is supported in all modern browsers