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
Yes for all except youtube. I use frontends there. LBRY when feasible and there’s not a lot of content creators on PeerTube at least we got “The Linux Experiment”. PeerTube needs a monetization model imo (benefiting content creators and instance hosters). I wouldn’t mind paying a low fee for watching content for instance.
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.
You can suck on IQ tests and still be smart you know.
Jerboa. Came up when I was searching on F-Droid
I’ve had it happen on Windows 11 so its not gone there
Biking is based. The benefits far outweight the cons compared to the other private transport we have today. I thought the hate was almost exclusive to cars from what I’ve seen which is understandable. At least in comparison to bikes.
You could try dual booting to make the migration a little less extreme. I started that around the time Windows 11 came out and realized about a year later I don’t use Windows for personal stuff anymore. Windows is now gone and I do not really miss it.
Looks quite good. Wouldn’t mind this as the logo
Among other projects I belive is beneficial to the world. It’s Libre software and provides free (CC-by-SA) knowledge without making you a product. I only made a one time 3$ donation but I might donate more in the future.
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.