this post was submitted on 22 Nov 2024
107 points (96.5% liked)

Linux

48302 readers
952 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 12 points 7 hours ago (1 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...

[–] magguzu@lemmy.ml 1 points 6 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 2 points 1 hour 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 4 points 5 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 3 hours ago (1 children)

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

[–] lengau@midwest.social 2 points 2 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.