

Seconding Winboat, works great for the one piece of software I have that is stuck on Windows. At this point I am 100% not going back, I even wiped my Windows disk. That drive is for trying out other distros now.


Seconding Winboat, works great for the one piece of software I have that is stuck on Windows. At this point I am 100% not going back, I even wiped my Windows disk. That drive is for trying out other distros now.


The reality is that China was completely devastated after the war, and rebuilding was not an easy process.
Yeah, not buying that argument at all. Practically every country was devastated after the war, China’s hardly unique in that regard. Why would it take fifteen full years for China’s postwar woes to culminate in an acute famine? Makes no logical sense, and stinks of excuse-making.
The paper I linked shows that the policies proved to be correct on the whole, and life expectancy increased dramatically as a result.
Mao wanted to reform China, and tens of million of deaths was the price he was willing to pay. It’s a lot easier to make great strides when you don’t give a fuck about your own people. I’ll reserve my admiration for leaders who manage the feat without inflicting untold human misery on the their own citizens.


The graphs in the paper you linked show a big spike in mortality around 1960. The Great Chinese Famine was 1959 to 1961. How does Mao get credit for lower mortality in 1962 onward, but not receive blame for the famine years?


Yes, Google Safe Browsing is probably the cause. Anyone curious can read more about it here, but that traffic at browser startup is probably going to Google’s Safe Browsing API servers.


besides games
Yeah, same here. I haven’t pirated games since I was a broke university student. There’s simply no need to when digital storefronts make it easy to get the games I want in the format I want. Some even offer DRM-free offline backups, or in the case of Steam the games stay in my library even if the publisher decides to remove the title from the Steam storefront.
TV and movies are completely different from this, and so much worse. So many different streaming services, some with intrusive ads, and every one wanting their own monthly subscription. I shouldn’t need to search “where is X streaming.” Ever. Titles disappear from these services all the time. Even if you “buy” a digital movie or show, the rights holder can yank it back from you because… reasons?
TV and movie distribution is such a garbage deal for consumers that open source developers have created a complete software stack (the servarr stack) to automate the process of finding and downloading media. Once you get it set up, it’s about million times more convenient than corporate streaming services.
TL;DR: Getting digital games is easy and feels like a fair deal for the average consumer. Getting movies and TV shows is a pain in the ass and feels like an absolute shit deal for the consumer. I’ll continue to pirate movies and TV shows because as Gabe Newell famously argued, piracy indicates a service problem.
I did almost the exact same thing, on the same timeline! Installed Bazzite on a second NVMe sometime in the spring, and it’s been my daily driver for months now. For the first couple months I was swapping back and forth due to some graphics driver instability, but that’s because I got a 9070XT at launch and it took a bit for the Linux drivers to get to where they needed to be. That’s pretty much sorted now though, and I can’t remember the last time I booted into Windows.
Guess who just gained a 1TB drive to install more games?
I might use mine to try other distros. Bazzite has been great so far, but I’m not sure I’m sold on immutability and I might try a non-Fedora based distro.


Currently using Bazzite. Wanted something rolling release but I didn’t want to do extensive tinkering, and Bazzite ticked both boxes. Other distros I tried (PopOS, LMDE) struggled with my monitor layout. Main monitor is high refresh rate and VRR capable, secondary monitor is 60hz, not VRR capable, and it’s in portrait orientation. That combination is very not ideal for some window managers, as I discovered the hard way. I’m sure I could have fought through that on other distros, but it all worked out of the box with Bazzite.


Debian Testing is unstable?
Naw, Debian Unstable is unstable. /s
Jokes aside, I don’t think I’d use Debian as a daily driver for desktop Linux, and I really like Debian. Now, for a server? Debian all day erry day. But as soon as a GUI is needed, I’m gonna look to another distro. For context though, that’s mainly because my daily driver needs to be gaming capable, and I have a very recent GPU. Debian 13 has Mesa 25.0, but 25.1 and 25.2 have fixes that keep some of the games I play from crapping out.


Holy shit, I didn’t even notice the multiple abominations with electrical connections in that picture, I was mesmerized by the plumbing madness.


I switched to AirVPN about 6 months ago and I’ve been really happy with the service. Was previously using NordVPN, which was fine, but I was looking for a VPN provider that offered port forwarding and AirVPN does that. I don’t have hard stats on this, but I do feel that having access to port forwarding has improved my overall torrent speeds since switching.


Here’s the exact post that got the Proton CEO in trouble:

