Thanks, I didn’t know that. I’m learning now things on Lemmy!
Thanks, I didn’t know that. I’m learning now things on Lemmy!
That’s true for the configuration.nix. I still cannot fully wrap my head around using Nix Flakes for managing my nixos configuration, home manager and overlaying or creating packages. My setup so far works, but I still don’t feel like I fully understand it.
I haven’t really used Pop!_OS! yet, but I am getting a System76 laptop so I’ll definitely check it out. I hope they get their Cosmic desktop out soon so they can differentiate their distro more instead of being another fork with a few customizations and default apps.
I can’t confirm that (I distro hopped to NixOS) I can confirm that Arch is a solid distro worth learning and will give you the skills to manage it long-term. Compared to Arch based distros like Manjaro, EndeavorOS and Garuda where people tend to screw up their install easily when installing the wrong packages from the AUR and updating with dependency conflicts.
You can check it using the checksum. But who does that?
In all seriousness I am running NixOS right now using flakes. The package manager compiles everything unless a trusted source already has it compiled, in which case the package manager checks the checksum to ensure you still get the same result and downloads that instead. It also aims to be fully reproducible and with flakes it automatically pins all dependency versions so next time you build your configurations, you get the same result. It is all really cool, but I still don’t understand everything and I’m still learning it.
I am already trying it and I am still no expert. How I understand flakes is that it is a file with inputs, like nixpkgs and other flakes or repos you might depend on and some outputs that can be things like a nixshell with packages and environment variables, custom packages and configs like your NixOS configurations and home manager. When you use your flake for the first time, by entering a nix shell with nix develop, building a package with nix build, rebuild your NixOS system with nixos-rebuild --flake .#<hostname>, etc, nix will generate a flake.lock file that stores the hashes of all of your inputs and thus pinning the input versions. This means that if you ever run any of those commands again, you should get the same result because the inputs are pinned and the same version. If you want to update, you just run nix flake update and it will regenerate the flake.lock file with new hashes for the newest version. The advantage with flakes is that it is fully reproducible, even if one of your dependencies changes, because the hash is specified and centrally managed in the inputs of your flake.
Nix flakes can be used for your NixOS system by adding the nixos configurations in the outputs of your nix flake and adding the dependencies like nixpkgs to the inputs. You can also combine it with home manager by either specifying it as a separate output or adding it as a nixos module inside the nixos configurations output. You just copy your existing nixos and home manager config to the folder with your flake and reference them inside the flake.nix. If you added home manager as a nixos module, you only need to run nixos-rebuild switch --flake <path-to-flake>.#<hostname> and it will automatically rebuild both your NixOS configuration and home manager configuration. You can then backup the folder with your flake and configurations by uploading them to GitHub for example.
The best resource I found was this 3 hour video by Matthias Benaets: https://youtube.com/watch?v=AGVXJ-TIv3Y&feature=share7
I think the equivalent would be to make a copy of that room without paying.
I only have it enabled for social apps when someone actually is talking to me, but I just don’t understand why there are notifications for these recommendations or suggestions from some algorithm.
Sadly the only way to contactlessly pay with your phone is Google Pay, Apple Pay or maybe Samsung pay at least where I love. And I don’t trust any of those companies. There is no other open source standard implementation and you can’t even just use your bank’s app.
There are really people out there using React for their static portfolio website. I think JavaScript frameworks are fine if they compile into a minimal bundle with lazy loading, incremental server rendering, etc. As long as you don’t ship unnecessary JavaScript with a full virtual DOM and slow down your page.
I though the official response was that they couldn’t fit one without making the phone larger than it already is and that it was a hard decision.
Mine already runs CalyOS so there’s that.
Yeah same here. The micro SD slot is inside after you remove the battery.
Yamaha makes audio products: Pianos, Speaker systems, motorcycles…
Thanks, I have a French exam in less than an hour. Wish me luck! (No, I did not get the choice to stop with French until now. This is my last French exam.)
The new installer of Ubuntu is being made with Flutter. I am not sure why since it doesn’t need to be cross platform, but they are working together with the Flutter team at Google.
Brave is still based on Chromium and suffers from Google decisions. Remember when Google wanted to remove Manifest V2? Brave would also be affected by that. Yes, it is open source, but they do not have the resources to maintain a seperate codebase with Manifest V2 support while Google keeps updating Chromium without Manifest V2. Firefox ftw
So being vegan? That’s what this discussion has been about? There is no way everyone would go vegan. Let’s just leave this discussion as is and not let it get toxic.
So what do you propose as the alternative?
I am honestly not sure as to what the benefit of that is compared to the approach of CalyxOS with MicroG. It has worked for me perfectly, except for one app, BeReal for some reason gives a pop-up telling that Google Play Services is missing, even though I already have MicroG fully setup and working. Other apps have all worked fine, including Google Apps like YouTube and my banking app.