this post was submitted on 19 Aug 2024
426 points (92.8% liked)

Linux

47337 readers
1122 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Finally, another web engine is being developed to compete with Chromium and Firefox (Gecko), and they're also working on a browser that will use it.

Here's the maintainer talking about the current state of the project, and a demo of the current functionality

(page 2) 50 comments
sorted by: hot top controversial new old
[–] ben_dover@lemmy.ml 12 points 4 weeks ago (3 children)

i'd like to see a revival of webkit and an open source browser that uses it

[–] LeFantome@programming.dev 8 points 4 weeks ago (3 children)

Doesn’t Safari still use WebKit?

load more comments (3 replies)
load more comments (2 replies)
[–] mexicancartel@lemmy.dbzer0.com 7 points 1 month ago (1 children)

There was a gpl licensed browser engine someone by hobby is writing from scratch. I think theese companies supporting ladybird just do so because of license that they can proprietarify(like chromium)

load more comments (1 replies)
[–] geolaw@lemmygrad.ml 7 points 1 month ago (5 children)

I feel like this is a dumb question but why do web engines need constant development? I thought we had an established standard for HTML. Once a web engine matches that standard isn't that sufficient?

[–] utopiah@lemmy.ml 6 points 1 month ago (3 children)

Some of the new features most people aren't aware of us that I used recently :

  • WebXR, make a Web page immersive and work in the browser of VR/AR headsets, e.g Meta Quest, Lynx XR1, Apple Vision Pro, etc
  • WebBlueTooth, connect to a BT device, e.g a Lego controller in order to move actuator, data from sensors, etc
  • WebUSB, connect a device and update its firmware, e.g SmartWatch, mechanical keyboard, etc
  • GamePad API, use a gamepad or joystick to play from a browser window
  • Realms in JavaScript for "better" sandboxing, it's a relatively new feature of the language so the engine must be updated

So... sure none of that really helps to read a 2D Web page (like this one on Lemmy) but they pretty much all help to achieve better cross-platform support. By using the Web rather than native to connect to hardware then it is instantly delivered without having any OS specific driver to build and install. Practically speaking it does make the browser increasingly complex but IMHO it is worth it.

PS: I probably also used some modern CSS so there also the engine (which is ridiculously complex by the way) has to be updated too.

load more comments (3 replies)
[–] Bitrot@lemmy.sdf.org 6 points 1 month ago* (last edited 1 month ago)

HTML used to be a pretty set standard, maintained by the W3C. HTML5 was retired in 2018 (5.2 in 2021). Now it is a Living Standard that changes often and is maintained by a consortium of browser vendors.

It is also not the only technology being changed.

load more comments (3 replies)
load more comments
view more: ‹ prev next ›