It would be neat if this ends up usurping Gecko - since it originated from Mozilla and would be ironic, but also because it potentially has a lot of lessons learned from decades of web browsers, and is obviously pretty fast and safe due to Rust.
I tried Servo, the undercover web browser engine made with Rust
Submitted 1 day ago by corbin@infosec.pub to technology@beehaw.org
https://www.spacebar.news/servo-undercover-web-browser-engine/
Comments
Midnitte@beehaw.org 1 day ago
Kirk@startrek.website 1 day ago
I’m not under the impression that a web browser is a simple thing to build but with Linux advancing the way it has in recent years it continues to surprise me that the “best” browser out there isn’t FOSS.
Hopefully that is about to change!
GenderNeutralBro@lemmy.sdf.org 1 day ago
All major browser engines are FOSS.
Chrome and Edge are proprietary wrappers around Chromium (BSD license). Firefox and derivatives are FOSS (Mozilla Public License). Safari is built around WebKit (LGPL/BSD).
The problem, however, is governance. These projects are all too big for anyone to realistically fork and maintain independently. So in practice, they are under control of Google, Mozilla, and Apple — all of which have questionable priorities (especially Google).
corbin@infosec.pub 1 day ago
Chrome is mostly open-source software, Chromium builds are just missing Google data sync, some video DRM, and other proprietary components. I believe Firefox is completely FOSS.
Kirk@startrek.website 1 day ago
I believe Firefox is completely FOSS.
Looks like it is! I was under the apparently false impression that it was only partly.
fuckwit_mcbumcrumble@lemmy.dbzer0.com 1 day ago
Why would it? FOSS doesn’t have the funding that commercial software does.
Kirk@startrek.website 1 day ago
Well, because FOSS apps are usually the best/most user friendly option even if they’re not always the most popular. If you woke up after a 30 year coma and had no prior commitments to using any particular software, there would be absolutely zero question that Linux is the best OS today.
An OS is a complicated thing, yet the FOSS option is the safest, most user friendly, and most versatile. I’m just a little surprised there isn’t a browser that checks those boxes too, since the browser is a widely used thing. But I’m guessing because Firefox exists the number of devs willing to give the time investment just isn’t as many.
BaroqueInMind@piefed.social 1 day ago
Finally a new web rendering engine that isn't complete shit
pr06lefs@lemmy.ml 1 day ago
yeah I’m glad servo exists, but its far from ready for prime time.
What’s crazy is what a monumental undertaking implementing a web browser is now. Would love to see someone propose a new standard to replace html-css-js but distilled down to a radically simplified essence, dropping the accumulated cruft of decades, applying lessons learned. Ideally would be something that could be implemented by a few devs over months rather than requiring a team of hundreds over a decade.
m_f@discuss.online 1 day ago
That’s pretty much en.wikipedia.org/wiki/Gemini_(protocol). You can explore it through an HTTP proxy like this: portal.mozz.us
sam@lemmy.ca 1 day ago
The Gemini Protocol does a good job at being a minimal alternative, but it’s quite limited in what is capable. It’ll never be adequate for banking for video games.
Social media and reddit alternatives? No problem.
cecilkorik@lemmy.ca 1 day ago
It is crazy. And maybe it could be distilled down, but maybe because of what it’s become and how it’s used, that’s just not an option anymore. The context is that the “web” that browsers are browsing has grown from mere rich text and links into basically a fully distributed operating system. There are entire software suites that exist only through web protocols now. Literally anything you used to be able to do on a Desktop OS you can now do directly on the web, often at very close to bare metal performance levels. And over the years and decades the standards have evolved to not just enable that anymore but to actually require that level of functionality. It has become completely expected to have javascript APIs allowing extensive and instantaneous DOM manipulation, HTML5 canvas and storage and WebGL available, they’re not just “optional addons” you can pull in with an extension or that a text based browser might not bother to implement, they’re a core part of the web and little will be functional without them.
So when you’re building a “modern” web browser what you’re effectively really doing is implementing an entire cross-platform OS, sandboxed and virtualized for security within any host OS you choose to support.
Of course technically “the web” is still backwards compatible with the old pure HTML, no javascript, no CSS, web 1.0. There’s nothing stopping anyone from writing such a simple site today, and those websites are still out there. And that’s still sort of where you have to start with projects like Servo, because that’s just the basic level of absolute minimum functionality. But it’s taken a long time to build all the features of the modern web and so of course it’s going to take a long time for a new browser engine to implement all of them or even enough of them to actually start supporting the most commonly used websites.
While there are definitely a lot of quirks related to handling old sites and the various inconsistencies and incompatibilities that developed over the years, I don’t think that’s the real sticking point on developing a new web engine at this point. I think the issue is simply the fact that the web does so much and is such a comprehensive technology platform, and if you tried to simplify it, to make it easier to develop browsers, you would lose a lot of actually important functionality for developing websites that allow them to do the things they are doing today. Granted some of those things I wouldn’t mind losing either, but a lot of them are legitimately required for what we do with the web now and what we expect it to be able to do.
InFerNo@lemmy.ml 22 hours ago
There are gopher browsers that allow you to visit an alternative, more simple “web”