• 2 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle



  • sickday@kbin.socialtoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    5
    ·
    9 months ago

    It would be the exact same amount of effort you’d use to get new software on other distros. Both Arch and NixOS have very straightforward methods of installing new software that aren’t any more difficult than doing so on Debian or some other distro. Both Arch and NixOS support independent package managers like flatpak and snap + they support Appimages.

    I’d also add that OP doesn’t even need to use NixOS to use nix packages, whereas Arch or Debian would require systems based on those distros. So if anything NixOS tries to make it very easy to add and configure software. Where does all the effort come in?



  • I posted the list of alternatives simply because OP asked for forks.

    What’s wrong with Firefox

    Me posting this list shouldn’t be an implication that I believe Firefox to be bad. I’m offering alternatives as the OP requests.

    and how do the forks address those points?

    Every one of the links I shared have detailed information about how their product mutates the original Firefox or Chromium browser. Do you really need me to copy-paste that information into a comment?









  • Making individual instances bigger is not a good thing, it makes everything more centralized.

    I agree. I think one of the easiest ways to encourage users to bring up more instances is to minimize the requirements and steps needed to get a Kbin or lemmy instance running. Its not a very complex process to get an instance running, but it can be difficult to locate the relevant information you might need to spin up an instance without reaching out for support. That could end up putting people off of setting up an instance.



  • Oof that’s a sort of big deal. Geerling’s (geerling.guy) well-known in the Ansible world for the Roles he publishes to Ansible Galaxy. This could end up being a lot of work for people in enterprise scenarios if his roles for RHEL stopped receiving support and engineers have to start rolling their own solutions.

    I understand and agree with his pov though. I don’t see the benefit to walling off access to the RHEL source behind their subscription. Hopefully someone more knowledgeable can share some insight


  • IMO, I don’t see reddit ever going back to what it was even a year ago. Like many other lurkers I didn’t actively post much on reddit, but I used it a ton for searches. Reddit was (and still is to a much lesser extent) a great place to find support or posts that might address an obscure problem you have with tech in general. Trying that today gives me mixed results at best. Subs are private or the replies that were helpful are now deleted. A lot of the search results that you might’ve found before don’t actually show up because the user deleted their account and/or posts. Its far less useful for this purpose than it was even a few months ago and I think we’ll see traffic start to reflect that pretty soon.



  • Part of the purpose of NixOS is providing a means to build a reproducible environment that’s easy to configure, migrate, and rollout. You can absolutely handle configuration of many different programs using either flakes or the native modules provided by nix. You can customize your entire system from firewall entries, to users and their shells, to the kernel itself and the kernel modules you’d want it to load, all in a single file or multiple files. If you want to try doing all those things in bash scripts, good luck and please share your experiences but don’t expect it to be as easy as the Nix ecosystem.