• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle


  • Additional issues I’ve not seen mentioned:

    • Ticketing systems have been an issue for me. I don’t do sports but went to a MLB game for a friend’s group event and it was hell. No paper ticket and can’t have someone show the ticket on your behalf from their phone. One ticket per phone. With sandboxed GPS the app didn’t show in the Play Store. Had to sideload. I probably could have used Aurora in retrospect but used Universal Installer from f-droid and a mirrored APK. Then had to disable exploit protections and VPN before I could get access to a ticket. Its random situations like this, while infrequent, it can get frustrating.
    • Managed work profiles. Work apps usually require GPS but the allow list of installable apps don’t include GPS (why would it, its available at the system level). So I can’t install or use any apps for work. I honestly prefer it this way, they can give me a work phone.



  • If you want punishment go for NixOS!

    • Fundamental philosophy changes over its lifetime.
    • No idea (when starting) which documentation or patterns go with which version.

    But once it clicks you have a fully declarative setup**. I edit a file, activate, commit to git. On another system, pull, activate.

    ** The config system is expansive but not exhaustive. I still have to login to Slack, pick my theme, etc. My VPN on the other hand is just ready credentials and all.

    I never have to remember the 100 little tweaks I made, every tweak is in git. Noise canceling pipewire filter, what software I had installed, service configurations, secret management, disk partitions, all portable between different systems.

    A lighter introduction is probably home manager, works in any Linux system or macOS. Manages your home directory as the name implies.

    You can also go lighter with a repo flake.nix and a devShell. Its like a generic virtual environment. Auto activate with direnv. A step up from a devShell would be https://devenv.sh/ which tracks more like home manager with configurable modules. A devShell is really a bash script with these programs available from Nix.