An underage weasel walks into a bar and the bartender says “sorry, I can’t serve you alcohol, you’re too young”. The weasel replies that’s ok, I’ll drink something else. The bartender says “well I have water, soda pop, and cranberry juice, what’ll it be?”
“Pop!” goes the weasel
Have you looked into donation chains? Often a ton of people who are willing to donate to somebody but can’t will queue up and wait until a compatible match enters the queue and potentially set off a chain reaction of donations.
Seems far too common. My parents had a difficult time getting into the US so hearing about “all the illegals just strolling into the country” vitriol Fox spews seems to indoctrinate them
Bunny Chow! Chicken curry in a bread bowl
The video in the linked article does just that. The page takes 5 seconds to load the video, the user changes the UA, they refresh the page and suddenly the video loads instantly. I would have liked to see them change the UA back to Firefox to prove it’s not some weird caching issue though
Yep. I use a piece of software that lets me drag components onto a stage and will auto generate code in the back end. We can then add our own code to customize the components.
I ran into a super cryptic error message while working on a time sensitive project and I was ripping my hair out trying to figure out what the hell was wrong. Turns out someone had pasted some code in from an email and the custom code editor displays the straight quotes and angles quotes exactly the same but the back end code generation fortunately displays them differently. The program didn’t like the character set for the quotes used in Outlook but didn’t give me the proper line number, the error made zero sense, and looking at the code didn’t show that anything was wrong.