Files
org_backend/output/20250723182408-so-good-they-cant-ignore-you.html

368 lines
17 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-12-28 Sun 20:49 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>so_good_they_cant_ignore_you</title>
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link rel="stylesheet" href="/assets/styles/style.css" />
<link rel="stylesheet" href="/assets/styles/bigger-picture.min.css" />
<link rel="stylesheet" href="/assets/styles/media.css" />
<script src="/assets/scripts/script.js" defer></script>
<script src="/assets/scripts/search.js" defer></script>
<script src="/assets/scripts/bigger-picture.min.js" defer></script>
<script src="/assets/scripts/svg-pan-zoom.min.js" defer></script>
<script src="/assets/scripts/gallery-init.js" defer></script>
</head>
<body>
<div id="preamble" class="status">
<div class="banner-header">
<div class="banner-left">
<a href="/20241210233721-brain_moc.html"> <img src="/assets/gr.png" alt="Site Logo" class="banner-logo" /> </a>
<div id="updated">Updated: 2025-12-28 Sun 19:48</div>
</div>
<div class="banner-search">
<input id="search-box"
type="search"
placeholder="Search notes…"
aria-label="Search notes"
autocomplete="off" />
<div id="search-results"></div>
</div>
<button id="close-all">Close All</button>
</div>
</div>
<div id="stack-root">
<div class="stack-track">
<article class="stack-pane pane-root" data-url="/20250723182408-so-good-they-cant-ignore-you.html">
<div id="content" class="content">
<div class="title-section">
<div class="title-controls">
<button class="pane-fullscreen" aria-label="Fullscreen">F</button>
<button class="pane-edit" aria-label="Edit pane">E</button>
<button class="pane-close" aria-label="Close pane">×</button>
</div>
<h1 class="title">so<sub>good</sub><sub>they</sub><sub>cant</sub><sub>ignore</sub><sub>you</sub></h1>
<div class="title-metadata">
<span class="metadata-item">
<span class="metadata-label">planted:</span>
<span class="metadata-value">2025-07-23</span>
</span>
<span class="metadata-item">
<span class="metadata-label">last tended to:</span>
<span class="metadata-value">2025-12-28</span>
</span>
</div>
</div>
<div id="outline-container-org8ed7d43" class="outline-2">
<h2 id="org8ed7d43"><a href="#org8ed7d43">So good they cant ignore you</a></h2>
<div class="outline-text-2" id="text-org8ed7d43">
<p>
Some of these points have been inspired from this
<a href="https://jasonkwanhc.medium.com/book-summary-of-so-good-they-cant-ignore-you-58cb236fef0d">website</a>
</p>
</div>
</div>
<div id="outline-container-org983ee12" class="outline-2">
<h2 id="org983ee12"><a href="#org983ee12">Summary</a></h2>
<div class="outline-text-2" id="text-org983ee12">
<p>
The book focuses on the reality of how people end up loving what they do. It demystifies the concept: &ldquo;follow your
passion&rdquo;, and details alternative strategies.
</p>
</div>
<div id="outline-container-org3fa9485" class="outline-3">
<h3 id="org3fa9485"><a href="#org3fa9485">Rule <b>1: <b>*Dont Follow Your Passion</b></b></a></h3>
<div class="outline-text-3" id="text-org3fa9485">
<ol class="org-ol">
<li>The Passion Hypothesis is the biggest myth in occupational happiness. It says that “The key to occupational happiness
is to first figure out what you are passionate about and then find a job that matches this passion”, the author1
argues against this.</li>
<li>He mentions some incidents of people like Steve Jobs, proving that successful people like him (who is famous for the
concept &ldquo;follow your passions&rdquo;) didnt start off because he had a passion for the thing they do.</li>
</ol>
</div>
</div>
<div id="outline-container-orge504c32" class="outline-3">
<h3 id="orge504c32"><a href="#orge504c32">Rule *2: Be So Good They Cant Ignore You (Or, the importance of skills)</a></h3>
<div class="outline-text-3" id="text-orge504c32">
<ol class="org-ol">
<li>The traits that define great work are rare and valuable, if you want these traits, you need rare and valuable skills.
These skills are called <b><a href="20250723183655-career_capital.html#ID-f9838952-9753-471b-a2cc-d72e01a53ef6">career-capital</a></b>.</li>
<li>Adopt the <b><b>Craftsman Mindset</b></b> where instead you focus on what you can offer the world. This is in stark contrast to
the <b><b>Passion Mindset</b></b> where you focus on what the world can offer you. The craftsman mindset focuses on becoming
better and improving the quality of what you produce. It focuses on becoming so good they cant ignore you,
regardless of what you do for a living.</li>
<li>The concept of <b><a href="20250723183755-deliberate_practice.html#ID-d4f96bfb-b83d-449b-9f74-f602a1a3c2d3">deliberate-practice</a></b> is mentioned where you deliberately stretch your
abilities beyond where you&rsquo;re comfortable and then receive ruthless feedback on your performance.</li>
<li>5 Steps on applying the deliberate practice in your work:
<ol class="org-ol">
<li><b><b>Step 1: Decide What Type of Capital Market Youre Competing In.</b></b> There are two kinds of markets, a
<b>winner-take-all</b> market and an <b>auction</b> market. In a winner-take-all market, there&rsquo;s only one type of career
capital available and only one that matters. In the auction market however, there are a variety of relevant
skills that could <b>lead</b> you to getting the job, in other words, there are a variety of career capital available.</li>
<li><b><b>Step 2: Identify Your Capital Type</b></b>. This step makes you figure out what are the relevant skills that are
needed in order to be great at your job. In the winner-take-all market, it&rsquo;s pretty straightforward that it&rsquo;s
that one career capital, however in the auction market there&rsquo;s more flexibility. A useful heuristic mentioned is
the <b>open-gates</b> opportunities present. In other words, those opportunities to build capital that are already
open to you, then you work your way up.</li>
<li><b><b>Step 3: Define “Good”</b></b> . Having a clear view of what <b>good</b> means is important. This step forces you to think
about where you want to be and how you can achieve it using deliberate practice. This definition will be
different for different people.</li>
<li><b><b>Step 4: Stretch and Destroy</b></b>. Deliberate practice requires you to be uncomfortable, as it is something that is
not enjoyable. The important thing is to push beyond your comfort zone and get immediate feedback to steer you in
the right direction.</li>
<li><b><b>Step 5: Patience</b></b>. The acquisition of career capital will take time, therefore, it is necessary to be patient
and ensure that you pour all your effort into the capital you seek. The final sentence given in the book before
the summary is: <b><b>You stretch yourself, day after day, month after month, before finally looking up and
realising, &ldquo;Hey, I&rsquo;ve become pretty good, and people are starting to notice&rdquo;.</b></b></li>
</ol></li>
</ol>
</div>
</div>
<div id="outline-container-org40cbd3a" class="outline-3">
<h3 id="org40cbd3a"><a href="#org40cbd3a">Rule *3: Turn Down a Promotion (Or, the importance of control)</a></h3>
<div class="outline-text-3" id="text-org40cbd3a">
<ol class="org-ol">
<li>The author here explains that once you&rsquo;ve acquired a certain amount of career capital, your next step is to invest</li>
</ol>
<p>
in those traits that define great work. Discussion was made about control, and the common pitfalls that people fall
into.
</p>
<ol class="org-ol">
<li>The law of financial viability: when pursuing a project or career path, it&rsquo;s crucial to seek evidence that people
are willing to pay for it. If that evidence exists, it&rsquo;s a good sign to proceed; if not, it&rsquo;s better to reconsider or pivot.</li>
</ol>
</div>
</div>
<div id="outline-container-orgd009438" class="outline-3">
<h3 id="orgd009438"><a href="#orgd009438">Rule *4: Think Small, Act Big (Or, the importance of Mission)</a></h3>
<div class="outline-text-3" id="text-orgd009438">
<ol class="org-ol">
<li>This rule focuses on the importance of having a mission in your work. Having a unifying focus for your career, a
sense of purpose, can make your work more meaningful and impactful.</li>
<li>A good career mission is similar to a scientific breakthrough, discovered in the adjacent possible of your field.
You will need to acquire enough career capital to be able to get into the <b>cutting edge</b> of your field. Once you
get into this cutting edge, you can then start to see these missions.</li>
<li>Think small, act big. Instead of focusing on a huge experiment with little feedback, focus on small experiments
that yield concrete feedback, and use this to guide you into the direction surrounding your general mission.</li>
</ol>
<p class="backlinks-section" id="backlinks">
Backlinks
</p>
<ul class="org-ul backlinks-list">
<li><a href="20241231172511-book_notes.html#ID-2706598f-e6aa-4e88-8d24-5f699bd22787">book<sub>notes</sub></a></li>
</ul>
</div>
</div>
</div>
</div>
</div></article></div></div>
<div id="postamble" class="status">
<footer>
<div class="copyright-container">
<div class="copyright">
Copyright &copy; 2022-2025 Zaine Qayyum. All rights reserved unless otherwise noted.</div></div>
<div class="generated">
Created with <a href="https://www.gnu.org/software/emacs/">Emacs</a> 30.2 (<a href="https://orgmode.org">Org</a> mode 9.7.11) on <a href="https://www.archlinux.org/">Arch</a> <a href="https://www.gnu.org">GNU</a>/<a href="https://www.kernel.org/">Linux</a>
</div>
</footer>
</div>
</body>
</html>