Live data from Hacker News

Viewing profile — zys5945

zys5945

HN member
Joined
Mon, Jul 15, 2019, 1:37 AM UTC
HN karma
19
Public activity
11 items

About zys5945

No profile information was provided.

Recent public activity

  1. comment
    Comment #23405546

    I don't think zoom provides e2e encryption. iirc zoom decrypts all messages at their server before encrypting it again and forwarding it to the destination.

  2. comment
    Comment #22294976

    I think it's about the number of developers involved. If you have a small team of 3-5 people who understands the architecture as a whole and can keep up with most PRs then I don't …

  3. comment
    Comment #22239501

    That would imply a drastic change to the language design. Essentially you are asking for 2 code generators (one for code managed by the go runtime and one managed by the programmer…

  4. comment
  5. comment
    Comment #21686520

    Location: Vancouver, BC, Canada Remote: Yes Willing to relocate: No Technologies: Fullstack development (Javascript, Node.js, Angular, React.js), Android developement (Java, Androi…

  6. story
  7. comment
    Comment #20673298

    Never used poetry before. How does it compare against pipenv?

  8. comment
    Comment #20672315

    I agree that builtin tools suck for dependency management. However a lot of the issues that you mentioned (such as lock file and transitive dependencies) can be handled by pipenv, …

  9. comment
    Comment #20672306

    > Yes, those are caught when using pip freeze. No they are not. Pip freeze does not resolve transitive dependencies, nor does pip know what to do if your transitive dependencies co…

  10. comment
    Comment #20672248

    I think he is referring to indirect dependencies

  11. comment
    Comment #20672234

    PyPy is a python implementation in python (RPython to be exact)