this post was submitted on 21 Feb 2024
270 points (96.2% liked)
Linux
48136 readers
421 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Don’t do this.
Android is already Linux on a phone and it’s bad.
Donate to normal Linux on computers. There is an ever expanding mess of packages that need to be updated, fixed, hosted, maintained, streamlined, back ported and generally massaged into functionality with whatever goofy distro you pick.
Donate to Linux on computers instead.
For the vast majority of people these days, a phone/tablet is their computer, and a laptop/desktop cannot fulfill the same use cases. So if someone makes the very reasonable request for a phone recommendation, telling them to just use a laptop/desktop doesn't make any sense. It would be like someone asking for a recommendation for a moped, and responding "don't bother, just get a Ford F150".
No, it’s not like that at all.
The op didn’t ask for a phone recommendation and I didn’t recommend instead that they use a laptop or desktop.
The op said they want to donate to a Linux phone because one day they believe they’ll be able to use a Linux phone. They want to pick the right one to give money to so it’ll have the best effect towards that end.
I said they shouldn’t do that because they can already use a Linux phone and there are tons of other Linux based projects where the money will go much farther.
We ought to be looking at this from a completely different perspective though: op is trying to maximize the value their donation has, and that’s a bummer. They should just donate to the one they like and not worry about effectiveness.
Apologies if I misunderstood your meaning when you said "android is already Linux on a phone and it's bad". If android is sufficient for your mobile Linux needs, that's fine, I use it too. But it doesn't fit the bill for everyone, and that's the point of OP wanting to support an actual FOSS mobile effort. The alternatives you list don't get them closer to what they're looking for.
You’re right. I didn’t tell the op how to get what they’re looking for.
I told the op that they’re looking for the wrong thing, which is more helpful advice than dissecting the difference between pine and postmarket.
Fair enough!
It's not clear to me why you believe Linux on mobile implies typing into a CLI interface using a phone keyboard. We choose to use the CLI when it makes the most sense as an input method for the platform, not because it's required by Linux.
As the post above pointed out, android is already Linux, so that's already an option. But OP's goal would be to have a FOSS phone given that phones are increasingly the computing device of choice for people, and there are very few feature complete FOSS options in that space right now.
Sometimes the code to make a mouse or any pointing device (TS included) work with a cli can be 15 times more than the cli itself. Cheap low powered devices for the masses (globally) would perform competitively if it wasn't for all the heavy gui work they have to do.
@Tak @teawrecks
Cool then don't use a CLI on your phone, I don't know anyone who would.
Android is Linux, you don't need to build it yourself. That's not a precursor to using Linux on mobile any more than using a CLI is.
Android isn't kinda Linux, it is actually Linux. It includes other proprietary stuff too, but Google regularly contributes their changes upstream. Like it or not, android is a prime example of what is possible on mobile using Linux.
Yes, I agree that OP isn't looking for Android and wants to support an alternate option. But here's where I think our disconnect is: the goal wouldn't be for the alternate option to be a difficult to use, niche, build-it-yourself headache. That's never anyone's goal for anything. The goal is to make something roughly as good as, or better than Android, except FOSS.
It's just that it takes funding and vision to make something as feature rich as android, and both are hard to come by.
It's common for Linux distros to make changes specific to their distro. Adding and removing modules, adding custom changes, and offering those changes back to mainline. This is how Linux works and what makes it so great.
It's not as though Google hard forked Linux 15 years ago and have just done their own thing ever since, they're regularly merging Linux LTS. Here's a diagram from Google of what that looks like.
MacOSX is a hard fork from Mach, which fits your French analogy more accurately. Android is more like a Boston accent; it's a dialect but never very far from it's origin.
Yeah, I feel like at this point you're not even disagreeing, you're just saying I'm wrong because you don't want to be wrong. You didn't even give me anything to refute this time. That's fine, you're right, cheers.
Lol man, we're just so far off topic from the point I was trying to make though, which is that a user friendly mobile experience built on linux is totally possible, it doesn't have to be a "build-it-yourself" headache, it doesn't require interfacing with a CLI, and we don't even have to wonder if that's true because it's been done and is massively successful. That's all. If you'd like to nitpick whether it's "actually Linux" or "kinda Linux" I'm just gonna give you a swirly.
The point of Linux on phones isn't to have a phone that requires you to constantly fix it with CLI tools. The point is to have a free and open software platform for a device that is increasingly necessary for daily life.
As a side effect, developing Linux for phones would probably help us eliminate the need to reach for the terminal on desktop Linux as well. I believe snaps (which laid the groundwork for flatpaks) were originally developed for Linux on "smart" devices. The whole ecosystem improves when we try to bring Linux into a new domain.
P.S. I use termux (a terminal for android complete with its own tiny Linux environment) from time to time when I need to access my server over SSH. It's a bit clumsy, but super handy!