Many thinks that conciousness has nothing to do with brain. Brain can be considered the hardware and conciousness the software.
Yes many mechanisms actually are really not explored
Mmmm better provide also homeopatic reference
The knowledge of homeparhy in Science is really limited. We cab image the the surface of the top of iceberg as what know the science of homeopathy. All the iceberg is what you can know learning study and practice…
Yes they are differents. Homeopathy cure the person not the hill. In test only the hill is observed not the unity of person. Tests are exclusives, clinics is inclusives
Proving homeopathics
Actually the mechanism of homeopathy isn't know. Clinic results are differente from test with placebo
This can open new research also on how works for example homeopathy and acupunture?
Thinking is math. If thinking is put in relations different things this is math. With the dialetics of yin and yang we can compare and put in a relative relations everything. Yin and yang relation is the binary math of…
Math and geometry are also used in symbolics sciences. I-king with binary math, Astrology and tarots use math symbols for explain many priciples. We find it in Pitagora, Platone, Plotino, Giordano Bruno
In haxe with static type system, dce and inling function we haven't this problem if we use haxe libraries. The libraries can be really big or little, but dce inject only classes and methods used. Same thing can be made…
Meditation today is a term must abused with many differente significances. Meditation is a state of conscious. The tecnics of meditation are used for create the condition for the manifestation of this state. Mediation…
Mmm no sorry i don't agree. For me virtual dom is only a tree generated from code,diffed and batched. Speaking only of the algoritm. For me databining templates libraries are vue and ractive. See this 2 links for…
Virtual dom consume more computation processor while data binding consume more memory.
Vue.js 2 is an hibrid between virtual dom and data binding.
Dom / component recycle and batch updates are about performance
I know about this https://github.com/lhorie/mithril.js/issues/1090
A virtual dom is stupid about the view is only an algorithm that diff 2 trees. A data binding can create a graph of knowledge about the view and can create the best and fast mode for update the view. Library like…
Data binding is also about computates function where you know the dependencies of this and know when recalculate it
Yes but generally speak you must do all this things manually and also optimizatio s and binding you must know what updates. In a real 2way db this is automatic also for performance.
Angular 2way is based on dirty check. Ractive and vue.js are really data binding with atomic changes.
Two way data bind is fast because a graph of binds and dependency is created. So you can have atomic updates while in virtual dom you must rerun all the tree. See vue.js and ractive But is also true that 2way double…
Mithril for what i know is under a rewrite and with this rewrite should be really fast
React is good for complex app desktop but not if you need performant and fast interface with 60 fps otherall in mobile. Last virtual dom like snabbdom preact and inferno are really fast also on mobile. And inferno and…
Also haxe have nice features like scala.js bu have a c like syntax conservative and is more practical. Big interaction with externs js with external types definition, dynamics and untyped blocks. And can interact with…
Many thinks that conciousness has nothing to do with brain. Brain can be considered the hardware and conciousness the software.
Yes many mechanisms actually are really not explored
Mmmm better provide also homeopatic reference
The knowledge of homeparhy in Science is really limited. We cab image the the surface of the top of iceberg as what know the science of homeopathy. All the iceberg is what you can know learning study and practice…
Yes they are differents. Homeopathy cure the person not the hill. In test only the hill is observed not the unity of person. Tests are exclusives, clinics is inclusives
Proving homeopathics
Actually the mechanism of homeopathy isn't know. Clinic results are differente from test with placebo
This can open new research also on how works for example homeopathy and acupunture?
Thinking is math. If thinking is put in relations different things this is math. With the dialetics of yin and yang we can compare and put in a relative relations everything. Yin and yang relation is the binary math of…
Math and geometry are also used in symbolics sciences. I-king with binary math, Astrology and tarots use math symbols for explain many priciples. We find it in Pitagora, Platone, Plotino, Giordano Bruno
In haxe with static type system, dce and inling function we haven't this problem if we use haxe libraries. The libraries can be really big or little, but dce inject only classes and methods used. Same thing can be made…
Meditation today is a term must abused with many differente significances. Meditation is a state of conscious. The tecnics of meditation are used for create the condition for the manifestation of this state. Mediation…
Mmm no sorry i don't agree. For me virtual dom is only a tree generated from code,diffed and batched. Speaking only of the algoritm. For me databining templates libraries are vue and ractive. See this 2 links for…
Virtual dom consume more computation processor while data binding consume more memory.
Vue.js 2 is an hibrid between virtual dom and data binding.
Dom / component recycle and batch updates are about performance
I know about this https://github.com/lhorie/mithril.js/issues/1090
A virtual dom is stupid about the view is only an algorithm that diff 2 trees. A data binding can create a graph of knowledge about the view and can create the best and fast mode for update the view. Library like…
Data binding is also about computates function where you know the dependencies of this and know when recalculate it
Yes but generally speak you must do all this things manually and also optimizatio s and binding you must know what updates. In a real 2way db this is automatic also for performance.
Angular 2way is based on dirty check. Ractive and vue.js are really data binding with atomic changes.
Two way data bind is fast because a graph of binds and dependency is created. So you can have atomic updates while in virtual dom you must rerun all the tree. See vue.js and ractive But is also true that 2way double…
Mithril for what i know is under a rewrite and with this rewrite should be really fast
React is good for complex app desktop but not if you need performant and fast interface with 60 fps otherall in mobile. Last virtual dom like snabbdom preact and inferno are really fast also on mobile. And inferno and…
Also haxe have nice features like scala.js bu have a c like syntax conservative and is more practical. Big interaction with externs js with external types definition, dynamics and untyped blocks. And can interact with…