Viewing profile — MatthiasDev
MatthiasDev
HN member- Joined
- Fri, Jun 23, 2023, 12:27 AM UTC
- HN karma
- 20
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About MatthiasDev
No profile information was provided.
Recent public activity
-
comment
Comment #46035620
A big thing is that Go does not install the latest version of transitive dependencies. Instead it uses Minimal version selection (MVS), see https://go.dev/ref/mod#minimal-version-s…
-
comment
Comment #41320879
Because browsers can require certificates to be in the certificate transparency logs to be valid. Chrome already does this. If a government convinces a CA to create a malicious cer…
-
comment
Comment #36441177
Type reflection with TypeScript is fairly limited at the moment, though what you are describing can be done with decorators. I have made such a library myself: https://github.com/d…