Aim for Mediocrity
Standing on the cusp of 2021, life can be exhausting.
No matter where we look on social media, we will find people who seem wealthier, luckier, prettier, healthier, more popular, smarter, happier than us.
As highly ambitious people, what are we to do?
A solution to consider👇🏾
1) Aim to be mediocre at most things.
2) Celebrate this mediocrity.
3) Then focus on excellence at a few things.
4) Make sure those few things align with my passions, my strengths, and what the world needs.
contd.👇🏾
6) Find rewards in the act of getting better, not in immediate external feedback.
7) Get clarity on what rewards really matter.
8) Trust that those rewards will come.
9) Tweak my approach as I learn more.
Very few smart & ambitious people recognize this.
This isn’t about giving up or "being a loser".
It’s about recognizing that very few of the things that bring us lifelong anxiety actually matter, when all is said & done.
My answer:
Life principles.
I’ll leave you with some of my life principles below.
They are always work in progress, but the ones below have stayed stable for the past 3-4 years.
I am not saying these should be YOUR life principles or ANYONE’s life principles. Examples are useful for clear writing, so view them as merely an example of what’s worked/working for one person. If something resonates, consider adopting it. If something repels, ignore it
I do want to be the wisest person I personally know. To do this, I want to learn from everyone I come in contact with. Everyone.
I want to continue learning my craft as best as I possibly can.
(in my case, this craft is mainly product management)
(this principle has lasted the longest in my list, approximately the past 15 years)
I accept mediocrity in other aspects of my life.
Sometimes I’ll do better than mediocre (great)
Other times, I’ll do worse (not great, but fine)
Just be good-enough to avoid disaster.
https://t.co/caZwkypKAw
Standing on the cusp of 2021, life can be exhausting.
— Shreyas Doshi (@shreyas) December 28, 2020
No matter where we look on social media, we will find people who seem wealthier, luckier, prettier, healthier, more popular, smarter, happier than us.
As highly ambitious people, what are we to do?
A solution to consider\U0001f447\U0001f3fe
More from Shreyas Doshi
(should also be useful for Eng, Design, Data Science, Mktg, Ops folks who want to get better at PM work or want to build more empathy for your PM friends ☺️)
(oh, and pls also share *your* favorite resources below)
👇🏾
1/
Product Management - Start Here by @cagan
(hard to go wrong if you start with Marty Cagan’s
2/
Tips for Breaking into PM by @sriramk
(I’ve recommended this thread in my DMs more often than any other thread, by a pretty wide
Breaking into PMing - a \U0001f9f5 // A question folks from eng/design/other functions often have how to become a PM in a tech co.
— Sriram Krishnan (@sriramk) April 14, 2020
It can seem non-obvious and differs with each company but here are some patterns I've seen work. All the below assumes you have no PMing on your resume.
3/
Top 100 Product Management Resources by @sachinrekhi
(well-categorized index so you can focus on whatever’s most useful right
4/
Brief interruption.
It’s important to understand your preferred learning style and go all in on that learning style (vs. struggling / procrastinating as you force a non-preferred learning
There is no One Correct Way\u2122 to learn
— Shreyas Doshi (@shreyas) August 15, 2020
Don\u2019t feel pressured to read 70 books/year just becos Super-Successful Person X does that
Videos, Podcasts, Audiobooks, Discussions\u2014all are fine
What to do:
Understand your preferred learning style
Don't resist it, embrace it
Commit to it
More from Life
You May Also Like
make products.
"If only someone would tell me how I can get a startup to notice me."
Make Products.
"I guess it's impossible and I'll never break into the industry."
MAKE PRODUCTS.
Courtesy of @edbrisson's wonderful thread on breaking into comics – https://t.co/TgNblNSCBj – here is why the same applies to Product Management, too.
"I really want to break into comics"
— Ed Brisson (@edbrisson) December 4, 2018
make comics.
"If only someone would tell me how I can get an editor to notice me."
Make Comics.
"I guess it's impossible and I'll never break into the industry."
MAKE COMICS.
There is no better way of learning the craft of product, or proving your potential to employers, than just doing it.
You do not need anybody's permission. We don't have diplomas, nor doctorates. We can barely agree on a single standard of what a Product Manager is supposed to do.
But – there is at least one blindingly obvious industry consensus – a Product Manager makes Products.
And they don't need to be kept at the exact right temperature, given endless resource, or carefully protected in order to do this.
They find their own way.
==========================
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.
