I didn’t get the “You played on more than 1 device”. Guess it has been 100% Linux
I didn’t get the “You played on more than 1 device”. Guess it has been 100% Linux
Tbh. I don’t really mind this ad. :) Non-profit? Ethical software? More people should use it
Check out tosdr.org. It helps a little
Will it collect data about my sexual activity?
To be more mainstream granted it isn’t because of a shitty locked down distro incompatible with the others.
What I love most abou Linux is its freedom. It doesn’t try screwing me over for their own benefit, gives me full control of the system and is broken down into components. Having the underlying system foss for many is great to provide and make it easier to adopt more ethical software for computing.
That quote is so wrong and misleading its hillarious.
Well If it did I don’t think LibreCMC would be much of a thing. (Linux-Libre OpenWRT to sum it up). But the officially supported hardware seems to be ThinkPenguin, and old APs which isn’t a very rich selection. Unfortunate but thats why I wondered if the Banana Pi would work since firmware is closely tied to hardware.
I’ve had it happen on Windows 11 so its not gone there
Looks quite good. Wouldn’t mind this as the logo
Performance? Not really no. I believe C is slightly faster with Rust and C++ competing for second place. The benefit is safer code as Rust is built with performance and safety in mind. It highlights what potential errors can be found where making human error way less common. Instead of potential null errors types are wrapped in an option enumerator which ensures you know there can be a lack of a value. Expections are also enumerators done similarly with a result object so you know which functions may fail. Instead of using memory and potentially forgetting to free it we have the ownership system.
Best you’re gonna get is shared-source. Open-source requires you can redistribute said program with modifications. Therefore, you need a license explicitly granting those rights.