

I sincerely apologize for taking you seriously. You tried to warn me with your alternating caps, so it’s my fault. Cheers.
I sincerely apologize for taking you seriously. You tried to warn me with your alternating caps, so it’s my fault. Cheers.
That’s fair, though that’s more of a flaw with the email protocol. There’s no way around leaking that to the receiver’s email provider as well.
Good point, I hadn’t considered that.
For the record, if your security is based on “trust”, you’re going to have a bad time. The whole point of a cryptographically secure line of communication is that you don’t need to trust anyone except the recipient. Protonmail users choose it specifically because they don’t trust anyone, including Protonmail.
The US economy is now completely detached from productivity and is now running on speculation
Yep, the market feels like it’s in max-greed mode. There was a taste of fear when the tariffs were first announced, but wallst was quick to token TACO to justify just ignoring everything. My question for the last 9+ months has been, “how long can a market willingly ignore reality?”
I assume it will take until a critical mass of those speculators start needing to liquidate. I don’t know what will trigger that, but at some point the profits come due.
I’m not a fan of having two definitions for “lint” in the tech world. Unnecessary ambiguity.
Anyone have any experience with this? This seems like the kind of thing that should just always be enabled by default all the time.
This should just work if your Android device’s USB mode is set to Mass Storage, no extra software needed on the PC. It’ll just show up like a thumb drive.
The nice thing about her being 10 is it’s all the same to her. She doesn’t have any preconceived notions about what the OS “should” do. If her only machine runs mint, then she’ll figure out how to use mint.
The Arch repos are completely different from the AUR. The Arch repos are officially maintained and tested. The AUR is where anyone can go upload a little pkgbuild script to make building and installing an arbitrary package as easy as possible.
Arch’s package manager (pacman) does not work with the AUR. The AUR is basically a glorified pastebin. It’s a convenience for people who know what they’re doing, but you should not go downloading and executing files at random from there. Arch explicitly warns against doing this, and deliberately does not ship with any easy way to do this.
People who are interested in geography, geometry, cartography, political science, geopolitics, culture, cognitive biases, ethnocentrism
I maintain that none of those people are the ones interested in this movement, and if you believe they are, you haven’t spent any time thinking about it. Again, I’m looking for any actual legitimate argument in support of it. A condescending argument from hypothetical authority isn’t going to cut it.
What if you didn’t have permission to access the host, only the container?
Yeah, I’m open to any valid arguments for why it would matter, but I haven’t seen any. People who think land size should correspond to representation are…to be more diplomatic: not making any effort to think things through.
CMV: this movement only matters to stupid people, and does not qualify as something “I should know”.
Am I the only one who read “dangerous desktop images” and thought they were going to ship with wallpapers of people doing extreme sports?
Note: Gaming performance is purely based on money spent. There’s no fundamental reason windows would have better gaming performance, it’s just that there is more money being paid to engineers and vendors to support DirectX and related tooling.
Then there’s the self-fulfilling aspect that, windows has the largest marketshare, so devs are going to spend the most money targeting it, so that they can get the most money in return, which means more people will use it, which leads to the high marketshare.
The ONLY reason Linux use is seeing the few percent blip in gaming is because Valve has dumped truckloads of cash into making it viable.
I don’t consider that the worst case, I consider that the secret weapon off FOSS, and what Linus would prefer to see. I don’t think he wants Linux to be a kingdom who is afraid of what happens when their king dies. If the people aren’t empowered to take the code, make it their own, and continue owning their devices, then they weren’t in it for the freedom, just the freeloading.
Ugh, can’t wait to post about how sick this is to my insta story…and tomorrow I’ll vlog my trip to the beach!
The better comparison is that distros are the operating systems (like “windows”, “macos”, and “android”), while “linux” is the kernel under the hood that end users likely never interact with (like “NT”, “XNU”, and…“linux”).
A distro represents an intended user experience. If you want a distro that has an intended user experience that is similar to windows, go with Mint or OpenSUSE. If your desired experience is like the SteamDeck, install bazzite (with an AMD GPU ideally). If that’s all you care to know, then that’s all you need to know; go use your new system how you would any other.
But if you want to dig deeper, yeah, the fact that all the distros are based on linux (and more importantly, are posix compatible) means that a lot of the software is portable across distros. But that doesn’t mean your experience on all distros will be the same. Different distros organize their filesystems differently, they might ship with different versions of core utilities based on the stability testing they’ve done, and they likely offer varying means of installing and managing new packages.
The tl;dr is, go use one distro, and then later try doing the same stuff in a different distro, and inevitably at some point you’ll go “oh, this didn’t work exactly how I expected because the other distro I’m used to handles this differently”. That’s the difference.
All of that can be publicly audited. When we talk about “trust” we’re referring to what happens server side, which we have to assume can never be publicly audited. The importance of e2e encryption is that what ever happens server side doesn’t matter. There’s a massive gulch between trusting a binary you’re able to inspect and trusting one you can’t.
What you said is valid though, if you want/need privacy, you need to put in effort, but you also have to assume there’s someone smarter than you who will be able to outsmart your own audit. The absolute best you can hope for is that at least the binary is publicly reviewable and that they’re not smarter than every pair of eyes who reviews it. That’s basically the backbone of open source security.