Live data from Hacker News

Viewing profile — smailq

smailq

HN member
Joined
Thu, Mar 10, 2011, 11:50 PM UTC
HN karma
59
Public activity
8 items

About smailq

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12061969

    This is another one of the factors that makes development time estimates difficult. While adding/removing/improving the code, you realize that some part of the code needs to be abs…

  3. comment
    Comment #12003982

    Fully understand what each line of the code does. Third party libraries, copy & pasted code from Internet, helper functions from a framework, and more often hides critical informat…

  4. comment
    Comment #8472897

    Few ways we handle the notifications : 1. Find existing service that handles the job - integrate it, or just let the user know, or subscribe to it on behalf of the user. 2. Write c…

  5. story
  6. story
    Ask HN: Phone or Money?

    Most of us carry our "Phone" and "Money" everywhere we go. If you can only take one thing with you leaving home, which one will it be? Phone or Money (cash/credit cards)?

  7. comment
    Comment #6353163

    At Cosmic( http://www.cosmic-api.com/ ), we are working toward making web APIs more consistent and easier to build/consume with higher level framework. We take care of transport wo…

  8. comment
    Comment #3220966

    Congratz! I've been using 0MQ for few years on distributed db, now it's hard not to architect distributed/threaded apps without 'message passing' design which 0mq is pushing for. P…