Slashdot Mirror


Mozilla Revenue Jump Fuels Its Firefox Overhaul Plan (cnet.com)

Well, now we know what paid for all those programmers cranking out the overhauled Firefox Quantum browser: a major infusion of new money. From a report: Mozilla, the nonprofit behind the open-source web browser, saw its 2016 revenue increase 24 percent to an all-time high of $520 million, it said Friday. Expenses grew too, but not as much, from $361 million to $337 million, so the organization's war chest is significantly bigger now. Mozilla, which now has about 1,200 employees, releases prior-year financial results in conjunction with tax filings. Most of Mozilla's money comes from partnerships with search engines like Google, Yahoo, DuckDuckGo, Baidu and Yandex. When you search through Firefox's address bar, those search engines show search ads alongside results and share a portion of the revenue to Mozilla. Mozilla in 2014 signed a major five-year deal with Yahoo to be the default search engine in the US, but canceled it only three years in and moved back to Google instead in November. Mozilla's mission -- to keep the internet open and a place where you aren't in the thrall of tech giants -- may seem abstract. But Mozilla succeeded in breaking the lock Microsoft's Internet Explorer had on the web a decade ago, and now it's fighting the same battle again against Google's Chrome.

127 comments

  1. Expenses grew...? by Anonymous Coward · · Score: 3, Insightful

    I didn't know that $361 million was less than $337 million...

    1. Re:Expenses grew...? by brianerst · · Score: 1

      The error is in the article text itself. I presume the numbers should be flipped.

    2. Re:Expenses grew...? by fahrbot-bot · · Score: 3, Funny

      The error is in the article text itself. I presume the numbers should be flipped.

      There was a Firefox add-on that corrected this type of thing, but it doesn't work in version 57. :-)

      --
      It must have been something you assimilated. . . .
    3. Re: Expenses grew...? by Brockmire · · Score: 1

      I still blame msmash for selecting a shitty article in the first place.

  2. 1,200 employees!!! by BLToday · · Score: 4, Informative

    Mozilla has 1,200 employees!!! What projects are all these people working on? Because I can't imagine even 600 of them working on Firefox.

    1. Re:1,200 employees!!! by asa · · Score: 3, Informative

      About 600 of them work directly on Firefox.

    2. Re:1,200 employees!!! by Anonymous Coward · · Score: 3, Insightful

      It's hard to fathom why Mozilla needs either 1200 employees or $520 million in income.

    3. Re:1,200 employees!!! by Anonymous Coward · · Score: 2, Interesting

      It's hard to imagine that many employees on one program. Now I've never maintained a web browser, but I've maintained semi complex programs by just myself. Do you really need 600 people for a web browser?

      Does anyone have a functional breakdown for how that works? Even if you had ten people per module, that would imply like 60 modules? Some might be testing, though that should be at least partly automated, and presumably everyone could run new builds for a week or two before they are let out.

      Meh, it sounds like I need a job as something like a Mozilla Dev. It can't be that hard if I'd only be responsible for 1/600th of the product.

    4. Re:1,200 employees!!! by NicknameUnavailable · · Score: 2

      Even if they all worked on Firefox it would be understandable imo. If you've ever tried to write a browser from scratch (i.e. not just using the V8 engine and webkit) you'd know how utterly grueling it is to even hit 10% of what is in the web standards for HTML, CSS, and JavaScript.

      That said, hopefully they can use a sub-percentage fraction of the massive increase in revenue they've seen (which is kind of bullshit as a nonprofit, but nevermind that) to finally build Widevine for FreeBSD. The only thing keeping my on Windows (even as a dual boot) is that I can't stream videos from Amazon, Google, or Netflix on FreeBSD because nobody has compiled Widevine for it and it's a closed source tool only the big browser vendors like Mozilla have access to. I seriously doubt it even has far out dependencies since it runs fine on Linux, it's probably just a matter of having a dev get a FreeBSD machine and type make then uploading the damned thing to the ports tree.

    5. Re:1,200 employees!!! by gweihir · · Score: 0

      Well, 600 incompetents have less productivity than one really good one. They apparently decided to hire cheapest possible...

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    6. Re:1,200 employees!!! by ls671 · · Score: 5, Funny

      Does anyone have a functional breakdown for how that works? Even if you had ten people per module, that would imply like 60 modules?

      Well I assume the breakdown is like in any modern project:

      Project management: 40%
      Marketing: 40%
      HR: 18%
      Developers: 2% = 12 developers.

      --
      Everything I write is lies, read between the lines.
    7. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      $520 million / 1,200 = $433 thousand per employee.

      I can't answer your question but whatever they're working on is pretty productive.

    8. Re:1,200 employees!!! by squiggleslash · · Score: 1

      20 programmers, 1180 managers. You know how it works.

      --
      You are not alone. This is not normal. None of this is normal.
    9. Re:1,200 employees!!! by jopsen · · Score: 3, Informative

      I work on a team that manages automation infrastructure, we're about 7-8 people building tools and services for automation; with other teams building test suites and release pipelines on top of the automation infrastructure. A mono-repo like mozilla-central runs some ~2k tasks per push; this involves building across platforms and configurations, a long list of test suites, performance tests, etc..

      All in the name of making sure Firefox doesn't break the web, etc. I'm sure we could try to be more efficient about running tests, but this is also risky, because we have so many developers and contributors.

    10. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      Well, just submit a bug to firefox.

      You will soon drowned by dozens of messages coming from payed drones filling your bug under wrong categories, then correcting and contradicting each other. It's quite entertaining. All of them call-center material, with less clue about their product than you could glean by spending a quarter of an hour on MDN.

      I did the mistake of having done some debugging and had submitted a clear-cut, easy to reproduce bug case; I regret it, because acting like a "regular user" and trolling them with vague, angry & stupid messages would've been so much more fun.

    11. Re:1,200 employees!!! by roca · · Score: 2

      Only Google can build and distribute Widevine.

    12. Re:1,200 employees!!! by roca · · Score: 4, Informative

      You have no idea how complicated a browser is.

      I don't know about currently, but I've been told that at times Microsoft and Google each had over a thousand developers working on their browsers.

      Apart from the difficulty of implementing the client software and its various axes --- security, compatibility, performance, platform porting, and so on --- these days a significant server-side component is also needed. Downloads, updates, addons, crash collection, telemetry, push notifications, and so on. And for developers, CI, massive test farm, telemetry/crashes analysis and viewing, etc.

      Then you've got people writing tools and frameworks for the above teams. E.g. the rr project was born at Mozilla to improve life for Mozilla's C++ developers.

      Then you've got people doing standards work (at Mozilla, usually part of the developers' jobs), Web site evangelism and other external relationships.

      Then you've got Mozilla Research building stuff like Rust and Servo exploring technology that may eventually become part of Firefox.

      Then of course you have the overhead --- HR, PR, lawyers, accountants, logistics, office managers, event organizers, personnel managers, executives.

      I worked at Mozilla for a long time. Over the last five years headcount was at about the same level, even during the FirefoxOS years. We were *always* butting up against headcount limits, more work than we had people to do it. It's not like the stories you hear about Google where people are wandering around underemployed.

    13. Re:1,200 employees!!! by higuita · · Score: 1

      Browsers are more complex than you imagine...
      also, mozilla have several research projects running in parallel, some take several years to even get to a working state to be able to test anything... just look at rust! took years to develop and stabilize, so it could be used to build servo, to develop code and solutions that would be imported in forefox (or better, replace old code). a small part of all that is this quantum release

      --
      Higuita
    14. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      Mozilla has 1,200 employees!!! What projects are all these people working on? Because I can't imagine even 600 of them working on Firefox.

      Rust. Servo. Firefox. Pocket. Websites. Web projects. Let's Encrypt. IT Infrastructure.

    15. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      I picture it more like this:

      Support Departments:
      Finance/Accounting: 20%
      Sales: 20%
      HR: 15%
      Marketing: 15%
      Legal: 10%
      Senior Management: 5%
      Support Project Management: 5%
      Operational IT: 1%

      Development Department:
      Development Management: 5%
      Development Project Management: 3%
      Developers: 1%

    16. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      Mozilla has 1,200 employees!!! What projects are all these people working on? Because I can't imagine even 600 of them working on Firefox.

      Half of them spend their time doxing anyone in tech who hasn't joined Antifa yet and contacting their employers to get them fired. The qualifications for one of their release managers was "is a communist who can code". They bring in a lot of revenue doing this. There are many sympathizers with 10+ figure bank accounts. A few of them were arrested lately, but that's not slowing down the movement.

    17. Re:1,200 employees!!! by gweihir · · Score: 1

      Thanks for the warning. About what I expected though...

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    18. Re:1,200 employees!!! by Waccoon · · Score: 1

      Remember when they redesigned their logo to emphasize their "brand experience?"

    19. Re:1,200 employees!!! by Anonymous Coward · · Score: 1

      I'm much more curious about the median salary.

    20. Re: 1,200 employees!!! by Anonymous Coward · · Score: 0

      If you add a Senior VP for each of those departments it will be very accurate.

    21. Re:1,200 employees!!! by Aighearach · · Score: 1

      Thrashing the code and changing paradigms, what else?

    22. Re:1,200 employees!!! by Aighearach · · Score: 1

      All you need is little pods to sleep in.

      They're only $500 per pod.

    23. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      Does anyone have a functional breakdown for how that works? Even if you had ten people per module, that would imply like 60 modules?

      Well I assume the breakdown is like in any modern project:

      Project management: 40%
      Marketing: 40%
      HR: 18%
      Developers: 2% = 12 developers.

      Why was this marked as funny? It's true.

    24. Re:1,200 employees!!! by Anonymous Coward · · Score: 0

      Welcome to the SJW inc - especially non-profit ones

      About a dozen productive people supporting 100x useless fucking HR and diversity hires.

    25. Re:1,200 employees!!! by arglebargle_xiv · · Score: 2

      Of those 600, 599 are on the standing committee that decides, by voice vote and occasionally by coin toss, what UI features are going to change in this week's version of Firefox. The other guy is Geoff. Geoff does all the coding.

    26. Re:1,200 employees!!! by arglebargle_xiv · · Score: 1

      Firefox is maintained by six hundred people. Waterfox is maintained by Alex Kontos.

      Waterfox is the better browser,

  3. Fighting a funder (Google)? by Anonymous Coward · · Score: 1

    How does that work, exactly?

    1. Re:Fighting a funder (Google)? by WallyL · · Score: 1

      Like Intel and AMD?

  4. Mozilla Chrome by Antiocheian · · Score: 2

    But Mozilla succeeded in breaking the lock Microsoft's Internet Explorer had on the web a decade ago, and now it's fighting the same battle again against Google's Chrome.

    This is laughable. Mozilla didn't break IE's hegemony by ditching XUL to adopt ActiveX.

    1. Re:Mozilla Chrome by StormReaver · · Score: 2

      This is laughable. Mozilla didn't break IE's hegemony by ditching XUL to adopt ActiveX.

      What Mozilla did was to create the world's first Open Source Web browser that correctly implemented and adhered to the Web standards more closely than anything else available. This encouraged Web developers to follow standards more closely than they ever had before, thereby eliminating their dependencies on Internet Explorer's Windows-only misfeatures.

      Without Mozilla/Phoenix/Firefox, the World Wide Web would be a prison with Microsoft as the warden, and Chrome would likely have never gotten off the ground.

    2. Re:Mozilla Chrome by Junta · · Score: 1

      It is true that superficially, Firefox does tend to make a lot of changes that make it cosmetically resemble chrome, and maybe even sacrifice some of it's own flexibility in pursuit of tighter security and performance (with a vague set of promises about being able to deliver those experiences again over time, but we will see).

      However, it remains a distinct implementation, which is valuable. More concretely, they are not baking in various 'hard-baked-to-google' decisions into the browser. It may not be a perfect situation, but it's not as bad as all that.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    3. Re:Mozilla Chrome by Junta · · Score: 1

      His point was that Mozilla upended IE's dominance through being *different* and better. In this case, there's a lot of areas where Mozilla is trying to compete with Chrome by being the same as it's competitor, which seems limited in upside.

      Under the covers and in more nuanced ways, Firefox is very distinct, but there's certainly a lot of cosmetic things that give the impression of being chrome-like at every turn.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    4. Re:Mozilla Chrome by Gavagai80 · · Score: 2

      Mozilla beat IE because Microsoft didn't bother to try. MSIE 6 was a dead project for years, making it easy to develop something better. Out-competing Chrome is a much bigger challenge because Google is releasing updates every week, making it a moving target.

      --
      This space intentionally left blank
    5. Re:Mozilla Chrome by jellomizer · · Score: 2

      ActiveX was always a Bad Idea. Its success was because of this. During its rise to popularity, IE was getting a lot of attacks based on ActiveX plugins. IT Guys put Firefox install on their brand new now affordable thumb drives. And when a friend or family member got computer trouble they installed Firefox and told them to use it.
      Because of the frequency of the attacks on IE, News organizations were pushing installing Firefox to help protect the general public. IE 6 during early XP time was a security nightmare, after a mountain of patches it finally got to a point where you could browse the web and not get malware installed, but for a period of a few years Firefox was necessary, because it didn't have Active X.

      For these years developers started to shift off ActiveX and switch to HTML/4 CSS and Javascript, and Flash as a more secure alternative. And allowed for the growth of AJAX to make these robust pages we all know and love (or bitch about on Slashdot)

      Because of Firefox pushing developers towards following web standards this helped bring Safari (Web Kit based) and Chrome (Web Kit based) because we can now switch browsers to whatever is faster and we liked more vs what we needed to run.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:Mozilla Chrome by Aighearach · · Score: 1

      While true, that was also before they rewrote it a bunch of times.

    7. Re:Mozilla Chrome by tsa · · Score: 1

      I was sharing an appartment with a Microsoft fanatic in the 1990s when MS were at their worst. I always used Netscape and later Firefox or whatever it was called back then, and he always dismissed them as bad and inferiour, until the day that some AcitveX website had rendered his whole computer unusable and he had to reinstall the whole thing. From then on he ran FF but he never went off Outlook, which back then was probably even more insecure than IE.

      --

      -- Cheers!

  5. privacy of search queries by Anonymous Coward · · Score: 0

    "Most of Mozilla's money comes from partnerships with search engines like Google, Yahoo, DuckDuckGo, Baidu and Yandex. When you search through Firefox's address bar, those search engines show search ads alongside results and share a portion of the revenue to Mozilla."

    So if I intend to search through DuckDuckGo, Mozilla is secretly passing my search query to Google?

    1. Re:privacy of search queries by asa · · Score: 1

      No.

  6. Increased costs by bobstreo · · Score: 1

    Because of all the TV ads for FireFox?

  7. May be they will get it to start-up correctly by Trax3001BBS · · Score: 0

    I have open home page on start-up, yet it apologizes it couldn't open the last open pages when loaded. Windows and Linux Mint every time.

    This hasn't changed through the updates.

    1. Re:May be they will get it to start-up correctly by gweihir · · Score: 1

      Indeed. Same here. The incompetence is staggering.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  8. With all that money by Anonymous Coward · · Score: 5, Insightful

    They can afford to make an XUL version of Firefox for people who want to use real extensions officially. and not having to use forks like Waterfox and Pale Moon.

    1. Re:With all that money by ChoGGi · · Score: 1

      For now you can use the developer edition and enable legacy extensions (for now).

    2. Re:With all that money by Anonymous Coward · · Score: 0

      "They can afford to make an XUL version of Firefox..."

      Well, technically they do. Seamonkey is alive and sort of well. Most of FF's extensions can automatically be transformed into Seamonkey extensions.

    3. Re:With all that money by Rexdude · · Score: 1

      Waterfox is a 64-bit port, not a fork. Palemoon is a fork, with all the telemetry and dumbed down interface removed, so it looks like how Firefox 4 used to look before they turned into a Chrome wannabe - but is a modern fully supported browser under the hood.

      --
      "..One hosts to look them up, one DNS to find them, and in the darkness BIND them."
  9. What is their revenue on, data collection? by Anonymous Coward · · Score: 0

    What does Mozilla make $520 million with 1,200 employees on? The data they collect from browser bug reports?

  10. Re:Quantum is quazy fast by Hal_Porter · · Score: 5, Insightful

    It's fast. And more importantly it's not made by Google. Because right now Google seems like it's becoming a problem.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  11. On to Thundbrird? by wjcofkc · · Score: 2

    I have been using Quantum since beta and have been endlessly happy with it. I no longer have Chrome installed at all. So, with all this new money, moment, and initialize, I was thinking what about a Thunderbird overhaul. Then I realized, for my purposes it is perfect which is why have been using it for years and years, occasional experimenting with something else.

    But people have different usage requirements. If the readers here could change anything about Thunderbird, what would it be?

    --
    Brought to you by Carl's Junior.
    1. Re:On to Thundbrird? by gweihir · · Score: 1

      Thunderbird? Several things, all very annoying: Finally fix screen updates with large remote calendars. Make it compatible with iPhone-created invites. Stop wiping out entries I am in the process of making.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:On to Thundbrird? by freeze128 · · Score: 1

      Maybe they could make Thunderbird as fast as Firefox...

    3. Re:On to Thundbrird? by bussdriver · · Score: 1

      Plenty of things... They'll have to figure out how to move forward without breaking add-ons with the latest firefox changes.

      integrate some of the bigger add-ons.

      Their message filter rule system needs drastic changes because it's a total mess. Configuration for a large organization is also nowhere near good enough. They should work on corporate setups for easy config and support since they are competing with webmail. The advantage of it over the cloud services is the mail filtering options and configuration abilities-- I HATE webmail because it doesn't come close to what I can do with desktop clients. I don't have the time but I have a lot of ideas on how powerful filtering should be implemented next time around... with plenty of configuration hooks for add-ons.

      The addressbook needs a total redo. there is a big add-on which kind of does this... they should work with integrating that as a replacement. vcf files should be easier to work with.

      Sync of addressbook is another one.
      calendar sync.

      Apple's to do and notes apps just use IMAP for storage which is a clever idea which everybody should copy and standardize.

      I just want a mario coin sound for EACH email coming in... and I can't get it to properly do that. it'll play either 1 sound for many. I had to put in an add-on and setup filters to get close to what I wanted. and filters for each account too... because the filtering is a pain.

      Setting up keys to route/file emails quickly... a mess to setup. I should get an overlay below the listing showing me the destinations and keys - and setup all the mappings easily. plus have it list the last 3 I moved so I can go fix it. all with the keyboard. well, i could go into more detail... there are tons of things they could be doing to make it more productive. I would like markdown support... the add-on is nice but built-in would be better.

      honeypot. email account just for attracting spam for auto training the mail filter. (already do this)

      Email account masking. I have to manually set it up. with add-ons. 2 email accounts. 1 public, which is heavily filtered and another private which all filtered email goes to. I only use the private one. when I reply, it uses the public account. nobody emails my private account; it's really just IMAP storage and I'd prevent inbound except by mail routing if I could. Reason? I can edit my public account or have many of them-- and change them at will without messing with my private email account. I can auto reply and phase out old emails if they get too much spam... I can have harsh anti-spam rules on older emails that are phased out. Something to help manage such schemes would be nice... or at least less add-on use.

    4. Re:On to Thundbrird? by tsa · · Score: 1

      And still, despite all its flaws I think TB is one of the best email clients out there.

      --

      -- Cheers!

    5. Re:On to Thundbrird? by Anonymous Coward · · Score: 0

      "Item changed on server" If it knows the item was changed, why even show the outdated version?

      Master password -- when I cancel the master password prompt at startup, Thunderbird should take the hint and just exit. Not present me with a dozen more password prompts.

    6. Re:On to Thundbrird? by bussdriver · · Score: 1

      Please realize that concepts and things almost always precede terminology used to describe them. Even detailed formal definitions placed upon old concepts CAN become vague representations returning back to the less formal origins.

      When people put the needs of the many above the needs of the few, the whole concept is often labeled as socialist especially when it even remotely involves economics or government. Before Christ heavily promoted socialism the concept still existed... some would say it is Christian (or a Christian value) although they don't hold claim to it anymore than somebody coining a word or phrase.
      Some may object to my socialist Christ comment (sarcasm on) since the wealthy who do not give their wealth away DO go to hell that does not mean any man made policy which saves them from their damnation has been endorsed. Except of course when man-made polices prevent killing or any Commandments... those are ok, as long as you do not try to save the wealthy or powerful in any way... because that is socialism...
      (scarasm off)

      The basic concepts of socialism extend before the term and outside of economics -- it's more like an observation of an existing commonly occurring behavior expressed within a domain... lacking a term motivated it's creation instead of the usual expansion of an existing definition to cover another topic. If one even bothers to go that far. If we had a good term we'd probably not have the word "socialism" or it would be narrow jargon few know, like the majority of the english ( >65k words with college level people being in the 20k range.)

    7. Re:On to Thundbrird? by tsa · · Score: 1

      WTF?

      --

      -- Cheers!

  12. Mozilla spent over $300 million on RAM... by Anonymous Coward · · Score: 0

    ... which explains why their developers don't seem to notice all the memory leaks.

    I routinely get firefox.exe growing to1-2 GB memory usage.

    1. Re: Mozilla spent over $300 million on RAM... by Anonymous Coward · · Score: 0

      Last night in windows 7 I had 3 Firefox quantum tabs open, 500Mb of ram. It is absurd.

    2. Re:Mozilla spent over $300 million on RAM... by ChunderDownunder · · Score: 1

      Thanks to people like you, I have 7.3 Gig of RAM on my Linux box and total system RAM usage never exceeds 3GB!

    3. Re:Mozilla spent over $300 million on RAM... by higuita · · Score: 1

      Welcome to the web 3.0 ! full of images, videos, css, javascript, web frameworks, ads, fonts, infinite loading pages, webapplications, etc

      All that have a cost... in all browsers. If you do disable javascript and/or block ads, your memory usage will drop a lot

      firefox have special problems with some animated gifs, that are all loaded and rebuild in memory and can eat lot of ram... but they trying to limit that and discard old frames. other than that, firefox is actually now the more friendly ram browser out there

      --
      Higuita
    4. Re:Mozilla spent over $300 million on RAM... by Anonymous Coward · · Score: 0

      Welcome to the web 3.0 ! full of images, videos, css, javascript, web frameworks, ads, fonts, infinite loading pages, webapplications, etc

      That's not why it's bloated. It's bloated because Firefox never frees the RAM when you close a tab. Especially images, they eat a ton of RAM. According to a moz employee in bugzilla, the closed tab's contents are kept in RAM so the page will load quickly when you hit the back button, or some such BS. The browser should free the RAM when you close the tab.

      I'm pretty sure the RAM manufacturers are giving Mozilla a huge kickback for all the RAM sales.

  13. GOOGLE revenue keeps Mozilla alive by Anonymous Coward · · Score: 0

    When Mozilla execs claim that they are taking on Google, that is supposed to be the punchline to a bad joke.

    Mozilla once again receives almost all of its revenue from Google search royalties. Mozilla cannot survive without Google. To think Mozilla will somehow take down Google is a DELUSION.

    1. Re:GOOGLE revenue keeps Mozilla alive by jellomizer · · Score: 2

      Big companies like Google, Apple, Samsung, Microsoft... Have very complex relationships with each other. They all offer services that are unique to their brand, and they also have services which are in direct competition with someone else. So these companies can be their #1 Vendor and their #1 competitor at the same time.

      Just like Apple buys its screens from Samsung and advertises that Apples Screen on its phones is Superior to the Samsung phones, and Apple could be truthful. Because the unit that makes the Screens for the iPhones will follow the Specs that Apple gives them, and the screen they give to Samsung is based on the specs their cell phone unit asks for.

      Mozilla isn't out to kill the search engine Google, but to Overtake Chrome

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:GOOGLE revenue keeps Mozilla alive by Anonymous Coward · · Score: 0

      I've read a few times that big companies like that have a weird relationship with themselves :)

  14. Brave will be better by Anonymous Coward · · Score: 0

    On mobile it already is WAY better than Firefox. On desktop it still has some bugs (it is in beta), but will eventually overtake Firefox.

    Brave has a viable business plan. Mozilla is still stuck on search to generate all its income.

    1. Re:Brave will be better by ls671 · · Score: 2

      Why doesn't anybody pushing brave ever mention what the business plan is?

      https://brave.com/publishers/

      I am not saying it is a bad idea, I don't know enough about it.

      Comments anybody?

      --
      Everything I write is lies, read between the lines.
    2. Re:Brave will be better by jellomizer · · Score: 2

      I use Brave,and I like it. But it doesn't have the press behind it.
      Internet Explorer/Edge: Installed by default on most Desktop PC's
      Chrome: Installed by default on Most Cell Phones, and if you don't use it The most popular Search Engine (google) will push it.
      Safari: Installed by Default on Apple products
      Opera: Never really made it. It got press early on in the browser wars between IE and Netscape as being faster then the two. However due to it being closed sourced and paid or ad supported. It never got real traction from the ones that you can get for free.
      Firefox: Didn't come out of nowhere. It was based from Netscape a major browser back in the 1990's, Then became Mozilla Browser, Then transitioned to the Firefox browser. For the time before Chrome Firefox was the browser of choice for all Non-Windows Computers. When a bunch of security problems occurred with IE/6 Firefox was the only complete browser ready for a quick replacement.

      For a browser like Brave, while good doesn't really have anything that will get its name out with distinction over what we currently have.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re: Brave will be better by Anonymous Coward · · Score: 0

      I'm not siding with Google on this, but if you install any other browser on your Android phone,
      you WILL be asked to choose your browser for every link you open from other apps. you can choose to use the last used browser only for that link, or use it for every link opened after that. you get a choice to make any other browser your default and it will be respected and not reset after an update. please give credit where credit is due.

    4. Re: Brave will be better by jellomizer · · Score: 1

      I actually meant on the Desktop actually going to Google.com with say IE.
      "Switch to Chrome, a smarter browser\nGoogle recommends using Chrome. Try it?"
      After clicking I don't want it. The next time I go to the page.
      "Your security matters\nGoogle recommends using Chrome, a fast and secure browser. Try It?"
      After clicking No, Not interested
      It finally goes away.

      When I meant push it, I was using pushing as in terms of giving the sales push.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  15. I see a major disconnect here by jenningsthecat · · Score: 4, Interesting

    "Most of Mozilla's money comes from partnerships with search engines like Google...".

    So they get a lot of money from Google - probably the lion's share. And Google gets most of their money from advertising.

    "(A)nd now it's fighting the same battle again against Google's Chrome".

    So how long is Google, (an advertising company whose browser is a core part of its advertising strategy), going to keep funding a company whose stated aim is to "keep the internet open and a place where you aren't in the thrall of tech giants"?

    I've never really understood Google's support of Mozilla. Might it be that Google expects a company with both a growing war chest and a shrinking user base to implode more rapidly when funding is suddenly withdrawn? If not that or something like it, then the reasons for Google's support are a mystery to me. Can anyone here explain it?

    --
    'The Economy' is a giant Ponzi scheme whose most pitiable suckers are the youngest among us and the yet-unborn.
    1. Re:I see a major disconnect here by Anonymous Coward · · Score: 1

      Google lawyer: "what do you mean anti-trust suit? Look, we're sponsoring a concurrent, we're the good guy here."

    2. Re:I see a major disconnect here by Anonymous Coward · · Score: 0

      Propping up Mozilla prevents a fair amount of anti-trust sentiment against Google. They can say (with almost a straight face): see, we are not the only one.

    3. Re:I see a major disconnect here by mrwireless · · Score: 1

      Just really wanting everyone to use Google for search isn't plausible?

    4. Re:I see a major disconnect here by Anonymous Coward · · Score: 0

      supporting mozilla is how they get out from under being called a monopoly.

    5. Re:I see a major disconnect here by Kjella · · Score: 1

      Didn't you just explain it? Google is an ad/data mining company, getting Firefox's search traffic is far more important than what browser they use. Firefox is also as much an enemy of Apple and Microsoft, the two other mega-corporations it's mostly competing with. Mozilla may talk big but they can't kill the signal Google is paying for, so what harm can they really do? According to StatCounter's total figures with mobile Mozilla got about 6% market share, at $520 million that'd price the whole market at $8.7 billion. Considering that Google has >100 billion in revenue per year now I'd say they're profiting greatly. Besides Chrome is winning already, why try fighting dirty and look bad unless you have to? Particularly when it got near zero presence on the fastest growing platform, mobile.

      --
      Live today, because you never know what tomorrow brings
    6. Re:I see a major disconnect here by rogoshen1 · · Score: 1

      same reason MS bailed out Apple, and if push came to shove, intel would bail out AMD. Competition on life support is still competition in the eyes of the law

    7. Re:I see a major disconnect here by Gavagai80 · · Score: 1

      Google's interest is in ensuring that Firefox out-competes Edge and Safari for the #2 browser spot. A popular browser controlled by MS or Apple represents a serious existential threat to Google... an open browser does not.

      --
      This space intentionally left blank
    8. Re:I see a major disconnect here by Anonymous Coward · · Score: 0

      I can think of several good reasons to support alternative browsers:

      1) Cheap code. If Mozilla develop something cool, Chrome can just implement it with the benefit of their source code. Mozilla engineers are presumably a lot cheaper than Google engineers.
      2) Different code. If you already have a massively successful product, the people who work on it every day are going to struggle to keep innovate. Having competition means more impetus for improvement, and having an alternative implementation of the same features lets you evaluate which approach is better.
      3) Anti-trust. Remember Microsoft vs Netscape? How MS narrowly avoided being split up after they were found to have abused their OS monopoly? Now imagine how it'd go for Google, who have an effective monopoly in search, video sharing and advertising, 75% of the smartphone market, a pervasive and contentious surveillance infrastructure and absolutely no problems using their monopoly positions to crush competition in markets they enter (e.g. maps). A little competition gives them a lot of cover, because whatever abusive stuff they pull with Chrome can be swept under the rug of "nobody makes you use it".

    9. Re:I see a major disconnect here by jopsen · · Score: 1

      Look at what Google pays Apple to be the default search engine on iOS. I think it was released as part of a court case, the figure was in the range of 1B/year.

      Google wants to be the default search engine, this is their core business, Chrome was just a way to protect that core business..
      I can't say I fully understand any economics at this scale, but my guess is Mozilla is some of the cheapest traffic Google can buy, and Google is all about protecting their core service: search.

    10. Re:I see a major disconnect here by gravewax · · Score: 1

      google don't give a shit about what you use, as long as it presents their ads and allows them to mine your data for onselling.

    11. Re:I see a major disconnect here by roca · · Score: 1

      That's totally wrong. It's incredibly important to Google that they maximise their search market share. Not only do they monetize search directly but controlling search feeds all kinds of other Google strategies like directing people to Maps etc.

    12. Re:I see a major disconnect here by thegarbz · · Score: 1

      So how long is Google, (an advertising company whose browser is a core part of its advertising strategy), going to keep funding a company whose stated aim is to "keep the internet open and a place where you aren't in the thrall of tech giants"?

      Until they actually are a threat? I mean capturing the Firefox search market while at the same time being at no risk due to it's crappy market share sounds like a standard cost of business.

    13. Re:I see a major disconnect here by Anonymous Coward · · Score: 0

      idiot, search is purely a means to an end which is Ad revenue. as long as eyes are falling on their ads they don't care about the method they are being presented, search revenue and maps revenue are little more than rounding errors.

  16. Re:Quantum is quazy fast by Anonymous Coward · · Score: 0

    [...] And more importantly it's not made by Google. Because right now Google seems like it's becoming a problem.

    Not "becoming"... Google is already a problem...

    Google's original motto "Don't be evil" changed to "Do the right thing" - and if anyone thinks that the meanings are similar, i ask why they change it?

  17. The way not to do it... by QuietLagoon · · Score: 4, Insightful

    ...But Mozilla succeeded in breaking the lock Microsoft's Internet Explorer had on the web a decade ago, and now it's fighting the same battle again against Google's Chrome....

    The way not to take on Chrome is to become a total clone of it and, at the same time, destroy all the functionality that extensions had provided.

    1. Re:The way not to do it... by jopsen · · Score: 1

      As I understand it old extensions had synchronous hooks in to much of Firefox, causing security problems and making it impossible to improve performance.
      Take a look at the browser extensions API, sure they aren't perfect, but on MDN it's clear that firefox has more extension APIs than Chrome.

    2. Re:The way not to do it... by Ghostworks · · Score: 5, Interesting

      The old extension model gave you access to everything. I hesitate to call them "hooks", because when people here that they usually think of a well-enumerated API option or port. It wasn't that. Everything was made of modules with a defined module API. Any extension could leverage any model by talking to it. That made you able to do literally anything with their model.

      Do you want to cut out the (then) Gecko rendering engine and instead use IE's (then) Trident rending engine? An extension did that. Do you want to filter everything that goes to the (then) SpiderMonkey JavaScript engine before the code is run? An extension let you do that. Do you want to leverage the rendering engine to view a webpage in a way that it was never intended (say, as hierarchical text)? An extension did that. Do you want to inject your own code into every page you're shown? An extension did that. Do you want to add support for a new or obsoleted protocol (like gopher), or new image formats? You could do that. Do you want to implement completely new UI features, such as dragging-to-rearrange tabs? That was an extension, later added to the main program.

      The trouble is that most extensions did really banal shit like changing the UI by modifying the chrome. And when Firefox revs and redefines chrome element (and the mediocre extensions do not update at all), all of a sudden the browser gets laggy and leaky and doesn't work like customers expect, and Mozilla looks incompetent. They had the same problems with their CSS-based themes, which is why they started moving back to customizable by mostly-meaningless skins (in their Jetpack initiative).

      Now by moving to Google Chrome's API model, they've finish cutting out most of the wild, wooly, user-generated code that made it less stable... but also the only thing that makes Firefox unique or useful in a modern browser. It did it's job and ended IE dominance. With the passage of time it has forgotten the goal of making a browser that was lightweight. Modern web features make it impossible for it to be nearly as cross-platform as it was. They rarely ever supported user choices over API standards (they always had to be badgered into things like 'never deny the user access to the menu'), so it's hard for me to believe them when they claim any kind of moral superiority. They only care about user choice so long as it doesn't make work for them. So other than the fact we have a _different flavor_ of chrome now, what's there to be thrilled about?

    3. Re:The way not to do it... by Anonymous Coward · · Score: 0

      Now by moving to Google Chrome's API model, they've finish cutting out most of the wild, wooly, user-generated code that made it less stable... but also the only thing that makes Firefox unique or useful in a modern browser.

      I agree completely that the old extensions mechanism could disrupt basic browser functionality, and that being as fast as Chrome means it isn't unique enough to bring users back.

      However the extremely important thing to remember is that Firefox Quantum is an ongoing effort, and the goal is not to just match Chrome's speed but to vastly surpass it. They say they want to win by miles, not inches.

      And this isn't just talk from Firefox... when you look at the software they're making it's a credible claim. Firefox Quantum doesn't yet have Webrender or parallel-layout, but when it gets either of those it will be extremely fast (seems like Webrender will go in first).

      Chrome came out in 2008, and by the end of 2018 I think you'll see that Firefox has something new to make it "unique or useful in a modern browser", and that's being a lot faster than Chrome.

    4. Re:The way not to do it... by QuietLagoon · · Score: 2

      The old extension model gave you access to everything....

      The Mozilla hyped up that old extension model, using it to show how feature-rich Firefox was. Then Mozilla just takes it away.

      ...The trouble is that most extensions...

      The trouble is that Firefox has lost so much functionality that it is useless for me. So I wish Mozilla well in their quest to be a Chrome clone, they're going to need it if this is how they treat long-time users.

    5. Re:The way not to do it... by QuietLagoon · · Score: 1

      ...The trouble is that most extensions did really banal shit like changing the UI by modifying the chrome.../quote The real problem is that Mozilla did really banal shit by pulling the rug out from under the existing extensions. One extension developer told me that the facilities they need are no longer present. Why did Mozilla abandon them after luring them in to write an extension?

  18. How little you can achieve with so much money by gweihir · · Score: 0, Flamebait

    That is truly astounding. Are they, I don't know, just shoveling the money mostly out the windows?
    - FF still sucks, despite the speed being better now
    - Thunderbird, they are not even working on anymore AFAIK
    - Are they doing anything else that would justify their existence?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:How little you can achieve with so much money by Anonymous Coward · · Score: 0

      I don't think this is flamebait at all. These are great questions. A browser is not easy to build, but I don't think it is over $100 million per year hard either.

    2. Re:How little you can achieve with so much money by Anonymous Coward · · Score: 1

      We live in a time where criticism is hate speech.

  19. Re:Quantum is quazy fast by gweihir · · Score: 0

    Who cares. Browser speed was never an issue and is becoming even less so.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  20. Firefox could take privacy much more seriously by mrwireless · · Score: 4, Interesting

    After installing an outgoing firewall on my laptop I was amazed to see that Firefox was continuously sending updates about the wifi networks I was connected to to a maps.google.com/something address.

    I was quite dissapointed, and switched to Waterfox for a while.

    Chrome is, of course, much worse. But still. I would love to see a fast browser that really takes privacy seriously. You'd think that limiting tracking might speed up the browser as well.

    1. Re:Firefox could take privacy much more seriously by Anonymous Coward · · Score: 3, Informative

      Those are your location data requests (which prompted you and you accepted). All browsers do that. See this Stack Overflow question for details.

    2. Re:Firefox could take privacy much more seriously by Miles_O'Toole · · Score: 1

      I've been testing Epic. So far, I really like it. It's based on Chromium, and gives a very high priority to privacy.

      https://www.epicbrowser.com/

      --
      Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
    3. Re:Firefox could take privacy much more seriously by thegarbz · · Score: 3, Informative

      After installing an outgoing firewall on my laptop I was amazed to see that Firefox was continuously sending updates about the wifi networks I was connected to to a maps.google.com/something address.

      I was quite dissapointed, and switched to Waterfox for a while.

      Why were you disappointed? How else do you think Geolocation features in a modern browser on the modern internet is supposed to work? If you want to drop the evil conspiracy then here's some information:

      What, why and how: https://www.mozilla.org/en-US/...
      Google's specific policy of how it handles Mozilla's requests: https://www.google.com/privacy...

      Of course this API request is for Mozilla to get the current location from Google, so it sends your connected WiFi spot and Google replies with where you are. Nothing too exciting since all it's doing is getting the information from Google. It doesn't hand anything out without your permission (and neither does Chrome). That can all be managed under Settings > Permissions > Location.

      Finally if you're truly paranoid, head to about:config and set geo.enabled = false.

      The worst thing we ever did was give data to those people who are unwilling to take the time to understand it. With the curiosity of what is being sent where you should also add the curiosity of why, how and for what reason. Then you may actually simply turn the relevant setting off instead of panic switching to a whole different product for the wrong reasons.

    4. Re:Firefox could take privacy much more seriously by Anonymous Coward · · Score: 0

      How about you go fuck yourself, you sanctimonious piece of shit? Nobody asked for your misfeatures and spyware or your hypocritical justifications for them. Just stick them up your ass and go to hell, you a-grade fucktard.

    5. Re:Firefox could take privacy much more seriously by WaffleMonster · · Score: 1

      After installing an outgoing firewall on my laptop I was amazed to see that Firefox was continuously sending updates about the wifi networks I was connected to to a maps.google.com/something address.

        I was quite dissapointed, and switched to Waterfox for a while.

      Especially after all of the bullshit on their websites over the past year about how much they care about user privacy.

      Volume of "excuses" for calling home baked into Firefox is lunacy as are some of the features enabled by default. One in particular I found calling home after installing Firefox normally on a new system is "experiments.enabled". This loads and executes random binary payloads "experiments" into browsers without the user knowing.

      Fortunately with a lot of work in about:config you can disable he malware features which makes Firefox better than chrome yet doing so puts these options beyond the reach of most users.

      I'm extremely disappointed in the incomplete and intentionally vague and deceptive privacy options in Firefox. If they really gave a f**k about privacy they would provide accessible master options that are unambiguous and easy for everyone to understand such as don't send anything to Mozilla et el without asking first or never send anything.

      The use of term "personally identifying" is misleading. It means something very different to the general population than its technical definition and practical implications imply. Specifically unique identifiers and network addresses are **NOT** considered personally identifying even though they enable data to be trivially correlated back to individual users with high confidence. What technically does not count as "personally identifying" renders the term meaningless.

    6. Re:Firefox could take privacy much more seriously by WaffleMonster · · Score: 1

      It doesn't hand anything out without your permission (and neither does Chrome). That can all be managed under Settings > Permissions > Location.

      Yes it does. Firefox with default settings executes browser.search.geoip without asking.

      The worst thing we ever did was give data to those people who are unwilling to take the time to understand it. With the curiosity of what is being sent where you should also add the curiosity of why, how and for what reason. Then you may actually simply turn the relevant setting off instead of panic switching to a whole different product for the wrong reasons

      Firefox should offer the user a simple blunt lever to exhaustively control all of the calling home shit.

    7. Re:Firefox could take privacy much more seriously by thegarbz · · Score: 1

      Yes it does. Firefox with default settings executes browser.search.geoip without asking.

      And? Next you're going to complain that it renders to your graphic card without permission? Firefox is doing an API lookup here, nothing more. If you're worried about your WiFi being tied to your location, guess what, that information either is or isn't already out there. That's kind of how it works. Either you're in the phonebook Firefox is reading or you're not.

      I for one would never use a browser that askes me if I'm sure it should do every tiny internal function that it is capable of. No one would.

      Firefox should offer the user a simple blunt lever to exhaustively control all of the calling home shit.

      It does. You see Firefox doesn't call home. It just lookups your location from an existing database and then stores it locally in the browser. Any time some site requests to use that information it asks you. To tie that back to the above, should Firefox ask your permission before it accesses your RAM, before it caches an image, or updates your profile?

      Nothing is leaking out. Nothing is phoning home. And you spectacularly missed my point about freaking out over something you seem unwilling to invest your time in understanding.

    8. Re:Firefox could take privacy much more seriously by WaffleMonster · · Score: 1

      Firefox is doing an API lookup here, nothing more.

      Firefox could make an "API lookup" transmiting the contents of my bitcoin wallet to criminal enterprise and this "API lookup here, nothing more" comment would be no more or less valid. It's just looking up how much money I have so it can provide a customized shopping experience or some other creative doublespeak.

      If you're worried about your WiFi being tied to your location, guess what, that information either is or isn't

      My feelings about all of these crowd sourced location databases is not relevant in and of itself.

      I fully accept WiFi signal/SSID/MAC data is NOT sent by DEFAULT unless user accepts location prompt. At least it was that way the last time I checked.

      Firefox should offer the user a simple blunt lever to exhaustively control all of the calling home shit.

      It does. You see Firefox doesn't call home.

      These connections to telemetry.mozilla.org and experments.firefox.org are not Firefox calling home. These are not the "API lookups" you are looking for.

      Any time some site requests to use that information it asks you. To tie that back to the above, should Firefox ask your permission before it accesses your RAM, before it caches an image, or updates your profile?

      When I go to the store and hand the cashier cash in exchange for pancake mix I don't expect cashier to take my picture and post my location and inventory of everything purchased to some database. This behavior is simply not necessary to complete the sale...it's shit the store may well try to do for their own ends and purposes.. purposes that don't mean shit to me personally which I deem to be obnoxious and offensive getting in my face...in my business for no reason I care to classify as acceptable behavior.

      Firefox is doing a whole lot of "requesting" for shit simply not necessary to render websites. While interesting I am NOT impressed with breadth of excuses baked into Firefox in order to legitimize what I and many others deem to be unwanted and unacceptable behavior. So much so popular forks with all of the bullshit removed exist. This is undeniable reality. You can't just wave your hand and pretend otherwise or that everyone else is somehow missing "the point".

      Nothing is leaking out. Nothing is phoning home.

      Up is down, left is right the sky is green with orange polka dots.

      One of my all time favorites...
      "Collection means intentional tasking and/or selection of identified nonpublic communications for subsequent processing aimed at reporting or retention as a file record." ~No Such Agency

      And you spectacularly missed my point about freaking out over something you seem unwilling to invest your time in understanding.

      I spectacularly don't care. I don't care why Firefox calls some random URL whenever I visit a website or when just sitting idle doing nothing. I don't give a f**k...really not even a little... I don't care even to learn or understand. I just don't want it happening... PERIOD... The only URLs I want the browser following are ones explicitly referenced by the site.

      Bottom line Firefox is sending shit to Mozilla not necessary to render web sites and there is no practical way for normal users to say no I would prefer not to have Firefox constantly calling home or looking shit up or however you care to characterize it. You can't just deny that it doesn't exist. Even when all of the available privacy options are maxed out Firefox keeps right on calling home to Mozilla. I have a load of captures that demonstrate this behavior. It is an easily reproducible experiment anyone can conduct on their own and draw their own conclusions from.

      There should be a main breaker to give users the ability to turn ALL of the extraneous BS off.

    9. Re:Firefox could take privacy much more seriously by thegarbz · · Score: 1

      These connections to telemetry.mozilla.org

      Oh fuck. Why didn't you just say you ticked the wrong box during the setup. Either that or you were running the pre-channel setup. Firefox does NOT DO THIS BY DEFAULT.

      I spectacularly don't care.

      Then take yourself out of the discussion and disappear.

    10. Re:Firefox could take privacy much more seriously by WaffleMonster · · Score: 1

      Oh fuck. Why didn't you just say you ticked the wrong box during the setup. Either that or you were running the pre-channel setup. Firefox does NOT DO THIS BY DEFAULT.

      Oh fuck. You obviously have no idea what your talking about. It does this by default and CONTINUES to do so even after ALL privacy related settings are DISABLED.

      There are no privacy installation options. It just starts installing itself automatically when the installer is run. Even when ALL privacy related options are disabled available to mortals the behavior continues.

      Specifically disabling "Allow Firefox to send technical and interaction data to Mozilla", "Allow Firefox to install and run studies" and "Allow Firefox to send crash reports to Mozilla" does NOT STOP TELEMETRY.

      In fact the UI infers as much "We strive to provide you with choices and collect only what we need to provide and improve Firefox for everyone. We always ask permission before receiving personal information."

      Which translates to we will continue to collect data from you regardless of your privacy settings and there is nothing you can do about it. It's the same BS /w Windows 10 where there is no OFF setting that disables malware baked into Windows.

      Please do yourself a favor and stop talking about shit you clearly have no clue about.

      Then take yourself out of the discussion and disappear.

      Right back at ya. You not only don't care about privacy you are ignorant to the behavior of Firefox.

  21. Re:Quantum is quazy fast by jellomizer · · Score: 3, Informative

    It actually has always been an issue. Just in different ways. Back when Microsoft had infamously embedded IE into Windows 98. It meant the application took less time to load, because much of the components were loaded during boot time.
    Firefox was at the time quick to load and was light on system usage, and rendered stuff fast and followed the standards well and was secure.
    Chrome came out after Firefox kept on adding stuff to it slowing it down, so it was the light and fast browser.

    It seems the trend is the small and fast browser wins, then the browser maker puts so much junk on it, it slows it down for an other company to make a new one stripped down to what people want.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  22. Re:Quantum is quazy fast by Hal_Porter · · Score: 2

    Google's original motto "Don't be evil" changed to "Do the right thing"

    To be fair to them both are traditional Blue State Millennial disingenuousness. Is it more evil to censor? Or to allow 'fascism'? Who defines 'fascism'? I.e. it's almost like 'don't be evil' is something idiots think is a moral code but which is actually completely meaningless. Same with 'do the right thing'. Who decides what's 'the right thing'? Google's pronouncements on morality are meaningless, and in the long run Google will, like any other American megacorp, do things which help their tribe in American politics and which hurt the other side. Regardless of morality.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  23. And still no DANE TLSA support in sight by Anonymous Coward · · Score: 0

    The Internet is broken until DANE TLSA is fully implemented. You might as well just hand out your passwords and credit card numbers in plain text to everyone so you stop believing the security theater.

    1. Re:And still no DANE TLSA support in sight by freeze128 · · Score: 1

      You might as well just hand out your passwords and credit card numbers in plain text to everyone so you stop believing the security theater.

      Is it just me, or are identity thieves just getting lazier these days?

  24. Mozilla is badly managed and badly communicated. by Futurepower(R) · · Score: 2, Insightful

    That's my reaction, also.

    The article is poorly edited: "Expenses grew too, but not as much, from $361 million to $337 million...". The numbers should be reversed. When the editing is that sloppy, can we depend on other information being accurate?

    Also, the article does not tell the full story. For example: "Mozilla in 2014 signed a major five-year deal with Yahoo to be the default search engine in the US, but canceled it only three years in and moved back to Google instead in November."

    During that 3 years, Mozilla was dominated by Microsoft. Microsoft paid Yahoo to use Microsoft's Bing search. Yahoo paid Mozilla Foundation to make Firefox browser use "Yahoo Search", which was actually Microsoft Bing search.

    A repost of part of a previous comment:

    The browser situation is very, very ugly. Firefox is now, basically, owned by Microsoft, who is apparently trying to destroy it. In the past, Google paid Mozilla Foundation $300 million each year (December 22, 2011) to make Google search the default search engine in Firefox. Google apparently didn't cause problems in the design of Firefox, even though it paid a shocking amount.

    Now, I understand, Mozilla Foundation gets most of its money from Microsoft: Microsoft pays Yahoo. Yahoo pays Mozilla Foundation to make "Yahoo search" (actually mostly Microsoft Bing search) (April 16, 2015) the default search engine in Firefox.

    The Thunderbird and SeaMonkey Composer GUIs have been damaged in several ways, apparently deliberately. For example, file saves in the newer versions of both ask for a new file name, and don't suggest the last one chosen. The damage was reported several months ago, but has not been fixed.

    Mozilla Foundation said it will no longer improve the Thunderbird email client. Is that because Microsoft wants more customers for Microsoft products like Outlook? Is that another example of Microsoft's Embrace, Extend, Extinguish? People who feel forced away from Thunderbird may choose Microsoft software to replace it. Is that something Microsoft is trying to accomplish?

    We are seeing technology companies that are shockingly badly managed. Why is that happening? Are we experiencing a general social breakdown?

    One small but indicative example: On the Mozilla Foundation Download Firefox in your language web page the 32-bit and 64-bit versions have the same file name!

    Mozilla Foundation could be far better at communicating with users. Basically, however, Mozilla Foundation does what big corporations want, apparently. Now that Google is paying Microsoft huge amounts again, will the Firefox browser continue to improve in some ways, but continue to be degraded in others, as in losing important add-ons?

    A long time ago, I tried the Google Chrome browser. It installed 3 system services. Google had more control over my computer than me as a limited user!!

    In my view, the 3 years of Microsoft paying Mozilla Foundation were 3 years of destructiveness in numerous ways.

    Should a United Nations agency demand that browsers not be abusive? That is a world-class goal.

    One AC comment about Microsoft: Microsoft's a blight, stuffing ballots, poisoning standardization processes, bribing decision makers, spying on users and using their market power to sell inferior products. Your typical big-corp sociopathic behaviour.

    One of the many, many stories about poor management

  25. You'd be surprised by rsilvergun · · Score: 1

    just how complex a browser is. Having written an addon I've got a taste for the craziness involved. It's frankly absurd just what it takes. To be fair, browsers are practically operating systems these days. And then you add all the community people. I couldn't have written my plugin without all the help they gave me.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  26. Nice Puff Piece by hyades1 · · Score: 1

    "Mozilla succeeded in breaking the lock Microsoft's Internet Explorer had on the web a decade ago, and now it's fighting the same battle again against Google's Chrome."

    Mozilla succeeded against Internet Explorer by offering a completely different browsing experience...tabs and a lot of really interesting ways to customize the browser.

    So what is Firefox now? It's dull, soulless Chrome with some dull, soulless tweaks. If I want to go down that road, I'll opt for better security/privacy and start spending more time browsing with Epic, or perhaps Brave.

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
  27. Quantum bogs for me (over RDP) by Anonymous Coward · · Score: 0

    I work remotely, and ever since the update Firefox has been unusable on most of our internal apps (not written in-house, Jenkins and our issue tracker system). Something to do with certain js and/or animated status graphics (Jenkins for instance with pipelines has a candystripe-style throbber in the job stat page). On a hunch, I installed Vivaldi (Chrome-based) and it works fine.

    So this supposed 'upgrade' forced me off Firefox. I am not going to debug their browser for them.

  28. An attempt to hide what people are saying? by Futurepower(R) · · Score: 1

    Moderated down by people who, I'm guessing, don't much disagree, but who want to hide what people and the media are saying.

  29. Re:Mozilla is badly managed and badly communicated by roca · · Score: 1

    So you feel that your theory that Microsoft was secretly running Mozilla is not in the least undermined by Mozilla exiting the Yahoo deal and no longer receiving money (indirectly) from Microsoft?

  30. ffox desperately needs mobile text reflowing by Anonymous Coward · · Score: 0

    It is such a pain in the neck to have to move the screen from side to side for every single line of text to read an article how could this have been left like this so long I hope this is a useful suggestions if anyone relevant reads it

  31. Re:Quantum is quazy fast by yuriklastalov · · Score: 1

    It seems the trend is the small and fast browser wins, then the browser maker puts so much junk on it, it slows it down for an other company to make a new one stripped down to what people want.

    To be fair, a good deal of the junk they're putting on is directly in support of the underlying technology the browsers are implementing on the first place. I'm sure the CSS engine alone is a breathtaking sight to behold.

    Imagine the kinds of abhorrent rites and dark symbologies the decadent wizards of Microsoft used to bring some semblance of sanity to IE while keeping "Quirks Mode" locked up in a box with a special hole for it to excrete "Compatible Output". A part of me wants to see the full source code for something like IE, even though I know it will probably drive me mad.

    It kind of seems like a symptom of mature web browsers, to wrestle ponderously with whatever technical debts they've managed to accrue while trying to add features to vie for market share for a product which the vast majority of its users knows next nothing about.

  32. Mozilla Foundation does not allow us to know? by Futurepower(R) · · Score: 1

    We don't know why Mozilla Foundation has changed from accepting money from Microsoft to accepting money from Google. We are, apparently, not allowed to know. One possibility is that Google is willing to pay more. Another possibility is that there was a breakdown in the relationship between the very poorly managed Yahoo and Microsoft. (Although poorly managed, one reason Yahoo has money is that Yahoo is part owner of Alibaba. See, for example, Why worthless CEOs laugh all the way to the bank. May 20, 2017)

    During the time the money from Microsoft dominated Mozilla Foundation's income, Mozilla Foundation released a version of Firefox that removed the ability to use most add-ons. Add-ons are the reason people prefer Firefox. We aren't allowed to kinow why Mozilla Foundation makes its decisions.

    During the time that Microsoft dominated, Mozilla Foundation changed the Firefox user interface in a way that had a negative influence on acceptance of Firefox.

    During the time that Microsoft dominated, Microsoft tried other ways to dominate: Mozilla and Google accuse Microsoft of unfair browser competition (May 10, 2012)

    That is, in fact, what happened, according to news reports at links I gave.

    Other people who have commented and I feel uncomfortable with the fact that we aren't allowed to know how Mozilla Foundation spends its money.

    The world needs a browser that is not controlled in a hidden way. At one time, I thought we had that. When Google was paying $300,000,000 per year to Mozilla Foundation, to make Google search the default Firefox search engine. it appeared that Google was not negatively influencing the development of Firefox. Of course, we don't know what actually happened.

    1. Re:Mozilla Foundation does not allow us to know? by Anonymous Coward · · Score: 0

      During the time the money from Microsoft dominated Mozilla Foundation's income, Mozilla Foundation released a version of Firefox that removed the ability to use most add-ons. Add-ons are the reason people prefer Firefox. We aren't allowed to kinow why Mozilla Foundation makes its decisions.

      The reasons for this decision are well documented and were signposted years in advance. You may not agree with those reasons but to pretend they are secret is blatantly false. Even after the change Firefox has a richer addon API than Chrome and the addons that most people value most such as Adblock+ uBlock Origin and noscript are available. Your moderation was well deserved.

  33. We need to understand unacceptable influences. by Futurepower(R) · · Score: 1

    "The reasons for this decision are well documented..."

    That is a common mistake. Mozilla Foundation "documented" the changes in a way only people who were both technically knowledgeable and had time to give attention to that particular technology subject would understand.

    You are satisfied with what was communicated. That is good, but not what is needed. Overall, the public needs to understand all the issues concerning browsers. In fact, the issues are largely hidden.

    You said, "Your moderation was well deserved."

    My comment to which you are replying was not moderated down. My parent comment was moderated down.

    My parent comment contains what I consider to be EXTREMELY important issues. Internet browsers are now an important, necessary part of human culture. We need to understand if there are unacceptable influences. For example, years ago, Microsoft's Internet Explorer version 6 did not implement world-wide standards. IE6 caused a huge number of problems because those with no technical knowledge would use it, not realizing the difficulties for web site developers.