(2/25)
💥WHY I HAVE OVER $1 MILLION IN $TSLA STOCK💥
Tesla's price may seem out of whack today. The P/E Ratio is insane, right?
But Amazon had similar P/E ratios back in 2014 and 3X higher in 2012. Look at where $AMZN is today.
(1/25)
(2/25)
(3/25)
(4/25)
Level 5 FSD (Full self-driving) #Tesla at way safer levels than humans (5X, 10x SAFER?) I'll buy these for my elderly parents. You'll essentially be able to sleep in your car while it drives you to your destination.
(5/25)
I did a poll, and assuming autonomous driving data shows it's safer, most people said they'd prefer to hail a driverless car vs a human-driven car like Uber.
(6/25)
It doesn't get paid overtime, doesn't need breaks, doesn't get sick, doesn't get Holidays, doesn't get road rage, and makes essentially...
(7/25)
Long-haul truck drivers are going the way of the coal miner.
(8/25)
(9/25)
(10/25)
During peak hours, you get charged more. At 3 am, it's probably cheap. Your #Tesla will likely become its own power center, charging itself when the...
(11/25)
#Tesla also makes a #powerwall to do this, and the price of these units will fall as efficiency goes up.
(12/25)
Especially if the data shows the #TESLA OS for FSD is way safer than other OS's, and way, wayyyy safer than human drivers.
(13/25)
(14/25)
(15/25)
People will pay monthly to have FSD or unique features activated.
(16/25)
Tesla will generate revenue through partnerships for gaming, media content, GPS, etc.
(17/25)
While not technically #Tesla, I see it helping massively with the supercharging network Tesla continues to grow.
(18/25)
#Elon owns the boring company, which is starting to create underground high-speed transit.
Just a feeling, but I imagine that once cars are allowed, it will likely only ...
(19/25)
This will benefit the $TSLA robo-taxi fleet as well, allowing MUCH faster travel during congested times.
This one is definitely a long-term play (10+ years.)
(20/25)
Their valuation has to be different than Telsa's because of this.
(21/25)
Tesla moves fast. Rivian was founded 3 yrs before the Model S. 12 yrs later, Rivian still doesn't have a production vehicle.
(22/25)
(23/25)
Market penetration to be massive in the next 5 years.
(24/25)
More from Trading
Many of you have seen the famous Westrum Organizational Typology model, so prominently featured in State of DevOps Research, Accelerate, DevOps Handbook, etc.
This model was created Dr. Ron Westrum, a widely-cited sociologist who studied the impact of culture on safety
Thanks to Dr. @nicolefv, I was able to interview him for an upcoming episode of the Idealcast! 🤯
It was a very heady experience, and while preparing to interview him, I was startled to discover how much work he's done in healthcare, aviation, spaceflight, but also innovation.
I've read 4+ of his papers, so I thought I was familiar with his work. (Here's one paper: https://t.co/7X00O67VgS)
I was startled to learn he has also studied in depth what enables innovation. He wrote a wonderful book "Sidewinder: Creative Missile Development at China Lake"
Dr. Westrum writes about China Lake Research Labs: "its design and structure had one purpose: to foster technical creativity. It did; China Lake operated far outside the normal envelope... Sidewinder & others were "impossible" accomplishments,
I love this book because it describes traits of organizations that routinely create and maintain greatness: US space program (Mercury, Gemini, Apollo), US Naval Reactors, Toyota, Team of Teams, Tesla, the tech giants (Amazon, Google, Netflix, Google)
This model was created Dr. Ron Westrum, a widely-cited sociologist who studied the impact of culture on safety

Thanks to Dr. @nicolefv, I was able to interview him for an upcoming episode of the Idealcast! 🤯
It was a very heady experience, and while preparing to interview him, I was startled to discover how much work he's done in healthcare, aviation, spaceflight, but also innovation.
I've read 4+ of his papers, so I thought I was familiar with his work. (Here's one paper: https://t.co/7X00O67VgS)
I was startled to learn he has also studied in depth what enables innovation. He wrote a wonderful book "Sidewinder: Creative Missile Development at China Lake"

Dr. Westrum writes about China Lake Research Labs: "its design and structure had one purpose: to foster technical creativity. It did; China Lake operated far outside the normal envelope... Sidewinder & others were "impossible" accomplishments,
I love this book because it describes traits of organizations that routinely create and maintain greatness: US space program (Mercury, Gemini, Apollo), US Naval Reactors, Toyota, Team of Teams, Tesla, the tech giants (Amazon, Google, Netflix, Google)
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.