I went over the subject here too: https://news.ycombinator.com/item?id=19087332
Firefox 66.0 Aims to Reduce Online Annoyances
271–280 of 574 posts
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#272At the end unless Firefox doesn't block JavaScript, it won't have much effect. Actually it's also time to ban JavaScript after horrendous front end frameworks made simple page loads slow, energy and time consuming.
If we just ban cars no one will get in any more wrecks.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#273Earlier quoted context omitted.
I think the GP is referring to not being able to install non-signed add-ons in non-developer versions of Firefox.
I don't know, my non-dev version has an "install addon from file" menu item.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#274Earlier quoted context omitted.
You mean clients i can hardly update, and most often clunky as well? I dont see the improvement. I can use web apps on any platform without waiting for the company to do it. I refuse to install apps on my devices.
> You mean clients i can hardly update, and most often clunky as well? I dont see the improvement. Is better performance and more features not an improvement to you?
What most people dont realize is web apps are a boon to linux people. Most companies would not develop for linux at all.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#275Earlier quoted context omitted.
In many cases you want to set one size and let the other calculate itself based on the aspect ratio of an image. And this is not know prior to loading and can't be specified in any other way. So you get jumpy behavior during load on most responsive websites and slow connections. It's hard to fix in JS too.
If only there was a way to know the aspect ratio of an image at the time of website authoring...
Generally, I'd agree that authoring time is some 9X% solution, though there remain edge cases.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#276Earlier quoted context omitted.
Email clients, word processors and video chat would be very much possible without Javascript.
Email clients, sure. Word processors? Only if you're requiring something like Markdown. Video chat seems right out, unless you're permitting a Flash solution, which would be severely cheating.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#277This it's great and I'm looking forward to trying it. I'm currently in Europe and every webpage now pops up a message about using cookies. If they could work out a way to say accept to all these automatically too that would be awesome as well.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#278> Scroll anchoring keeps content from jumping as images and ads load at the top of the page That's a nice little quality-of-life improvement. It's a little annoyance that you don't really consciously notice because you're so used to it, but I recall reading about Chrome adding a similar feature and suddenly realising how annoying it is when you're reading something, and then suddenly it jumps out of your view due to…
Wouldn't it be nice if browsers or servers could reserve that space even if it's not loaded? Like "this is going to be a 500x200 image so let's load 500x200 pixels worth of empty space until it's fully loaded" and avoid jumping.
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#279Earlier quoted context omitted.
That has downsides of its own. For example, url sharing / deep linking goes out the window. I can't share what I'm looking at in macOS' Maps.app like I can on the Google Maps website, pure downgrade. I also don't want to download an application for everything. Very few things deserve a permanent spot on my computer. I have much less control over desktop apps than I do a website. Or look at macOS' News.app. Another do…
> I can't share what I'm looking at in macOS' Maps.app like I can on the Google Maps website, pure downgrade. But you can? For example, https://maps.apple.com/?ll=36.103117,-103.901438&spn=0.00098... > Or look at macOS' News.app. Another downgrade from reading news in a browser tab. It has no tabs. There's no right-click. It implemented its own back button. It only supports the few news sources that come preinstalled…
Now try this: https://goo.gl/maps/dvhDpd93gJs
Re: Firefox 66.0 Aims to Reduce Online Annoyances
#280Earlier quoted context omitted.
http://www.erahm.org/2019/03/13/doubling-the-number-of-conte...
Thanks! While that post addresses the reason why we can double the number of processes, I think I'm still missing the reason why we should double the number of processes (aside from performance reasons). I mean, the release notes made it sound like more processes is more stable than fewer processes (unless I'm misreading it). How does doubling the number of processes result in fewer crashes? If we manually force FF 6…