deleted by creator
deleted by creator
this kind of software is mostly used for tech support, so your option is too hard to setup
by default, your content is all rights reserved, the most restrictive license possible. AI trains on “all rights reserved” content all the time. You really think adding a CC-BY-NC is gonna do anything?
it’s probably caused by fast shutdown
applications from the Play Store or App Store are something people have to get and use everyday
I haven’t made the full switch to mobile Linux yet, but my Android phone has 0 proprietary apps besides the firmware and it’s 100% usable
in my country, if you exclude browser-based banking no bank will work
Well, the question is why are you excluding web banking? While it’s less convenient at times, banking apps collect every piece of info about you they possibly could collect, they try to prevent you from “messing” not only with the banking app, but with the phone itself - they are one of the most egregious cases of “normalized privacy invasion”, so web banking is much preferable to banking apps. If you’re allergic to webapps for some reason (which would be a very weird thing to say for someone who installs banking apps), fine, switch to a bank that allows doing operations via SMS (that’s the only feature I miss from Sberbank).
the NFC / contactless payment system here requires either Apple Pay, Google Wallet or a proprietary app develop by a banking alliance
Why are you using contactless payment? Unsatisfied with the amount of data your bank collects, you want to give the same data to Apple/Google? What’s the problem with just carrying a card with you? I genuinely don’t understand. This certainly isn’t a “100% unavoidable requirement”, but just a fad you didn’t even think whether you could do without
Govt provides electronic versions of your identity card, driving license and a ton of other cards related to the govt that also require an Android/iOS app they make…
That’s absolutely true, which is egregious. You should petition your government to open-source those apps (public money = public code), you should reverse engineer those apps to get their functionality without the proprietary code (if they just show a barcode/qr code/picture, it’s easy, but it gets harder if it uses NFC). Either way, this isn’t something you “need”, as carrying your documents around really isn’t a problem… for me, anyway, YMMV I guess
Even something simple like setting up a TP-Link Tapo wireless security camera will require an app these days.
…first you buy an IoT device that connects to “the cloud”, then you say you need proprietary software to access it. Of course you do, that’s the kind of device you bought - the vast majority of IoT devices are made with zero regard to the user’s privacy and security, to hackability or right to repair.
That said, it’s very easy to find hackable devices if you do the bare minimum research. Examples from my home - Valetudo (FOSS robot vacuum firmware) on Viomi V2 Pro, Tasmota (ESP32 firmware) on an AiYaTo light bulb. This is not a problem with mobile Linux, but rather you choosing a device that’s made to collect data from your phone.
In conclusion, everything you listed so far isn’t a problem with mobile Linux, but a problem with your approach to software/hardware freedom. Chances are, you aren’t a hacker, and by extension aren’t a part of the target audience of a Linux phone. That’s fine, but don’t pretend there’s some insurmountable barrier preventing anyone from using it - it’s just that you don’t need it. Waydroid exists, which makes all of the claims in your comment invalid (besides maybe banking apps which may detect Waydroid), but you won’t consider Linux phones viable anyway - because, again, you don’t need it.
Nix doesn’t do anything special when launched.
The way it works is very simple - instead of e.g. /usr/lib/libssl.so.3, binaries use /nix/store/openssl-…/lib/libssl.so.3. This is done at build time, not runtime.
it’s the way Nix works too
there’s not much to know about it, I use Cloudflare simply because its routing is better than direct IP connections for many places on Earth. I can’t fully use Cloudflare anyway because I host many non-web services.
I know about it, but it kinda defeats the purpose (the purpose being police raid protection)
Is there a way to break down home.packages into smaller chunks for modularity?
home-manager uses the NixOS module system, so you can use everything that comes with it, like imports
So they’re just to ensure reproducibility?
That and for easier importing of other people’s Nix code
In short, Nix reduces the setup time, both for your system and for your projects. If you find yourself spending a while setting stuff up (for example, after a reinstall; or maybe you want to run your project on another PC and need to install the right dependencies), Nix will help. Otherwise, if your desktop is vanilla Fedora or whatever and you don’t do much programming (or you don’t have any dependency management problems), Nix probably isn’t for you.
I don’t care much about rofi itself, I primarily like it for how powerful its scripting is compared to e.g. dmenu (css themes are nice to have too I guess)
And no, OnePlus 6
sway with tabs (i usually dont use actual tiling)+4-5 workspaces
waybar for status display and on mobile also for menu access
rofi as the app launcher (i also plan to write a proper rofi menu for my phone for quick access to useful commands/config but it’s heavily wip)
i patched sway for push to talk because wayland spec doesnt support keybindings in a way required for push to talk for now
i also plan to patch it on the phone to completely forbid fullscreen apps (as they hide the menu which i use for workspace/window switching) and show the window bar on all windows (for example, firefox extension/downloads popups)
I wouldn’t change anything, maybe make it more generic so the user could e.g. pick dmenu or rofi instead of alacritty+fzf
I mean it’s probably been a couple years, which is precisely why I don’t remember it, I probably would’ve if I’d started using it like 10 years ago
Did you first start with Vim or Neovim?
I probably started with Vim, but I honestly don’t see much reason to use it over Neovim besides better out of the box fbcon support
Which does beg the question why the others haven’t implemented such functionality (yet)?
Helix continues the work previously done by Kakoune (some people prefer Kakoune over Helix anyway). As to why - because it, like any other computer science topic, is a topic of active research, and Kakoune is the next generation of research into modal editing. Disclaimer: I use Neovim because it works well enough for me (it does offer more configurability, but I doubt I use it that much) and I don’t want to learn another set of hotkeys (which is similar enough, but still different).
I shouldn’t expect remote accessing some random server will allow me to use Helix, right?
That’s right, but as a Neovim user, it’s hard for me to use Vi, because it lacks many features, and I don’t know which ones. When you start going from basic to advanced knowledge, it sadly doesn’t translate. Of course, I would still pick Vi over Nano any day.
There’s a similar problem with many shells (fish, readline (bash)) that don’t fully implement Vim’s features, so their Vi mode sucks, but I still use it.
I use sway on my phone, had to add a secondary menu bar with a few keys for stuff like opening rofi, but it works perfectly fine otherwise