Would the S3 inventory help here? That would allow you to get the list of all files (albeit on a delay similar to the lifecycle rule approach), which you could process offline to generate the DELETEs.
I'd be interested in seeing what the performance difference between the NGINX SSI and <?php echo $_ENV['SIGN_OUT_URL'] ?> is. Just because PHP _can_ be slow, doesn't mean it _must_ be slow.
I took an ethics class in college taught by the computer science department. It definitely wasn't an ethical indoctrination, as much of "here is what ethics is, here are the basic frameworks, and here's why it matters to programming."
If you want the ability to use a third party store, why not buy an Android phone instead? Apple doesn't have a monopoly on the market as affirmed by the outcome in TFA. Users choose to buy Apple devices for a reason.
Sounds like the NY Post is purposefully conflating a lab-leak with a researcher accidentally getting infected in the field.
"A lab employee infected in the field while collecting samples in a bat cave — such a scenario belongs both as a lab-leak hypothesis and as our first hypothesis of direct infection from bat to human. We’ve seen that hypothesis as a likely hypothesis," Ben Embarek said.
Say what you want about the stability of the npm ecosystem, but if this were JS, a new SemVer patch release could be cut, and it would be fixed in thousands of code bases essentially instantly.
Top-level await is very, very new and requires ES modules -- you can only use this feature without warnings recently in Node 15. For the foreseeable future, the final line should be replaced with:
There would be no point in having two ways to do the exact same thing if function-style declaration and arrow-style declaration implementations were identical. Why would they add a new feature to the language if it was purely syntactic sugar?
If I borrow a game from my friend in order to sell it to GameStop, anticipating the re-sale price will be lower then the trade in price, so I can give the game back to my friend and take a profit -- would be like short selling.
aria-hidden="true" will make the element completely invisible to the screen reader software, whereas setting aria-role will tell the screen reader "hey there is something here but it's job is purely aesthetic", and then the screen reader can determine what it wants to do with it.
> Clear considered selling user data in the past, but instead uses that data to promote relevant ads to users.
Is there really a functional difference between these two?