Hacker News new | past | comments | ask | show | jobs | submit login

As someone who works in computer graphics this idea makes me sad. I mean I know web is the closest thing we have to a universal interface, and there are a ton of advantages to it, but the idea of moving more toward a world where every single thing you do on a computer has this thick layer of web technologies between the user and the hardware is just depressing. Like why should AMD and Intel even bother innovating if everything is going to be bottlenecked by single-threaded Javascript?



It depends on your use case. In my case, most of the ram of my computer is already dedicated to a web browser anyway. I prefer to have everything done in the web browser rather than having another complex graphic framework running in parallel. Plus HTML is highly hackable and there is no reason we cannot reuse the many tools developed for monitoring remote servers on a local machine.

I like the idea of Google Chrome OS, but I would like to be free to chose the web browser I want.


> In my case, most of the ram of my computer is already dedicated to a web browser anyway

To me that's an argument for why you'd want to do less in the browser, not more.

> I prefer to have everything done in the web browser rather than having another complex graphic framework running in parallel.

Do you have any technical reason you want that? Because a terminal interface, for example, is going to be much more efficient in terms of resource usage if it's implemented natively rather than in a webview.


Once wasm is commonplace, this might not be that bad actually.


Wasm is a step in the right direction, but it's not the same as machine code. Also the API's currently pretty limited. For instance, if you want to talk to the GPU you still have to go through javascript.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: