• 6 Posts
  • 129 Comments
Joined 2 years ago
cake
Cake day: August 6th, 2023

help-circle
  • While degoogling is accessible right now, what worries me is that all of these projects are 100% dependent on Google’s whims because they use Android as the upstream. Same reason why I don’t use Chromium browsers: yes, they can patch over things, but they can’t fight the direction of the upstream project and they are powerless if the upstream stops publishing commits / source, like Google seems to be moving toward. Additionally, what “the big distros” aka stock ROMs do to prevent FOSS apps being installed means a much much smaller potential userbase for them. I develop an Android app, and (while I don’t have analytics) I don’t find it unlikely that at least half my users are on stock roms that would lose access to my app with this policy. It’s much less motivating to develop something when I know less people will benefit, and especially knowing I’m supporting only custom roms that are 100% beholden to Google. Degoogling is a good first step. I’ve been on Lineage for many years now. But I believe that the step that will truly make us independent is moving to Linux phones.











  • mat@linux.communitytoLinux@lemmy.mlOkay why is your distro the best?
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    1
    ·
    2 months ago

    I (maybe) ended distrohopping last year when I gave NixOS a shot. I can’t recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it’s a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction… I’ve only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it (“infect”) to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects… if I set up dependencies once (as a flake.nix shell), it’ll work forever and anywhere.