Ask HN: What's the best way to learn about the blockchain?
61–70 of 77 posts
Re: Ask HN: What's the best way to learn about the blockchain?
#62This book is insidiously useful. I went from not getting it at all to getting it more or less completely. Includes code interacting with the blockchain in a wide variety of ways. http://chimera.labs.oreilly.com/books/1234000001802
"Insidiously"? Now I'm really curious if that's a typo, or the book is treacherous in some fashion.
Re: Ask HN: What's the best way to learn about the blockchain?
#63Re: Ask HN: What's the best way to learn about the blockchain?
#64Re: Ask HN: What's the best way to learn about the blockchain?
#65Earlier quoted context omitted.
To contrast that, patio11 has written various things ragging on bitcoin from a tech/business perspective. It's well worth reading.
He is otherwise great chap, but I don't think he is the guy to turn to on bitcoin/blockchain topics. He has focus certainly somewhere else, and to me his rants about bitcoin sound more like a general complaining because he missed the train.
Re: Ask HN: What's the best way to learn about the blockchain?
#66Newb question: Why do people refer to it (these?) as "the" blockchain?
Ethereum is a platform that uses a blockchain to build and record consensus. Conceptually, the blockchain is a technology underpinning each cryptocurrency. Across the many cryptocurrencies in use, there are many blockchains keeping track of who owns what.
It is never correct to refer to a capitalized "Blockchain," or refer to it singularly without articles (a or the), imho. We don't refer to other data structures that way, like a priority queue.
Re: Ask HN: What's the best way to learn about the blockchain?
#67Building the minimum viable block chain: https://www.igvita.com/2014/05/05/minimum-viable-block-chain... That's where I would start.
Re: Ask HN: What's the best way to learn about the blockchain?
#68Re: Ask HN: What's the best way to learn about the blockchain?
#69Earlier quoted context omitted.
Learning about blockchains can certainly be disconnected from Bitcoin. Go read the Ethereum docs for example.
Ethereum stuff can also prove how to do things wrong... The DAO is a good example of that, and now the recent ddos attack.
Re: Ask HN: What's the best way to learn about the blockchain?
#70Earlier quoted context omitted.
Learning about blockchains can certainly be disconnected from Bitcoin. Go read the Ethereum docs for example.
There are no uses for turing complete smart contracts. Multisig and nLockTime perform all the same functions with lower risk and greater scalability.