We've been cagey about this over the months since the Servo team at Mozilla was disbanded, since there were various moving pieces that needed to fall into place. We're excited about the possibility for Servo to continue growing and evolving in its new home, though!
Servo’s new home
211–220 of 326 posts
Re: Servo’s new home
#212I am confused. I thought it is the raison d'être of Mozilla to develop a browser. So how does it come that the brand new browser engine they developed is being given away? I mean, even if they need to cut costs, isn't Servo part of the team they should keep until the end?
To put it bluntly: Mozilla is no longer a browser company. It is a patsy for google to point to and say "See we're not a monopoly.". Secondary goals are increasing the supply of devs for big tech and lowering wages.
Re: Servo’s new home
#213This is encouraging. An Electron competitor would be really nice. I'd be especially interested in an Electron-but-for-Python, along the lines of PythonWebkit: https://www.gnu.org/software/pythonwebkit/
The rust electron competitor is already here https://tauri.studio/en/
Okay, so now I want Tauri-but-for-Python.
Re: Servo’s new home
#214Earlier quoted context omitted.
A third-option that I would like to see is extending the latter to an Electron alternative (aka using Servo as a cross-platform GUI). There's definitely positives to Electron, but it would be nice to see a more performant, less memory hungry, and more battery friendly alternative.
Servo last time I checked used the same if not more memory (100MB) for basic pages. There doesn't appear to be major differences for that application yet.
Rust will not bring that magic.
Re: Servo’s new home
#215Earlier quoted context omitted.
Servo last time I checked used the same if not more memory (100MB) for basic pages. There doesn't appear to be major differences for that application yet.
Why should there be any great difference? Firefox is already written in a language where compilers have been optimized since decades. Rust will not bring that magic.
Re: Servo’s new home
#216Earlier quoted context omitted.
The irony is that from both of these comments it implies you have a concern about the future and the stability of Firefox as both an open source project, and it's role in preventing a browser monoculture. Setting aside concerns about leadership, because IMO it's time for most of the current leadership to retire and make space for more innovative folks, Mozilla needs two things to preserve Firefox and Gecko, money and…
If Mozilla were serious about Firefox and privacy, they'd move it to the Foundation, allow direct donations, remove all the Googleware, Pocket and whatever else they unnecessarily shoved into Firefox + all the problems you stated. I'm not going to consider affirming bad leadership by giving them money. Mozilla Corp employees aren't locked into anything (unless they signed really shitty contracts). They can leave and…
Re: Servo’s new home
#217Earlier quoted context omitted.
Some people have an axe to grind with Mozilla since that whole Brendan Eich thing, and on top of that there's just good old sexism. This all contributes to create a very toxic subject that I generally tend to avoid, but I think that it's fair at this point to question Mozilla's execs results at this point. These past few years have been pretty brutal for Mozilla, and there's no clear path ahead from where I stand.
> good old sexism The only comment mentioning her gender was someone defending her, you're pulling hair here
Re: Servo’s new home
#218Earlier quoted context omitted.
I have a hard time believing that a project as ambitious as servo can survive without several paid core developers.
Look at the corporate sponsors (that include Samsung and Huawei) - they may provide paid contributors.
Re: Servo’s new home
#219We've been cagey about this over the months since the Servo team at Mozilla was disbanded, since there were various moving pieces that needed to fall into place. We're excited about the possibility for Servo to continue growing and evolving in its new home, though!
Re: Servo’s new home
#220Any servo developers arround ? I remember reading that a lot of CSS layout problems stem from having to support legacy stuff like floats etc that complicates reflow etc. Would it be possible to create a rendering path that just supports flexbox/grid and stuff that's not performance limiting ? This wouldn't be great for existing websites but it would be amazing if you had a CSS "strict mode" for electron like apps and…