Comments by "George Albany" (@Spartan322) on "Brodie Robertson"
channel.
-
1
-
1
-
1
-
1
-
To be honest, a distro is only a single distro until its installed on your computer, then its a totally new distro, 95% of a distro's distinction is the install script and package distribution host, and majority of those still at some point will or can redirect to the parent distro's package distribution, (Mint, Ubuntu, Manjaro) dumb thing is when a distro makes its own custom install systems that make it different in slight ways, like how Manjaro screws with all the popular packages on Arch for no reason which causes install breaks, even had programs utterly crash because I used the Manjaro packages, like what is the point of overriding the packages that already exist, could just addon to the package in the main package distribution host anyway.
1
-
1
-
1
-
1
-
Truthfully I think Linus is a fool, my biggest issue with him is that all tools must be all or nothing, his software perspectives have a lot of stupid presumptions, like his perspective on C++ in the kernel was absolutely dumb, yes sure C++ exceptions and RTTI is a pain, there are definitely annoyances with C++03 and before, but you can disable both on every compiler, its an unfortunate requirement of the standard that both be supported (making them optional extensions would be a lot better) and you can use C++ without the standard library if necessary, plenty of FOSS projects already do, the only really big backing behind Linus having beef against C++ is because he's a C fanatic and was frustrated with C++03. (even though it was still better then C) RAII and simple span-like types were completely feasible even going back to C++98, and it would've saved a lot of headaches in the Linux kernel. C is a worse language then C++, Linus has never once made a valid complaint of C++ and I would love to say this to his face and call him out for being an idiot. Literally everything that can be written in C and be written in C++ almost exactly, you can even selectively disable name mangling in C++ when you need a C API, you don't need to use anything that bloats your compilation nor your binaries if you disable RTTI and exceptions.
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1