Live data from Hacker News

Viewing profile — nlacasse

nlacasse

HN member
Joined
Thu, Sep 19, 2013, 11:53 PM UTC
HN karma
4
Public activity
4 items

About nlacasse

No profile information was provided.

Recent public activity

  1. comment
    Comment #6638751

    What's worse is that djb's crypto NaCl wants to be pronounced "salt".

  2. comment
    Comment #6638702

    I disagree. Javascript cryptography can provide real security, it's just important to keep in mind what is being secured, and where the vulnerabilities are. Currently, js crypto is…

  3. comment
    Comment #6638663

    Thanks for the reply. Opal requires as little trust as possible, but you are correct that some server-trust is required at the moment. I hope that apps like Opal will encourage mor…

  4. comment
    Comment #6638494

    Emscripten compiles the input source with LLVM, then converts the LLVM bytecode to JS. Most of the optimization passes are done by the LLVM compiler. Are you suggesting that LLVM (…