Live data from Hacker News

Viewing profile — leu-mas

leu-mas

HN member
Joined
Wed, Mar 11, 2020, 2:35 PM UTC
HN karma
5
Public activity
4 items

About leu-mas

No profile information was provided.

Recent public activity

  1. comment
    Comment #23576331

    I've been really enjoying pydantic lately. Run-time validation of types without forcing you to learn something other than normal type annotations. https://pydantic-docs.helpmanual.…

  2. comment
    Comment #22916224

    Self-sovereign identity is probably the most viable use case at the moment. No third party needed to manage your identity, replace keys, and broadcast updates to the world. Additio…

  3. comment
    Comment #22855068

    another popular alternative I see mentioned a lot https://github.com/wting/autojump > autojump is a faster way to navigate your filesystem. It works by maintaining a database of th…

  4. comment
    Comment #22546169

    Also, never understood why JSON allows for duplicate keys at the same level. Behavior is implemented differently across languages. Some throwing an error on parsing of duplicate ke…