Live data from Hacker News

Viewing profile — saskurambo

saskurambo

HN member
Joined
Wed, Aug 10, 2016, 10:14 PM UTC
HN karma
-12
Public activity
25 items

About saskurambo

No profile information was provided.

Recent public activity

  1. comment
    Comment #12327109

    Many thinks that conciousness has nothing to do with brain. Brain can be considered the hardware and conciousness the software.

  2. comment
    Comment #12318896

    Yes many mechanisms actually are really not explored

  3. comment
    Comment #12318668

    Mmmm better provide also homeopatic reference

  4. comment
    Comment #12318661

    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 …

  5. comment
    Comment #12318611

    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

  6. comment
    Comment #12318250

    Proving homeopathics

  7. comment
    Comment #12316984

    Actually the mechanism of homeopathy isn't know. Clinic results are differente from test with placebo

  8. comment
    Comment #12316948

    This can open new research also on how works for example homeopathy and acupunture?

  9. comment
    Comment #12305664

    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 a…

  10. comment
    Comment #12304578

    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, P…

  11. comment
    Comment #12294083

    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 an…

  12. comment
    Comment #12290745

    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 m…

  13. comment
    Comment #12289418

    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 a…

  14. comment
    Comment #12287261

    Virtual dom consume more computation processor while data binding consume more memory.

  15. comment
    Comment #12287242

    Vue.js 2 is an hibrid between virtual dom and data binding.

  16. comment
    Comment #12287235

    Dom / component recycle and batch updates are about performance

  17. comment
    Comment #12286471

    I know about this https://github.com/lhorie/mithril.js/issues/1090

  18. comment
    Comment #12286413

    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 f…

  19. comment
    Comment #12286377

    Data binding is also about computates function where you know the dependencies of this and know when recalculate it

  20. comment
    Comment #12286348

    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…

  21. comment
    Comment #12286333

    Angular 2way is based on dirty check. Ractive and vue.js are really data binding with atomic changes.

  22. comment
    Comment #12285623

    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 ractiv…

  23. comment
    Comment #12285483

    Mithril for what i know is under a rewrite and with this rewrite should be really fast

  24. comment
    Comment #12285453

    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…

  25. comment
    Comment #12265117

    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 …