Remix.run Logo
rickcarlino 20 hours ago

Linux is one of the last strong defenses for the idea that people should control the computers they own. On desktops and servers, root access is normal, and attempts to take it away do not work because software freedom is well established. On phones, that never happened. There is no real, mainstream “Linux for mobile,” and the result is a world of locked-down platforms where things like “sideloading” are treated as scary security risks instead of basic user rights. This makes it much easier for lawmakers to argue for removing root access on mobile devices, even though the same idea would be unrealistic on desktop systems.

A great deal of gratitude is owed to all the people who volunteer their free time to create the stable desktop environment we have free access to on Linux in 2026.

Nathanba 3 hours ago | parent | next [-]

What I don't understand is why it is so much effort to use linux on a phone. Surely these 8 core ARM monsters these days should be more than enough to handle a full kernel. Hopefully it's not a driver issue where manufacturers only contribute the necessary drivers to the android kernel, not the linux one.

illiac786 3 hours ago | parent [-]

Battery/sleeping is the main challenge I believe, not processing power. Linux laptops still struggle a lot with sleep. And Windows laptop too btw.

mixmastamyk 20 hours ago | parent | prev | next [-]

If you're interested in this aspect of user agency, you might like the "trustworthy technology" site a few friends and I are working on: https://aol.codeberg.page/eci/

wookmaster 15 hours ago | parent | prev | next [-]

"There is no real, mainstream “Linux for mobile,”"

Probably need to clarify since Android is Linux. Assume you're referring to community run distros. Unfortunately the issue is usually proprietary hardware that has to be reverse engineered and nobody willing to pay engineers full time to do that.

morshu9001 16 hours ago | parent | prev | next [-]

Android is Linux. There could easily be a secure-boot desktop Linux too if companies cared to target that platform with things like banking apps.

pjmlp 7 hours ago | parent [-]

Not really, it makes use of Linux kernel, cages it on pseudo-microkernel architecture since Treble and Mainline refactorings, uses a Java userspace, and the NDK has a quite clear list of what APIs are allowed to be called.

ReptileMan 19 hours ago | parent | prev [-]

>Linux is one of the last strong defenses for the idea that people should control the computers they own.

Please run Kate/Kwrite as root and then we will talk on the topic. Or pipe password to ssh

zufallsheld 19 hours ago | parent | next [-]

That's the good thing with open source. You can theoretically fork it and remove what prevents you from using Kate as root.

19 hours ago | parent | next [-]
[deleted]
ReptileMan 19 hours ago | parent | prev [-]

Sure. But the malaise of smug people taking decisions that are outside of the scope of the software is creeping into linux too. It is up to me decide what is secure, not them.

tom_ 18 hours ago | parent [-]

It's smug people telling other people what to do all the way down!

jamblewamble 19 hours ago | parent | prev | next [-]

You dont have to use that software. Who even would? You're an adult, presumably, so use vim.

messe 16 hours ago | parent [-]

ed is the standard text editor.

CAP_NET_ADMIN 17 hours ago | parent | prev [-]

Kate/Kwrite will ask to escalate to root if permissions are not sufficient. If it's not available to you, that's because your distro patched it out.

For ssh - sshpass.