Obligatory IANAE (I am not an economist.) I do not believe an UBI on the level of an livable income will increase labor participation. The linked study suggests that an increase of income for low income households will…
One problem with module systems (in compiled languages) is, that they form dependency chains. Imagine you change code in an upstream module. Now the compiler has to recompile all downstream modules. In C and C++ this…
There is a nice writeup of the wendelstein 7-X. https://www.iter.org/doc/www/content/com/Lists/Stories/Attac... Their conclusion: The technology was challenging and exaberated risks. But most problems were rather…
I think it is perfectly fine that destructors can't throw. For the rare cases that you need finalizers which might throw I would go for something inspired by pythons with statement. WITH(expr , lambda) expands…
That girl will be mocked by many other people.
The best resource in my opinion is still "What every programmer should know about memory." It is now over ten years old but still the most comprehesive and comprehensible post I know about that topic.…
The article mentions activities of 1 million bequerel per liter. That means every liter produces 1E6 helium atoms per second. There are about 1E9 liter of water (one million tons) and a year has about 3E7 seconds. So…
The problem with the algorithms faster than conventional mm is, that they are defined on mathematical numbers. E.g. strassens-algorithms assumes something like: (A+B)C - BC = AC With the convential floating point…
2012
Obligatory IANAE (I am not an economist.) I do not believe an UBI on the level of an livable income will increase labor participation. The linked study suggests that an increase of income for low income households will…
One problem with module systems (in compiled languages) is, that they form dependency chains. Imagine you change code in an upstream module. Now the compiler has to recompile all downstream modules. In C and C++ this…
There is a nice writeup of the wendelstein 7-X. https://www.iter.org/doc/www/content/com/Lists/Stories/Attac... Their conclusion: The technology was challenging and exaberated risks. But most problems were rather…
I think it is perfectly fine that destructors can't throw. For the rare cases that you need finalizers which might throw I would go for something inspired by pythons with statement. WITH(expr , lambda) expands…
That girl will be mocked by many other people.
The best resource in my opinion is still "What every programmer should know about memory." It is now over ten years old but still the most comprehesive and comprehensible post I know about that topic.…
The article mentions activities of 1 million bequerel per liter. That means every liter produces 1E6 helium atoms per second. There are about 1E9 liter of water (one million tons) and a year has about 3E7 seconds. So…
The problem with the algorithms faster than conventional mm is, that they are defined on mathematical numbers. E.g. strassens-algorithms assumes something like: (A+B)C - BC = AC With the convential floating point…
2012