

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.
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.
Good on them for having a conscience. Seems like their minds actually function.
If you bought this e-junk in the first place you’re kind of a moron.
You should encourage them to pirate any JK Rowling-associated content, then, if these people cannot be assed to read different books by different authors. Though obviously you’re 100% correct in that she’s already fabulously rich and a boycott of her works will not materially harm her. Also, she still has devoted bigoted fans who love being paypiggies, so a boycott is impossible.
Death cult mentality. Holding the entire planet hostage for their own gain. These people deserve a penalty of a certain kind.
I use Bazzite on my Steam Deck because I wanted to get LUKS encryption for the hard drive (and otherwise do not wish to manually maintain the computer). I cannot take what is effectively a general purpose PC out and about without encryption. Especially not with the current political climate in my country (USA).
From dealing with SteamOS, I am already familiar enough with how to set up a full dev environment on the immutable distros. So while that is not a challenge for me, it is still a hassle to deal with. I’d rather just directly install my libraries and binaries rather than do workarounds in containers (and then remember the containers).
I think we’ll truly be in the immutable desktop distro future when I can do something like install the base distro image AND simply dnf install
something (e.g. nvidia-vaapi-driver
or gcc
) on top without having to layer it with rpm-ostree
. That is, my dnf installs should transparently live on top of the base distro, and that way my base system will never break even if something on top of it does. The problem with layering with rpm-ostree is you are running the risk of a future failed upgrade. It would be like if your MacBook said “sorry, you installed a weird XCode library and therefore we cannot upgrade the OS” – and that should obviously never happen. Restoring my computer to a base state could be as simple as dnf remove *
or a GUI option to “Revert to base + keep user files” and that should leave me with a functioning basic system.
Anyway, even though I only use an immutable distro on one device I do see it as the future of Linux desktop computing. I am not up-to-date with the development efforts, but I think we’ll eventually reach a day when using and configuring it, even for advanced users, will be no more difficult than traditional distros. Maybe by 2030 that will be the case.
I made my remarks w.r.t. rpm-ostree and the Fedora family of distros because that’s what I use. Obviously the other immutable distros have their own versions of these tools and their own versions of solving the problems related to them.
Elbakyan is an immeasurably more virtuous, noble and honorable person than these Dylla and Greco worms.
Well that would simply be a continuation of their actual objective of annexing the entirety of the Gaza strip, so… yeah.
Alternate headline: How one man spammed Wikipedia
Did they rewrite the headline after you posted? It reads now:
European Union to boost PA funding with $1.8 billion over three years
Between Steam promoting Linux and GOG promoting DRM-free software, I will never purchase from another storefront that doesn’t even pretend to do something good for the broader community (Origin, Uplay, Microsoft Battle.Net, iOS App Store, etc).
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.