Live data from Hacker News

Viewing profile — bulknews

bulknews

HN member
Joined
Fri, Apr 22, 2011, 4:35 AM UTC
HN karma
33
Public activity
11 items

About bulknews

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #6000979

    slightly more credible source - his attorney on winny's case confirmed he passed away 7/6 6:55 pm JST due to a heart attack. http://danblog.cocolog-nifty.com/index/2013/07/post-9e4…

  4. comment
    Comment #4715975

    Well, I take "insane" as a compliment :) While it is true you can emulate the traffic by looking at web server logs, it was crucial for us to send the exact same request including …

  5. comment
    Comment #4715480

    Yep, we run kage behind another load balancer that does SSL decryption etc.

  6. comment
    Comment #4715478

    Yeah good point. We actually run kage proxy behind another load balancer, and only send traffic with a sampling cookie set, which can be controlled from our main app.

  7. comment
    Comment #2505303

    > - Why send back an array ref instead of using the CGI way? What is the advantage it brings? If you design a fibonacci() function, would you make it print the result to STDOUT, or…

  8. comment
    Comment #2502907

    > while (my $req = CGI::Fast->new) { myApp->run($req); } > Is there a handler/wrapper for that? Assuming that while loop is in your bootstrap FastCGI script, you can instead have a…

  9. comment
    Comment #2502679

    > By the way, adding some script examples for CGI::PSGI and other related modules would be much appreciated (The doc is too elliptic and assume we know already that much about the …

  10. comment
    Comment #2502483

    > Not really sure it is a good idea to put a spec on CPAN They are also available on github with POD markup, with the full version controlled history: https://github.com/miyagawa/p…

  11. comment
    Comment #2498692

    > the doc is unclear as to what it brings on the table, why it should be used, how to be used, the improvement it brings if any are really not clear. I assume you're looking at the…