Viewing profile — smailq
smailq
HN member- Joined
- Thu, Mar 10, 2011, 11:50 PM UTC
- HN karma
- 59
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About smailq
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
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…
- story
-
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)?
-
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…
-
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…