Maybe Gail Slater really is a great pick for Assistant Attorney General for the Antitrust Division. Frankly, I have no idea. But I won’t do business with any company that carries any water whatsoever for Trump.


I’d recommend AirVPN. Here’s why I’d recommend them, in their own words:
No traffic limit. No time limit.
No maximum speed limit, it depends only on the server load
Every protocol is welcome, including p2p. Forwarded ports and DDNS to optimize your software.


Not the person you replied to, but I’m in agreement with them. I did tech hiring for some years for junior roles, and it was quite common to see applicants with a complete alphabet soup of certifications. More often than not, these cert-heavy applicants would show a complete lack of ability to apply that knowledge. For example they might have a network cert of some kind, yet were unable to competently answer a basic hypothetical like “what steps would you take to diagnose a network connection issue?” I suspect a lot of these applicants crammed for their many certifications, memorized known answers to typical questions, but never actually made any effort to put the knowledge to work. There’s nothing inherently wrong with certifications, but from past experience I’m always wary when I see a CV that’s heavy on certs but light on experience (which could be work experience or school or personal projects).


However, it’s worth mentioning that WireGuard is UDP only.
That’s a very good point, which I completely overlooked.
If you want something that “just works” under all conditions, then you’re looking at OpenVPN. Bonus, if you want to marginally improve the chance that everything just works, even in the most restrictive places (like hotel wifi), have your VPN used port 443 for TCP and 53 for UDP. These are the most heavily used ports for web and DNS. Meaning you VPN traffic will just “blend in” with normal internet noise (disclaimer: yes, deep packet inspection exists, but rustic hotel wifi’s aren’t going to be using it ;)
Also good advice. In my case the VPN runs on my home server, there are no UDP restrictions of any kind on my home network and WireGuard is great in that scenario. For a mobile VPN solution where the network is not under your control and could be locked down in any number of ways, you’re definitely right that OpenVPN will be much more reliable when configured as you suggest.


I use WireGuard personally. OpenVPN has been around a long time, and is very configurable. That can be a benefit if you need some specific configuration, but it can also mean more opportunities to configure your connection in a less-secure way (e.g. selecting on older, less strong encryption algorithm). WireGuard is much newer and supports fewer options. For example it only does one encryption algorithm, but it’s one of the latest and most secure. WireGuard also tends to have faster transfer speeds, I believe because many of OpenVPN’s design choices were made long ago. Those design choices made sense for the processors available at the time, but simply aren’t as performant on modern multi core CPUs. WireGuard’s more recent design does a better job of taking advantage of modern processors so it tends to win speed benchmarks by a significant margin. That’s the primary reason I went with WireGuard.
In terms of vulnerabilities, it’s tough to say which is better. OpenVPN has the longer track record of course, but its code base is an order of magnitude larger than WireGuard’s. More eyes have been looking at OpenVPN’s code for more time, but there’s more than 10x more OpenVPN code to look at. My personal feeling is that a leaner codebase is generally better for security, simply because there’s fewer lines of code in which vulnerabilities can lurk.
If you do opt for OpenVPN, I believe UDP is generally better for performance. TCP support is mainly there for scenarios where UDP is blocked, or on dodgy connections where TCP’s more proactive handling of dropped packets can reduce the time before a lost packet gets retransmitted.


Oh I’m streets ahead, I never took him at his word in the first place.


OpenAI on that enshittification speedrun any% no-glitch!
Honestly though, they’re skipping right past the “be good to users to get them to lock in” step. They can’t even use the platform capitalism playbook because it costs too much to run AI platforms. Shit is egregiously expensive and doesn’t deliver sufficient return to justify the cost. At this point I’m ~80% certain that AI is going to be a dead tech fad by the end of this decade because the economics just don’t work now that the free money era has ended.


Tl;Dr the protocol requires there to be trusted token providers that issue the tokens. Who do you suppose are the trusted providers in the Google and Apple implementations? Google and Apple respectively, of course. Maybe eventually there would be some other large incumbents that these implementers choose to bless with token granting right. By its nature the protocol centralizes power on the web, which would disadvantage startups and smaller players.
I think the short answer is that it doesn’t. VaultWarden is currently open source, and no private equity organization can put the genie back in the bottle. If things get really bad then someone would likely fork the open source bits and maintain a pure open source version, in which case there would likely be a procedure to migrate existing VaultWarden installs to the purely open source successor. I don’t think VaultWarden users need to be overly concerned at this point.