←back to thread

Mozilla lays off 70

(techcrunch.com)
929 points ameshkov | 1 comments | | HN request time: 0s | source
Show context
petagonoral ◴[] No.22058534[source]
in 2018, mozilla had 368 million USD in assets:

2018 financials: https://assets.mozilla.net/annualreport/2018/mozilla-fdn-201...

wow, 2.5 million for the executive chair of Mozilla in 2018. is that person really bringing 2.5 millions dollar worth of value to the company. this is in addition to the 2.x million from the year before. 10s of million exfiltrated out of a non-profit by one person over the last few years. nice job if you can get it.

edit: 1 million USD in 2016 and before.jumped to 2.3 million in 2017! pg8 of form 990 available at https://foundation.mozilla.org/en/about/public-records/

replies(12): >>22058581 #>>22058625 #>>22058647 #>>22058731 #>>22058749 #>>22058837 #>>22058864 #>>22058906 #>>22059064 #>>22059281 #>>22059390 #>>22060078 #
A4ET8a8uTh0 ◴[] No.22058864[source]
I find it annoying each time nonprofit compensation for various executives is raised. I don't want to derail the thread, but it is especially appalling in education, where entities brand themselves as nonprofit where administration swallows ridiculous amount of money.

Where do you get those executive jobs for relatively unknown entities that pay millions? Isn't there an entire IRS publication about how it is suppsed to be reasonable?

replies(1): >>22059479 #
malachismith ◴[] No.22059479[source]
Mozilla Corporation is NOT a non-profit.
replies(2): >>22059549 #>>22060471 #
A4ET8a8uTh0 ◴[] No.22059549[source]
Um.. yes, you are correct. Mozilla Corp is, however, a subsidiary of Mozilla Org with all its 503(c)(3) tax goodies that come along with it.

Can you see how that it can be perceived in less than charitable way?

replies(1): >>22060464 #
geoelectric ◴[] No.22060464[source]
MoCo doesn't get the goodies. It's a cash generator (in theory, probably not so much at the moment) for MoFo, and money has to flow only in that direction as I understand it.

It's not treated as a non-profit in any way, which is why it could do multi-million dollar partnerships and pay competitive tech salaries without the kind of scrutiny or restrictions a 501(c)-anything would have.

replies(1): >>22060489 #
BrendanEich ◴[] No.22060489[source]
No, sorry -- it is encumbered as a for-profit to pay taxes, but it cannot operate as a for-profit wholly owned by private investors or public shareholders would (I'm not saying that is good or bad). It is different. It's like many sports stadia/teams, universities, hospitals: for-profit wholly owned sub of a non-profit.

As I just noted in my last reply, this is abused via double-think to defend Mozilla as a "non-profit" when that wins social status, and denied (as you do) when trying to spiff Mozilla as a commercially-savvy for-profit. Sorry, you cannot have it both ways.

One thing I think is clear from its history, including when I was there (but not based on any NDA'ed info): Mozilla has not been able to act aggressively as a commercial player. Just one example: KaiOSTech is the lineal descendent and successor to FirefoxOS, going to 200M+ smart-featurephones globally, even winning a Google investment. Mozilla dropped FirefoxOS (twice, painfully).

replies(4): >>22060927 #>>22069683 #>>22073785 #>>22080790 #
1. z3t4 ◴[] No.22080790[source]
it's funny how FirefoxOS still feels modern. Thinking about it, I have a 10 year old browser on my old smartphone, which also feels modern. Not really much has happened since HTML5. We got a datepicker?, wait, that was HTML5, so I guess nothing new has been added. Instead web dev's build their own web components using poor performing web frameworks. Speaking for myself I spent two weeks making a freaking window menu for a web app, yeh, I know window menus are not good UI, but it's what people are used to, and I made it work with keyboard and screen readers.

The browser market is worth around 5 billion, but that is only if you count bribe money from Google. You could double that number from showing ads directly. But you could make two orders of magnitude more if you had an actual business model (that did not resolve around ads, although ads can be used as a complement). Quick hanging fruit: Micro transactions, in (web) app purchases... Instead I have to walk around with a plastic card with numbers on it, the only security is the last 3 numbers, that are also printed on the plastic card. There is no encryption, no digital signing, freaking ston-age! And we pay 2-5% plus a monthly fee to use it, wtf!

The cloud business is a slow growing market, but I expect it to explode in maybe 10 years or so. Other companies, like Microsoft also thinks so, and are investing heavily in the cloud. But what is the main UI to access "the cloud"!? The browser... With "the browser" you become a middleman between the platform players and the content providers.

Normal users don't care what stack they are on, it's just that the native UI elements are better then the browser components. So native apps usually performs better then web apps. And are nicer to use.

Browsers are not just for documents any more. (most corporations still use word documents and pdf, sigh). Ever since browsers got scripting capabilities developers want (including myself) to build apps in the browser. Just look at electron. Developers want to build front-ends using browser technology! Just like gfx cards give the developer the ability to draw triangles, the browser gives you divs. But a gfx card can paint billions of triangles per second, while the browser can only handle a few hundred DOM elements.

Another low hanging fruit are app to app integrations. On a native platform you can copy content from one app to another app, you can save a file in one app, and open it in another app, but not so much in the browser. Although modern browser can make use of the system clipboard, data is sent from one app -> to the device -> then back to the other app. It should instead go directly from (cloud) server to server.

Sorry for the random ramblings, I'm just a web developer trying to re-invent the wheel. (I'm also looking for a job where I can play with this crippled browser tech, or a PO role where I can just point in the right direction and smarter people take care of the execution)