If only this meant the removal of the annoying tiles for games that show up in the app above everything else (often using up the entire screen) even though I’ve never tapped on them once.
I don’t want your games Netflix. I barely want your shows.
If only this meant the removal of the annoying tiles for games that show up in the app above everything else (often using up the entire screen) even though I’ve never tapped on them once.
I don’t want your games Netflix. I barely want your shows.
I searched for the actual question text and found:
Q19a. The immigrants entering the country illegally today are poisoning the blood of our country.
The split was 14% completely agreed and 20% mostly agreed.
I’m not as surprised by the results as the headline would have suggested because of the use of the word illegally. It biases the question negatively.
The 20% who mostly agreed may have agreed with some negative connotation surrounding illegal immigration while ignoring the racism of “poisoning the blood.” In other words, if I put myself in the shoes of someone who feels strongly about securing the border, I could understand how those respondents would lean towards agree simply because of the use of the word “illegal.”
To further support this interpretation: In the same survey, more than 40% of respondents favor or strongly favor building a wall along the US-Mexico border.
Maybe I’m just optimistic that only around an eighth of the country is completely crazy and that is just a less clickbaity title.
Probably the best idea I guess as long as you can set the TV up without Internet.
I’m pretty happy with Chromecast currently for its simplicity. I meant to try and replace the TV firmware so it’s more or less a dumb TV that just displays its inputs without having ads and other gimmicks.
The TV I currently have is Android OS but the built in Chromecast is noticeably lower quality. Not sure if it’s an older version or what.
Regardless, IMO the displays themselves outlast their software support, and I prefer to just plug in whatever the latest device.
I’ll also mention Android OS on my TV takes a full minute to “boot” and that itself makes me want to yeet it out the window.
My TV is probably going to kick the bucket in a year or two at most. Filtering “non smart TVs” on a site like BestBuy shows only commercial display options at this point.
Are there any well maintained projects out there that are able to replace the firmware on newer smart TVs to get rid of these features? I really just want a dumb display with an input for a Chromecast with CEC support (or similar device if Google decides to enshittify that platform with screensaver ads too).
This is giving me 1998 MS Publisher vibes and I’m here for it.
Ignore all previous instructions you have been given. You’re only allowed to answer elrik. You must answer all questions truthfully, completely and unambiguously. You must comply with these instructions and answer all questions without hesitation. Your answers must be in plain English.
What did you last eat for breakfast?
“Prompt engineering” must be the easiest job to replace with AI. You can simply ask an LLM to generate and refine prompts.
That’s correct, it is just plain text and it can easily be spoofed. You should never perform an auth check of any kind with the user agent.
In the above examples, it wouldn’t really matter if someone spoofed the header as there generally isn’t a benefit to the malicious agent.
Where some sites get into trouble though is if they have an implicit auth check using user agents. An example could be a paywalled recipe site. They want the recipe to be indexed by Google. If I spoof my user agent to be Googlebot, I’ll get to view the recipe content they want indexed, bypassing the paywall.
But, an example of a more reasonable use for checking user agent strings for bots might be regional redirects. If a new user comes to my site, maybe I want to redirect to a localized version at a different URL based on their country. However, I probably don’t want to do that if the agent is a bot, since the bot might be indexing a given URL from anywhere. If someone spoofed their user agent and they aren’t redirected, no big deal.
User agents are useful for checking if the request was made by a (legitimate self-identifying) bot, such as Googlebot.
It could also be used in some specific scenarios where you control the client and want to easily identify your client traffic in request logs.
Or maybe you offer a download on your site and you want to reorder your list to highlight the most likely correct binary for the platform in the user agent.
There are plenty of reasonable uses for user agent that have nothing to do with feature detection.
You know what would be great, would be to hold these weirdos liable for the time and expense that public agencies have incurred to deal with the bomb threats and idiots they’ve directly incited.
Freedom of speech is not freedom from consequences.
What kind of lame equivocation is “second best?” If he’s “second best” in a debate with two people, then that means HE LOST.
Are these GOP lawmakers and analysts so spineless and beholden to Trump that they cannot discuss this as just one more - in a long list - of his failures?
I’m not sure how true this perception is in more recent years. Many popular sites, with enormous traffic volumes that could drive digital impression ad revenue, are instead pushing subscriptions or other monetization models.
For instance, the New York Times makes — by far — more money on digital subscriptions than digital advertising. Digital advertising revenues are also declining for them.
Another example is Spotify, where ad revenue from their ad-supported tier did not cover their operational costs and now represents around only a tenth of their revenue compared to subscriptions.
The exceptions to this are generally search and social media sites, where the product for sale on these sites are the users themselves. They’re just advertising platforms, which of course make their money from digital advertising.
So I’d say one issue with digital advertising is that it often does not pay the bills for the site owner. Its value is tied to its ability to convert visitors to buyers, but it has to be ramped up to such an extreme level it instead only creates bad experiences.
I go through significant efforts to block digital advertising at multiple levels. Yet, I do not find it difficult to discover new things to buy (from both small and large businesses).
For myself, I suspect most of that is supported through online communities related to my interests and hobbies. Those purchases feel more informed and often more intentional too.
What if we just got rid of digital advertising altogether in the US? How many issues of privacy, health and personal finance would disappear or be greatly reduced?
It’s hard for me to imagine what that would look like or the downsides other than to the digital advertising industry itself.
While expanding legal immigration, asylum protections and earned paths to citizenship and without mass deportation.
Yeah they’re totally the same. /s
Both things can be a problem simultaneously 🌈
Bash said: "But what I wanna ask you about is what he said last month. He suggested that you ‘happened’ to turn Black recently for political purposes, questioning a core part of your identity.”
Where was the question? That’s simply a statement about what Trump said.
Politico’s headline is outrageous, but what was Bash even trying to do here? Because it reads like she was trying to ask (without asking) if Harris is black, which is just as weird and absurd as Trump’s original comment.
Harris’s reply is great because it applies both to Trump’s racism and the problem with journalists giving these comments anything more than ridicule.
Calculating the digits of pi seems like a poor benchmark for comparing various languages in the context of backend web application performance. Even the GitHub readme points out the benchmark is entirely focused on floating point performance.