←back to thread

Mozilla lays off 70

(techcrunch.com)
929 points ameshkov | 1 comments | | HN request time: 0.249s | source
Show context
sstangl ◴[] No.22060115[source]
I'm one of the 70. There were no signs that this was imminent, although Mozilla has been struggling financially for many years. I expected that it would happen eventually; I'm relatively well-prepared for it; and it's not too shocking. I did however expect that there would be some warning signs in the lead-up, but that was not the case.

I was working on Cranelift, the WebAssembly compiler that is also a plausible future backend for Rust debug mode. Before that, I worked on the SpiderMonkey JITs for 9 years. If anyone has need for a senior compiler engineer with 10 years of experience writing fast, parallel code, please do let me know.

replies(25): >>22060294 #>>22060308 #>>22060406 #>>22060503 #>>22060539 #>>22060672 #>>22060709 #>>22060717 #>>22060764 #>>22060867 #>>22061498 #>>22061513 #>>22061871 #>>22061921 #>>22061936 #>>22062215 #>>22062264 #>>22062584 #>>22062700 #>>22063128 #>>22063787 #>>22066743 #>>22067359 #>>22067363 #>>22068982 #
_kp6z ◴[] No.22060406[source]
Sounds like a pretty clueless layoff, I guess I expected better from Mozilla than usual corporate derp. If there was truly no dead weight, surely the management could have scaled back their own comp for misdirecting the company? Very few people understand what it means to be a leader in corporate world.
replies(4): >>22060544 #>>22061537 #>>22061633 #>>22062919 #
ksec ◴[] No.22061633[source]
> for misdirecting the company?

As someone who has been using Netscape before even Internet Explorer exists, and followed all of its development through to Firefox till recent few years. I am not surprised.

At first you give them benefits of doubt, because their ideal were good. Then it happened again, again, and again.

>Mozilla Corporation (as opposed to the much smaller Mozilla Foundation) said it had about 1,000 employees worldwide.

Yes, you do need lots of people for making something as complex as browser, But 1000? Out of the 70 employees, they decided to lay off more than a few senior engineers with a decade of experience.

I dont know if this will change HN's perspective on Firefox and Mozilla. Every time I pointed something negative on Mozilla there are someone quick to defend it. As someone who used to religiously defend Netscape and Mozilla when I was much younger. I get it. I could understand the appeal, the ideal. Until you grow older and realise, You didn't have that ideal, the ideal had you.

replies(4): >>22061789 #>>22062139 #>>22062864 #>>22063167 #
pergadad ◴[] No.22061789[source]
What's the alternative? Google? Not really better even if this disappoints about Mozilla.
replies(2): >>22061975 #>>22062143 #
qbaqbaqba ◴[] No.22062143[source]
Edge or Brave. Different business models than Google's and to some extent Mozilla's.
replies(4): >>22062218 #>>22062228 #>>22062536 #>>22074014 #
m3adow ◴[] No.22062228[source]
Still 100% depending on Google, still supporting a near monopolistic position for the browser. Every Chromium fork is part of the problem, not the solution.
replies(1): >>22062377 #
BrendanEich ◴[] No.22062377[source]
Engine consolidation happened, the fight now is over privacy. When and if Brave is big enough we will chart our own engine course.
replies(5): >>22062809 #>>22063374 #>>22063895 #>>22064775 #>>22074155 #
aloisdg ◴[] No.22062809[source]
You know better than anybody the size of the task of rolling a homemade engine. Is this some vaporware promise or does Brave already started something around this idea?
replies(3): >>22063278 #>>22065509 #>>22065844 #
vbezhenar ◴[] No.22065509[source]
May be in the future web will be simpler?

My theory: browser of the future will need to support wasm and webgl (well, not webgl, but something similar, providing fast and safe interface for GPU). Of course along with smaller standards like fetch api, but that's manageable.

Most of the useful websites will utilize those tech to build their UI from scratch without using of HTML, CSS or JS.

And HTML, CSS and JS engines could be just another wasm blob. For example parts of chromium engine adapted and compiled for wasm. So it's like jQuery.

replies(1): >>22066105 #
1. PyroLagus ◴[] No.22066105[source]
That just sounds terrible for both SEO and accessibility.