Viewing profile — ahasani
ahasani
HN member- Joined
- Sat, Nov 03, 2018, 1:59 PM UTC
- HN karma
- 9
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ahasani
No profile information was provided.
Recent public activity
-
comment
Comment #45019681
not similar, but more like jupyter https://duckdb.org/docs/stable/core_extensions/ui
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #22518835
Wicked stuff, looks like an excellent candidate for matrix synapse front end
-
comment
Comment #22431947
I like how you use gravity as an example. Using the quote logic, Apollo project comes to my mind ;-)
-
comment
Comment #22396652
Inkandswitch is also working on similar problem https://news.ycombinator.com/item?id=19804478
-
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…
-
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
-
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…
-
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
-
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/…