562
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 10 Jun 2024
562 points (98.3% liked)
Technology
59081 readers
3062 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Apple have a surprising amount of open-source software. The OS that MacOS and iOS are built on top of (Darwin) is open-source, as is its kernel (XNU). The engine used by Safari (Webkit, forked from KDE's KHTML) is open-source too.
It's not really traditional open-source, though. It does use an OSS license, but they don't really accept public contributions, nor do they track bugs publicly or have a public roadmap.
Is that functionally different from Android being Linux and chromium being open source?
You can't easily run Darwin OS these days, unfortunately. Apple used to release an ISO you could install on a PC or Mac, but they stopped doing that a long time ago. These days, Apple release the bare minimum amount of code as required by its license, and it's just a pile of code without the build scripts required to actually build it.
That is interesting actually, but compared to other companies I'd not say that's significant. Specially because I suspect they switched to WebKit because they had no other choice 🤷♂️
Apple forked WebKit from KDE back in 2001. For all intents and purposes, they didn’t switch to it; they developed it.
Let's not forget CUPS which is how everything that isn't windows prints.