Live data from Hacker News

Viewing profile — dlecorfec

dlecorfec

HN member
Joined
Mon, Mar 10, 2014, 4:07 PM UTC
HN karma
-27
Public activity
14 items

About dlecorfec

No profile information was provided.

Recent public activity

  1. comment
    Comment #28480632

    But on Christmas, we celebrate at the Galeries Lafayette! :)

  2. comment
    Comment #15192470

    I find it difficult to test a server in "real" conditions, these being at least 300k pps rx and 6 gbps tx, on 2x10G (with LACP) (context = http video streaming) Using a tool like i…

  3. story
  4. comment
    Comment #11952976

    Is the text randomly generated?

  5. comment
    Comment #10782574

    Take a look at Tengine, from Taobao. It's based on nginx.

  6. comment
    Comment #10046794

    I see a possible market for a distributed job scheduler in Go, with features from Chronos and Rundeck (and possibly based on an equivalent of the Quartz scheduling library?)

  7. comment
    Comment #9852618

    Thanks for the detailed writeup! Keep up the good work! - someone far away

  8. comment
    Comment #9302286

    Usually you have opened a shortcut on the way to the boss, and/or you can just sprint/roll through the mobs.

  9. comment
    Comment #9150464

    The K&D?

  10. story
  11. comment
    Comment #8366360

    Not every bash is HTTP-accessible. I'd even say it's a minority. SSH, on the other hand, seems to be the main access to bash, as only a crafted login name is enough to exploit.

  12. comment
  13. comment
    Comment #7732599

    Damn game, because of it we are forced to use "golang" in search engines.

  14. comment
    Comment #7699072

    +1 for strace (and tcpdump) A bit better, in case your API is down, maybe you could have a script that grab a strace (and maybe a gdb backtrace, see http://poormansprofiler.org/ ) …