And, in the meantime, you’ll only destroy your OS maybe a few dozen times!
And, in the meantime, you’ll only destroy your OS maybe a few dozen times!
There are existing standards. The issue is that there are too many different standards and some programs will choose to make their conf files half standardized, half unique.
There’s INI, YAML, JSON, XML, TOML, etc.
Honestly, the Linux team needs to just choose one of these formats, declare it the gold standard, and slowly migrate the config files for most core components over to it. By declaring a standard, you’ll eventually get the developers of most major third-party tools and components to eventually migrate.
No - the US and Europe developed two different methods for handling salmonella.
Starting in the 1970s, the US chose to wash the eggs. The upside is that it eliminates virtually all risk. The downside is that it requires refrigeration throughout the entire supply line, but since they are refrigerated, US eggs last a lot longer; unrefrigerated eggs last about three weeks while refrigerated eggs last about 50 days.
Large portions of Europe didn’t have the infrastructure to support this so the regulators instead chose to vaccinate the chickens. The upside is that no extra steps are required and no extra equipment like refrigerated trucks. The downside is that they don’t last as long.
Both methods work about equally well and are both considered acceptable.
https://tellus.ars.usda.gov/stories/articles/how-we-store-our-eggs-and-why
If you want a smart vacuum but don’t want to lose your privacy or be reliant on a cloud service, Valetudo is the way to go.
Also got GLaDOS on my Z10 Pro!
Love Valetudo - it integrates so well with HA and is entirely local.
Apparently it’s Athena Linux. At least, that’s what the hackable vacuums use.
It’s not a guarantee, though, but it should be. If you serve for, say, 5 years and have not been dishonorably discharged, you should be automatically eligible for citizenship.
As of now, serving only exempts you from the continuous residence and physical presence requirements. You still need to be a permanent resident, know English, understand the US government and history, and demonstrate “good moral character” for at least a year out of the military.
Permanent residency shouldn’t be mandated for soldiers. They’re choosing to serve for the US - isn’t that enough? The English and US government/history requirement should be waived under the assumption that they understand all of those well enough after training and serving in the military. Good moral character really is just that you haven’t committed any serious crime which is fine.
I quit a long time ago without even meaning to.
There was just less and less content to keep me interested while more ads and “recommendations” kept taking their place. At some point I was just forcing myself to open the app each day and just stopped.
If an app, website, or game won’t respect my time, why should I give it any?
WebRTC could be used to provide peer-to-peer streaming. The load on the servers would be very minimal since the feeds would be sent directly from the host to the viewers. A lot of live streaming and video conferencing apps already use it to keep their hosting costs down.
The downside is that the IP address of the viewers will be exposed, even over a VPN unless precautions are taken by the user or the application.
Yeah something like that should be doable but it would require that programs provide a schema and the OS to have a way for the programs to “announce” themselves so it can be aware of the configuration files and the schema.
I’m sure some project could create a GUI that could cover the most common applications, though.
It’s always fun trying to set up a program, learning the config syntax, running it, having it fail, and then spending an hour debugging before you realize it never even read your config changes because you were supposed to use one of the other half dozen conf files it has spread all across your drive. Is it under
/etc/
,/usr/local/etc/
,/opt/
, or your home directory?