Someone tosses a coin ten times; it comes up heads every time. What's the probability it comes up heads on the next toss? (Pretty darn high—part of @nntaleb's work is unprogramming you from your high-school rules of thumb.) Now consider the (related) Gambler's fallacy...
Very interesting thread. For more general cases (\U0001f447) I proposed skin in the game as \u201cwhat makes imitation work\u201d but didn\u2019t consider professional scammers incl. casinos
— Luca Dellanna (@DellAnnaLuca) January 18, 2021
Both scammers and casinos artificially inflate the crowd to provide an illusion of \u201cI can\u2019t be the only idiot.\u201d https://t.co/cMUrQpxc15
More from Simon DeDeo
As a dean of a major academic institution, I could not have said this. But I will now. Requiring such statements in applications for appointments and promotions is an affront to academic freedom, and diminishes the true value of diversity, equity of inclusion by trivializing it. https://t.co/NfcI5VLODi
— Jeffrey Flier (@jflier) November 10, 2018
We know that elite institutions like the one Flier was in (partial) charge of rely on irrelevant status markers like private school education, whiteness, legacy, and ability to charm an old white guy at an interview.
Harvard's discriminatory policies are becoming increasingly well known, across the political spectrum (see, e.g., the recent lawsuit on discrimination against East Asian applications.)
It's refreshing to hear a senior administrator admits to personally opposing policies that attempt to remedy these basic flaws. These are flaws that harm his institution's ability to do cutting-edge research and to serve the public.
Harvard is being eclipsed by institutions that have different ideas about how to run a 21st Century institution. Stanford, for one; the UC system; the "public Ivys".
More from Crypto
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
Share it with a friend who needs it!
1/ Getting started with crypto and want to check prices/projects? https://t.co/LFnk4vukxj has info on just about every crypto you'll need :)

2/ Search over 6000+ cryptocurrencies available on the market. You can see what's trending in the space as well.
Researching by categories? Filter (left side) -> Select categories -> DeFi, DOT ecosystem, Exchange-based tokens, NFTs - anything!

3/ Lets say you're looking at #Bitcoin https://t.co/g205lj03pG
At a glance you get:
- Price
- Mkt Capitalization (valuation)
- Circulating/Total supply
- 24h trading volume
- Links to websites, social media, block explorers
- Calculator
Next - check valuation?

4/ Market cap is used to rank coins, and we'll show you how its calculated - Hover over Circulating Supply (?) for breakdown.
Note: used @chainlink as example here - https://t.co/Jc46fe79Ag
While MC is important also consider product fit, narrative, team, community etc.

5/ If you're trading on AMMs like @Uniswap or @SushiSwap, you can copy the contract address directly to your clipboard.
Using @metamask_io? Add the token directly so it shows as one of the "Assets" that you own in the wallet.
See: https://t.co/94XihMf5oz

Introducing an effortless way to add tokens to your @metamask_io wallet \U0001f4e5
— CoinGecko (@coingecko) February 8, 2021
Skip the hassle of copying/pasting contract addresses to your wallet. Add an asset and it'll appear in your wallet with just a click - tap the \U0001f98a and try it out for yourself! pic.twitter.com/u26BA29ubs
You May Also Like
==========================
Module 1
Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...
... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit https://t.co/EZt0agsdlV
This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!
In Module 1 of this Nano course, we will learn about :
# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)
# Using Google Colab
Intro link is here on YT: https://t.co/MqMSDBaQri
Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb
You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want
# Importing Libraries
Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.
