How are fedora or SUSE valid alternatives "from the same repos"? They're not even based on Debian or Debian repos?
Scoopta
Eh? Idk if I agree. My original comment was entirely a joke based on the fact that the literal argument of=/dev/sda has no affect on my system but to address your actual point. I personally don't find nvme naming any more confusing than SCSI. /dev/nvme0n1 is only one char away from /dev/nvme1n1 just like sda vs sdb. Additionally if you understand how the kernel comes up with those names they make a lot of sense. The first number is the controller, the second is the namespace or drive attached to that controller, the 3rd if present is the partition on the given drive. It is entirely possible to have a controller with more than one namespace. That aside aside...I think there is a genuine benefit to be argued for having USB drives, which are SCSI and fall into sdX naming separate from system drives as I dd far more USB media than system media. Making it a lot harder to screw my system up when trying to poke a flash drive.
I am immune to /dev/sda for I only have nvme
I'm both IT and development...and I've caught both sides being utterly wrong because they're only familiar with one and not the other
I also love Java, especially all the goodies added in 17. I'm not German though... 🤔
Linux remaps 0.0.0.0 to 127.0.0.1 when you attempt to use it as an address...does the same thing for :: remapping it to ::1
Me when this post has led me to find cute anime girl communities lol. I respect the decision to do it...but I'll be subscribing to some of these
I'm so glad someone posted this. I was going to lol
Wow that sounds like a headache, even though I've avoided python for other reasons that sounds like an additional reason to do so. Also the reason I avoid npm isn't for a technical reason like you've outlined here. It's because even installing npm requires me to install an entire other Linux distros worth of packages. Why do I need to install like 100+ new packages just to use a freaking package manager????
...is it truly that bad? npm is the reason I don't even install software based on node on my machines... python doesn't seem nearly as bad by comparison? (I run it, just don't like to write it) Maybe it's worse than I realize
That syntax decision is single handedly why I avoid python if possible
Maybe it's just been good luck, or maybe I pay enough attention to what apt is going to do and know how to deal with it but I've been daily driving sid for years and am convinced it's more stable than arch based on friends I have that run arch...maybe it's just I'm more experienced but it really doesn't break that much. Obviously ymmv.