Viewing profile — zys5945
zys5945
HN member- Joined
- Mon, Jul 15, 2019, 1:37 AM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About zys5945
No profile information was provided.
Recent public activity
-
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.
-
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 …
-
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…
-
comment
Comment #22059466
It was
-
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…
- story
-
comment
Comment #20673298
Never used poetry before. How does it compare against pipenv?
-
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, …
-
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…
-
comment
Comment #20672248
I think he is referring to indirect dependencies
-
comment
Comment #20672234
PyPy is a python implementation in python (RPython to be exact)