Determinant Updated 2025-07-16
Name origin: likely because it "determines" if a matrix is invertible or not, as a matrix is invertible iff determinant is not zero.
Developmental biology Updated 2025-07-16
Video 1.
Where is Anatomy Encoded in Living Systems? by Michael Levin (2022)
Source.
  • we are very far from full understanding. End game is a design system where you draw the body and it compiles the DNA for you.
  • some cool mentions of regeneration
Developmental genetics Updated 2025-07-16
How genes form bodies.
Video 1.
Developmental Genetics 1 by Joseph Ross (2020)
Source. Talks about homeobox genes.
Dharma name Updated 2025-07-16
法 (fa3) is the Chinese name for Dharma, and sometimes used as a way short way to refer to Buddhism.
Lorenz curve Updated 2025-07-16
Socket.IO Updated 2025-07-16
Iterative in-order Updated 2025-07-16
This is a bit harder than iterative pre-order: now we have to check if there is a left or right element or not:
  • (START) push current
  • if there is left:
    • move left
  • else:
    • (ELSE) pop
    • visit
    • if there is right
      • move right
      • GOTO START
    • else:
      • GOTO ELSE
The control flow can be slightly simplified if we allow NULLs: www.geeksforgeeks.org/inorder-tree-traversal-without-recursion/
Light source Updated 2025-07-16
Many-worlds interpretation Updated 2025-07-16
One single universal wavefunction, and every possible outcomes happens in some alternate universe. Does feel a bit sad and superfluous, but also does give some sense to perceived "wave function collapse".

Unlisted articles are being shown, click here to show only listed articles.