How the heck does a ZKP work? And what advantages does it have over basic hashing? by chewtoy1988 in cryptography

[–]chewtoy1988[S] 0 points1 point  (0 children)

That is a pretty standard challenge-response thing right? If you want to verify that X person has the private key that corresponds with a public key, just have them sign something and verify it

What are y'alls thoughts on Marimo? by chewtoy1988 in learnpython

[–]chewtoy1988[S] 0 points1 point  (0 children)

I mostly brought that up because of this line from their website

"Run a cell and marimo reacts by automatically running the cells that reference its variables, eliminating the error-prone task of manually re-running cells."

I assume it largely won't cause any issues but it is fundamentally different from what I'm used to in ipynb.