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

Linux

48316 readers
808 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
[–] Shareni@programming.dev 11 points 11 hours ago (2 children)

I mean the title should be "... time to move to the other browser".

Safari is the new IE with extra iCrap on top.

Random browsers usually use one of the 3 web engines, but without browser polish, or functionalities like a working adblock. Those that don't are just someone's toys.

So the only real option is Firefox, and the Mozilla foundation lost 80+% of their funding because they can't get the Google money anymore. Maybe they'll start actually funding FF instead of some BS humanitarian work that I can bet was primarily lining their pockets...

[–] worsedoughnut@lemdro.id 1 points 42 minutes ago

Really looking forward to this new browser tbh.

As comfortable as I am on Firefox, I kinda just want something totally new to enter the space at this point.

[–] 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 5 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 9 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 7 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 3 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 6 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.