Live data from Hacker News

Viewing profile — kazuho

kazuho

HN member
Joined
Thu, May 31, 2012, 1:06 AM UTC
HN karma
568
Public activity
56 items

About kazuho

http://blog.kazuhooku.com/ https://github.com/kazuho/

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #10269883

    It is true that RSA operation over IPC is slower than doing it internally. But the latter is by magnitudes faster than the former, therefore the slowdown is negligible in practice.…

  5. comment
    Comment #10268461

    Wrong. You seem to have confusion between TLS handshakes and RSA operations. In OpenSSL (which is used by many servers including node.js, nginx), RSA operation is always synchronou…

  6. comment
    Comment #10267752

    I assume you are referring to Keyless SSL. https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-tec... For Keyless SSL, it is necessary to make RSA operations asynchronous, sin…

  7. story
  8. story
  9. comment
    Comment #9932025

    Libh2o (the protocol implementation) support both libuv and evloop (our tailor-made event loop). The default event loop of libh2o is libuv, since libuv is popular and has bindings …

  10. comment
    Comment #9931987

    Thank you for your comment. I doubt if anybody is using the mruby handler in production, considering the fact that functions necessary to modify the requests in the handler was com…

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #9390657

    Unfortunately the block was always found on the test machine. The test was conducted using a VM running running on a host on which the web browsers were run, so there were no noise…

  16. comment
    Comment #9390647

    Thank you for the suggestion. In case of the benchmark, I run the server as a VM instance on the client machine so that the results would be reproducible (with network latency adde…

  17. comment
    Comment #9387919

    As described in note 5, "the network chart of Chrome includes a 0.2 second block before initianting the TCP connection, which has been subtracted from the numbers written in this b…

  18. story
  19. story
  20. comment
    Comment #9078433

    Thank you for the comment. I think you did not understand my comment. It is true that the software is used for MITM. It is true that _Superfish_ is in the middle, decrypting the co…

  21. comment
    Comment #9078330

    why minus votes?

  22. comment
    Comment #9078296

    While the blogpost is interesting, I am skeptical of the author's claim that the recovered private key may be used for decrypting user data transmitted over the wire, since private…

  23. comment
    Comment #8952384

    A new product by frsyuki, the original developer of Fluentd / MessagePack. His presentation slides can be found at http://www.slideshare.net/frsyuki/embuk-making-data-integrat...

  24. story
  25. story