deleted by creator
deleted by creator
Yeah, I manage the infrastructure for almost 150 WordPress sites, and I moved them all to ARM servers a while ago, because they’re 10% or 20% cheaper on AWS.
Websites are rarely bottlenecked by the CPU, so that power efficiency is very significant.
deleted by creator
Google is buying your data, not selling it. They use it to make their ad platform more effective, and selling the data would just help their competitors.
The NSA does collect data from third parties like Google, but not just anyone can buy it from them.
deleted by creator
deleted by creator
Most problems I’ve seen between Nvidia and Linux were caused by Wayland. If you’re using Fedora with Gnome (the default) then you can try hitting the gear icon when logging in and choosing “gnome on xorg” (screenshot). That might help with the drivers.
For any other issues, Mint might be easier just because it’s based on Debian, which is immensely popular. It’s more of a well beaten path, and there’s probably more help online for any issues you run into.
If your connection is stable, the latency will more or less be the same, but TCP will consume more bandwidth because of acknowledgement packets, making it harder to keep your connection stable.
On an unstable connection, TCP latency will skyrocket as it resends packets, while UDP will just drop those packets unless the game engine has its own way of resending them. Most engines have that, but they only do it for data that is marked as “important”. For example using an item is important, but the position of your character probably isn’t, because it’ll be updated on the next tick anyway.
I know that a car pollutes…
deleted by creator
Blargerer is probably saying that because the Mastodon post OP linked to says “In 2016 the EU Commission confirmed in writing that adblock detection requires consent.”
That, in turn, is probably referring to a letter received from the European Commission by the same person, which you can see here: https://twitter.com/alexanderhanff/status/722861362607747072
It’s not exactly a “ruling”, but it’s still pretty convincing.
Fair point. I always disliked the design because ORMs pretty much always use quotes, so an entity-first approach can create a lot of tables with capital letters if you’re not careful, which is then really annoying if you need to use raw SQL for anything.
Postgres normalizes table and field names to lowercase, unless you put them in quotes. It’s also case sensitive.
That means if you use quotes and capital letters when creating the table, then it’s impossible to refer to that table without using quotes.
It also means if you rename the table later to be all lowercase, then all your existing code will break.
Still a much better database than MySQL though.
If you haven’t already, try some modpacks. For extra difficulty, the packs based on GregTech are pretty amazing, like GregTech: New Horizons or Nomifactory. They make it so complicated to produce items that you’re kind of forced to automate things, and then you keep expanding what your automation can do.
GTNH takes like 2 years to build a pair of star gates if you’re playing alone, and they keep making it harder. It’s a massive amount of content.
You’re still trying to change the subject and not answering the question.
How exactly do you think someone can be anonymous to the government if they’re not anonymous to the public?
We’re not talking about doxxing. Don’t change the subject.
How exactly do you think someone can be anonymous to the government if they’re not anonymous to the public?
The Supreme Court has ruled repeatedly that the right to anonymous free speech is protected by the First Amendment. A frequently cited 1995 Supreme Court ruling in McIntyre v. Ohio Elections Commission reads:
Anonymity is a shield from the tyranny of the majority. . . . It thus exemplifies the purpose behind the Bill of Rights and of the First Amendment in particular: to protect unpopular individuals from retaliation . . . at the hand of an intolerant society.
Well yeah, they’re just blocking known fingerprinting services. If you use a tool that they don’t recognize, it’ll still work, but their approach will still block the big companies that can do the most harm with that data.
The only alternative is probably to disable WebGL entirely, which isn’t a reasonable thing to do by default.