saskurambo
|
9 years ago
|
on: What’s Next for Artificial Intelligence
Many thinks that conciousness has nothing to do with brain. Brain can be considered the hardware and conciousness the software.
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
Yes many mechanisms actually are really not explored
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
Mmmm better provide also homeopatic reference
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
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 homeopathy for years or a live. this is my vision
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
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
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
Proving homeopathics
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
Actually the mechanism of homeopathy isn't know. Clinic results are differente from test with placebo
saskurambo
|
9 years ago
|
on: Organisms might be quantum machines
This can open new research also on how works for example homeopathy and acupunture?
saskurambo
|
9 years ago
|
on: Mathematicians Are Overselling the Idea That “Math Is Everywhere”
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 I Ching for example.
All the rules of the Traditional Medicine Chinese for example can be demostrated with I Ching Math
saskurambo
|
9 years ago
|
on: Mathematicians Are Overselling the Idea That “Math Is Everywhere”
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
saskurambo
|
9 years ago
|
on: The cost of small modules
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 with scala.js and clojure using google closure.
saskurambo
|
9 years ago
|
on: Ask HN: Best books on meditation?
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 can't be learned in a book. The best mode is learning it from a master. And one of the best clean way for me is Zen with zazen.
In yoga sutra of Patanjali mediation is considered one of the high level of yoga, level that is reached after a long practice of other yoga levels (asana,pranayama,prathyara and dharana)
saskurambo
|
9 years ago
|
on: React is mostly hype
saskurambo
|
9 years ago
|
on: React is mostly hype
Virtual dom consume more computation processor while data binding consume more memory.
saskurambo
|
9 years ago
|
on: React is mostly hype
Vue.js 2 is an hibrid between virtual dom and data binding.
saskurambo
|
9 years ago
|
on: React is mostly hype
Dom / component recycle and batch updates are about performance
saskurambo
|
9 years ago
|
on: React is mostly hype
saskurambo
|
9 years ago
|
on: React is mostly hype
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 ractive and vue are the best tools for create animations in svg or where there are many updates of view
saskurambo
|
9 years ago
|
on: React is mostly hype
Data binding is also about computates function where you know the dependencies of this and know when recalculate it
saskurambo
|
9 years ago
|
on: React is mostly hype
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.