Slashdot Mirror


NYT: 'Firefox Is Back. It's Time to Give It a Try.' (nytimes.com)

Another high-profile endorsement for Firefox -- this time from the lead consumer technology writer for The New York Times. (Alternate link here). The web has reached a new low. It has become an annoying, often toxic and occasionally unsafe place to hang out. More important, it has become an unfair trade: You give up your privacy online, and what you get in return are somewhat convenient services and hyper-targeted ads. That's why it may be time to try a different browser.

Remember Firefox...? About two years ago, six Mozilla employees were huddled around a bonfire one night in Santa Cruz, Calif., when they began discussing the state of web browsers. Eventually, they concluded there was a "crisis of confidence" in the web. "If they don't trust the web, they won't use the web," Mark Mayo, Mozilla's chief product officer, said in an interview.... After testing Firefox for the last three months, I found it to be on a par with Chrome in most categories. In the end, Firefox's thoughtful privacy features persuaded me to make the switch and make it my primary browser.

The Times cites privacy features like Firefox's "Facebook Container," which prevents Facebook from tracking you after you've left their site.

While both Chrome and Firefox have tough security (including sandboxing), Cooper Quintin, a security researcher for the Electronic Frontier Foundation, tells the Times that Google "is fundamentally an advertising company, so it's unlikely that they will ever have a business interest in making Chrome more privacy friendly."

