Viewing profile — dlecorfec
dlecorfec
HN member- Joined
- Mon, Mar 10, 2014, 4:07 PM UTC
- HN karma
- -27
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About dlecorfec
No profile information was provided.
Recent public activity
-
comment
Comment #28480632
But on Christmas, we celebrate at the Galeries Lafayette! :)
-
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…
- story
-
comment
Comment #11952976
Is the text randomly generated?
-
comment
Comment #10782574
Take a look at Tengine, from Taobao. It's based on nginx.
-
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?)
-
comment
Comment #9852618
Thanks for the detailed writeup! Keep up the good work! - someone far away
-
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.
-
comment
Comment #9150464
The K&D?
- story
-
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.
-
comment
Comment #7732679
woosh.
-
comment
Comment #7732599
Damn game, because of it we are forced to use "golang" in search engines.
-
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/ ) …