Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VI
Posts
0
Comments
47
Joined
2 yr. ago

  • There is one important difference when it comes to what rhetoric is suitable between France and Russia, I think. Russia has control over the narrative within it's land, about the media and limits free speech. If Russia doesn't follow up on it's threads, there are no internal consequences and externally, Russia might lose some credibility but still say an unpredictable danger. I think France has a lot more to loose when not following up on their threads / red lines. In terms of diplomacy with other countries, internally with the government appearing weak to its citizens and towards Russia too.

  • Yeah, I guess your point stands. But also, it's 221 mio for Mozilla as a whole. Firefox might again be a fraction of this. While e.g. the Linux foundation has a lower budget, with all the contributed work hours of volunteers / corporations, a fork of Firefox is more realistic than the 500 mio make it out to be.

  • Mozilla has a budget of around 200 mil for software development, so the 7 mil are probably not enough. Not defending the high pay though.

    Also, AI Integration into browsers could very well be a deciding factor for mainstream users when choosing a browser. So having some expertise around e.g. running LLMs privacy preserving on client hardware for page summarisation could pay off. Llamafile for example, is something cool coming from the Mozilla AI stuff.

  • Google does not just show a link. It scrapes the content of the page to build a search index, i.e. consomes the content. This happens without explicit permission and in the past, there were no opt-out ways. Then they use this knowledge to provide search go users and incorporate ads to make money without paying the original pages. Google also started to show you these handy answers by showing some text section scraped from the page.

    Like, there certainly is a similarity. And there is the difference that Google mostly feeds users to the original webpage while GenAI can replace the content.

  • Actually, what is the reason that Firefox seems to be preferred over Chromium? Is it the license? The control Alphabet has over it?

    One has to agree that there is a lot more money poured into chromium, the code is more modern and easier embeddable, it is more feature-complete.

    Though, it's good to have two independent browser engines and a non-profit (+for-profit subsidiary) dedicated to a free, open, user-focussed browser.

  • Might be the out of memory killer. For me, Mach (Firefox's build tool) usually did a multi-processed build assuming around 1 GB RAM per thread. Run ./mach build -j10 to limit the build to e.g. 10 threads. Or set mk_add_options MOZ_PARALLEL_BUILD=10 in your config file.