160 of 355 comments (clear)

  1. Strong Maybe? by Sejus · · Score: 1

    I like some features, but chrome does a very good job, memory eating aside.

    1. Re:Strong Maybe? by Joce640k · · Score: 2

      I like some features, but chrome does a very good job

      Call me when it has NoScript, etc.

      --
      No sig today...
    2. Re: Strong Maybe? by Z00L00K · · Score: 4, Interesting

      I think that they could up the stakes even more by tainting third party (and deeper when a third party site links further) cookies depending on which primary site you access so that the cookies are stored in a hierarchy and won't be cross-site accessible unless you tag them to be for selected sites.

      It will of course require a completely new cookie manager and it would consume some more resources. But your privacy would be improved.

      And that would of course also apply to other kinds of data as well so that the caching is also isolated as well as http headers.

      Isolating information areas from each other is important in the world of today. I just feel sorry for those that have Facebook accounts considering that they are usually logged in to that service and then Facebook sees almost every site they visit. It's hard to filter out Facebook, but if you at least feed them less than useful data so it always looks like you are only visiting a certain site then their pool of data is diluted.

      Of course they can still see that you come from the same IP address, but if all Facebook traffic is passed through a proxy then it won't do them any good. Selective proxy traffic routing for your internet access.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    3. Re: Strong Maybe? by theweatherelectric · · Score: 5, Informative

      It's hard to filter out Facebook

      The Facebook Container makes it easy.

      Of course they can still see that you come from the same IP address, but if all Facebook traffic is passed through a proxy then it won't do them any good.

      Tor is being integrated into Firefox. So once that happens Firefox can offer this out of the box and the Tor project will no longer have to maintain Tor Browser.

    4. Re:Strong Maybe? by Anonymous Coward · · Score: 1

      Fuck Chrome, Firefox and IE/Edge.

      If you care about security/privacy, then use Pale Moon, Basilisk, Waterfox, SeaMonkey or Vivaldi instead.

    5. Re:Strong Maybe? by allo · · Score: 4, Informative

      Install uMatrix. Now you have "NoScript" and much more (uMatrix = NoScript + RequestPolicy)

    6. Re: Strong Maybe? by Anonymous Coward · · Score: 1

      What I especially like about firefox is the new plugin developed specially for Quantum.

      It rewrites all amazon affiliate links to redirect to a cash-back web site where you get the amazon commission for yourself.

      Search Google for the "Nocreimer" plugin.

    7. Re: Strong Maybe? by Z00L00K · · Score: 1

      Sorry, facebook owns a bunch of domains to render that useless.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    8. Re:Strong Maybe? by not+flu · · Score: 4, Informative

      uMatrix is vastly superior to NoScript. I use uMatrix on Firefox.

    9. Re: Strong Maybe? by Anonymous Coward · · Score: 1

      Useless? Why so glum? If you look at the source code of pages you visit you'll find that only a few domains show up most of the time. For Facebook it's: fbcdn.net, facebook.net, facebook.com, fb.com

      Blocking domains for privacy is never useless. There are just degrees of efficiency. If you only block Facebook web bug logos you accomplish a lot.

      Google is far more difficult. Most large, commercial sites now are linking to google fonts, google javascript, google web bugs ("tag manager" and analytics), etc. That means Google is tracking most people nearly everywhere they go. Here's my wildcard list for Acrylic DNS that applies to only Google:
      127.0.0.1 *.googlesyndication.com
      127.0.0.1 *.googleadservices.com
      127.0.0.1 *.googlecommerce.com
      127.0.0.1 *.1e100.com
      127.0.0.1 *.1e100.net
      127.0.0.1 *.doubleclick.net
      127.0.0.1 *.doubleclick.com
      127.0.0.1 *.googletagservices.com
      127.0.0.1 *.googletagmanager.com
      127.0.0.1 *.google-analytics.com
      127.0.0.1 google-analytics.com
      127.0.0.1 fonts.googleapis.com
      127.0.0.1 *.2mdn.net
      127.0.0.1 googleadapis.l.google.com
      127.0.0.1 *.gstatic.com
      127.0.0.1 plusone.google.com
      127.0.0.1 cse.google.com
      127.0.0.1 www.google.com/cse
      127.0.0.1 www.youtube-nocookie.com
      127.0.0.1 *.appspot.com

    10. Re: Strong Maybe? by reanjr · · Score: 1

      Google does not sell your data to advertisers. That would be the height of stupidity. The data they've collected is how they are able to make a fortune selling ads. They're not going to sell that data.

    11. Re: Strong Maybe? by CaptainDork · · Score: 1

      My expertise with TOR is torrible.

      In an experiment, I used the Tor browser to log in to a burner Facebook account and those bastards downed it handsomely.

      They wanted phone numbers, photo-ID, and that shit.

      Also I got geoblocks at some sites. "This content is not available in your country."

      Tor is great for porn sites, nut it's slow.

      --
      It little behooves the best of us to comment on the rest of us.
    12. Re: Strong Maybe? by tepples · · Score: 1

      Which are these "bunch of domains" so that I can repeat the process mapping each to 0.0.0.0 in hosts or Pi-hole?

    13. Re: Strong Maybe? by mikael · · Score: 1

      So now you won't be able to tell where Firefox is sending data to using Wireshark?

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    14. Re: Strong Maybe? by aliquis · · Score: 1

      Humble bundle purchases page doesn't seem to work with Firefox. I also no longer get all buys even added to HB.

    15. Re: Strong Maybe? by reanjr · · Score: 1

      They serve ads over the web. Or are they running TV and radio ads now and didn't tell anyone?

    16. Re: Strong Maybe? by reanjr · · Score: 1

      No matter how many dipshits like you don't understand, selling ads that target data is not selling data. Learn how English works, or learn how ad networks work.

  2. Firefox? Never left it. by dwywit · · Score: 1

    Every time I see the sheer quantity of chrome or google processes on a PC, I cringe. Why does chrome need 4 processes before it displays a home/start page? Why does google schedule update checks once at logon and then *every hour*?

    Everytime I run a perforamance tuneup on someone's PC, the first place I check is Windows Task Scheduler. Change the frequency of google's updates back to once per day, and NOT at logon. Ditto Adobe's products, and a bunch of Microsoft updates/uploads/telemetry.

    --
    They sentenced me to twenty years of boredom
    1. Re:Firefox? Never left it. by thegarbz · · Score: 5, Insightful

      Why does chrome need 4 processes before it displays a home/start page?

      Why do you care? If anything it will ensure a single process doesn't bring down the browser. Then you also get speed increases for non-threaded workloads on multicore CPUs.
      In other news MySQL is currently using 33 processes on my machine processing a grand total of zero requests for zero users with zero CPU time. Are you running out of numbers to assign processes or something?

      Why does google schedule update checks once at logon and then *every hour*?

      Why wouldn't it? Google's threat and malware database is being continuously updated. Are you on a 28.8k modem where you can't spare the couple of kilobyte to do a web request to check if any components of your system's security have an update?

      Change the frequency of google's updates back to once per day, and NOT at logon.

      Why are you sacrafacing other people's security for no performance gain? Or are you trying to "tune" up computers that are too slow to fire up a process and run a web request? Maybe they should consider browsing the internet on a computer instead of a TI-84.

      Ditto Adobe's products

      Ditto the above. Adobe's update service uses less than 1MB of RAM and 0% CPU time while it exists. If you're getting a "performance tuneup" as a result of disabling it then maybe it's time to throw the old 486 away.

    2. Re:Firefox? Never left it. by Sejus · · Score: 1

      A performance gain? Through software? lol Install an SSD or just run CCleaner and Malwarebytes and continue to milk your clients. You dont even help desk bro...

    3. Re:Firefox? Never left it. by dwywit · · Score: 2, Interesting

      Not everyone has the latest and greatest hardware, or a decent, let alone high-speed internet connection. 1.5MBit/s is common around here. Nor - like a lot of my retired customers - do they have the money for the latest and greatest. I haven't seen a 486 for a while, but core2duos with Vista are still common. Do I tell them to upgrade? Sure I do. But they're mostly pensioners and have better things to spend the money on. I also tell them what will happen if malware gets in. Then I do a performance tuneup as best I can.

      Now - I've seen chrome freeze, then crash the entire browser. Happened on my ex-wife's computer a few weeks ago. You're lucky it hasn't happened to you. Although it's a good idea in theory, anything can and does happen.

      It's not the requests every hour that I mind so much (IME hourly checks simply aren't necessary for domestic users), but that so many programs think they need to do it at logon - while the owner waits, staring at a spinning hourglass. It's simply not necessary. If there was a trigger in MS Task scheduler that said "10/20/30 minutes AFTER logon", that'd be great. I like the option in Windows services to have an automatic but delayed start. it's not available for all processes.

      It's a BIG perceived and actual performance gain if I can defer those checks until sometime after logon. FWIW I've not seen a virus, ransomware, or other malware infection for months. IMO the security suites are generally getting better at resisting these attacks. I make an educated assessment of their risk based on questions, needs, and other metrics, and then I tune their computers accordingly. Kids who surf lots of gaming and probably questionable websites? Turn the security up to 11. Ditto businesses with indifferent backup strategies (and don't think I don't berate people for not having dependable offsite backups). Pensioners who look at the weather and the sports results, and nothing else? Performance starts to take a higher priority. I'm approaching 60 myself and life is too short to spend waiting on pre-emptive URL scanning from FUD-loaded security suites. AVG I'm looking at you.

      --
      They sentenced me to twenty years of boredom
    4. Re:Firefox? Never left it. by TheRaven64 · · Score: 5, Informative

      Why does chrome need 4 processes before it displays a home/start page?

      It's been a few years since I looked, but as I recall:

      • One is the parent process which manages the rest and holds all the rights that the program is started with.
      • One is the credential store. It manages passwords and hands them out only to the correct renderers.
      • One is the zygote for renderer processes. This does all of its initialisation and then fork()s clones so that each new tab can have a pristine renderer.
      • One is the owner for plugins (or possibly the zygote for plugins). NAPI plugins run in a separate process with reduced privileges, so that they can't compromise the rest of the tab's state.

      For something that deals with as much untrusted data and code as a web browser, I'd want it to be compartmentalised as much as possible.

      --
      I am TheRaven on Soylent News
    5. Re: Firefox? Never left it. by dwywit · · Score: 2

      Thanks. It's good to keep learning new things. Now I've got a bit more knowledge to help me make decisions. Cheers

      --
      They sentenced me to twenty years of boredom
    6. Re:Firefox? Never left it. by Wrath0fb0b · · Score: 2

      What's more, folks are going on like processes are intrinsically expensive.

      If most of them are idle and the IPC is not super chatty, it's not a huge burden on system resources.

    7. Re:Firefox? Never left it. by justthinkit · · Score: 1

      That said, process separation has huge benefits for stability, security, and UI responsiveness -- and arguably content responsiveness if you allow multiple content processes.

      Hysterically funny. What actually happens is that Chrome will happily use up all your memory, then crash your computer. Or turn it into a dog.

      On my computer, Pale Moon uses about 4 times less memory than Chrome.

      Google must get kick backs from RAM providers; Wintel version 2.

      --
      I come here for the love
    8. Re:Firefox? Never left it. by tepples · · Score: 2

      so many programs think they need to do it at logon - while the owner waits, staring at a spinning hourglass.

      you clearly missed the absurdity of disabling something that uses effectively no resources for "performance gains".

      You claim that the dozen updaters that run every time the user logs in are "something that uses effectively no resources". I doubt this claim. This goes double for Windows, on which it's common practice for Windows Defender or some other real-time virus scanner to scan every executable every time it runs.

      To resolve this, I'm interested in benchmarks of the most common automatic updaters on the decade-old yet paid-for PCs that pensioners have, many of which have a Core 2 Duo CPU and a conventional HDD. Data I'm looking for include CPU time, peak resident RAM, random disk I/Os, and network data sent and received. I know a Core 2 Duo can still be useful on the web of 2018; I'm typing this very comment into a Core 2 Duo laptop running Debian (which has been upgraded from 2 GB RAM to 4 GB; cache made a difference).

    9. Re:Firefox? Never left it. by bingoUV · · Score: 1

      You don't need to doubt the claim. You can actually *measure* it using the startup optimisation

      You made the claims
      1. for no performance gain
      2. that uses effectively no resources for "performance gains"

      The burden of proof is on you to measure and report. Ideally find a disinterested third party's already measured data, but I am not too hopeful.

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    10. Re:Firefox? Never left it. by thegarbz · · Score: 1

      The burden of proof is on you to measure and report.

      But you won't believe anything I say so what's the point. I have said directly how to verify the claims yourself.
      Go forth and feed thyself and stop rely on the spoons of others.

    11. Re:Firefox? Never left it. by bingoUV · · Score: 1

      I have said directly how to verify the claims yourself.

      Scientifically the claims of yours I quoted in my earlier post are false. Thermodynamic impossibility for such activities to take zero resources. People here that are not calling that out are already giving you a benefit of doubt by imagining you talking metaphorically. Some possible meanings that may be somewhat true but unverifiable without further details :

      1. for no performance gain

      Example metaphorical meaning that could be true but not verifiable : In all computer usage of the world, less than X% of usage (unspecified so far whether this percentage is by time, by economic value, by resource utilization etc.) will observe at least one application taking a shorter duration of time by the genre of optimizations being talked about - specifically Y optimization.

      Cannot be verified due to unspecified nature of X and Y.

      2. that uses effectively no resources for "performance gains"

      Example metaphorical meaning that could be true but not verifiable : You have secretly defined "resources" to be a subset of actual resources but are not specifying which resources you are considering.

      Or the amount of resources used is less than X% of total resource usage by a secret resource quantifying formula.

      These are, again, unverifiable due to unspecified nature of things.

      But you won't believe anything I say so what's the point

      Another claim made without evidence. Have you got a hang of this whole "logic" thing ?

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    12. Re:Firefox? Never left it. by toddestan · · Score: 1

      Ditto the above. Adobe's update service uses less than 1MB of RAM and 0% CPU time while it exists. If you're getting a "performance tuneup" as a result of disabling it then maybe it's time to throw the old 486 away.

      I don't know what you're running, but I have a PC at work with Adobe Audition on it, and Adobe's cloud service runs several processes, most of which chew up at least 100MB of ram, regardless of whether you've actually got any Adobe products running. I will grant that's nothing compared to what Check Point security software likes to chew up, but still talk about bloat. Between that and the other stuff on that computer, 16GB of ram is gone pretty quickly. Good thing it has a SSD, or it would feel like a 486.

    13. Re:Firefox? Never left it. by thegarbz · · Score: 1

      and Adobe's cloud service

      Is not the update service, something completely different and irrelevant while not being related to running the actual software, not part of anything outside of the creative suite and on top of everything not at all relevant to the conversation.

      That's what you were going to say wasn't it? I mean that's the only logical way you could have finished that sentence in the context of this conversation.

    14. Re:Firefox? Never left it. by Tough+Love · · Score: 1

      Every time I see the sheer quantity of chrome or google processes on a PC, I cringe. Why does chrome need 4 processes before it displays a home/start page? Why does google schedule update checks once at logon and then *every hour*?

      Because Google interns (who are the ones who actually write the code because full-timers are too busy with offsites or facetiming each other or fattening up on the free food) learned how to start a process, and that is the one technique they remember from class. So they try to solve every problem that way.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
  3. might be a valid strategy by jarkus4 · · Score: 5, Insightful

    This might be a valid strategy for Firefox future. They destroyed their original advantage of powerful extensions, so they need something new to attract people. Privacy focus just might be it, but if so they really need to emphasize it in their advertising. At least Chrome is unlikely to truly compete with them in this field.

    1. Re:might be a valid strategy by Z00L00K · · Score: 2

      Most of the useful extensions are back, only a few aren't.

      But I miss the alternative of creating a new container window instead of a tab. And each window type should be a clean slate with its own set of bookmarks.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    2. Re:might be a valid strategy by hviezda14 · · Score: 1

      Multiple containers in Firefox, assignment to open domain in designated container, and much more: https://testpilot.firefox.com/... It was developed by Mozilla itself.

    3. Re:might be a valid strategy by serviscope_minor · · Score: 4, Insightful

      They destroyed their original advantage of powerful extensions

      No they haven't. They did a necessary change in architecture which killed off anything using the old API. They've been working hard to make the new, more secure and (importantly) concurrent system up to scratch.

      And they've more or less succeeded. Even pretty intrusive extensions like NoScript work just fine now. Even better is that extensions have a good chance of working on firefox mobile as well as desktop so I get noscript on my phone as well.

      --
      SJW n. One who posts facts.
    4. Re:might be a valid strategy by Anonymous Coward · · Score: 1

      Do you know XUL-based extension can execute native library/application from user system? Has unlimited access to user's filesystem? And many nasty things. Yeah it's powerful, but also dangerous.

    5. Re:might be a valid strategy by Anonymous Coward · · Score: 2, Insightful

      That's not surprising. All but a few people have low IQs.

    6. Re: might be a valid strategy by Bing+Tsher+E · · Score: 1

      Found the Google employee.

    7. Re: might be a valid strategy by Anonymous Coward · · Score: 1

      Well at least we all know that you are one of the majority. I'm sorry about your mental handicap.

    8. Re:might be a valid strategy by Anonymous Coward · · Score: 1

      Is Classic Theme Restorer back?

      That's the most useful extension.

    9. Re:might be a valid strategy by epine · · Score: 1

      All but a few people stopped caring about that long ago.

      Whatever you do, don't buy yourself a boomerang, because you've yet to even pass the basic pendulum test.

      It's human nature to overreact to the most recent catastrophe.

      Did you sleep all the way through the Facebook privacy catastrophe 2016–2018? For 50.1% of the American population, what we are now living through is an ongoing catastrophe.

      Half the parents in American are now going "hey, kids, look at that pompous know-nothing bozo blowhard—whatever you do, don't grow up to be like him".

      So it's only half a pendulum, but on the flip side, it's got an actual powder charge.

    10. Re:might be a valid strategy by thegarbz · · Score: 1

      what we are now living through is an ongoing catastrophe.

      I know, I see the Facebook posts about it. From the #deletefacbook movement we have officially reached peak-missing-the-point.

      By the way half of America* has a short attention spam. They are too busy worrying about crying babies on the border to even remember why Facebook was in the news.

      *Nearly all of America.

    11. Re:might be a valid strategy by Anonymous Coward · · Score: 1

      Can i dump my old shit into my new firefox and have it all work the way it always has?

      No. No i can't.

      I HAVE to learn a brand new series of things to strip out because they were stupid.

      If i HAVE to do that... i might as well do it on chrome. who haven't fucked me before.

    12. Re:might be a valid strategy by DarkRookie · · Score: 1

      I don't see how it is privacy focus when there are ads on the about:newtab page.
      That makes it seem money focus.

      --
      The millennial that doesn't like most of the stuff designed for millennials.
    13. Re:might be a valid strategy by gumpish · · Score: 1

      Still waiting on a replacement for TamperData.

      No, I'm not interested in configuring burp suite everywhere.

  4. It (barely) kept me with Mozilla by Rewind · · Score: 4, Insightful

    FWIW, the new (or Quantum) version of Firefox stopped me from switching to Chrome entirely. I had been using Chrome more and more as Firefox just seemed to stagnate. Luckily they did seem to make real progress here. I hope they keep it up. A browser monopoly has never been any good for end users.

    --
    ?
    1. Re:It (barely) kept me with Mozilla by Anonymous Coward · · Score: 1

      You can recognize shills easily because they can't stop using the trade names every time they mention the product.

      See, a normal person would say "the new Firefox did so-and-so".
      A transparent shill would say "the new Firefox Quantum(tm) 2.0 with Faceblock(tm) feature did so-and-so" .
      A subtle shill would say "the new Firefox (but don't forget it's called Quantum) did so-and-so.

  5. "If they don't trust ..., they won't use ..." by Nutria · · Score: 4, Insightful

    Techno-anarchist delusions. People don't trust Facebook, and yet still use it by the billions...

    --
    "I don't know, therefore Aliens" Wafflebox1
    1. Re:"If they don't trust ..., they won't use ..." by thegarbz · · Score: 1

      This. If there's one thing that's clear these days it's that people don't give a crap about their privacy providing that someone doesn't look in their window and get a peek of their nipple or penis.

  6. 4 out of 5? by sgunhouse · · Score: 1

    I notice that the graphic at the top of the article includes 5 browsers, but only 4 are actually mentioned in the article - while Opera is in the graphic it is never mentioned in the article. (I was actually using FF for Android when I read the article.) Given that Opera focuses a lot on the exact features he discusses (speed, security, privacy, battery life) that seems a bit cheap.

    1. Re: 4 out of 5? by reanjr · · Score: 1

      It uses the renderer which is the part everyone likes.

    2. Re: 4 out of 5? by allo · · Score: 1

      and the ui engine.

      Browsers like opera, vivaldi and many more are just chromium, but the default ui disabled and another one implemented using the same building blocks chromium is using. Then they add features on top of the construct.

  7. Facebook Container by cerberusss · · Score: 2

    That Facebook container is golden. I wish Firefox would take it even further, though. The other day, I was browsing for a new monitor. Then what do you know, I open the desktop Spotify client (free tier) and there's an ad for the same monitor. I really, really hate this shit but I don't know what to do against this tracking. I already use uBlock Origin in Firefox.

    --
    8 of 13 people found this answer helpful. Did you?
    1. Re:Facebook Container by theweatherelectric · · Score: 4, Interesting

      I already use uBlock Origin in Firefox.

      It might not solve the problem in your particular case, but also turn on Firefox's built-in tracking protection (set it to "always" to have it on all the time). It runs after any blocker add-ons and it blocks some stuff uBlock Origin misses.

    2. Re:Facebook Container by Z00L00K · · Score: 1

      uBlock Origin, Noscript, Cookie Autodelete, Lightbeam for me.

      Some sites do look a bit wonky though, but not too bad.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    3. Re:Facebook Container by Anonymous Coward · · Score: 2, Funny

      That's just modern web design.

    4. Re:Facebook Container by enrique556 · · Score: 1

      I really, really hate this shit but I don't know what to do against this tracking.

      Privacy Badger for starters. And if you can live with it, noscript. Noscript is much easier to use than the pre-quantum version and it seems to have much better performance.

    5. Re:Facebook Container by ciurana · · Score: 1

      That Facebook container is golden. I wish Firefox would take it even further, though. The other day, I was browsing for a new monitor. Then what do you know, I open the desktop Spotify client (free tier) and there's an ad for the same monitor. I really, really hate this shit but I don't know what to do against this tracking. I already use uBlock Origin in Firefox.

      Have a look at Firefox Multi-Account Containers -- https://support.mozilla.org/en... -- they allow you to run Facebook, your shopping, etc. in separate contexts that insulate all cookies, web data, etc. from one another. There's a default implementation for Facebook, you may configure others as you see fit. Cookies set by Facebook in its container are invisible by the main browser set up, or in a shopping container (e.g. Amazon), or in your personal container (e.g. Shoppify).

      You may combine containers with uBlock, Ghostery, and so on and have an ad free, non-correlating data browsing experience.

      Cheers!

      Cheers!

      --
      http://eugeneciurana.com | http://ciurana.eu
    6. Re:Facebook Container by knorthern+knight · · Score: 1

      > Have a look at Firefox Multi-Account Containers --
      > https://support.mozilla.org/en... -- they allow you to run
      > Facebook, your shopping, etc. in separate contexts that
      > insulate all cookies, web data, etc. from one another.

      You could always do that; it's called separate profiles, e.g.

      firefox -no-remote -P facebook
      firefox -no-remote -P youtube

      No need for add-ons or extra code in the browser. This also works with Pale Moon.

      --

      I'm not repeating myself
      I'm an X window user; I'm an ex-Windows user
  8. Brave by Anonymous Coward · · Score: 1

    Fastest browser, especially on mobile, with integrated ad blocking: https://brave.com/

  9. FF was ditched for the same reasons as Netscape by Bonker · · Score: 4, Informative

    Firefox was ditched for the same set of reasons that Netscape was ditched:

    - Both Firefox and Netscape had become or were perceived as slow and bloated compared to the competition. I vividly remember my eye twitching back in the late 90s during my phone tech support days when I heard a fellow phone jockey recommend Internet Explorer 3 to a customer over Netscape because it was 'so much faster'. This was back in the 28.8/56k dial-up era, so take that into account. Chrome is widely perceived to be faster and more powerful at running webapps than Firefox... and regardless of the reality, this perception goes top to bottom. Developers frequently choose to develop against Chrome and then test against Firefox... if they bother to test against Firefox.

    - Privacy, browser configuration, and Internet safety are widely perceived to be 'too difficult'. This was as true in the 90s as it is today. People are intimidated by the reality of what it takes to be safe and private on the Internet and/or far too lazy to learn to configure their browser. Netscape and Mozilla have never quite made it as easy to 'click click click dubya dubya dubya' as their competition. Microsoft and Google both are much better at hand-holding... and leading their 'customers' down the garden path. Installing ad or script blockers *seems* more intimidating on Firefox than similar plugins for Chrome because Google has successfully 'App-Store-Ized' their plugin ecosystem.

    - Netscape and Firefox have never been 'The Internet'. Microsoft did its damndest to make sure that Windows users all directly equated that blue 'e' icon with 'The Internet'. Google is its own damn verb. Both companies' marketing divisions have made very good pushes to make themselves synonymous with 'The Internet'.

    - Netscape and Mozilla have never had a strong pre-install base. Every Windows Install since 95 has come with IE. Every Android device comes with Chrome. Most folks simply can't be assed to install another browser. Sad but true. If Firefox ever wants to become really relevant, it's going to have to get some kind of mainstream pre-install base going. We're not talking Linux distros here. They're going to have to pull off the Firefox equivalent of an 'Android OS' or 'Chromebook'. It's doable, but Mozilla is not strongly steered the way Microsoft was or Google is. Moz has a long history of dropping the soap far too often.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    1. Re:FF was ditched for the same reasons as Netscape by hazardPPP · · Score: 1

      - Netscape and Firefox have never been 'The Internet'. Microsoft did its damndest to make sure that Windows users all directly equated that blue 'e' icon with 'The Internet'. Google is its own damn verb. Both companies' marketing divisions have made very good pushes to make themselves synonymous with 'The Internet'.

      What I used to do back in the day when installing and configuring computers for my non-tech-savvy relatives was to place a shortcut for Netscape/Firefox on their desktop, but with the blue "e" icon and just labeled "Internet". I would also configure the browser appropriately, and delete any easy way for them to find/launch Internet Explorer.

      I stopped doing that after Internet Explorer acquired is terrible reputation...

    2. Re:FF was ditched for the same reasons as Netscape by ebvwfbw · · Score: 1

      Microsoft's big play is that they would intentionally break the standard so their stuff would render the way they wanted it to and Firefox didn't. So just use IE. Not demand that MS fix their buggy crap.

  10. I want my "disable Javascript" checkbox back by Anonymous Coward · · Score: 5, Insightful

    Please, Mozilla. I never used any other browser. I won't ever, because I know that you're the Good Folks (TM).

    But make it easy again to *completely switch off Javascript*. No "NoScript" plugin with cheap cop-outs. Help in keeping a small-but-significant javascript population out there to keep Web "programmers" and frameworks out there honest.

    Yeah, I know: users are too stupid to manage this one checkbox, your telemetry proves it (and those now quaint instructions on how to enable Javascript some sites still carry, as a reminiscence of the 2005s). Know what? If you treat your users as idiots, you'll get idiot users. I know how this may be in Microsoft's or Google's interest, but I don't get how it is in yours.

    I know, I know. Your perspective is too tightly intertwined with the ad industry's -- they wet-dream of a Javascript API to a brain implant which goes straight into the dopamine center, and you'll deliver because "the others are doing it and you else become irrelevant".

    Sigh. I really love you. I want to. But sometimes I hate you.

    1. Re:I want my "disable Javascript" checkbox back by aevan · · Score: 1

      Some 'javascript only' pages are hilariously unbroken (but ugly) by turning off style sheets.
      Their 'this site doesn't work' page is just an overlay blocking the page's content.

    2. Re:I want my "disable Javascript" checkbox back by rudy_wayne · · Score: 1

      More than half of your rant is just (valid) reasons for not bringing back the checkbox. Just disable it in about:config if you don't want it, I'm sure pretty much everyone that want's to do that can figure that out.

      Apparently you haven't been paying attention. Mozilla disabled that a few years ago.

      The setting is still there in about:config, and you can set Javascript to "disabled", but it has no effect.

    3. Re:I want my "disable Javascript" checkbox back by rudy_wayne · · Score: 4, Insightful

      I'm more interested to know how many sites you can actually use without having Javascript?

      That's the bigger problem. Javascript is a cancer that has infected and destroyed the entire Internet.

      It used to be that you could disable Javacript and everything still, sort of, worked. Good enough to get by. But now, most websites don't work at all, i.e., you get nothing but a blank page or an error message if you disable Javacript.

    4. Re:I want my "disable Javascript" checkbox back by serviscope_minor · · Score: 1

      But make it easy again to *completely switch off Javascript*. No "NoScript" plugin with cheap cop-outs.

      What's wrong with NoScript? You can set it to block everything always.

      --
      SJW n. One who posts facts.
    5. Re:I want my "disable Javascript" checkbox back by theweatherelectric · · Score: 2

      The setting is still there in about:config, and you can set Javascript to "disabled", but it has no effect.

      You might want to double-check that. Using Firefox 61, this page worked with JavaScript enabled. I went to about:config, I set javascript.enabled to "false", I reloaded the w3schools page, and the JavaScript aspects of the page no longer worked.

    6. Re:I want my "disable Javascript" checkbox back by Anonymous Coward · · Score: 1

      I almost never enable it. Slashdot works. Washpo, NYT, NPR, TheRegister, BBC, Wired, many tech sites.... Some sites require disabling CSS because they're deliberately being designed to break without script. They do things like put a big gray box on the page that script then hides. In some other cases, unskilled web designers do things like set a dozen columns across the page that depend on script to work. The result, then, with CSS but no script is a mass of columns 1/2" wide. (Atlantic Monthly is an example of that problem.)

      But many sites are fine. I would ask the opposite question: Why do you assume it must always be enabled? If everyone accepts that view then it will become the norm and all commercial sites will really just be downloaded software programs written in script.

    7. Re:I want my "disable Javascript" checkbox back by Anonymous Coward · · Score: 1

      I keep seeing this crap and *it's not true*.
      I run without JS. Quite a bit breaks but quite a bit doesn't.
      'most' is simply untrue.
      Why not try it and see, and have the added bonus of far faster rendering, and far less memory used (I've currently got several hundred tabs open, perhaps over a thousand (I have in the past, certainly), and palemoon currently takes 865 meg).
      Open 50 tabs in chrome at work, where I don't disable JS (it's not my machine so I don't alter it) and it takes up about 2.5 gig.
      Part of the spread of that cancer is driven by posts like this that make people think JS is inevitable.
      And watch almost every bloody horrid animation disappear to boot.It's like a new world.
      Well it bloody isn't.

    8. Re:I want my "disable Javascript" checkbox back by Anonymous Coward · · Score: 1

      Read again my post. It's not about *me*. I know how to disable Javascript, without a plugin. It's about nudging the general population into accepting "always on" execution of active content by making it ever more cumbersome disabling javascript, thus nudging web "developers" and frameworks into integrating active content ever more deeply into the Web.

      And this knowing that active content is the main vector for malware and privacy intrusions.

      Is that so difficult to understand?

    9. Re:I want my "disable Javascript" checkbox back by fafalone · · Score: 1, Interesting

      NoScript has been increasingly irritating me. I like the blocking, but even when I unblock something a site I (relatively) trust needs to work, half the time it continues to block scripts "partially". "Allow everything on this page", leaves the page unusable because a whole bunch are still partially blocked. As I haven't found a way to prevent this, I frequently find myself having to get around it by allowing scripts globally, then forgetting to turn blocking back on. Between that and the hours building whitelists, I can really sympathize with just forgoing the whole thing for a simple JS toggle.

    10. Re:I want my "disable Javascript" checkbox back by Toad-san · · Score: 1

      [sniff] Wish _I_ had a dopamine center brain implant :-(

    11. Re:I want my "disable Javascript" checkbox back by nazrhyn · · Score: 1

      That's just, like, your opinion, man.

  11. "New low" by UnConeD · · Score: 1

    Did they all collectively forget the "beware predators, don't share personal information online" perma-scare that we had before "toxic" became the new buzzword?

    The internet was never safe, the only thing that changed is a bunch of people joined up who expected it to be. We wouldn't even be in this position had users not been convinced blurring their real and online identity was awesome right around when FB and Twitter showed up.

  12. im sick of the fake mobile ads by cheekyboy · · Score: 2

    That show 'you have a virus, clean files now' alerts
    on mobile ads.

    Any site that allows that ad in (ibtimes fuckers) should be auto ad blocked by default as punishment.

    The ad hosters should be punished for accepting those ads, or for allowing ads to be updated, or all JS ads.

    Those commercial sites deserve to loose millions, if they play dirty, and the advertisers, globally banned on a massive ad black list.

    --
    Liberty freedom are no1, not dicks in suits.
  13. Re: manually disable pocket? by Luckyo · · Score: 4, Interesting

    Pocket tracks your site usage to "give you a better home page by providing recommendations of sites to visit" among other things.

  14. Re:NY Times paid ad?? by Luckyo · · Score: 4, Interesting

    They have been investing heavily in PR ever since Quantum disaster hit, and a large amount of people left firefox for any other browser, because there was no longer a meaningful reason to use it.

    First PR push was "hey look, we have speed parity with chrome now". Took them a few months to realise that "parity in speed and parity with features" means that people that wanted extra features you axed will leave for mainstream browser, while being on par won't make any meaningful number of people switch the other way.

    So now they have been trying other ways of selling firefox. This looks to be one of them, which is just silly. Firefox, as you note, most certainly collects usage patterns. Pocket which is built into firefox literally uses those to recommend web pages you should visit next if you go to your default home page in the browser.

  15. Re: manually disable pocket? by Zontar+The+Mindless · · Score: 2

    My home page is about:blank. Good luck customising that.

    --
    Il n'y a pas de Planet B.
  16. Re:lol 'toxic' by Zontar+The+Mindless · · Score: 1

    Why are you posting on this site? You appear to be pretty clueless yourself.

    --
    Il n'y a pas de Planet B.
  17. Re:lol 'toxic' by Sejus · · Score: 1

    The browser that wont make the frogs gay!

  18. Have they apologised yet by Anonymous Coward · · Score: 1

    ... For the appalling treatment of Eich?

    No.

    Mozilla can continue their fade into irrelevance along with the cancerous SocJus cult

    1. Re:Have they apologised yet by squiggleslash · · Score: 1

      I'm not sure promoting him to CEO counts as "appalling treatment", especially when he clearly wasn't qualified.

      --
      You are not alone. This is not normal. None of this is normal.
  19. Never actually stopped using it by mohsel · · Score: 1

    It's insane, somehow funny, how mainstream medias condition users as much as what browser they use.

  20. Developer Tools by LordKronos · · Score: 1

    I haven't used used Firefox in many years. Are its developer tools every bit as good as chrome is today? If not, switching is not a consideration (I don't want to use different browsers for normal use and development)

    1. Re:Developer Tools by SpzToid · · Score: 2

      Then in your case I urge you to spend time with the dev-tools of FireFox. I think they are far superior to anything out there. I only use chrome/edge/ie-exploder dev-tools to de-bug those respective browsers, and only when necessary. Otherwise I live the good dev life in Firefox.

      Also check out this really good add-on for maintaining multiple, simultaneous logins (identifiable via color-coded tabs): https://addons.mozilla.org/en-...

      --
      You can't be ahead of the curve, if you're stuck in a loop.
    2. Re: Developer Tools by reanjr · · Score: 1

      I recently switched to FF from Chrome and haven't noticed much difference.

  21. Can there be too much privacy protection? by Mandrel · · Score: 3, Interesting

    Mozilla have to watch that they don't make Firefox's default privacy settings so restrictive that they weaken the power of the open Web relative to apps that can ask users permission to do just about anything. Apps are taking over enough already to tie the hands of website developers to do complex things, without any easy way for users to indicate that they trust a site to do certain things.

    1. Re: Can there be too much privacy protection? by Anonymous Coward · · Score: 1

      I LIKE the separation between local programs and more websites. The last thing I want is remote scripts gaining deeper access to my machines.

    2. Re: Can there be too much privacy protection? by Mandrel · · Score: 1

      You make like this particular privacy feature in every instance, but others may want to give certain websites permission, making possible some website features that they find useful. At the moment it's a hidden blanket ban.

    3. Re:Can there be too much privacy protection? by Actually,+I+do+RTFA · · Score: 1

      That's a pretty horrendous attitude. Apps need to be brought to heel, not have the competing tech (Websites) dragged down to their level of lack of privacy/control.

      --
      Your ad here. Ask me how!
    4. Re:Can there be too much privacy protection? by Mandrel · · Score: 1

      I don't have a problem with opt-in permissions.

      Even better would be if mobile apps and websites could ask for a list of essential and optional permissions. No installation or access if an essential permission is refused, but proceed with limited functionality if an optional permission is refused. At the moment app permissions are all take-it-or-leave-it.

  22. while a good secure browser is important by FudRucker · · Score: 1

    knowing how to use the internet without letting the internet use you is just as important

    even if you have a good secure browser if you go to places like facebook and other malicious websites and give them your personal info to make their profit from then the secure browser is pointless

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:while a good secure browser is important by Actually,+I+do+RTFA · · Score: 1

      Even if you opt into giving Facebook some information (e.e.g name,address, friend list) you may not want them to follow you everywhere on the web. There are valid reasons to give some sites some types of personal information. Insisting that people do all or nothing is part of the reason that FB et al can spy on its users throughout the web and have that considered okay, as opposed to overstepping what their users agreed to.

      --
      Your ad here. Ask me how!
  23. UI still sucks by MoarSauce123 · · Score: 4, Insightful

    The Firefox UI still sucks. Looks like Chrome and makes interacting with the browser quite annoying because everything is hidden behind non-descriptive glyphs. Firefox should recreate the pre 3.x UI as many have requested. Also didn't help that they needlessly changed the extension engine making many excellent extensions unusable. There still is plenty of user-ignoring arrogance at Mozilla. Their developers think they are hot stuff and the users are clueless by definition. Build something we want to use and we will use it. What they offer so far is just not compelling enough to make a switch. If it has to be a Mozilla based browser, then use Pale Moon. It is put together by an excellent team of developers who truly care what users want. Even if they disagree with a user request, they explain in detail why. This is how a FOSS project should be run....not like the trash talking in forums from Mozilla's devs and Dotzler.

  24. Re: manually disable pocket? by Luckyo · · Score: 3, Informative

    So is mine. It still shoves "pages recommended by pocket" in my face when I start typing in an address.

  25. Not Really by jimbrooking · · Score: 1

    After testing Firefox for the last three months, I found it to be on a par with Chrome in most categories. In the end, Firefox's thoughtful privacy features persuaded me to make the switch and make it my primary browser.

    First, an update to make FF "new! better!" made FireFTP unable to run in FF. So had to find and use a separate app (WinSCP) to support FTP for my website development.

    Next, FireBug got killed off in favor of an internal debugger that seemed buggy.

    Finally the FF add-on (Kee) that communicates with my password manager (KeePass) won't install on my desktop.

    So FF isn't an acceptable option for day-to-day use. I will often test new goodies I put on a website in FF, but if they don't work as expected I debug them in Chrome.

  26. It gets a try again by allo · · Score: 1

    When the support for old extensions is back.

  27. Re:lol 'toxic' by Anonymous Coward · · Score: 1

    Why is mainstream media being quoted on a technical subject on this site? They are largely clueless.

    Why are slashdotters discussing politics on this site? They are largely clueless.

    Says the crybullies when the politicization of everything is turned on them.

    Trump's trolled Democrats into openly advocating open borders and defending MS-13.

    How are you going to like it when Republicans start tossing Democrat pols out of restaurants and movie theaters and start beating up and literally trying to assassinate Democratic members of the House and Senate? "Progressives" have done all that in just the past few months.

    What goes around, comes around.

  28. So no more "women's projects" as a priority? by gweihir · · Score: 2

    Because that is, as I understood, the problem they had in the first place. Politics over quality and skills and a lot of money put into projects that were not core business at a time where the core business was not in too good a shape.

    Don't get me wrong, I have absolutely nothing against women as engineers. But engineers must be judged on skill, experience and capabilities, not their genetic makeup, skin color or preferences in beverages. Anything else can only cause massive problems.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  29. I never left Firefox, but it frustrates me.. by toonces33 · · Score: 1

    Mainly thing just soaks up all of the memory of the computer. It isn't like I have hundreds of tabs either - maybe a dozen or so. But I can tell from task mananger that it is consuming virtually everything - minus a little bit to allow Windows to function.

    As long as I am just using Firefox, it works OK, but to launch something else, I usually start by shutting down Firefox.

    1. Re: I never left Firefox, but it frustrates me.. by reanjr · · Score: 1

      Webpages are inefficient masses of the crappiest software built under the dumbest constraints. Using large amounts of memory is how you make them operate reasonably well. And humans are notoriously bad at understanding how much memory used is too much memory.

  30. For me, it's about configurability... by gosand · · Score: 1

    Except for a year or so of trying Opera, FF has been my browser. Right up until the point a couple of years ago when I couldn't take it anymore. So much instability, performance problems, and the change for the sake of change being rammed down my browser. I tried Chromium (I'm on Linux) and I just didn't care for the way Chrome does some things. I then found Pale Moon, and I felt like I was back home with good-ol' FF. I've been using it since, on my home machine and at work (Win10). I can simplify the interface, It's fast, I can still use bookmarks the way I like, and there isn't any spying.

    I like keep a set of bookmarks for places I need to login. FF/PM give me the ability to add a description to the properties of my bookmark. That is where I put my password hint for that site. It's all nice and self contained. When I tried Chrome/Chromium, you couldn't do that. That's a deal breaker for me, since I have 20+ sites where I need this "feature". There are many other reasons as well.

    I always said I would go back to FF if I felt a compelling reason to go... but I haven't found one yet. I am happy that the FF team is apparently putting in quite the effort to improve it again though, because I wasn't happy with the direction it was going.

    --

    My beliefs do not require that you agree with them.

  31. Sorry, but I don't buy it... by The+Cynical+Critic · · Score: 4, Interesting

    They may claim to be all about privacy and all that stuff, but in reality their main source of reoccurring income has always been from the embedded search features, provided primarily by Google, the company they're talking up as the main enemy of privacy. Because of that I'm genuinely skeptical as to how truly committed they are to privacy as a proper committing to it would require them to stop using Google as the a search provider and we're not seeing anything even hinting towards this. Not only that, they also rather conveniently try to allude they're the only company trying to dedicate themselves to privacy when Opera has been doing that for years and Chromium is also basically a Chrome fork with much of the privacy-compromising stuff removed.

    However the core of Mozilla's problems is that they've spent many years more focused on moonshot projects like FirefoxOS and politics, which includes everything from firing their CTO as he was taking the role of CEO on purely political grounds to spending a considerable amount of money modifying the codebase to modify any functionality using Master/Slave naming to not use it. To make up for this shortfall in spending on actual browser development they've also gone ahead and tried to streamline development by removing features despite very vocal opposition from their userbase. Hell, this isn't even the first time they've tried copying what their competition is doing, the last time they did major changes to the UI those changes ended up only making Firefox look more like Chrome and their users naturally hated that because if they'd want to use Chrome, then they'd actually use Chrome.

    No, the real fundamental problem Firefox has had for the last decade or so is simply unfocused and incompetent management. Until they can to a complete management "flush" and replace their management with people focused on the actual product rather than everything else, I can't see Firefox going anywhere in terms of it's already small market share.

    --
    "Why should I want to make anything up? Life's bad enough as it is without wanting to invent any more of it."
  32. Another /. marketing stunt by rojash · · Score: 1

    Seems like /. is being used for advertising more and more these days by these fan boy posts. Firefox is by far more evil than Chrome for shoving Pocket down our throats. I gave up on both Chrome and Firefox for being very evil and opinionistic and having removed keywords. Tried a variety of others before settling back with Vivaldi. Couldn't be happier, even with its lack of Sync for ages (though they have some dude with a blog who boasts about it) and some minor flaws, but to me is faster and much more usable than either.

  33. I went back to Firefox... and left again by rnturn · · Score: 3, Interesting

    Intrigued by the claims that Firefox used a third less memory than--was it Chrome? Or older Firefoxes?--I decided to try using it again. That trial only lasted for a week or so. I'd stopped heavily using Firefox a couple of years ago and switched to Chrome. The main reason was that Firefox seemed to handle Javascript so badly. I'd grown tired of the "A script seems to be running slowly..." messages that popped up five minutes after Firefox had become catatonic. Plug-ins helped to a degree but I found that I was spending way too much time fiddling with filters, allowing this, disallowing that: "Great, I've finally tuned Firefox and its helper plug-ins to render this page with screwing up. But what about next week?" In my latest bout with Firefox, I didn't notice those messages popping up as much but with many web pages I still saw the CPUs pegged at 100% until I got to a console and could issue "killall -9 firefox". They may have done some good things with regard to privacy but until they do more--a lot more--about the poor performance I'll stay away.

    --
    CUR ALLOC 20195.....5804M
    1. Re:I went back to Firefox... and left again by Anonymous Coward · · Score: 1

      Memory leaks in the stock browser are not a significant problem. Javascript programs, in extensions and web sites, are prone to tying up memory through unwanted closures, especially when the programmer doesn't understand the functional aspects of Javascript and does "cargo cult" programming. The browser can't free that memory because it is technically in use. If you know what you're doing, web browsers are plenty fast, certainly fast enough for doing interactive and even fancy websites without hogging the CPU.

    2. Re:I went back to Firefox... and left again by Waccoon · · Score: 1

      The problem is that if you close all but one tab/window and point the last window to "about:blank", memory doesn't come back. The browser isn't managing memory usage per page/tab/window, but collectively. Whether it's the Javascript engine or how the web pages use the heap is irrelevant. The bottom line is that the "leaks" stay with the browser until you restart the whole works. This has remained true even after the Quantum update that supposedly gives each tab/window its own process. I have no idea how the Javascript engine works, but apparently it doesn't work very well, and hasn't for over a decade.

      Yes, it's a significant problem.

  34. Re: manually disable pocket? by OtisSnerd · · Score: 5, Informative

    So is mine. It still shoves "pages recommended by pocket" in my face when I start typing in an address.

    Try setting these about:config values to stop Pocket:

    browser.pocket.api = ""
    browser.pocket.enabled = false
    browser.pocket.oAuthConsumerKey = ""
    browser.pocket.site = ""
    extensions.pocket.api = ""
    extensions.pocket.enabled = false
    extensions.pocket.oAuthConsumerKey = ""
    extensions.pocket.site = ""

    In Cyberfox, it kills it dead here.
    --
    If this is paradise, I wish I had a shovel.

  35. Re: manually disable pocket? by Anonymous Coward · · Score: 1

    about:config

    extensions.pocket.enabled = false
    browser.library.activity-stream.enabled = false
    browser.onboarding.enabled = false

    That oughta do it.

  36. the lead consumer technology writer for NYTimes... by QuietLagoon · · Score: 2

    ... obviously doesn't use plug-ins, or care about sites rendering properly. I've had too many sites not render properly with Firefox. It's not surprising, given the very low market share of Firefox. Web developers do not seem to want to test against it.

  37. Chrome is a special snowflake by reanjr · · Score: 1

    I switched to FF a couple months ago because I finally got sick of Chrome's wonky special and completely broken handling of scroll direction.

  38. OK.... just tried FF by gosand · · Score: 1

    Hate replying to my own post... but I thought I would try the new FF. I actually still had it on my machine, as Mint has been keeping it up to date.
    First thing - backed up my bookmarks from Pale Moon to a json file.

    Then tried unsuccessfully for about 10 minutes to FIND the bookmark restore in FF. It was hidden down in the Library > Bookmarks > Show all bookmarks. This is the kind of thing that FF implemented that drives me nuts. In Pale Moon it's under Bookmarks > Organize Bookmarks. They imported fine though.

    I use mouse gestures, and while the legacy add-on I used was disabled as no longer supported, it did have a "find replacement" button which gave me several options to choose from. I installed Foxy Gestures, and it worked well. I don't use a ton of add-ons, but some are essential and it's always nice to have them to make browsing easier.

    I will have to see how configurable FF is now. I am not really into themes, but I like to have words instead of icons for things like back, home, etc. I don't like HAVING to use icons. I couldn't find an immediate way to change that in FF (another thing they did to aggravate me) but will keep looking.

    As far as use, it's quick... and is what I would expect from FF. I opened up the same few tabs in each, and looked at the memory usage, and at first glance, was impressed! I have a script I can run to show the top 10 memory users. Slashdot says the output is junk characters and won't let me post the results.
    But it was using this: ps axo %mem,rss,comm,ppid,pid | sort -nr | head -n 10

    palemoon at the top, with an rss of 812544 (10%), then firefox with 496528 (7.9%). Wow, that looks great.
    But... there were 4 "Web Content" processes that were spawned by FF as well. So the real FF total was 1536780 (19%) - almost twice as much as pale moon.
    Do I really care? It's yet to be seen. Previously when I left FF it was gobbling up memory and was slow. Now it's consuming plenty, but is fast. I only have 8 GB of RAM on my machine, and I rarely even use half of it. So not a huge deal. But I know on my Windows10 machine at work, I am very often pushing the limits of memory usage. So take my quick test for what it is worth, and check your own usage.

    I am not switching back to FF just yet, because pale moon is doing great. But it's good to know that they are making strides in the right direction.

    --

    My beliefs do not require that you agree with them.

  39. Re: the lead consumer technology writer for NYTime by reanjr · · Score: 4, Insightful

    Web designers should be the ones caring about their sites not rendering properly, not you. You should care about the quality of the content.

  40. Re: lol 'toxic' by reanjr · · Score: 1, Offtopic

    Asians aren't minorities though. Just look at any newspaper article talking about minorities in college and you will find that Asians are consistently left out of minority status. And we all know racism isn't really racism unless it involves the oppression of minorities.

    Asians gotta suck it up like the white people when it comes to college.

  41. Use Firefox ESR by williamyf · · Score: 1

    That way, you get a stable browser for a full year, that is widely supported on the internet and Big-Boy applications, and your browser is not changing:

    Every Six months (Like Edge).
    Every 3 months (Like Firefox mainstream)
    Every 2 months (Like Chrome)

    The new ESR 60 is Fingerlicking Good.

    --
    *** Suerte a todos y Feliz dia!
  42. They've been running that angle for years by rsilvergun · · Score: 1

    Very few people care about privacy they care about browsers working. Firefox makes it's money off the add revenue by selling default search. So it needs a _lot_ of users. A few hundred thousand privacy focused users won't keep the lights on for a project as large as a web browser.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  43. Re: manually disable pocket? by Luckyo · · Score: 4, Interesting

    Thanks for the instructions. I hope they will be helpful to me once I switch my main desktop beyond 52ESR.

    My point wasn't that I am haven't stopped pocket though. The point is that if you use default browser, without going into about:config fuckery, which average user is not going to do, firefox tracks your usage closely and is not a "privacy minded browser" by any reasonable measure no matter what PR shills try to tell people.

  44. Stopping auto-play video brought me back by Tony+Isaac · · Score: 2

    I had switched to Chrome because Firefox was...slow. But a few months ago, Firefox started making dramatic improvements in performance. But the most important feature that brought me back was the setting that lets you prevent videos from automatically playing. I wish they would make it not even load the video, but at least stopping the playback will do, until then.

  45. Re: manually disable pocket? by OtisSnerd · · Score: 1

    Cyberfox is obsolete and not receiving updates. You should really upgrade to a modern, secure browser.

    It isn't dead yet, and recently received an update to 5.8.0. It may be shortly, but I'm waiting to see if someone else picks up development. If not, then it's time for something else.

  46. Re: manually disable pocket? by OtisSnerd · · Score: 2

    My point wasn't that I am haven't stopped pocket though. The point is that if you use default browser, without going into about:config fuckery, which average user is not going to do, firefox tracks your usage closely and is not a "privacy minded browser" by any reasonable measure no matter what PR shills try to tell people.

    "privacy minded browser" is why I switched from Firefox to Cyberfox. While the dev originally said he was going to quit working on it, he hasn't stopped yet. If no one else picks it up after he stops, then it's time for something else.

    There are some about:config changes that can be made to FF that thwart the phoning home, many of which are posted on Martin Brinkmann's gHacks blog by one of the regular commenters.

    --
    "Pieces of Nine! Pieces of Nine!" Another parroty error.

  47. Re: manually disable pocket? by vux984 · · Score: 4, Informative

    I don't value pockets functionality so i remove the icon. And I thought it was idiotic that it was integrated instead of left as a 3rd party extension.. but...

    As far as I can tell, Pocket operates locally; while the pocket extension functionality in the browser does track you *locally*, its about as evil as the firefox "history" list, which is to say: not even slightly evil.

          Neither Mozilla nor Pocket receives a copy of your browser history. The entire process of sorting and filtering which stories you should see happens locally in your copy of Firefox.

    https://help.getpocket.com/art...

    Near as I can tell, the list of all pocket recommends is sent to you. Your local browser then filters and sorts the list by comparing it to that. Your history and preferences aren't sent to pocket in this process.

    Read how it works for yourself. What part specifically do you object to? What am I missing?

  48. FireFox Focus on my Android by Trax3001BBS · · Score: 1

    It's an ad blocker, and erases cookies and history when closed,
    https://play.google.com/store/...

  49. "Good job" doing what? In whose interest? by jbn-o · · Score: 3, Interesting

    Google Chrome is said to have made it easy for an extension to do total snooping on the user's browsing, and many of them do so. Chrome includes a module that activates microphones and transmits audio to its servers, and Chrome contains a key logger that sends Google every URL typed in, one key at a time. Google Chrome does a good job securing access to a user's data without telling the user what's really going on or giving the user a chance to stop the behavior they likely don't agree with.

    Google Chrome is proprietary software. Nobody but Google has permission to study what Chrome does, alter Chrome, or distribute a modified Chrome. This is also how Google can get away with malware, hardly surprising behavior for a known international spy. As the GNU Project rightly points out:

    Power corrupts; the proprietary program's developer is tempted to design the program to mistreat its users. (Software whose functioning mistreats the user is called malware.) Of course, the developer usually does not do this out of malice, but rather to profit more at the users' expense. That does not make it any less nasty or more legitimate.

    Yielding to that temptation has become ever more frequent; nowadays it is standard practice. Modern proprietary software is typically a way to be had.

    The New York Times called Google Chrome "secure" but didn't explain how they arrived at that conclusion. Regardless of what they meant by that claim, it's hard to see how any of the above behavior or whatever else Google can get away with via proprietary malware could reasonably be called 'secure'. Any feature Chrome offers has to be considered in the context of being implemented in proprietary software which by its nature imposes a power over its users.

    Firefox was never proprietary; users could always inspect Firefox, edit out the portions of Firefox they didn't want to run or redistribute, edit any other part they wished, and distribute the rest (even if under another name with another logo), and Firefox derivatives have done just that many times. There's good reason Tor Browser, for instance, derives from Firefox. Free software (software that respect's a user's rights and community by allowing users to run, inspect, share, and modify the program) provides verifiable security; one need not guess or blindly trust a proprietor to do right by them. Firefox's technical achievements or detriments are thus a matter of spending time developing Firefox. This is a practical example of how you're better off with less technically capable free software than more technically capable proprietary software; we can make Firefox better in a technical sense but we can't make proprietary software free.

    1. Re:"Good job" doing what? In whose interest? by Kjella · · Score: 3, Interesting

      Google Chrome is said to have made it easy for an extension to do total snooping on the user's browsing, and many of them do so. Chrome includes a module that activates microphones and transmits audio to its servers, and Chrome contains a key logger that sends Google every URL typed in, one key at a time. Google Chrome does a good job securing access to a user's data without telling the user what's really going on or giving the user a chance to stop the behavior they likely don't agree with.

      You're nuts. The first was a bug that a malicious hacker could use to make Chrome think an extension is corrupted and is long closed. The second is an opt-in extension to enable voice search that was downloaded but never enabled by default. And the third is just Google's autocomplete, which it obviously can't do unless it sends partially typed addresses to Google. Maybe it's not behavior you want - in which case it's possible to disable from the UI - but it's easy to see the moment you type something. If anybody thinks those suggestions appear by magic then it's a PEBCAK problem. Basically you're the kind of tin foil hatter who makes people think they should stay away from Firefox and crazy town.

      --
      Live today, because you never know what tomorrow brings
    2. Re:"Good job" doing what? In whose interest? by jbn-o · · Score: 1

      It's ironic that you complain about a feature on the basis of it not being enabled and yet defend Google's interests for an information leaking/privacy-busting feature that is enabled by default (one might not want to use Google's search engine). You also don't recognize that with proprietary software the program can do (and apparently already does) lots of things we don't know about, things that are also (as another poster points out) unalterable without source code and a license to alter and share a modified variant of that program. The details will vary from proprietor to proprietor (as the instances details on the GNU Project's proprietary webpages point out) but the theme of power over the user remains the same. Proprietary software power is the underlying problem by which we're prevented from controlling our own computers and thus harming our community from looking out for what's in our (singular or collectively) interests.

  50. Here's what I do ... by CaptainDork · · Score: 1

    I use FF in private window, using DuckDuckGo as the search engine, and FF is loaded up with NoScript, uBlock Origin, AdBlock, Facebook Container, NoMiner.

    --

    I religiously perform the following steps before and after using FF:

    I run a batch file with the following commands ...

    --

    taskkill /f /im iexplore.exe
    taskkill /f /im firefox.exe
    taskkill /f /im chrome.exe
    taskkill /f /im MicrosoftEdge.exe
    taskkill /f /im MicrosoftEdgeCP.exe
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
    cd\
    cd C:\Program Files\CCleaner
    ccleaner /auto

    exit

    --

    I have CCleaner remove everything, including all cookies.

    Then I run ATF-Cleaner.

    --
    It little behooves the best of us to comment on the rest of us.
  51. On Windows, starting a process is expensive by tepples · · Score: 4, Interesting

    What's more, folks are going on like processes are intrinsically expensive.

    On Windows, starting a process is expensive for two reasons: spawn semantics instead of fork semantics, and the common practice of real-time antivirus. On any system, RAM owned by a process and not shared with other processes is expensive, particularly if it causes cached disk sectors to get evicted to make room or (worse) leads to swapping.

    1. Re:On Windows, starting a process is expensive by tepples · · Score: 1

      Yeah, but who cares about Windows?

      Desktop and laptop users, apparently. Its usage share greatly exceeds that of macOS or X11/Linux.

    2. Re:On Windows, starting a process is expensive by squiggleslash · · Score: 1

      On Windows, starting a process is expensive for two reasons

      OK, but how often is Chrome starting new processes? At worse, it may create a couple when you create a new tab, or perhaps have a web page with an IFRAME on it (I don't know, I'm guessing at this point, and my guesses are worst case scenarios, Chrome probably doesn't even do that.)

      On any system, RAM owned by a process and not shared with other processes is expensive, particularly if it causes cached disk sectors to get evicted to make room or (worse) leads to swapping.

      I dispute how you're wording this as it's "Technically correct, but really misleading." RAM owned by a process that's not shared with another process is "expensive" in the sense that it means more RAM Is being used, but the question is actually "Does this model lead to more RAM being used?"

      Somewhere (maybe this thread, I'm not sure) someone posted what these processes actually do, and it looks to me as if the same amount of RAM as would be if the processes were collapsed into one with one memory space - minus the tiny inefficiencies produced by page boundaries and having your own stack, obviously, and the latter may happen anyway if the collapsed process would need multiple threads. There may be some shared libraries that would store the same information in all processes, but that would say volumes about the shared libraries in question more than Chrome's memory model.

      Ultimately, we're looking at minor memory increases in exchange for massive security improvements. Is that a good idea? I'd say yes.

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:On Windows, starting a process is expensive by tepples · · Score: 1

      These "shared libraries that would store the same information in all processes" are part of the problem. I imagine that some of them are required for interfacing with the operating system.

      So I propose a benchmark: Open 10 tabs with one Firefox content process and exercise them for a while. Then open 10 tabs with four Firefox content processes and do the same. How does the RAM use compare?

    4. Re:On Windows, starting a process is expensive by Wrath0fb0b · · Score: 1

      On Windows, starting a process is expensive for two reasons: spawn semantics instead of fork semantics, and the common practice of real-time antivirus. On any system, RAM owned by a process and not shared with other processes is expensive, particularly if it causes cached disk sectors to get evicted to make room or (worse) leads to swapping.

      First, real-time anti-virus is a anti-pattern. The idea that we should enumerate and scan for every single on of the billions of executable that we don't want to run instead of code-signing the couple-dozen we do want to run has always been an absurdity. It's like designing a door to your office to recognize criminals instead of giving keys to your employees.

      More importantly, RAM that is not being used is sitting idle and not benefiting anyone. So in order to evaluate whether the extra memory footprint is meaningful, you'd have to see whether the typical system running Chrome is memory constrained. My experience has been that the typical system is either I/O or throughput constrained (or just insanely overspecced) rather than being short on RAM. YMMV though.

      Finally, yes, the kernel can fill RAM with disk cache, but the hit rate drops fairly sharply after the first GB or so. By the time you are caching many GB, the marginal difference from evicting the LRU pages is minimal. With modern PCIe/NVMe SSDS, this is even less pronounced.

  52. Bug 1325692 by tepples · · Score: 2

    They've been working hard to make the new, more secure and (importantly) concurrent system up to scratch.

    Let me know when this hard work results in enough functionality in the system to allow a WebExtension counterpart to the defunct Keybinder extension, even if only for disabling accidental presses Ctrl+Q or Ctrl+Shift+Q for quit when I was aiming for Ctrl+Tab or Ctrl+Shift+Tab. (No, Restore Previous Session didn't restore text entered into a Slashdot comment composition form last I checked.) That's reportedly waiting on a fix for long-standing bug 1325692.

  53. Re:NY Times paid ad?? by Luckyo · · Score: 1

    Yes, it's this kind of bullet point regurgitating PR shilling that I'm talking about.

  54. Re: manually disable pocket? by Luckyo · · Score: 1

    No counter arguments from me on that one. I'm looking for alternatives to switch to right now, because 52ESR is going away soon.

  55. Re: the lead consumer technology writer for NYTime by QuietLagoon · · Score: 2

    ... You should care about the quality of the content....

    It's difficult to care about content when I have trouble reading the content due to rendering issues. So, yes, I do care about rendering problems.

  56. Re: manually disable pocket? by Luckyo · · Score: 4, Interesting

    Another user already posted Mozilla's relevant policy page in this discussion, which clearly states that they do indeed reserve the right to track your usage patterns.

    What specific mechanism they use for it is rather irrelevant in scope of this discussion. "Oh it's not Pocket that sends it, it's that other module. Pocket just handles the received data based on it" is quite a disingenuous way of dancing around the issue.

  57. USELESS by Khyber · · Score: 1

    >check HOSTS
    >add 127.0.0.1 *.facebook.com
    >visit facebook.com
    >everything still fucking loads
    >127.0.0.1 everything from Microsoft to prevent Windows update
    >Fucking Windows 10 STILL updates without me telling it to

    HOSTS HAS BEEN USELESS FOREVER. OS and Browsers and apps ALL bypass this. Fuck off with your useless shit.

    --
    Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    1. Re:USELESS by Khyber · · Score: 1

      I only put * in my statement to indicate blocking the entirety of facebook at the domain level.

      In reality, the entry is 127.0.0.1 facebook.com

      Facebook still fucking loads.

      Ahh, too stupid to figure out how I state and phrase things, eh Anonymous FUCK?

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  58. Re: manually disable pocket? by vux984 · · Score: 2

    I didn't find it. Where is this policy page? Where does it say they track usage patterns of pocket?

  59. Re: manually disable pocket? by JMJimmy · · Score: 1

    Don't forget "Experiments" which are exempt from the standard privacy policy and can collect any information they want.

  60. Re: manually disable pocket? by Anonymous Coward · · Score: 1

    He can upgrade to a secure browser, but he will downgrade to a modern one. More secure but less functional.
    Modern in the sense of functionality, which there is still more of on FF 56 than on the new FF, which by definition makes it a downgrade.

  61. Wrong approach? by JustNiz · · Score: 1

    > Firefox's "Facebook Container," which prevents Facebook from tracking you after you've left their site.

    Why is this only implemented for FB? Why aren;t they sandboxing everything by default?

  62. Re: manually disable pocket? by danomac · · Score: 4, Informative

    Pocket Privacy Policy

    Snippet 1:

    We also use non-identifying, aggregated information to analyze the manner in which the Pocket Technologies are used, which also allows us to improve our services. The aggregated information we use includes the manner in which articles, videos, or content has been accessed, saved and shared.

    And above it in a separate paragraph:

    . The types of information we collect includes your browser type, device type, time zone, language, and other information related to the manner in which you access the Pocket Technologies. If you are on a mobile device, we collect the advertising identifiers provided by Apple on iOS and by Google on Android.

    and in that same paragraph:

    ou can change this identifier in your device settings. We also collect information about your use of the Pocket Technologies so that we can provide our services. For example, as a part of providing Pocket’s syncing features, we sync information about the items that you save and view within Pocket so that your list, tags, scroll position, and other account and usage information may be synced across all of your devices.

    They are collecting this information and telling you they aren't going to use it for anything bad; this always results in they sell your information at some point. I find it *really* hard to believe it's anonymous, as on mobile devices it captures your advertising ID on iOS and Android.

    There's a reason people wanted this to stay as an extension.

  63. Less memory? by xenobyte · · Score: 1

    "Mozilla said the revamped Firefox consumes less memory than the competition, meaning you can fire up lots of tabs and browsing will still feel buttery smooth."

    Unless the code for Facebook has changed significantly, I call bullshit on that statement!

    I used to use the old Firefox (pre Quantum) with sometimes up to a hundred open tabs (one or more Facebook) and it it slowly built up to using about 2GB memory.
    The new Firefox usually has about 3 open tabs, one of which is Facebook, and within hours it has eaten 4GB or more memory and it feels like a glacier, moving ever so slowly...

    --
    "For every complex problem, there is a solution that is simple, neat, and wrong." -- H.L. Mencken (1880-1956) --
  64. Contention for HDD IOPS, not CPU or RAM by tepples · · Score: 1

    In there you'll see you can happily use your computer while those nasty background services you incorrectly claim are making the hourglass spin (they don't, that's the whole point of background service) are quickly loaded.

    I can technically "use" File Explorer once I log in, but if I actually try to open anything, the process will be told to get in line for use of the HDD behind all the other updater processes that are trying to use the HDD right now.

    You're comparing an update check to something that actively scans every file when it is accessed.

    The antivirus "actively scans" the update check executable "when it is accessed." And once the update check is running, it reads the existing main executable to see which version is installed, which causes the antivirus to "actively scan[]" the main executable "when it is accessed." That's two scans per updater at every login.

    It may surprise you to know that Core2Duos haven't gotten any slower

    Agreed. But the updaters of newer versions of popular Windows applications have become more bloated. Whether it's a Core 2 Duo or the latest i7 matters little because it's not the CPU; it's the HDD. And unless the PC owner splurges for an SSD and an external enclosure for his existing HDD, the laws of physics limit how many random inputs and outputs per second (IOPS) you can get out of an HDD.

    My Core 2 Duo laptop running Debian is still snappy. But Debian has the advantage that only one updater is running at once (APT), compared to a separate updater for each application on Windows. Even if background update (such as unattended-upgrades ) is enabled, APT is single-threaded, which gives other applications a chance to use the HDD while APT is using the CPU. In addition, unattended-upgrades doesn't run at every login; it runs only once daily.

    You want benchmarks? Make some.

    Microsoft already made some of the tools used in my benchmark. Since Windows 8, Task Manager displays what fraction of time is spent servicing disk I/O requests. When a bunch of updaters are running, that's pegged at 100%, which can take a minute or more. Before that, one could look at the HDD access light or just listen to the HDD's head moving back and forth and use a stopwatch from pressing Enter on the password screen to when it settles.

    Or use some common sense such as examining the CPU time or memory footprint of the processes on any machine so you can see how completely and utterly irrelevant they actually are.

    In my experience, CPU time and memory footprint are less relevant to responsiveness at login than HDD usage time.

    Side note: Yes you absolutely should tell those pensioners to throw away Vista, and if their Core2Duos can't run Windows 7 or Linux then throw away the entire PC.

    Agreed. But in most cases, an Xfce-based GNU/Linux distribution (such as Debian Xfce or Xubuntu) works well on older hardware, with the exception of oddball laptop hardware without good Linux drivers. So for someone whose PC's preinstalled operating system's support period has ended, my advice is "backup user profiles, wipe, and Linux".

    1. Re:Contention for HDD IOPS, not CPU or RAM by thegarbz · · Score: 1

      But the updaters of newer versions of popular Windows applications have become more bloated.

      Citation required. Let's have a gander shall we:
      Adobe Update Service: Active working set 648KB
      Java Update Scheduler: Active working set 1,759KB
      Google Update Service: Unfortunately even on this shitty hotel internet connection the service starts and stops so quickly that I can't even see how much memory it uses. But for shits and giggles: It's a 140KB executable.

      I'm sorry I take it all back. These result surprised me. I stand corrected: You should be able to run all these just fine on a 486 too.

      Now if you have a lot of HDD activity loading these services, maybe its time to throw out the HDD since it is clearly failing.

      When a bunch of updaters are running, that's pegged at 100%, which can take a minute or more.

      Yep, your computer's broken. 100% I/O on disk to load these updaters, you have either a horrible problem in your system or failing hardware.

      In my experience, CPU time and memory footprint are less relevant to responsiveness at login than HDD usage time.

      Agreed, however how much disk do you use to load a tiny executable which does barely anything for a split second into borderline non-existent memory?

      So for someone whose PC's preinstalled operating system's support period has ended, my advice is "backup user profiles, wipe, and Linux".

      That I fully agree with. Especially if someone hasn't upgraded their computer since the Core2 / Vista days, it's unlikely they are emotionally attached to specific Windows only software.

  65. Is it centrally manageable yet? GPOs? by sabbede · · Score: 1
    Because if I can't centrally manage it in my domain, it's not going to be used. There are admin templates for Chrome, but last I checked for Firefox there were only woefully lacking 3rd party templates that require a plugin to work. That won't fly, not worth the time and trouble.

    Firefox needs better enterprise support.

  66. Re: the lead consumer technology writer for NYTime by Headw1nd · · Score: 1

    How is this considered insightful? Of course as a user of a website I am concerned about content - which is exactly why if my browser can't access that content, or has rendering issues where I can't view the content easily, I will use a different browser that can. I won't bother to try and figure out if it's because of lazy designers, bad standards, or a crappy browser. I will just access the content that I care about in the easiest way. I used to use Firefox, but after I had difficulty accessing the content I wanted, I switched to chrome. Why did firefox have issues? I don't know or care. As long as chrome works I doubt I'll switch back.

  67. CTR by DarkRookie · · Score: 1

    The new FF still doesn't have a replacement for CTR so it can still go fuck itself.

    --
    The millennial that doesn't like most of the stuff designed for millennials.
  68. Re: manually disable pocket? by vux984 · · Score: 1

    All that seems to be taken in context of 'if you use pocket' this information recorded as part of that transaction. It's also not clear if that is 'extra telemetry'; or whether it's the same telemetry as firefox itself -- which you can turn off if you want.

    Nevertheless, I agree it should have remained a simple removable extension to remove all confusion and doubt. I have always been in strong agreement with that.

    I find it *really* hard to believe it's anonymous, as on mobile devices it captures your advertising ID on iOS and Android.

    I agree. I'd like more information about that from them. Why, and what for; how do they justify that.

  69. Waterfox by Artemis3 · · Score: 1

    I'm using Waterfox, currently based on Firefox 56, and there is an option "Enable multi-process" you can turn off (and I did), the browser is now lean, fast and more importantly won't eat your memory like chromium does.

    One thing the Chrome crowd doesn't get is that Chrome is not the only program you want running, so it shouldn't be hogging resources from everything else in the name of "speed", which is ironic because in Linux (across distros) my experience with chromium/chrome is always the same: Fine the first minutes but then it starts swapping and making the desktop unusable if you open/load 10+ tabs or so.

    I still use chromium but only for couple of tabs, mostly youtube or anything requiring audio playback (as chromium lets you pick the ALSA device you want), but for heavy browsing Waterfox it is.

    --
    Artix
    Your Linux, your init.
  70. Re: manually disable pocket? by ebvwfbw · · Score: 1

    Netscape and Firefox are two different browsers. That's almost as bad as confusing netscape with mosaic.

  71. Re: manually disable pocket? by Zontar+The+Mindless · · Score: 1

    It was a joke. Feel free to laugh, or not.

    --
    Il n'y a pas de Planet B.
  72. Getting hobbyist software signed is also expensive by tepples · · Score: 1

    The idea that we should enumerate and scan for every single on of the billions of executable that we don't want to run instead of code-signing the couple-dozen we do want to run has always been an absurdity.

    That'd be fine if there were some counterpart to trust on first use (TOFU) or domain validation (DV) in the code signing certificate management policies of popular operating systems. Mac OS X used to use TOFU, where the user could choose to trust a particular app signed with a self-signed publisher certificate, and then the OS would trust updates signed with the same certificate. But in 10.7, with the introduction of Gatekeeper and Mac App Store, Apple switched to the single-CA model that macOS uses to this day. Apple's certificate is $99 per year, and Authenticode CAs for Windows tended to charge a similar amount last I checked. This poses a financial burden for free software developers and good-faith hobbyist proprietary freeware developers, who find it difficult to afford the necessary certificates and renewals thereto when distributing their work to the public in executable form across multiple operating systems.

    It's like designing a door to your office to recognize criminals instead of giving keys to your employees.

    In your analogy, how much does it cost to issue each key?

    More importantly, RAM that is not being used is sitting idle and not benefiting anyone.

    Some amount of free RAM decreases latency when starting a new process or when making a large allocation in an existing process, such as opening a large document, as the memory manager doesn't have to block the process while mass-dumping pages to swap. (Disk cache on the bubble for being evicted helps the same way.) And a laptop with two RAM slots could theoretically power down one slot on demand in order to decrease battery current draw. (I'm not aware of any that actually do.)

    My experience has been that the typical system is either I/O or throughput constrained (or just insanely overspecced) rather than being short on RAM. YMMV though.

    Mileage does vary. As DRAM prices doubled over the course of 2017, PC makers continued to skimp on RAM in budget models. Just this year, Dell finally increased the RAM of Inspiron 11 3000 series laptops on its deals page from 2 GB to 4 GB. In my experience, Xubuntu is happy with 2 GB, but Windows 10 really needs the 4 GB. This goes double if you run many applications built with Microsoft Electron, such as Slack, Skype, Discord, Atom editor, or Visual Studio Code. Each of these contains a separate copy of Chromium, and none of them share memory the way web applications open in Chromium/Google Chrome or Firefox can.

    With modern PCIe/NVMe SSDS, this is even less pronounced.

    On a desktop, that's fine, as you can fit both an SSD boot drive and a conventional HDD for bulk data in the case, or an internal SSD and an HDD in a USB enclosure. But I was under the impression that most laptops lack space/slots for both SSD and HDD. Change my mind.

  73. Re:Getting hobbyist software signed is also expens by tepples · · Score: 1

    Replace the optical drive with a hard disk caddy

    The laptop's optical drive is already external (USB), and I usually leave it at home anyway. I don't have quite the same luxury of leaving the HDD at home. In order to use an internal SSD, I would have to put the HDD in a USB enclosure and carry it everywhere.

    or use a hybrid drive

    I would have bought my most recent laptop with a hybrid drive if Dell offered a hybrid drive as an option. Which maker of compact (11.6" class) laptops with a hybrid drive should I choose next time? If I were to replace the HDD with a hybrid drive and sell on the HDD, where would I get a good price for the HDD?

    if you want both kinds of storage in an older laptop.

    It's not even just "an older laptop" that lacks support for "modern PCIe/NVMe SSDS". A Dell Inspiron 11 3000 series laptop purchased new in 2018 still doesn't have an NVMe slot according to this photo with the bottom cover removed. A search on Crucial.com shows only SATA SSDs, intended to replace the HDD, not supplement it.

  74. The New York Times??? by NikeHerc · · Score: 1

    Who could possibly give a rat's ass what the New York Times says about anything???

    --
    Circle the wagons and fire inward. Entropy increases without bounds.
  75. Re: the lead consumer technology writer for NYTim by reanjr · · Score: 1

    Can you provide an example of a site that A) renders in FF so badly you can't read it and B) has any quality content?

    My guess is this is more of an academic argument and there aren't really sites like you describe.