Live data from Hacker News

Viewing profile — avalanche123

avalanche123

HN member
Joined
Fri, Sep 03, 2010, 4:26 PM UTC
HN karma
169
Public activity
23 items

About avalanche123

No profile information was provided.

Recent public activity

  1. comment
    Comment #27893387

    What a mind blowing achievement. Wow!

  2. 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 …

  3. 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...

  4. 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 …

  5. story
  6. 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 …

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

  8. 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. …

  9. story
  10. 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…

  11. comment
    Comment #3644477

    heh, best I can do yet

  12. 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 …

  13. 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...

  14. comment
    Comment #3644420

    Yup, I'm sure that will get updated

  15. 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.…

  16. comment
    Comment #3644018

    Exactly, I'm very happy that message went through!

  17. 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.

  18. story
  19. story
  20. comment
    Comment #3141861

    very cool, I'll see about adding support for it too

  21. comment
    Comment #3141855

    thanks, will do!

  22. 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…

  23. story