this post was submitted on 02 Sep 2025
298 points (98.1% liked)

Linux

57999 readers
866 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 6 years ago
MODERATORS
 

Linux phones are still behind android and iPhone, but the gap shrank a surprising amount while I wasn’t looking. These are damn near usable day to day phones now! But there are still a few things that need done and I was wondering what everyone’s thoughts on these were:

1 - tap to pay. I don’t see how this can practically be done. Like, at all.

2 - android auto/apple CarPlay emulation. A Linux phones could theoretically emulate one of these protocols and display a separate session on the head unit of a car. But I dont see any kind of project out there that already does this in an open-source kind of way. The closest I can find are some shady dongles on amazon that give wireless CarPlay to head units that normally require USB cables. It can be done, but I don't see it being done in our community.

3 - voice assistants. wether done on device or phoning into our home servers and having requests processed there, this should be doable and integrated with convenient shortcuts. Home assistant has some things like this, and there’s good-old Mycroft blowing around out there still. Siri is used every day by plenty of people and she sucks. If that’s the benchmark I think our community can easily meet that.

I started looking at Linux phones again because I loathe what apple is doing to this UI now and android has some interesting foldables but now that google is forcing Gemini into everything and you can’t turn it off, killing third party ROMS, and getting somehow even MORE invasive, that whole ecosystem seems like it’s about to march right off a cliff so its not an option anymore for me.

you are viewing a single comment's thread
view the rest of the comments
[–] Ulrich@feddit.org 8 points 6 days ago (1 children)

tap to pay. I don’t see how this can practically be done. Like, at all.

The same way it was done with Google, Samsung and Apple. Just has to become more popular until banks and credit card companies will have to work with developers to make it happen.

android auto/apple CarPlay emulation.

Again, it will have to require the compliance of OEMs. However I see the entirety of these systems disappearing soon as more OEMs want to lock users into paid subscriptions for such features.

voice assistants

I'm not convinced this will ever be useful. Several of the largest tech companies on the planet have tried and all have failed miserably to produce anything useful for decades at this point.

[–] sudoer777@lemmy.ml 0 points 4 days ago* (last edited 4 days ago)

For Linux it could be tied in with terminal commands using an LLM:

"Install Firefox" -> apt install firefox

"Open Firefox" - > firefox & disown

aichat --execute already turns natural language into terminal commands through any OpenAI-compatible API (and OpenRouter provides free Deepseek R1/Kimi K2 access), so there just needs to be speech-to-text.