• 416 Posts
  • 827 Comments
Joined 2 years ago
cake
Cake day: January 25th, 2024

help-circle




  • They are on Israeli SIM networks but special Palestinian SIM cards. Israel runs on technological spying. If Israel pulls the plug on the internet then they black out their own data scraping as well.

    If you want to donate, donate to content creators or journalists raising awareness for Palestine. Donating to those within Gaza just for money does little to help them.

    Or donate to the dev of the “No Thanks” app for Israeli boycotts.
















  • There are plenty of translations of Putins speeches and statements on the subject.
    I recommend you read those.

    Such as which translation? The Tucker interview hasn’t had any criticism of poor translation. Tucket got personally invited for it.

    I’m in no way sympathetic to the US. In fact weakening the empire is probably what I support most. But not at the cost of a million Ukrainians.

    Let’s not forget who invaded Afghanistan before the US. I don’t think Russia would use their power differently than NATO now if they were the global hegemon instead of the West.










  • From my basic understanding: Windows has a microkernel hybrid style architecture. It’s kind of like microservices. Instead of all resources being shared within a system process, You get a lot of tiny services all making calls to each other and the main kernel.

    This introduces a lot of overhead because variables need to be sent and requested between processes. And they don’t simply share them in the same memory.

    Linux on the other hand has most services under one monolithic kernel and they can all access the same memory. So there is no need for all of that intercommunication between services.

    At least that’s my basic understanding and if I’m wrong (which I probably am), then somebody on the internet will now correct me.