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
HN user
kdma
Just for curioristy why did you adopot a react-like model and not implement react-dom as projects like react native do?
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!!!
In the context of a LLM what is jailbreak and what is jail? Is it code, training data, words blacklist?
https://googleprojectzero.blogspot.com/2019/04/virtually-unl... one of the many public browser RCE. Or look for the ps5 jailbreaks, the browser is the common denominator for most systems and its leaky as hell given that JS is dynamically typed and everything gets JIT-ed to hell (https://webkit.org/blog/3362/introducing-the-webkit-ftl-jit/) most exploits I've seen are about tricking webkit into type mismatching + JIT "invalidation". WASM open this hole even wider
.NET + visual studio + r# is the godlike stack. Haven't tried blazor yet but even asp.net is years ahead of the node ecosystem.
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 .
Interesting but i am a non believer can you provide figures that show gains through years?
looks like you are ready for templeOS
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
Volume rendering?
Shouldn't it be leftpad(leftpad (str,pad,n/2),leftpad("",pad,n/2),1)?
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?