Viewing profile — armenb
armenb
HN member- Joined
- Mon, Feb 20, 2012, 6:28 PM UTC
- HN karma
- 276
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About armenb
No profile information was provided.
Recent public activity
-
comment
Comment #18104690
The textbook of the draft can be accessed at: https://ocw.mit.edu/resources/res-6-011-the-art-of-insight-i...
- story
- story
- story
- story
- story
-
comment
Comment #9284254
The process isolation is very useful but they've got a point, why we should run million lines of code until we get to the point to run a single web server? Have we ever asked our s…
-
comment
Comment #9284217
This reminds me of Ling/Erlangonxen, unfortunately Ling is not a free-software, it's opensource but not a free-software. And the fact that your operating system is the actual langu…
- story
- story
- story
- story
- story
- story
-
comment
Comment #7924338
The chat client uses Gyre which is port of Zyre [1] framework in Go. Disclaimer I'm the author. [1] https://github.com/zeromq/zyre
- story
-
comment
Comment #7924295
Forgot to tell you that nginx shouldn't be daemonized: echo "daemon off;" >> /etc/nginx/nginx.conf
-
comment
Comment #7924279
For instance I use following config (nginx.json) for nginx: { "user": ["_env", "${USER}"], "cwd": "/var/www", "standardEnv": true, "numFiles": 1024, "binary": "/usr/sbin/nginx" } A…
-
comment
Comment #7923959
Yes it is.
-
comment
Comment #7923958
Unfortunately there isn't much doc, but it's not that hard to set up. Take a look at run.sh file and config directory. Andrew Gerrand has a init script[1] in his fork for it which …
-
comment
Comment #7923891
Just an introduction: Currently I'm using runsit as an alternative for supervisord and I'm happy with it so far. Stdout and stderror of the processes can be queried with a very sim…
- story
-
comment
Comment #7619166
Do you mind if I ask couple of technical questions? - How did you cope with the traffic from HN? - The image resize service you implemented (photo.pixomize.com) is so simple and cl…
- story
- story