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.
What? The first ordinal you start counting at doesn’t change the total count, and alternatively the last item would be indexed at 2 if you used 0-based indexing.
Rectangular prisms have 6 sides though.
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.
Time for an official act?
The younger version of yourself displayed by the mirror is kissing the older version of yourself in front of the mirror, so I suppose you’re both correct. Unless you’re a photon.
No it’s the faucet across from the toilet he has to flush ten, sometimes fifteen times, which is also where he got this idea.
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.
This is the way.
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?
Will Gaza even be habitable in 50 yrs after Trump is elected when enough people vote third party?
My assumption is this is a negotiating tactic with the Harris campaign as no serious person believes a third party candidate will win, and if they actually believe Trump would be better for their cause they might as well endorse him.
Unfortunately Harris is in a tough spot. If she doesn’t remain vaguely aligned with the current admins policy on Gaza, she’s going to undermine whatever efforts are currently underway towards a cease-fire.
“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.
deleted by creator
It’s a gif with audio.
Edit: I was completely wrong about this. It’s an MP4. My bad!
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.