KLISHDFSDF
For women in Texas, a new study says you're getting the short end of the stick. WalletHub ranked Texas among the five worst states for women to live in, with its study released Monday, February 26.
Source: https://www.mysanantonio.com/news/local/article/worst-state-for-women-texas-18690990.php
Texas is the worst state to live and work ... Factors like Texas having the highest number of uninsured residents in the nation, higher violent crime rates, a low number of primary care physicians per capita, a strict abortion ban and laws targeting LGBTQ+ people were what made Texas’ score so low
Correct me if I'm wrong but does FOSS not simply mean the following?
software that is available under a license that grants the right to use, modify, and distribute the software, modified or not, to everyone free of charge
source: Wikipedia
From my understanding AOSP's license grants all those rights. I think what you might be opposed to is that it isn't developed out in the open, which is a fair criticism.
I used to have 3 cockatiels and each one was like a toddler with its own distinct personality.
Link to article for those who prefer to avoid Facebook/Meta: https://www.oxfamamerica.org/take-action/surveillance-and-suffering/
because I'm not a piece of shit and want to see my fellow Americans do better. a rising tide lifts all boats.
Is it just Democrats or was it a bipartisan deal? do you have any links to support the claim?
so between eating a shit sandwich or being driven off a cliff and potentially dying, you'd chose death? honestly the dumbest take I've heard in a while. thanks for the laugh, I guess 🤡
we're exploited enough as is and corporate greed is only getting worse, there's absolutely zero need to put children in a position to be exploited.
You can limit how much RAM is available to each one, so one app doesn’t eat all of your RAM. Same with CPU.
This can be done with containers and you don't get the overhead of virtualizing a whole operating system for every service/app you might be hosting.
Virtual Machines can be backed up, uploaded to remote storage, and restored.
This can also be done with containers in a more elegant way as there's no need to back up any VM/OS data.
E.g. I have a docker compose file that can nearly immediately stand up a container with the right settings/image, point it to my restored data and be up and running in no time. The best part is i don't need to back up the container/OS because that data is irrelevant.
When it’s time to do a big update on your main machine (either changing OS or getting new hardware), restoring VM’s is super simple compared to the alternative.
With the alternative you just restore your data and run docker-compose up -d
. Docker will handle the process of building, starting and managing the service.
Simple example: Your minecraft server died but you have backups. You just restore the data to /docker/minecraft
. Then (to keep things really simple) you just run:
docker run -d -p 25565:25565 --name minecraft -e EULA=TRUE -v /docker/minecraft:/data itzg/minecraft-server
and in a few minutes your server is ready to go.
its like god sending jesus christ to save us from... himself?