I was about to ask the same thing; I have a hard time seeing the ways it ends up a net gain when driving is still a decent job for a lot of people, and rideshare drivers keep to themselves anyways
I would put forth that you're not going to get far in this conversation if you can't acknowledge that censorship and government abridgement of free speech are not one and the same.
A company deplatforming an individual is indeed censorship, but is not government abridgement of free speech.
I find these graphs from Vanderbilt to be particularly compelling (page 2) evidence of the effectiveness of mask mandates on general public wellbeing. What do you think? Anything I should be reconsidering?
It does; it stems from Portugal meaning black people according to the article. If I understood it correctly, it's some mashup of colony and black people. It's an artifact of early modern colonialism and zenophobia.
well, objects are not iterables... ??? unless you decide you want them to be, in which case you can make them such and design them in a way that they work as such?
The least elegant way is Object.keys().map(key => etc) which is really not that hard to work with
edit: it's a phony premise to begin with actually. Iterables have order, objects have mapping. I am less experienced with other languages so I probably don't understand OP's statement clearly. I just think OP's context is lazy thought rot about what's becoming a fairly elegant language. BUT I'm a noob.
> And how do you get the "next 3 elements after the 2nd" ?
.splice(2, 3) (am I missing something?)
> > The rest can be implemented in user-land: var md5 = require("md5")
And then you get the current 3Mo pages we all hate. Are you even serious with your arguments or is it trolling ?
md5 node lib is 32kb unbundled. If you meant 3Mb pages that's ridiculous. Modular necessity at the hands of the user is good, and it's something that's been present in every project i've worked on in a less granular fashion than modern npm-driven apps can deliver.
congratulations, you've taken a well-documented version of an abstraction about web components and turned it into an undocumented version of an abstraction about web components without adding anything useful to the expression language. W0W.