React native runs in the native ecosystem through a js-native-bridge and calls platform specifics system calls.
https://reactnative.dev/architecture/xplat-implementation
react is the <Components /> stuff in js
react-dom is the juice
Good find, when I read it I called bullshit but I got lost trying to understand the diagrams.
Another gotcha is the semantic decoder, they are just looping the model on itself "A cozy teddy bear" + fMRI random input => A teddy bear!!!
I am also an avid self learner but a good teacher / course it's inestimable.
Just watch a course like linear algebra from MIT with Gilbert strand and compare it to studying it alone. The difference is enormous .
Nice video but (unrelated to the IDE) in order to use a printf from js it was necessary to:
provide a js emulated syscall to c file
that calls another c function that calls back to js again
Very cool read!but i dont seem to understand how the algorithm behind the whole phrase/paragraph tracking is supposed to work, anyone can enlighten me?