smailq | 9 years ago | on: Prefer duplication over the wrong abstraction
smailq's comments
smailq | 9 years ago | on: Ask HN: What is your best advice for a developer to write better code?
Third party libraries, copy & pasted code from Internet, helper functions from a framework, and more often hides critical information the coder needs to be aware. Many inexperienced coders simply put together code and produces working code without good understanding of why/how their code works.
I found that deeper understanding of the code not on the first level but all the underlying libraries and functions, lets me write more concise, bug resistant, and easy to understand/maintainable code.
smailq | 11 years ago | on: Show HN: GetNotified – describe an event and get alerted when it happens
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 code - automate it, script it if possible
3. Virtual assistance - let our VAs handle the monitoring if there is no other way
Hope this answers :)
Thanks for the fix!
smailq | 12 years ago | on: Python API
Cosmic is trying to achieve similar goal as Docker, as we are trying to build a framework/tools/services which solves APIs X languages matrix(Slide 14 of http://www.slideshare.net/dotCloud/why-docker).
FYI, the project is still in very early design stage, any feedback is very appreciated.
smailq | 14 years ago | on: ØMQ: Mission Accomplished
Also, this is where the technical dept incurs over time, if the abstraction/duplication is held off.