Earlier quoted context omitted.
In my tests, it's pretty unusable atm. Probably half of websites render very wrong and servo crashes nonstop.
It cannot crash its written in Rust.
Verso – Web browser built on top of the Servo web engine
211–220 of 343 posts
Re: Verso – Web browser built on top of the Servo web engine
#212Earlier quoted context omitted.
> First off, Swift has both memory & data race safety (as of v6) But v6 is not released yet, right?
> > First off, Swift has both memory & data race safety (as of v6) > But v6 is not released yet, right As of Swift 5 there is zero data race protection and the process model (DispatchQueues if memory serves) is woefully. No advantage over fork and much more convoluted I am well clear of the Apple development world now (thank goodness) but the tools were of very poor quality, albeit very nice looking, as of this time…
Re: Verso – Web browser built on top of the Servo web engine
#213Earlier quoted context omitted.
There's a lot more to a browser than the JS engine. And in general, we would want all of the browsers JS engines to be essentially the same. I think starting with an existing engine is the most logical approach
They plan to abstract it (work is underway) to make it even possible to use chromium's js engine. https://www.phoronix.com/news/Servo-JavaScript-Engine-Modula...
Re: Verso – Web browser built on top of the Servo web engine
#214Re: Verso – Web browser built on top of the Servo web engine
#215Earlier quoted context omitted.
Which isn't that surprising given it has been underway for much longer, and as built with people with actual browser engine experience. Ladybird isn't that bad in comparison.
libweb was started in 2019. Anyway, I’m really sour that 90% of the discussion on a thread about the incredible project that is Servo are wasted on Ladybird.
Re: Verso – Web browser built on top of the Servo web engine
#216It'd be nice if people stopped recommending "yet another new and exciting package manager for Windows" that you have no idea of whether you can trust it or not. Git, Python, llvm, cmake, and curl all have perfectly normal windows installers available from their own websites, and if you're a programmer who has to, or chooses to work on Window, it's a good bet you already have either most or all of these already instal…
Re: Verso – Web browser built on top of the Servo web engine
#217Earlier quoted context omitted.
This is wrong. Servo development has picked up steam after merged into Linux Foundation, and multiple increasingly used Rust projects are all betting on Servo for the long term: Dioxus, Tauri, some others I forgot.
[flagged]
Seriously, check out https://servo.org , they post monthly updates and the progress seems great. And their repo, too - too bad GitHub can’t display code frequency because there’s too many commits in the project.
Re: Verso – Web browser built on top of the Servo web engine
#218It'd be nice if people stopped recommending "yet another new and exciting package manager for Windows" that you have no idea of whether you can trust it or not. Git, Python, llvm, cmake, and curl all have perfectly normal windows installers available from their own websites, and if you're a programmer who has to, or chooses to work on Window, it's a good bet you already have either most or all of these already instal…
Re: Verso – Web browser built on top of the Servo web engine
#219Earlier quoted context omitted.
I'd really rather not, personally. All my Swift experiences have been fighting the abysmal compilation times.
That's a bit of an issue in Rust world, too.