2/7
An ELI5 on #Bitcoin.
Think of Bitcoin as a startup founded in 2008, created by a guy named Satoshi Nakamoto, initially bootstrapped with his personal capital. No VC funding; just electricity.
His product? An unobtainium.
1/7 🧵
2/7
3/7
It's not magic; simply laws of thermodynamics.
4/7
5/7
https://t.co/cI6MkklbZS
6/7
7/7
@PrestonPysh @real_vijay @Breedlove22 @jimmysong @saifedean @michael_saylor @stephanlivera @100trillionUSD @pierre_rochard @RaoulGM @matt_odell
Go follow them!
For memes, follow @udiWertheimer.
More from Crypto
"Blockchain technology is energy-intensive..." => No, it doesn't have to be.
Let's look at Proof-Of-Stake, an alternative to the energy-intensive Proof-Of-Work algorithm.
🧵🔽
1️⃣ A Quick Recap On Proof-Of-Work
A Proof-Of-Work algorithm requires miners to do a certain amount of work that is compute-intensive to gain access to a service or the right to do something. This algorithm, by design, also requires that the work done shall not ...
... be reusable for anything else than what it was performed for. This lies at the core of the security concept of a blockchain. To gain the right to append a new block to a chain and to get some currency as a reward, there is work to be done, and this work must be verifyable.
That work is a race between different miners. Many miners try to compete and to be the first to find the answer to a problem presented to them. This implies that a lot of energy is wasted as only the first correct solution is accepted.
You can find a more detailed thread on Proof-Of-Work
Let's look at Proof-Of-Stake, an alternative to the energy-intensive Proof-Of-Work algorithm.
🧵🔽
1️⃣ A Quick Recap On Proof-Of-Work
A Proof-Of-Work algorithm requires miners to do a certain amount of work that is compute-intensive to gain access to a service or the right to do something. This algorithm, by design, also requires that the work done shall not ...
... be reusable for anything else than what it was performed for. This lies at the core of the security concept of a blockchain. To gain the right to append a new block to a chain and to get some currency as a reward, there is work to be done, and this work must be verifyable.
That work is a race between different miners. Many miners try to compete and to be the first to find the answer to a problem presented to them. This implies that a lot of energy is wasted as only the first correct solution is accepted.
You can find a more detailed thread on Proof-Of-Work
Proof-Of-Work is the name of a cryptographic algorithm that is used for some blockchains when new blocks are to be appended to the chain.
— Oliver Jumpertz (@oliverjumpertz) April 3, 2021
Let's take a higher-level look at how this one works, shall we?
\U0001f9f5\U0001f53d
Michael Pettis @michaelxpettis argues that it is not always obvious who (China or the U.S.) adjusts best to "turbulent changes."
Bitcoin answers that question.
Thread:
World economies currently suffer four major redistribution challenges:
The most important is increasing government stealth use of the monetary system to confiscate assets from productive actors.
/2
That process is exacerbated by "Cantillon Effect" transfers to interest groups close to government ("the entitled class," public sector workers, the medical industrial complex, academia, etc....), which is destroying much of that wealth /3
The shadow nature (see Keynes) of government inflation makes the process unidentifiable, un-addressable and undemocratic.
The biggest victims (America's poorly educated young) are unequipped to counter generational confiscation tactics of today's wily senior beneficiaries. /4
Government control of the numéraire in key economic statistics (GDP, inflation, etc...) makes it impossible for economic actors to measure progress and liabilities. /5
Bitcoin answers that question.
Thread:
1/11
— Michael Pettis (@michaelxpettis) January 11, 2021
An article worth thinking about: \u201cAs changes to the world structure accelerate, China\u2019s rule is in sharp contrast with the turmoil in the West,\u201d says Beijing.
I agree, but I draw a different conclusion. The world is certainly currently going...https://t.co/ugha7ygqqx
World economies currently suffer four major redistribution challenges:
The most important is increasing government stealth use of the monetary system to confiscate assets from productive actors.
/2
That process is exacerbated by "Cantillon Effect" transfers to interest groups close to government ("the entitled class," public sector workers, the medical industrial complex, academia, etc....), which is destroying much of that wealth /3
The shadow nature (see Keynes) of government inflation makes the process unidentifiable, un-addressable and undemocratic.
The biggest victims (America's poorly educated young) are unequipped to counter generational confiscation tactics of today's wily senior beneficiaries. /4
Government control of the numéraire in key economic statistics (GDP, inflation, etc...) makes it impossible for economic actors to measure progress and liabilities. /5
You May Also Like
A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x
PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ
The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x
PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ
The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.