1/ Peter Bevelin, who has written books like “Seeking Wisdom: From Darwin to Munger,” provided me with a rough transcript of the Charlie Munger talk from yesterday. I did some clean up and editing and focus on points I didn’t make in my tweets yesterday.
To succeed, start early, try hard, and keep doing it. All success comes that way." CM
Charlie Munger
Charlie Munger
[Charlie Munger would say that about a "crazy rightist" too.]
Charlie Munger
More from Finance
I'm lucky to attain financial freedom before 30.
I credit Fintwit for my learnings.
Here's 10 key concepts every investor must know:
1. $$ needed to retire
2. Researching a business
3. Reading annual reports
4. Reading earnings calls
5. Criteria of a multi bagger
(Read on...)
6. Holding a multi bagger
7. Economic moats
8. When to buy a stock
9. Earnings vs cashflow
10. Traits of quality companies
Here's my 10 favourite threads on these concepts:
1. How much $$ do you need to retire
Before you start, you must know the end game.
To meet your retirement goals...
How much $$ do you need in your portfolio?
10-K Diver does a good job explaining what's a safe withdrawl rate.
Hint: It's NOT
2. Research a business
Your investment returns are a lagging indicator.
Instead, your research skills are the leading predictor of your results.
Conclusion?
To be a good investor, you must be a great business researcher.
Start with
3. Reading annual reports
This is the bread and butter of a good business analyst.
You cannot just listen to opinions from others.
You must learn to deep dive a business and make your own judgments.
Start with the 10k.
Ming Zhao explains it
I credit Fintwit for my learnings.
Here's 10 key concepts every investor must know:
1. $$ needed to retire
2. Researching a business
3. Reading annual reports
4. Reading earnings calls
5. Criteria of a multi bagger
(Read on...)
6. Holding a multi bagger
7. Economic moats
8. When to buy a stock
9. Earnings vs cashflow
10. Traits of quality companies
Here's my 10 favourite threads on these concepts:
1. How much $$ do you need to retire
Before you start, you must know the end game.
To meet your retirement goals...
How much $$ do you need in your portfolio?
10-K Diver does a good job explaining what's a safe withdrawl rate.
Hint: It's NOT
1/
— 10-K Diver (@10kdiver) July 25, 2020
Get a cup of coffee.
In this thread, I'll help you work out how much money you need to retire.
2. Research a business
Your investment returns are a lagging indicator.
Instead, your research skills are the leading predictor of your results.
Conclusion?
To be a good investor, you must be a great business researcher.
Start with
1/ Thoughts on Research Process
— Mostly Borrowed Ideas (@borrowed_ideas) September 27, 2021
I was invited to present my research process at a college in the US. I am sharing all ten slides here. pic.twitter.com/z0tjZcogfH
3. Reading annual reports
This is the bread and butter of a good business analyst.
You cannot just listen to opinions from others.
You must learn to deep dive a business and make your own judgments.
Start with the 10k.
Ming Zhao explains it
\U0001f9d0How to Read 10Ks Like a Hedge Fund\U0001f9d0
— Ming Zhao (@FabiusMercurius) May 7, 2021
\u201cFundamentals don\u2019t matter anymore!\u201d I\u2019ve heard this a lot lately on Fintwit.\U0001f644
But, for those who\u2019ve diversify beyond $GME and $DOGE, here\u2019s a primer on what metrics fundamental buy-side PMs look at and why:
(real examples outlined)
\U0001f447 pic.twitter.com/tLlNRvpnDK
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.