

That’s wrong. The tube has a cross section of 0.25π cm² so your tube will be filled ~1,2732m high.
Also as others have stated, if you can measure 1cm you already have a definition of a Meter.
That’s wrong. The tube has a cross section of 0.25π cm² so your tube will be filled ~1,2732m high.
Also as others have stated, if you can measure 1cm you already have a definition of a Meter.
Yeah with lossy compression the future is today!
Easy, just replace each byte of data with multiple bytes of metadata. I see no problem here
But you dont what the code of the assembly-style centered div in your codebase. Because nobody will be able to read it and understand what it even does. There are abstraction specific ways to solve problems and the right way to do something in assembly is not the right way to do it in CSS.
The “biological reason” is “societal preconditioning”. Its Disney movies, toys marketed towards small girls, television, social media…
Despite many advancements in equality, marrying a rich man is still seen (and marketed) as a live goal for women.
Also, wedding and princess are pretty mutch the same thing for a girl. Pretty dress, center of attention, presents, etc. Its not about “getting married”.
Decryption is not related to root permission.
If the ENCRYPTED drive is mounted to the container, then the container can decrypt it.
If the DECRYPTED drive is mounted to the container, then the container never knows it was encrypted in the first place.
Second case is easier BTW. Just mount the drive on your host, type in the encryption password and you get a new, unencrypted drive. Specify this new drive in your docker compose/docker file.
Generally, Linux Servers are best administered from a command line. At least in the beginning to set everything up. In turn they are faster on lower hardware as they dont even have a graphical desktop at all so need less resources. You could of course install a windows server OS. They can be fully administered through Remote Desktop and a GUI.
There are multiple projects to make self hosting more accessible (like casaOS). They automate many steps of the setup and then offer you a webUI for further steps. Maybe have a look here https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#self-hosting-solutions
Everything should be encrypted, always. We live in a time where hardware for en/decrypting is so fast and cheap that they can be included in any device. If you send somethig through a it should be encrypted. If you send something over the air, it has even more reason to be encrypted. I see no scenario where it should not be.
HOWEVER! For law enforcement and other official governmental agencies I think all communication should have to be recorded. And failure to do so should have very high penalties. Transparency should happen after, not during the communication.
Or just make some laws about impartiality, and use fines and loss of licence as punishment. Lastly, allow renters to choose the inspector.
Unfortunately in many places houses are rare and landlords can choose from a wide range of interested renters. They can always choose the renter that is willing to pay for the inspection completely and choose the inspection company favoured by the landlord.
Splitting costs between a party paying money and a party receiving money (in exchanage for goods or services) never works. If the landlord wants to rent for X but have to pay Y, they will simply rent for X+Y so they end up with X the way they wanted.
The system where someone monopolizes a essential good and leverages that to gain power is called anarcho-capitalism and is a whole different thing. In anarchy, ownership on that level does not exist. Neither a company nor a person can own a factory, or a farm, or the power grid. Employment doesn’t exist. People can band together and distribute tasks for a common goal (such as producing a certain good) but they all hold equal stake in all decisions.
Of course a group of people could use violence to oppress other people. But then you no longer have anarchy. The same way a democracy stops beeing a democracy once a group seizes power and doesn’t allow fair elections anymore.
It becomes a whole different thing when you yourself are a creator of any kind. Sure you can retorrent TBs of movies. But you can’t retake that video from 3 years ago. I have about 2 TB of photos I took. I classify that as media.
wg-quick creates a systemd service for each wireguard config you have. So if you set up a tunel called wg0, you should be able to run ‘sudo systemctl enable wg-quick@wg0’ This will make your tunnel connect on every boot. I have the same setup on my proxmox, so i can reach certain services of my homelab proxied through a root server (the other end of the wireguard tunnel)