Firefox 27 Released
71–80 of 187 posts
Re: Firefox 27 Released
#72The second bullet is important, having up to date TLS is a big deal in today's security/spy conscience world. Its possible to currently get (if you monkey around in about:config), but default settings are powerful since the average user won't bother. And I mean average-user type average user, not average hackernews reader/poster.
How's My SSL? [1] now reports "Your SSL client is Probably Okay." for Firefox 27. Awesome! [1] https://www.howsmyssl.com/
I don't think I would trust their judgement about how my SSL is doing.
I am happy about this Firefox release; it is not just that you had to be an advanced user to get TLS 1.2 previously but that doing so would break over half the web. Now it is possible to use TLS 1.2 where available and not use it when not available.
Re: Firefox 27 Released
#73Earlier quoted context omitted.
I don't think so. It's easy now to look at the headline and think "Oh, just another Firefox release, it happens what? once a month?". That's a good thing. Users are upgrading, the process is smooth; Mozilla's having a relatively easy time iterating. Remember when Firefox 3, 4, and 5 came out? Each time, it was a big deal. Many complained and groaned. The upgrade process was problematic for many users. Some users woul…
I would much rather a long-term-stable product with fewer security vulnerabilities that didn't need frequent updates.
(1) security vulnerability,
(2) performance regression
(3) new features
For a software widely used like FF, it is important that they keep the software up-to-date, make the software as slim as possible, and make the software easy to use. If you want to do some "AB" testing, frequent testing is necessary.
When was the last time you boot up Ubuntu LTS and think "oh I need to update?"
Browser tends to move fast and break fast because browser is a complex software and because the tool people use to make web application are so flexible there are so many corner cases (which can be abused to use to make things work) it is hard to have a dead version.
I look at the CentOS machine yesterday and I thought "god, where is the shiny webconsole that FF comes with?" CentOS apparently comes with old FF and I had to force to upgrade to 26.
Re: Firefox 27 Released
#74I see no one has mentioned Firefox 27 is the first major browser to have ES6 generators enabled by default - http://swannodette.github.io/2013/08/24/es6-generators-and-c... . Callback hell begone!
I realised yesterday that "yield" in Python (and I guess javascript) is kind of a baby continuation ( http://en.wikipedia.org/wiki/Continuation ). It can be used to create coroutines and turn async code into sync (looking) code. Really powerful. Anyone interested should learn what continuations are (in Scheme).
I always thought generators were merely a way of making convoluted iterators, but when I realized that you can put your application logic inside a generator, in my head, it immediately turned it into a "how did I ever code without this before" kind of feature.
I just hope other browsers (especially IE) follow suit in implementing this feature
Re: Firefox 27 Released
#75Earlier quoted context omitted.
I don't think so. It's easy now to look at the headline and think "Oh, just another Firefox release, it happens what? once a month?". That's a good thing. Users are upgrading, the process is smooth; Mozilla's having a relatively easy time iterating. Remember when Firefox 3, 4, and 5 came out? Each time, it was a big deal. Many complained and groaned. The upgrade process was problematic for many users. Some users woul…
I would much rather a long-term-stable product with fewer security vulnerabilities that didn't need frequent updates.
Re: Firefox 27 Released
#76Earlier quoted context omitted.
It's a good thing? Yeah, except that you waste half an hour EACH DAY staring at automatic software updates. At this point I simply disable automatic updates for much of the programs on my PC. This fashion of quick release cycles has gone way overboard.
Oh my god, that's ridiculous. Nobody spends half an hour a day waiting on auto updates. The update downloads in the background and takes just a few seconds to install after restarting the browser.
Re: Firefox 27 Released
#77Earlier quoted context omitted.
Right now firefox beats the pants off chrome for memory usage - that is why I'm using it.
Still it can't deal with memory pressure, and will just eventually oom & crash.
I feel like Chrome is better when rendering stuff - like we've got this plotted graph in our app's admin, rendered with Javascript and I believe HTML5 Canvas or something, with too many points on it and Firefox can't handle the rendering, it chokes, whereas Chrome can do it. On the other hand, I feel like Firefox is snappier in general.
Re: Firefox 27 Released
#78Earlier quoted context omitted.
It does, but if you want to update immediately go to About, there's a button there to update.
No, there is no button. Maybe because its "Mozilla Firefox for Linux Mint"? Did they fork Firefox and disabled updates?
Re: Firefox 27 Released
#79Some time ago I was a Firefox user. Then Chrome came out and I first started using it for free-time browsing, while still developing on Firefox. Later, I decided to fully migrate to Chrome. I've decided to change it again, so I'm going to give Firefox a try during this month. For now, it looks really nice, performance seems to be quite good and the feeling of getting at least a small part of my digital life away from…
I think you'll be quite impressed with Firefox's developer tools again. I've been more and more unhappy with Chrome's tools, mostly the subtle changes of not having filters and things so readily available anymore. The Firefox tools are quite slick though. I don't even use Firebug anymore.
I think this dumbing-down approach Google is doing with all their apps and websites will only alienate more and more professionals out of using their platform.
Re: Firefox 27 Released
#80Earlier quoted context omitted.
Right now firefox beats the pants off chrome for memory usage - that is why I'm using it.
Still it can't deal with memory pressure, and will just eventually oom & crash.