deleted by creator
deleted by creator
The fans of some streamer are not going to kill you.
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.
Sure, if she finds a lawyer who will work pro bono.
Even then, she and her son will be homeless for a long time before winning anything.
They do, most of the time. For example if you upload an heic file from an iPhone to a file input on a website that doesn’t accept heic files, it’ll upload a jpeg.
Apple can’t see or control all the different ways of transferring files, though, so in practice it still causes problems sometimes.
The strange thing is that some Android phones also save photos as heic files and make no attempt to convert them, so I still had to add logic to my websites to convert them myself.
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.
Avoiding slurs is good, but you’re still claiming that her experience is impossible because you’ve never experienced the same thing.
The irony here is so thick, it’s absolutely incredible.
https://www.nytimes.com/2016/10/08/us/donald-trump-tape-transcript.html
I just start kissing them. It’s like a magnet. Just kiss. I don’t even wait. And when you’re a star, they let you do it. You can do anything. Grab ’em by the pussy. You can do anything.
Or for another example, see Andrew Tate and all the idiots who follow him.
unless a progressive third party emerges the system will keep getting worse
If a progressive third party emerges, they’ll split the vote with Democrats, making both of them weaker. That’ll just give every election to Republicans and make the country get worse even faster.
The only way to get progressive candidates is by moving the Overton window to the left, and the only way to do that is by voting for Democrats.
Statistically no, it’s not very dangerous as far as big cities go. Its homicide rate is ranked 30-something in the USA. Pretty much every city has “bad areas”, though.
deleted by creator
I haven’t said anything on the subject before, because I don’t care very much, but I don’t know what the alternative is supposed to be. It’s not like someone who is that famous can walk into a public airplane without putting her own safety at risk and causing trouble for other passengers.
It’s also well known that conservatives really hate her because she told her fans to vote and these memes are part of their effort to discredit her. Whether the point has any merit or not, it’s obvious who started the trend and who it’s helping.
Why the fuck aren’t more people pressuring him with questions like this?
Because they’ll never get another interview with him, or most other Republican politicians. It’s a pathetic reason, but that’s all it takes.
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.
When a leap second happens, unix time decreases by one second. See the section about leap seconds here: https://en.m.wikipedia.org/wiki/Unix_time
As a side effect, this means some unix timestamps are ambiguous, because the timestamps at the beginning and the end of a leap second are the same.
deleted by creator
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.