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.io/
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. Additionally adding the dimension of time,…
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 the directories you use the most from the…
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 keys while others simply overwrite the…
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.io/
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. Additionally adding the dimension of time,…
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 the directories you use the most from the…
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 keys while others simply overwrite the…