Blockchains from the ground up: Part 1
johnmathews.eu
Blockchains from the ground up: Part 1
1–10 of 41 posts
Re: Blockchains from the ground up: Part 1
#2Re: Blockchains from the ground up: Part 1
#3Re: Blockchains from the ground up: Part 1
#4I always find this introduction (including a "live demonstration") by Anders Brownworth very illustrative: https://anders.com/blockchain/
Re: Blockchains from the ground up: Part 1
#5I always find this introduction (including a "live demonstration") by Anders Brownworth very illustrative: https://anders.com/blockchain/
Re: Blockchains from the ground up: Part 1
#6I always find this introduction (including a "live demonstration") by Anders Brownworth very illustrative: https://anders.com/blockchain/
Re: Blockchains from the ground up: Part 1
#7Re: Blockchains from the ground up: Part 1
#8I always find this introduction (including a "live demonstration") by Anders Brownworth very illustrative: https://anders.com/blockchain/
This is a great video/site. After watching this, it made me think how amazing the blockchain would be if our accounting and trading systems were built on top of it. As a programmer outside the financial services sector, it seems to me something like this has to be the future. But it would be really interesting to see what quants and others in the field think.
Re: Blockchains from the ground up: Part 1
#9Earlier quoted context omitted.
This is a great video/site. After watching this, it made me think how amazing the blockchain would be if our accounting and trading systems were built on top of it. As a programmer outside the financial services sector, it seems to me something like this has to be the future. But it would be really interesting to see what quants and others in the field think.
Back in 2008 I invented an algorithm for tree structures where the definition of the hash of any node, was "the hash of hashes of all its immediate children". I had invented a way to do 'tree node comparisons' where any time two tree nodes on a tree had the same 'hash' i knew the content (recursively deep into the tree) of those nodes was identical. I never went forward on that algorithm, because i knew it meant each…
Re: Blockchains from the ground up: Part 1
#10Earlier quoted context omitted.
Back in 2008 I invented an algorithm for tree structures where the definition of the hash of any node, was "the hash of hashes of all its immediate children". I had invented a way to do 'tree node comparisons' where any time two tree nodes on a tree had the same 'hash' i knew the content (recursively deep into the tree) of those nodes was identical. I never went forward on that algorithm, because i knew it meant each…
I think Merkle got there first, in about 1979 or so. https://en.m.wikipedia.org/wiki/Merkle_tree
To award a patent to someone just because they thought of it first is ridiculous.