Genocide Joe. Burn in hell you piece of shit
GnuLinuxDude
You’re telling me when Matt Miller got up to the podium and smirked and said they were having frank conversations with their Israeli partners that he LIED!?!?!?!?!?!?!?!?!?!!!!!!?????!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!? Nooooooo waaayyyyyyyyyyyyyyyyyy
Marianne Williamson got laughed at about this in the 2020 US primary, but she was the only person who meaningfully advocated for peace among nations, going so far as to propose a Department of Peace.
Nice stuff. But one nitpick: with steam you can get a refund within two hours of playtime if you realize you bought a crap game.
Ok good luck with your state-sponsored reeducation programs in your Nazi-adjacent Western democracies where the left holds no political power 👍.
For everyone else who has a fucking clue: when your government has a gestapo police state that rounds up and deports the people the state has deemed undesirable, guess what? The Nazis are already in control.
This is one of the most libbed up things I've ever seen a lemmygrad user post... Are you just a wrecker account?
It's amazing how this man's brain is so feeble that he just fully believes what the last person he met with him tells him.
Interesting. May need to check it out, but I pmuch only use Gnome or KDE. I hate having to configure the extra parts in a WM (widgets for bluetooth, wifi, etc...).
What makes hyprland so good? It just seems like another WM to me, but maybe I don't get the interesting parts of it.
I don't really understand what you're asking for, but maybe you'd benefit from Firefox's multi-account containers extension (domains can have their cookies isolated). Or from a more rigorous usage of the Firefox profiles features (type about:profiles
in the address bar) and create a dedicated google profile, a dedicated vpn profile, and leave a regular personal profile. You can theme them so they look distinct when you have them open.
The thing you should be aware of is that Tor is designed to make you look uniform to every other Tor browser. It's set such that you should not really stand out from other Tor users by browser fingerprinting techniques.
Without showing us what the differing warnings are, it's hard to even assess what this information means.
You might notice that your Windows installation is like 30 gigabytes and there is a huge folder somewhere in the system path called WinSXS. Microsoft bends over backwards to provide you with basically all the versions of all the shared libs ever, resulting in a system that can run programs compiled from decades ago just fine.
In Linux-land usually we just recompile all of the software from source. Sometimes it breaks because Glibc changed something. Or sometimes it breaks because (extremely rare) the kernel broke something. Linus considers breaking the userspace API one of the biggest no-nos in kernel development.
Even so, depending on what you're doing you can have a really old binary run on your Linux computer if the conditions are right. Windows just makes that surface area of "conditions being right" much larger.
As for your phone, all the apps that get built and run for it must target some kind of specific API version (the amount of stuff you're allowed to do is much more constrained). Android and iOS both basically provide compatibility for that stuff in a similar way that Windows does, but the story is much less chaotic than on Linux and Windows (and even macOS) where your phone app is not allowed to do that much, by comparison.