this post was submitted on 22 Nov 2024
117 points (96.8% liked)

Linux

48310 readers
985 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
you are viewing a single comment's thread
view the rest of the comments
[–] magguzu@lemmy.ml 0 points 9 hours ago (2 children)

I wish Apple would open source Safari, or at least make some "Sarafium" others can build on. Would be an instant third player without all the growing pains.

[–] Shareni@programming.dev 1 points 4 hours ago

I said they're the new IE for a reason.

The w3c standard: ok so we all agreed that this feature will be placed in the body tag

Blink: ofc, that's what I've been telling you

Gecko: sure, idc

WebKit: yeah nah, put it in the html

So many little senseless gotchas like that that exist for no reason that to be iSpecial

[–] lengau@midwest.social 7 points 8 hours ago (1 children)

The core of Safari (WebKit) is open source. If it weren't they'd be violating the GPL license of KHTML.

[–] magguzu@lemmy.ml 1 points 6 hours ago (2 children)

Ah, admittedly I don't know much. Could another browser build on it like Chromium or Firefox?

[–] walthervonstolzing@lemmy.ml 1 points 2 hours ago

Smaller browsers built on webkit do exist; see 'Epiphany', 'surf', 'luakit', and 'Nyxt'. Qt's web component used to be based on webkit as well, though they've switched to Blink (Chromium).

Unfortunately, none of the browsers listed above are 100% sufficient to replace Firefox. They all rely on GTK bindings on webkit, which has its own quirks; and none have support for webextensions.

[–] lengau@midwest.social 2 points 5 hours ago

Yes! In fact, Chromium was originally a fork of WebKit, as WebKit was a fork of KHTML. In both cases the codebases have diverged quite significantly though.