Honestly JS seams saner then python, it's wierd but rather sane. The only really bad parts of JS are the type coercing == and =! operators which are very broken
For example "" == 0 and 0 == "0" are both true, but "0" == "" is false.
And speed too. A small program using only C features can compile 5x faster with a c compiler then a c++ one. (GCC will use c++ mode on a .cop file so make sure it is .c)
Same for C, & yields a pointer to a value, and * allows you to access the data. (For rust people, a pointer is like a reference with looser type checking)
It simply hides them, equivalent to just not doing anything. It would be illegal in the EU if the site tracked users in this case, but U block can also block trackers, so even if they tried it wouldn't work.
Alcohol, similar to eating red meat, smoking, sunlight, smoked food, etc a cancer risk, but it does not always cause cancer. Given that you lifetime chance of developing cancer is around 50%, a 0.5% increased chance of cancer is fairly insignificant on an individual level (but from a public health standpoint it might be), but a 20% increase is.
A small amount of alcohol like this presents a fairly insignificant risk. There is no truly safe level, but you would have to drink a lot for a significantly increase in cancer risk. At that point you are at a far higher risk of other forms of poisoning. Even just drunkenness itself highly increase your risk of major falls, car crashes, even house fires. With alcohol, cancer is the least of it's problems.
There are some large, easily avoidable cancer risks in daily life, like sunlight exposure, which can be prevented with sunscreen. Whenever you hear that "X causes cancer", always find out how big the effect is, it could be almost insignificant like eating red meat, or a huge risk, like smoking or sunburns .
There is some sunk costs fallicy involved here, with people being terrified of having wasted part their life in addition to wanting to stay out of Hell.
Honestly JS seams saner then python, it's wierd but rather sane. The only really bad parts of JS are the type coercing == and =! operators which are very broken
For example "" == 0 and 0 == "0" are both true, but "0" == "" is false.