

My favorite book 🥹
Are there any known cases, where operators of trackers got convicted? Talking about trackers only, not the possibility to download the torrent file
What an idiot officer and a cool sheriff. Writing 4 tickets out of spite to someone, who was voluntarily already trying to fix their mistakes.
Nuclear weapons don’t help anyone. There are already enough nuclear powers.
I don’t understand your second sentence. Isreal is actually nothing but a proxy state of the US. Just like a nice little outpost. So US and Isreal are already big buddies. I very much believe that the US plays a very big role in this attack on Iran.
Imagine, after years of developing just one subsystem of this spacecraft, you probably get emotionally very attached. It is like watching the heart beat again of someone you love. Such a wholesome photo.
They called. And said please many times. That should show them!
If the cat has a collar, someone put it on. Leave it outside.
From Lawyer-Look, to Old-Zuck-Cool-Dude-Look, and now back?
The Special-K is doing some magic with those brains
Threema. And don’t forget, real privacy and security, with centralized services, is never free. The app is tested by third party and is open source. And, you don’t have to share your phone number, unlike with Signal.
You still have Tusk, don’t worry.
Docker uses LXC. LXC is actually at the core of many container engines.
Impressive and thank you for supporting the gaming industry this heavily
Okay, how about you tell us how many there are in your Steam and GOG library? Should be fairly easy to get those numbers :)
How many do you have in total?
Yeah I saw that plugin a few years ago and it was not ready for production yet.
I am going a whole different route, but have the same motivation: get rid of docker and improve the security.
I will move from docker compose to Nomad. And I will also not use containers itself anymore. I want/need more security. You can achieve this with MicroVM (Firecracker). However, you would need to build those VM images yourself. But there is a solution to it. Kata-containers. They allow to deploy OCI compliant containers into seperate MicroVM’s. Then you have true isolation from the host kernel, while not losing much of start-up time.
It sucks to migrate to podman if you have been using Docker Compose heavily.
Also, updating is done with
docker compose pull
and
docker compose up -d
every 24h via cronjob