HN user

Kyro38

322 karma
Posts6
Comments61
View on HN

European SUVs aren't the same as the american ones. Lot of what are considered SUVs are much smaller (You can't compare a Peugeot 2008 to a F1500).

Electricity Maps 3 years ago

Coal burning has increased in Germany, even more since the russian gas crisis (resulting from the Ukraine War).

IMHO typescript could just cut loose from its javascript compatibility. Why not compile it to wasm instead of transpiling it to javascript

In browsers the Wasm runtime doesn't have access to the DOM APIs. So that's wishful thinking ATM.

I've experienced this when the async/await is not handled natively (for example when targeting ES5/6) and chrome or the sourcemap have it difficult to map the original code to the executed js.