Live data from Hacker News

Viewing profile — armenb

armenb

HN member
Joined
Mon, Feb 20, 2012, 6:28 PM UTC
HN karma
276
Public activity
55 items

About armenb

No profile information was provided.

Recent public activity

  1. 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...

  2. story
  3. story
  4. story
  5. story
  6. story
  7. 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…

  8. 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…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. 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

  16. story
  17. comment
    Comment #7924295

    Forgot to tell you that nginx shouldn't be daemonized: echo "daemon off;" >> /etc/nginx/nginx.conf

  18. 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…

  19. comment
    Comment #7923959

    Yes it is.

  20. 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 …

  21. 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…

  22. story
  23. 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…

  24. story
  25. story