Donate mozilla
donate.mozilla.org
Donate mozilla
1–10 of 81 posts
Re: Donate mozilla
#2In particular, it answers why one should donate when Mozilla Corp makes money through corporate deals (e.g. Google and Yahoo search commissions). The answer is that all the money Mozilla Corp makes is reinvested back into Mozilla Corp (salaries etc). The Mozilla Foundation -- a non-profit which wholly owns Mozilla Corp -- is not funded by Mozilla Corp, but relies entirely on donations. Mozilla Foundations is responsible for philantropic education and awareness campaigns.
So this link is not about donating to Mozilla Corp, where the bulk of Firefox development happens. It's about donating to Mozilla Foundation.
Re: Donate mozilla
#3Just recently we had this article: https://news.ycombinator.com/item?id=10630996
edit: @FooBarWidget had a good answer
Re: Donate mozilla
#4Re: Donate mozilla
#5Their FAQ ( https://wiki.mozilla.org/Donate#Don.27t_Mozilla_products.2C_... ) contains pretty important information. In particular, it answers why one should donate when Mozilla Corp makes money through corporate deals (e.g. Google and Yahoo search commissions). The answer is that all the money Mozilla Corp makes is reinvested back into Mozilla Corp (salaries etc). The Mozilla Foundation -- a non-profit which wholly…
Re: Donate mozilla
#6Their FAQ ( https://wiki.mozilla.org/Donate#Don.27t_Mozilla_products.2C_... ) contains pretty important information. In particular, it answers why one should donate when Mozilla Corp makes money through corporate deals (e.g. Google and Yahoo search commissions). The answer is that all the money Mozilla Corp makes is reinvested back into Mozilla Corp (salaries etc). The Mozilla Foundation -- a non-profit which wholly…
Less than a week ago Mozilla said they don't need the millions from Google. https://news.ycombinator.com/item?id=10630996
Re: Donate mozilla
#7While i do think mozilla is great, firefox is my main browser and i am following the servo project. Just recently we had this article: https://news.ycombinator.com/item?id=10630996 edit: @FooBarWidget had a good answer
Re: Donate mozilla
#8Their FAQ ( https://wiki.mozilla.org/Donate#Don.27t_Mozilla_products.2C_... ) contains pretty important information. In particular, it answers why one should donate when Mozilla Corp makes money through corporate deals (e.g. Google and Yahoo search commissions). The answer is that all the money Mozilla Corp makes is reinvested back into Mozilla Corp (salaries etc). The Mozilla Foundation -- a non-profit which wholly…
Less than a week ago Mozilla said they don't need the millions from Google. https://news.ycombinator.com/item?id=10630996
Re: Donate mozilla
#9Their FAQ ( https://wiki.mozilla.org/Donate#Don.27t_Mozilla_products.2C_... ) contains pretty important information. In particular, it answers why one should donate when Mozilla Corp makes money through corporate deals (e.g. Google and Yahoo search commissions). The answer is that all the money Mozilla Corp makes is reinvested back into Mozilla Corp (salaries etc). The Mozilla Foundation -- a non-profit which wholly…
Re: Donate mozilla
#10Nowadays we have strictly NO LTS free/open source portable build chain of decent quality (compiler, linkers). (maybe also because of the norms)
When I say LTS compiler, I mean a compiler that can portably and reproducibly build code in C without flags on the CLI to the same exec and without developers having to archive their compiler every time compile to be sure to be able to build it once again with the same results.
You think this situation is not yet existing?
Hu hu hu hu hu ...
Houston, you have a problem.
Even though I appreciate LLVM/GCC, LLVM/GCC new major release may imply to patch specifically the C code for the $CC release.
And Ox flags may give weird unexpected results per compiler. And you may nowadays need GCC for some platform with specific code, and LLVM for others.
So how do we handle this complexity? The C code is less and less idempotent in time and architecture and performance...
How do we fully support long time support for reproducible multi platform build ?