Live data from Hacker News

Viewing profile — MatthiasDev

MatthiasDev

HN member
Joined
Fri, Jun 23, 2023, 12:27 AM UTC
HN karma
20
Public activity
3 items

About MatthiasDev

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…