Ethnic minorities in China Updated 2025-07-16
As of 2020 (TODO starting when) the Chinese government officially recognizes 55 minorities.
These minorities actually had different legal statuses, e.g. they were exempt from the One Child Policy.
Exif tag Updated 2025-07-16
AGI-complete Updated 2025-07-16
Term invented by Ciro Santilli to refer to problems that can only be solved once we have AGI.
It is somewhat of a flawed analogy to NP-complete.
Kibble balance Updated 2025-07-16
The Kibble balance is so precise and reproducible that it was responsible for the 2019 redefinition of the Kilogram.
It relies rely on not one, but three macroscopic quantum mechanical effects:
How cool is that! As usual, the advantage of those effects is that they are discrete, and have very fixed values that don't depend either:
One downside of using some quantum mechanical effects is that you have to cool everything down to 5K. But that's OK, we've got liquid helium!
The operating principle is something along:
Then, based on all this, you can determine how much the object weights.
Video 1.
How We're Redefining the kg by Veritasium
. Source.
Video 2.
The Kibble Balance, realizing the Kilogram from fundamental constants of nature by Richard Green
. Source. Presented in 2022 for a CENAM seminar, the Mexican metrology institute. The speaker is from the Canadian metrology institute
Video 3.
The Watt balance and redefining the kilogram by National Physical Laboratory
. Source. Nothing much, but fun to hear Kibble talking about his balance in beautiful English before he passed.
ffplay multiple input files Updated 2025-07-16
For synthesized streams like sine we can do it e.g.
ffplay -autoexit -nodisp -f lavfi -i '
sine=frequency=500[a];
sine=frequency=1000[b];
[a][b]amerge, atrim=end=2
'
but it does not seem to accept multiple -i for some reason. So is there a way to open a file from some filter? E.g.:
ffplay -i tmp.wav -i tmp.mkv -filter_complex "[0:a]atrim=end=2[a];[1:v]trim=end=2[v]" -map '[a]' -map '[v]'
fails with:
Argument 'tmp.mkv' provided as input filename, but 'tmp.wav' was already specified.
Matrix exponential Updated 2025-07-16
Is the solution to a system of linear ordinary differential equations, the exponential function is just a 1-dimensional subcase.
Note that more generally, the matrix exponential can be defined on any ring.
The matrix exponential is of particular interest in the study of Lie groups, because in the case of the Lie algebra of a matrix Lie group, it provides the correct exponential map.
Video 1.
How (and why) to raise e to the power of a matrix by 3Blue1Brown (2021)
Source.

There are unlisted articles, also show them or only show them.