I wonder how strong would Elliptic Curve Cryptography be compared to other methods if there is a major breakthrough in quantum computing.
A from-scratch tour of Bitcoin in Python
11–20 of 293 posts
Re: A from-scratch tour of Bitcoin in Python
#12Kind of surprised Andrej has time to work on anything besides self-driving cars
Re: A from-scratch tour of Bitcoin in Python
#13Kind of surprised Andrej has time to work on anything besides self-driving cars
Re: A from-scratch tour of Bitcoin in Python
#14Kind of surprised Andrej has time to work on anything besides self-driving cars
https://twitter.com/karpathy/status/1407378320551923718 :) But more seriously, I just really love learning and worked on this on the side, in small increments in between the cracks, and purely from interest for fun.
Re: A from-scratch tour of Bitcoin in Python
#15> We don’t just get to share code, we get to share a running computer, and anyone anywhere can use it in an open and permissionless manner Can someone explain what this means? Its not explained anywhere in the post.
He is probably referring to Ethereum, which was conceived as a "global computer", operating in an open and permissionless manner.
But just wanted to make the point that Bitcoin is a global computer as much as ethereum is, Solidity is just Turing complete while (Bitcoin’s) Script is intentionally limited to a few instructions.
Re: A from-scratch tour of Bitcoin in Python
#16Kind of surprised Andrej has time to work on anything besides self-driving cars
Re: A from-scratch tour of Bitcoin in Python
#17Re: A from-scratch tour of Bitcoin in Python
#18Kind of surprised Andrej has time to work on anything besides self-driving cars
Maybe he is losing faith in self driving cars and is looking for an alternate field.
Re: A from-scratch tour of Bitcoin in Python
#19Re: A from-scratch tour of Bitcoin in Python
#20> We don’t just get to share code, we get to share a running computer, and anyone anywhere can use it in an open and permissionless manner Can someone explain what this means? Its not explained anywhere in the post.
There's this persistent misconception out there that only Ethereum works this way. It's a testament to marketing. Bitcoin has been doing "smart contracts" long before Ethereum was even a gleam in Vitalik's eye.