Dirac Lagrangian Updated +Created
where:
Remember that is a 4-vetor, gamma matrices are 4x4 matrices, so the whole thing comes down to a dot product of two 4-vectors, with a modified by matrix multiplication/derivatives, and the result is a scalar, as expected for a Lagrangian.
Like any other Lagrangian, you can then recover the Dirac equation, which is the corresponding equations of motion, by applying the Euler-Lagrange equation to the Lagrangian.
TSMC Updated +Created
One of the companies that has fabs, which buys machines from companies such as ASML and puts them together in so called "silicon fabs" to make the chips
As the quintessential fabless fab, there is on thing TSMC can never ever do: sell their own design! It must forever remain a fab-only company, that will never compete with its customers. This is highlighted e.g. at youtu.be/TRZqE6H-dww?t=936 from Video "How Nvidia Won Graphics Cards by Asianometry (2021)".
Video 1.
How Taiwan Created TSMC by Asianometry (2020)
Source. Some points:
  • UCM failed because it focused too much on the internal market, and was shielded from external competition, so it didn't become world leading
  • one of TSMC's great advances was the fabless business model approach.
  • they managed to do large technology transfers from the West to kickstart things off
  • one of their main victories was investing early in CMOS, before it became huge, and winning that market
Erdős' conjecture on powers of 2 Updated +Created
Described at: arxiv.org/pdf/2107.12475.pdf where a relation to the Busy beaver scale is proven, and the intuitive relation to the Collatz conjecture described. Perhaps more directly: demonstrations.wolfram.com/CollatzSequenceComputedByATuringMachine/
The Bibites Updated +Created
Unknown real developer name, claims to be from Canada on YouTube channel about: www.youtube.com/@TheBibitesDigitalLife/about, likely because he's a software developer and wants to keep his employer's claws away from his side project.
Appears to be closed source unfortunately, so not suitable for research.
Video 1. "What will happen after 100h of evolution? by The Bibites (2022)" mentions it was started five years ago, so circa 2017.
Appears to be Unity-based, if you download and extract for Linux you get files named UnityPlayer.so.
Was not very Linux compatible: www.reddit.com/r/TheBibites/comments/vqk6ac/program_stalls_at_a_blue_screen/ Trying to run 0.5.0 leads to a blank screen after you click "start simulation".
Video 1.
What will happen after 100h of evolution? by The Bibites (2022)
Source.
Discretization Updated +Created
Division algebra Updated +Created
DNA amplification Updated +Created
DNA amplification is one of the key DNA technologies:
DNA methylation Updated +Created
The first found and most important known epigenetic marker.
Happens only on adenine and cytosine. Adenine methylation is much less common in mammal than cytosine methylation, when people say "methylation" they often mean just cytosine methylation.
It often happens on promoters, where it inhibits transcription.
SQL REPEATABLE READ isolation level Updated +Created
nodejs/sequelize/raw/parallel_create_delete_empty_tag.js is an example which experimentally seems to be solved by REAPEATABLE READ, although we are not sure that this is truly the case and why. What is clear is that that example is not solved by the SQL READ COMMITTED isolation level.
In PostgreSQL, this is the first isolation level which can lead to postgreSQL serialization failures, this does not happen to SQL READ COMMITTED isolation level in that DBMS. You then have to retry the transaction.
The Day Today Updated +Created
Video 1.
The Day Today Episode 1: Main News Attack
. Source.
Video 2.
WAR! by The Day Today
. Source.
Carl Jung Updated +Created
Documentary film Updated +Created
Dojo learning model Updated +Created
Double-slit experiment Updated +Created
Amazingly confirms the wave particle duality of quantum mechanics.
The effect is even more remarkable when done with individual particles such individual photons or electrons.
Richard Feynman liked to stress how this experiment can illustrate the core ideas of quantum mechanics. Notably, he night have created the infinitely many slits thought experiment which illustrates the path integral formulation.
Dual in-line package Updated +Created
Jordan Peterson Updated +Created
k-nearest neighbors algorithm Updated +Created
One of the most simply classification algorithm one can think of: just see whatever kind of point your new point seems to be closer to, and say it is also of that type! Then it is just a question of defining "close".

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