It's great for parsing through the enshittified journalism. You know the classic recipe blog trope? If you ask chatgpt for a recipe, it just gives you one. Whether it's good or not is a different story, but chatgpt is leagues better at getting to the info you want than search has been for the last decade.
tehmics
Geography, like others have already told you.
Yeah you can even follow the lines along the Appalachian, the very subject of this post. The blue north east is also very chaotic. The square boxes are mostly the midwest with very featureless flat geography, and those sparse country states tend to trend red.
The ceiling tiles just thrown aside, dropping cables everywhere is such a vibe. They really were scrappy up starts
I'll definitely throw a can of tuna on a box of Mac to get some protein in there. It somehow feels slightly classier than the cut up hotdogs of my childhood
Ok this one is cursed. You win
Smash em up and it's not much different than Doritos or something. Not my go to but I've done it in a pinch
Instant mashed potatoes with American cheese melted in, and a variety of seasonings, butter, toppings etc. It's a great, cheap way to make a bowl out of random leftovers, protein or whatever. But I wouldn't dare serve it to someone.
'quickadilla' I'll slap a tortilla on a cold pan, turn on the heat and build it right in the pan while it heats up with shredded cheese and left over meat. Takes 5 minutes and it's at least as good as Taco Bell, and actually warm and melted.
More of a meal I'd actually be willing to share, but not brag about because it's sort of a bastardization of cultures. But I'll often make a curry using Japanese curry blocks, and season chicken in a vaguely Indian style, then put it over rice. Really simple and delicious. I'm kind of proud of it but I wouldn't even know how to explain it to someone, much less actually serve it.
Thank you. I've seen the old one before and I knew there was an illusion but I obviously couldn't find it in the OP.
Spread gun is even better if you manage to offset the spread. It can only have x bullets active at once, so if you stack the bullets it will turn into the highest DPS machine gun in the game
Okay that's fine, but when websites are effectively writing
if user_agent_string != [chromium]
break;
It doesn't really matter how good compatibility is. I've had websites go from nothing but a "Firefox is not supported, please use Chrome" splash screen to working just fine with Firefox by simply spoofing the user agent to Chrome. Maybe some feature was broken, but I was able to do what I needed. More often than not they just aren't testing it and don't want to support other browsers.
The more insidious side of this is that websites will require and attempt to enforce Chrome as adblocking gets increasingly impossible on them, because it aligns with their interests. It's so important for the future of the web that we resist this change, but I think it's too late.
The world wide web is quickly turning into the dark alley of the internet that nobody is willing to walk down.
Servers often don't send player data that is outside of the immediate area of the player, but they have to for enemies that are nearby. If they walk around the corner and your client didn't know about it, then you'll be waiting for your ping time to even render the enemy. I.e. they walk around the corner and already shot you, then you see them suddenly appear a full players width away from the corner, and you die. Aka peekers advantage amplified.
Same deal with footstep sounds, bullet tracers, a player's shadow, etc. Your client needs to know where all this is coming from and it can't do that if it doesn't know the enemy exists and where. And that is a buffer zone for hackers to derive wall hacks from.
So basically, the overwhelming majority of servers do do all those things, since the late 90's. Hacks tend to work within those bounds. The most common, impactful and hard to detect cheats are based on providing perfect mechanical inputs. Aka aim hacks. Nothing about limiting info from the server can prevent that unless you also want the legitimate player to be unable to see their enemies.