Live data from Hacker News

Viewing profile — ahasani

ahasani

HN member
Joined
Sat, Nov 03, 2018, 1:59 PM UTC
HN karma
9
Public activity
14 items

About ahasani

No profile information was provided.

Recent public activity

  1. comment
    Comment #45019681

    not similar, but more like jupyter https://duckdb.org/docs/stable/core_extensions/ui

  2. comment
    Comment #40522634

    I previously used a raspberry pi as a development companion to my ipad, now it's an Android phone. Full linux distro (via termux proot along with its limitations) to edit compile r…

  3. comment
    Comment #40496662

    While mignt not agreeing with all the reasons mentioned, verifying signature for every resource access is cpu intensive (your commercial compute provider would love you though). Co…

  4. comment
    Comment #22735524

    Interesting points, thanks > Would need to see what the implementation actually looked like and how it was worked on Examples are but not limited to Simulink, Rhapsody, Unreal Blue…

  5. comment
    Comment #22734762

    What do you think about hierarchical state machine [1] ? >Has it already been through state X? Like everything else, logging >Will it come back to this state in the future? Mention…

  6. comment
    Comment #22693463

    Need to watch out for update failure, some sort of transaction management/atomic commit[2] such that if one update fails, other updated dbs should rollback. 1. https://en.wikipedia…

  7. comment
    Comment #22518835

    Wicked stuff, looks like an excellent candidate for matrix synapse front end

  8. comment
    Comment #22431947

    I like how you use gravity as an example. Using the quote logic, Apollo project comes to my mind ;-)

  9. comment
    Comment #22396652

    Inkandswitch is also working on similar problem https://news.ycombinator.com/item?id=19804478

  10. comment
    Comment #22340894

    Sharing state is what actor model tries to eliminate, it has a very strong locality concept. Singleton in OOP (which you have to implement atomic and thread safety often by yoursel…

  11. comment
    Comment #22340864

    If you mean by return value like function call, actor actually can send reply message back to the caller provided the called actor knows the caller address

  12. comment
    Comment #22322707

    Yes they are, atom is in isolation, cell has membrane, we have a body we have isolation and encapsulation in physics/chemistry/biology. In actor model message passing is interactio…

  13. comment
    Comment #22096174

    It should be, please have a look at http://scion.scxml.io/tutorials/fundamentals It is a pretty faithful implementation of SCXML in js

  14. comment
    Comment #22096138

    It is ahead of its time and we are getting closer, one example, please check out UE4 Blueprint visualizing animation states at https://docs.unrealengine.com/en-US/Engine/Animation/…