Earlier quoted context omitted.
Assuming "trusted websites" is a user preference, why should it matter?
Because "defaults are forever" or something like that. Most people won't alter those settings, so whatever is "trusted by default" will run faster. The average user will just note that some sites are very fast, while others are very slow.
Microsoft Edge Experimenting with a Super Duper Secure Mode
21–30 of 67 posts
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#22Disabling CPU's speculative execution on untrusted code (browser) too
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#23Websites doesn't require JavaScript, what really needs JavaScript are Singe-Page-Web-Apps-Somethings with anti-patterns like infinite scrolling. You get two things in return, a "super duper" fast web and a more secure web-browser. For example Amazon supports usage without JavaScript very well. Another experience is Stackoverflow, things like the preview and highlighting doesn't work. The highlighting can be added with server-side code but this will cost some CPU-Time - and it is not your CPU-Time. It is their CPU-Time? There is tiny feature I would appreciate in HTML-Engines "copy link to location" instead of using JavaScript - but there is this usable hierarchical address-bar a the top (which Google tries to hide) which already serves this purpose.
I'm not against JavaScript. JavaScript is just a tool but I ask the question if good websites require it? Hackernews uses 134 lines of JavaScript, this is alredy nearly nothing. Can you imagine using Hackernews without JavaScript?
My webbrowser (WebKitGtk) provides a permission panel for every website:
* advertisements
* notifications
* password
* location
* microphone
* webcam
* media
A first step would be adding there JavaScript, too? Maybe some nasty Cookie-Dialogs will disappear as consequence. But that is not a loss?
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#24How about going further Disabling CPU's speculative execution on untrusted code (browser) too
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#25How about going further Disabling CPU's speculative execution on untrusted code (browser) too
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#26I dare it - turn off JavaScript!? Websites doesn't require JavaScript, what really needs JavaScript are Singe-Page-Web-Apps-Somethings with anti-patterns like infinite scrolling. You get two things in return, a "super duper" fast web and a more secure web-browser. For example Amazon supports usage without JavaScript very well. Another experience is Stackoverflow, things like the preview and highlighting doesn't work.…
How would we accomplish this sort of UX without javascript?
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#27I dare it - turn off JavaScript!? Websites doesn't require JavaScript, what really needs JavaScript are Singe-Page-Web-Apps-Somethings with anti-patterns like infinite scrolling. You get two things in return, a "super duper" fast web and a more secure web-browser. For example Amazon supports usage without JavaScript very well. Another experience is Stackoverflow, things like the preview and highlighting doesn't work.…
I'm 100% on board with this line of thinking, but the edge case that the business keeps complaining about is being able to push async events to the client. How would we accomplish this sort of UX without javascript?
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#28Earlier quoted context omitted.
Assuming "trusted websites" is a user preference, why should it matter?
Because "defaults are forever" or something like that. Most people won't alter those settings, so whatever is "trusted by default" will run faster. The average user will just note that some sites are very fast, while others are very slow.
There is a sizeable subset of people who are curious and do care, and who would be eager to try that "one weird trick that speeds up 200%" spreading through their Telegram group.
But for the most part, non-technologically inclined people seem to have a Hindu cow-like frustration tolerance when it comes to technology. If Windows takes twelve minutes to boot and your browsers viewport has shrunken to the size of a postage stamp due to toolbars, then that's just the way it is.
I would wager that for them, site Y running half as fast as site X matters a lot less than you think.
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#29I dare it - turn off JavaScript!? Websites doesn't require JavaScript, what really needs JavaScript are Singe-Page-Web-Apps-Somethings with anti-patterns like infinite scrolling. You get two things in return, a "super duper" fast web and a more secure web-browser. For example Amazon supports usage without JavaScript very well. Another experience is Stackoverflow, things like the preview and highlighting doesn't work.…
I'm 100% on board with this line of thinking, but the edge case that the business keeps complaining about is being able to push async events to the client. How would we accomplish this sort of UX without javascript?
Some sites I've accidentally browsed without NoScript makes me question how people access sites with JS enabled at all. There are some shockers out there.
Re: Microsoft Edge Experimenting with a Super Duper Secure Mode
#30Interesting but I am not a fan of how they don’t mention disabling features like WebAssembly in the short description.
they did mention it in the long description. It's off for now but they are planning on turning it on. I'd guess it's safer than JIT because the translation to assembly is simple, or can be simple. It's not trying to do the complicated process of analyzing a dynamically typed language and applying different ways of optimizing.