HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wiredearp

no profile record

comments

wiredearp
·3 वर्ष पहले·discuss
Biontech pioneered the mRNA technique and they were sponsored by German taxpayers; and Pfizer was promised by Operation Warpspeed that US taxpayers would purchase 100 million doses of any potential working vaccine before it was even developed, that must have felt motivating. There was no vaccines developed entirely through private funding even though the profits were entirely privatized, ie Moderna received about a billion in development aid and AstraZeneca somehow managed to pocket research out of Oxford University.
wiredearp
·3 वर्ष पहले·discuss
It was never this hot within millions of years and differentiating between a world ending event and one that destroys economies and societies and eventually most life on the planet is disingenuous in itself
wiredearp
·3 वर्ष पहले·discuss
This article over on https://developer.mozilla.org/en-US/docs/Games/Techniques/Cr... mentions a CSS property `image-rendering` that could perhaps come in handy.
wiredearp
·4 वर्ष पहले·discuss
This guy over on https://indica.medium.com/how-the-economist-is-just-propagan... comes up with a healthy analysis of exactly that.
wiredearp
·4 वर्ष पहले·discuss
Except Toyota already came up with a subscription to start your car over on https://www.theverge.com/2021/12/12/22831105/toyota-subscrip...
wiredearp
·4 वर्ष पहले·discuss
Young men on the other hand appear to face the biggest increase in COVID related heart attacks according to https://www.cedars-sinai.org/newsroom/covid-19-surges-linked..., so perhaps the vaccine remains their best option.
wiredearp
·4 वर्ष पहले·discuss
Well it hasn't been proven that it isn't either, in fact https://www.nytimes.com/2022/11/14/us/politics/moderna-boost...
wiredearp
·4 वर्ष पहले·discuss
It's not hard, really, given that you will need to make only $1.90 per day to automatically become declassified as poor [1]. If anything, capitalism makes this harder to do achieve [2] which probably explains why the limit is set so low.

[1] https://www.investopedia.com/terms/i/international-poverty-l...

[2] https://www.sciencedirect.com/science/article/pii/S0305750X2...
wiredearp
·4 वर्ष पहले·discuss
Supposedly some library called SQIP might handle that as explained over on https://medium.com/free-code-camp/using-svg-as-placeholders-...
wiredearp
·4 वर्ष पहले·discuss
ES6 is compatible with Node out of the box.

You can `import` and `export` just like in the browser (and in TypeScript) as long as your files come with the `.mjs` extension. Cherry adds this extension by default, so I imagine it comes with the server in mind.

You can also keep the `.js` extension and configure this behavior in the `package.json` to run the same files both client- and serverside.

Some libraries still expect to run as CommonJS, but then you might find an "es" version if you poke around in their repositories.