If so, how does that solve the problem of clutter in $HOME ?
If it wasn't clear from my message, the problem(s) these tools are solving for me would be 1. not having to keep track of my dotfiles and their directories, and 2. not storing configuration files directly on the disk I use for the $HOME dir. I'm not claiming these tools would solve clutter in the $HOME dir. Further, I think it should be alright for me to share tools for managing configuration files in your home directory in a discussion that directly relates to that subject.
So you create a symlink from $HOME/.program.ini to something in the nix store?
Normally it's the other way around. When you use nix and home-manager, you're technically generating files that will live in the nix-store and nix/home-manager will take care of symlinking those files to locations in your $HOME dir.
My particular use-case is that I want persistent configuration files that are shared throughout a handful of devices on my network. To this end, I use some home-manager symlinks that lead to a network folder where all these various directories and configuration files actually live. I edit those configurations in a single place and their changes propagate across the network to all the devices that would use them.
You can manage symlinks pretty easy with home-manager. I'd personally setup symlinks for these app configuration directories if I don't want them storing files directly on the disk I use for $HOME. It's also done in a delcarative way that can persist across multiple computers.
Or they can keep using the same engine with the same issues because gamers will definitely buy their next title en-masse despite the previously mentioned issues. Eg. Starfield
Is this IDE going to make it impossible to install the Rust plugin in their other IDEs? Like is there anything preventing a user from continuing to use the Rust plugin and CLion after this has been released?
Almost all of these IDEs have language-specific features in them. PyCharm has Scientific tools (like SciView) for generating graphs using code and data. Rider features a pretty nice Windows Form builder for generating and creating GUIs for applications. Etc.
I can't imagine it being very useful or practical to unload all these language-specific plugins each time you open the program to write in a language that can't utilize those features.
That's correct. Even with this backtrack, it's a safe bet that they'll likely re-introduce this same policy with different wording once they believe their consumers have calmed down.
What an interesting year. This has to be the 4th or 5th large tech-centric company that's
introduced some really shitty policy
pissed off it's consumers
then backtracks to some degree after backlash
Just like every other company that's done this, the backtrack is likely meant to appease the consumers before the policy gets re-introduced later. Perhaps with slightly different wording.
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?
Glad they included such an expansive space combat update in this release. For a while it seemed like ship combat was an afterthought, but this update really does add depth to it.
I wasn’t implying they get paid better. The comparison to views vs plays was done to address the “It’s not a song” comment. How did you get that implication from my message?
It’s semantics, but the equivalent for a song would be plays. I think the problem with using views or plays for a metric like this is that they don’t account for people that take in the entire piece of media. It considers people that accidentally click an episode and then close it after some seconds, and people who watch an episode from start to finish, to be the same. One of those people are going to see a lot more ads than the other, thus making the company more money. Just my hypothesis tho.
To my knowledge, pipewire was never meant to replace any part of systemd. I don't think systemd does anything related to audio either. OP was claiming otherwise so I asked for clarification.
If it wasn't clear from my message, the problem(s) these tools are solving for me would be 1. not having to keep track of my dotfiles and their directories, and 2. not storing configuration files directly on the disk I use for the
$HOME
dir. I'm not claiming these tools would solve clutter in the$HOME
dir. Further, I think it should be alright for me to share tools for managing configuration files in your home directory in a discussion that directly relates to that subject.Normally it's the other way around. When you use nix and home-manager, you're technically generating files that will live in the nix-store and nix/home-manager will take care of symlinking those files to locations in your
$HOME
dir.In this scenario though, I would use the https://nix-community.github.io/home-manager/options.html#opt-home.file option from home-manager to create a symlinks to a location that's outside of my
$HOME
dir so those files don't have to live on my home disk.My particular use-case is that I want persistent configuration files that are shared throughout a handful of devices on my network. To this end, I use some home-manager symlinks that lead to a network folder where all these various directories and configuration files actually live. I edit those configurations in a single place and their changes propagate across the network to all the devices that would use them.