Live data from Hacker News

Viewing profile — airesearcher

airesearcher

HN member
Joined
Mon, Oct 24, 2016, 6:06 PM UTC
HN karma
599
Public activity
158 items

About airesearcher

CEO of mindcorp.ai and www.novaspivack.com

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #46024338

    SocioLife is an advanced artificial life simulation exploring emergent social behaviors, tribal dynamics, economic systems, warfare, diplomacy, and technological evolution in a com…

  4. story
  5. comment
    Comment #45660763

    Looks better... the one thing I am not seeing is the behavior where they expand in two directions at the same time - but it might be that it's too small. Also it would be better if…

  6. comment
    Comment #45645342

    share a link to the new version of your shader - would love to check it out perhaps also make a version that starts from random initial condition as well? looks promising

  7. comment
    Comment #45643267

    Looks closer. Can’t tell from your example if exact.. but seems better

  8. comment
    Comment #45623992

    Very cool!

  9. comment
    Comment #45623984

    Actually - on that particular topic - you might want to read the articles and the math before forming an opinion - start from information geometry and fisher information metrics of…

  10. comment
    Comment #45623722

    You're right that Realm of Lace edges are derived from node eligibility, making it theoretically equivalent to a complex multi-state CA. I've updated the documentation to reflect t…

  11. comment
    Comment #45612149

    The difference is that it is not merely using dynamic neighborhoods - it's using topological properties of neighbors and neighborhoods as metrics that rules use. For example, sum o…

  12. comment
    Comment #45609931

    Actually it's a pretty hard thing to implement - the main challenge was to make it performant in python... I had to jump through flaming hoops!

  13. comment
    Comment #45609623

    links are first-class entities. Some rules have cell states AND links. Some rules treat cell states as topological metrics of neighborhoods or neighbors. See the detailed .md cited…

  14. comment
    Comment #45609600

    Because I was too lazy to refactor it into a ton of modules...

  15. comment
    Comment #45609079

    The question is really whether this class of rule is a subset of 2D binary state CA, or whether it is a superset in fact.

  16. comment
    Comment #45608814

    Here is a bit more information on how this class of rule works - should help with some of the questions about that in the thread: https://github.com/novaspivack/lace/blob/master/Re…

  17. comment
    Comment #45608527

    https://github.com/novaspivack/lace/blob/master/Rule_Explana... https://github.com/novaspivack/lace/blob/master/Betweenness_...

  18. comment
    Comment #45608500

    I've added a bit more explanation https://github.com/novaspivack/lace/blob/master/Rule_Explana... https://github.com/novaspivack/lace/blob/master/Betweenness_... These cover only o…

  19. comment
    Comment #45608484

    Yes you are missing something. The first examples do that, but later examples do something different - they are using the neighborhood topology instead of traditional cell states, …

  20. comment
    Comment #45608168

    In theory, if using a computationally universal CA, you can simulate any other CA with it. However it might require a lot of sub-steps to do so. No claim is being made that this is…

  21. comment
    Comment #45607401

    These rules use very different principles than traditional cell-based rules - for example neighbor degree, number of connections, and eligibility criteria based on connectivity. So…

  22. comment
    Comment #45607381

    Good feedback - These rules use very different principles than traditional cell-based rules - for example neighbor degree, number of connections, and eligibility criteria based on …

  23. comment
    Comment #45606488

    Birth conditions: Based on sum of neighbor degrees Survival conditions: Based on sum of neighbor degrees Death conditions: Specific degree counts that cause node death Eligibility:…

  24. comment
    Comment #45606365

    hahaha ... I actually wondered if someone dosed me... but no that was not possible in that situation at that time (and it would have had to be an elephant dose to last a week). Yes…

  25. comment
    Comment #45606340

    Realm of Lace Rules The signature "Realm of Lace" family of rules uses: Birth conditions: Based on sum of neighbor degrees Survival conditions: Based on sum of neighbor degrees Dea…