Anecdotally, I only visit PH on my phone and I use incognito mode sometimes, which I’m just guessing would count as a unique visit. Probably a lot of people are doing the same thing, and globally more people run Android than iOS.
Can you articulate why it’s fine “until it becomes a big enough issue”?
When does it become a big enough issue? Why is it okay for companies and web administrators to lose out on an unquantified portion of the revenue that you say that they are owed in exchange for their services?
Don’t you think it’s hypocritical to say that you think people should freely give their data to companies so that they can finance their websites while also saying that me avoiding tracking and ads is a good thing?
If you want to be consistent, you can’t also support bypassing the method by which you’re contending that the internet sustains itself.
When is the last time ads on a website were completely random and not at least relevant to you?
Earlier today, because I block cookies, ads, tracking, etc.
I should have specified non commercial sites.
So you know you’re cherry-picking to justify your weirdo pro-corporate opinion, then.
I’m not really surprised. A phone can often be cheaper, can do a lot of the same tasks (and some a PC can’t do without special hardware), and generally has a better warranty program and tons of upgrade promotions. A lot of younger people have never needed to use a PC because they had tablets or phones.
I also think the concept of having to pay for an OS license is kinda stale for MS in particular because they’re money grubbers in so many other ways. Just give out the OS for free to non-enterprise users and call it a day; it’s not like they’re using the revenue to provide desktop support or add customer value.
I got the game for free in 2015 as part of a choose-your-own-bundle promo for the AMD R9 270X. Haven’t paid a cent for it and I still sorta feel ripped off.
I’d say that most systems on Debian (generally networked servers for businesses/services vastly outnumber desktop installs) are running the server version because it’s so solid and pretty light. The stable release model works well in production environments.
But yeah, the majority of desktop users are using a DE unless they’re WM-only, like me.
Debian isn’t Ubuntu-based, Ubuntu is Debian-based. That person is also full of shit.
Lenovo bought Motorola from Google in 2014, so yes, Motorola is “now” Lenovo, but this has been so for over a decade.
I don’t know if these will work, but some of the commenters seem to have had success:
https://www.reddit.com/r/ASUS/comments/12dt39q/
I hope you figure it out. At least the settings are still accessible and the system is bootable.
You say “therefore,” but you didn’t make an actual assertion, you just quoted me. Your point isn’t self-evident, so maybe you should make it?
The meme references a historical event. If you took the use of the flag to mean the current iteration of the EU, that doesn’t really feel like my problem. I’m neither you nor OP.
https://en.m.wikipedia.org/wiki/Inner_Six
Oh, wow, almost the whole gang is here! What a coincidence…
This is a conversation about history. It doesn’t include modern member states because they were not member states when the modern European colonization of Africa first occurred.
I think you’re forgetting the Netherlands, Spain, Belgium, Germany, Portugal, Italy, and others. Africa was (and still is) exploited by many European nations. It is more than appropriate to use the EU flag here.
Yeah, that makes sense. I don’t have anything critical; just nginx, a book server, a recipe collection, and some other small stuff.
It would be so cool if this meant Funcom had extra money to put into The Secret World (now known as Secret World Legends). Love that game, wish there was more. I know there’s a TTRPG now but it’s not the same.
Microsoft is not there to make computers for Palestinians. They are there to be military contractors for Israel.
Here are probably the most useful ones. I prefer for rm
to be interactive so I don’t accidentally delete something important and for mkdir
to create a parent directory if necessary.
alias rm='rm -i'
alias mkdir='mkdir -p'
alias podup='podman-compose down && podman-compose pull && podman-compose up -d'
This extract function (which I didn’t make myself, I got it from when I was using nakeDeb) has been pretty useful too.
function extract()
{
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 ;;
*.tar.gz) tar xvzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) unrar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xvf $1 ;;
*.tbz2) tar xvjf $1 ;;
*.tgz) tar xvzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*.xz) unxz $1 ;;
*) echo "'$1' cannot be extracted via >extract<" ;;
esac
else
echo "'$1' is not a valid file"
fi
}
Yeah, I don’t think that’s supposed to happen. I’ve never heard of that before, but I can see that people on Windows have reported it happening, like this Microsoft help question; you may want to check that (and similar questions) out?
Sorry I can’t help more. I hope you find a solution soon.
Wow, I totally missed the part where Microsoft had a gun to your head. Obviously sales go down when people don’t have to buy the game to play it.
Why does Arkane suck so much now?