Viewing profile — avalanche123
avalanche123
HN member- Joined
- Fri, Sep 03, 2010, 4:26 PM UTC
- HN karma
- 169
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About avalanche123
No profile information was provided.
Recent public activity
-
comment
Comment #27893387
What a mind blowing achievement. Wow!
-
comment
Comment #27823921
I think this is also getting at the difference between pub/sub and state synchronization. While one might think they want the former, what they really want is the latter. Get some …
-
comment
Comment #23933812
I believe anti trust is triggered when it negatively affects consumers, with Amazon’s aggressive competition consumers usually win. At least short term...
-
comment
Comment #21335468
This pattern is called Composition ( https://en.wikipedia.org/wiki/Composition_over_inheritance ). What makes it much more practical in Go than in say Java is struct embedding and …
- story
-
comment
Comment #4109505
Well, success of a job is transient and not permanent in this case. Like I mentioned before, successful boot of a dependency doesn't mean that dependency exists by the time we get …
-
comment
Comment #4109417
This was my initial idea. However, consider this scenario. I need to boot a web stack (db master, pool of db slaves, webservers and a load balancer). I boot a master, job succeeds,…
-
comment
Comment #4109409
Thanks for feedback. Indeed, complex emergent behaviors are not demonstrated in the provided example. But they are possible when changes in environment affect other control loops. …
- story
-
comment
Comment #3645576
I feel the example I built for our demo is a good one. Here I implemented presence and chat servers to build online chatroom. Servers and clients were initially built in Ruby, to b…
-
comment
Comment #3644477
heh, best I can do yet
-
comment
Comment #3644465
You are right, however C bindings in other languages usually look quite ugly and non-idiomatic, but ZeroMQ did great job in that sense and their higher level language bindings are …
-
comment
Comment #3644441
Haha, I know you don't like coffeescript, so I wrote clone client library for demo in pure JS - https://github.com/progrium/nullmq/blob/master/demos/presenc...
-
comment
Comment #3644420
Yup, I'm sure that will get updated
-
comment
Comment #3644413
NullMQ multiplexing protocol is built on top of STOMP. The main advantage of NullMQ is same socket primitives as ZeroMQ, so same patterns and solutions can be built in the browser.…
-
comment
Comment #3644018
Exactly, I'm very happy that message went through!
-
comment
Comment #3644011
Hi, the author is not twelve and he in fact is quite known in Python community. I'll ping him about missing license.
- story
- story
-
comment
Comment #3141861
very cool, I'll see about adding support for it too
-
comment
Comment #3141855
thanks, will do!
-
comment
Comment #3141340
sorry, it looked so awesome and I noticed the kind requirement to use it for flask-only projects after rolled the new sphinx design out. I promise to use a different theme and is s…
- story