Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
smailq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Simple immutable infrastructure using Docker for staging environments
(medium.com)
1 points
by
smailq
10y ago
|
0 comments
2.
▲
by
smailq
10y ago
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 abstracted/duplicated, or vice versa. And this c
3.
▲
by
smailq
10y ago
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 information the coder needs to be aware. Many inexperienced code
4.
▲
by
smailq
12y ago
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 code - automate it, script it if possible 3. Virtual assistan
5.
▲
Show HN: GetNotified – describe an event and get alerted when it happens
(getnotifiedapp.com)
67 points
by
smailq
12y ago
|
18 comments
6.
▲
Ask HN: Phone or Money?
1 points
by
smailq
13y ago
|
2 comments
7.
▲
by
smailq
13y ago
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 work, as well as data structure work. The
8.
▲
by
smailq
15y ago
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. Plus the mailing list is pretty helpful and friendly.