<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ha Tran Nguyen Phuong | Feed]]></title><description><![CDATA[Thoughts, loosely organized.]]></description><link>https://sherlockieee.github.io</link><generator>GatsbyJS</generator><lastBuildDate>Sun, 24 Oct 2021 15:37:58 GMT</lastBuildDate><item><title><![CDATA[Today I Learnt]]></title><description><![CDATA[Warning: This article contains probably 5% important information and 95% rants. Videos are a ridiculously bad way of teaching others things…]]></description><link>https://sherlockieee.github.io/today-i-learnt/</link><guid isPermaLink="false">https://sherlockieee.github.io/today-i-learnt/</guid><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Warning&lt;/strong&gt;: This article contains probably 5% important information and 95% rants.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Videos are a ridiculously bad way of teaching others things. Why are people still attending lectures? Reading is 1. Much faster and 2. Refer-able. If I forgot this syntax (and of course I will), I can scan through a page INSTEAD OF LISTENING TO YOU TALK FOR 5 MINUTES JOHN.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tutorials are a semi-good way to learn stuff because at the very least you&apos;re following along.&lt;/li&gt;
&lt;li&gt;I&apos;m pretty sure being in an active forum for 2 years has at least &lt;em&gt;some&lt;/em&gt; influence - I can&apos;t watch lectures now. I can&apos;t do zoom class. I would zone out in 2 minutes. So I don&apos;t even try. Is it better to listen to a zoom class for 45 minutes and forget everything the next hour or to struggle for 5 hours and still don&apos;t know where you went wrong? I don&apos;t know, you tell me.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Installing packages are a developer nightmare. I would rather fix a bug than try to install Pip and Flask and MySQL any other day.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Getting started with using Flask Python is ridiculously hard, especially when compared to &lt;code class=&quot;language-text&quot;&gt;npx create-react-app&lt;/code&gt;. What is virtual environment anyways, and why does the yellow squiggly line still exist under my import Flask even though I followed every single StackOverFlow answer for this exact question? Am I missing something or is Visual Studio Code dumb?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;But at least there&apos;s no boilerplate that scares the heck out of me like when I first installed React and thought to myself OMG I need to know all of this???&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you are using Flask to create front-end, you&apos;re doing it wrong.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Seriously, why would you? It has the worst syntax ever and confused the freak out of me even though I knew Python for 2 years. Also there&apos;s no syntax highlighting which is the worst possible nightmare.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;You can have 2! .gitignore and Github would actually ignore the files in them!&lt;/li&gt;
&lt;li&gt;Instead of starting a new repository from scratch every single time with Github and reinstalling and reordering all my file, I can simply add a remote origin aka the-second-section-that-has-been-there-all-along-but-I-never-noticed. You live, you learn.&lt;/li&gt;
&lt;li&gt;It is ridiculously difficult to install MySQL. Why are you making me suffer when I&apos;m using your product? And at least I&apos;m using MacOS. But that doesn&apos;t stop me from searching for MySQL Server so.many.times before realizing I need to install Workbench first. Come on, MySQL Documentation peps! Do better!&lt;/li&gt;
&lt;li&gt;I need to have lower expectations of getting started with new technology. Next time I will give myself a solid 1 day just to install things. Anything else is a plus. If it&apos;s working it&apos;s worth a celebration.&lt;/li&gt;
&lt;li&gt;It&apos;s really hard to find good tutorials teaching you exactly what you need to know. Especially when I&apos;m at the middle stage like this: every tutorial is either Let&apos;s learn JavaScript from start! or Let&apos;s use Flask to create template application even though that sucks and no one in the real world actually uses it anyways! or Here&apos;s how to use MySQL with no instruction on how to download it because we know if we have to we would struggle too! It took me a solid 5 hours to create a first commit, and now I&apos;m completely exhausted. Mad respect for anyone out there who&apos;s trying to learn back end on their own.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Seriously, I am starting to appreciate having guidance/ mentorship so much more now that I&apos;m in the mid-stage, where every tutorial either doesn&apos;t exist or is too easy for me. No wonder people say you learn the most in your first internship (maybe except for mine :D). And also high-quality index of good resources. Those are hard to find. And it shouldn&apos;t be! If only we are optimizing for the right thing... (I&apos;m talking to you, Google!)&lt;/p&gt;
&lt;p&gt;Also a bonus 10, since I was talking with peps at Project Meta today:&lt;/p&gt;
&lt;ol start=&quot;10&quot;&gt;
&lt;li&gt;The text editor experience can be so much better (and tab and shift tab to indent and un-indent makes everything so much easier). Do better, Wordpress!&lt;/li&gt;
&lt;/ol&gt;</content:encoded></item><item><title><![CDATA[Where Insights Come From]]></title><description><![CDATA[I love reading. I also happen to watch a lot of Youtube. What I've noticed is that I don't stumble upon insights on Youtube the way I do on…]]></description><link>https://sherlockieee.github.io/insights/</link><guid isPermaLink="false">https://sherlockieee.github.io/insights/</guid><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;I love reading. I also happen to watch a lot of Youtube. What I&apos;ve noticed is that I don&apos;t stumble upon insights on Youtube the way I do on random blogs or books. This is weird since I usually spend (an embarrassingly) more time on Youtube than reading. Given the sheer amount of exposure, you would expect that I&apos;ve learnt more from Youtube. But that doesn&apos;t seem to be the case.&lt;/p&gt;
&lt;p&gt;My theory is, people don&apos;t spend as much time thinking about what they are presenting on Youtube as they do writing. Don&apos;t get me wrong - Youtube is a lot of work. But to present on the camera means forgoing a well-crafted script to sound natural, and to perhaps replace deeper insights for the sake of algorithms. Meanwhile, when I sit down to write, I am forced to think and rethink my sentences, to write, then delete, then attempt again. Whatever point that could take a person speaking 5 minutes to say, I need to try to do that in 1 sentence. Reading is much harder than watching, after all.&lt;/p&gt;
&lt;p&gt;Because of this, unrelated points get sieved out. Insights crystallize. So even though the entertainment value drops by a few points, the real value increases.&lt;/p&gt;
&lt;p&gt;This is the first part of creating insights. Writing is an act of introspection, first and foremost. When we write, we write first for yourself. When we talk, we talk to an audience. Writing allows us to immerse in our own thoughts a lot better than speaking does.&lt;/p&gt;
&lt;p&gt;But then again, some of my best insights come from talking to others. Hearing another perspective opens a world that I was previously unaware of. I think this value comes from feedback - discovering something the person said, then making the connections with my own context, and sharing this to get more information. We know this when we engage in a meaningful conversation - where one idea gets discussed, dissected, and strengthened as two people take turn to examine it. This is probably the second reason why Youtube falls short as well - we are listening, but we aren&apos;t actively creating the connections with our existing context. So even if the person said something insightful, the brain doesn&apos;t have enough time to absorb and connect it to the existing network, thus we fail to create meaning.&lt;/p&gt;
&lt;p&gt;So insights come from retrospection and feedback. It is a cycle of yin and yang: We think deeply about something, then we throw it out to the world, our neighbor or friend. That insight gets molded and connected with other information, which then becomes the source of information for us to engage in. Then us think again, and share again, and continue on.&lt;/p&gt;
&lt;p&gt;If that sounds unfamiliar, it doesn&apos;t. We have all encountered it before, and not even with insights. When I first get started with CSS, I was engaged in pure feedback, but no retrospection. I would copy the code and paste it in, praying that it works. If it doesn&apos;t, I would try the next thing on the list. Yet I never stopped to understand CSS under the hood. Only later on, when I was increasingly frustrated with the language, did I take time to learn how it works. And suddenly, everything starts to make sense. I could write code that I could actually understand, which I thought was impossible for a language as complicated as CSS. So even though I had plenty of feedbacks (error messages, StackOverFlow, etc.) I could never fully make sense of what I&apos;ve learnt.&lt;/p&gt;
&lt;p&gt;And vice versa, when I started writing, all of it was private. I never let anyone read what I wrote, beyond the occasional essays for my mom to post on her Facebook (it&apos;s a long story). I was confident with my ability to write, yet only when I wrote my personal essay for college did I realize how much more I had to improve. Up until then, all the writing was in my head, for myself. And I love my writing - I could understand exactly what I meant. But that means I would meander unnecessarily, and forgot other important details because they were a given to me. In listening to my friend&apos;s feedbacks and drafting the essay multiple times, I finally found a version that, while imperfect, was much better than the original. Had I kept my writings to myself, that transformation, with however introspection, could not have existed.&lt;/p&gt;
&lt;p&gt;So to create more insight: sit with your thoughts. Write. Think. Then throw it out and listen to people, intently. Absorb everything you will. Then sit with those thoughts. Try to mold them until you get something new. Repeat the process.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[How I Read Blogs]]></title><description><![CDATA[Something I've noticed myself doing a lot is getting into article wormholes - where, similar to people getting in wormholes on Youtube, I w…]]></description><link>https://sherlockieee.github.io/how-i-read-blog/</link><guid isPermaLink="false">https://sherlockieee.github.io/how-i-read-blog/</guid><pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Something I&apos;ve noticed myself doing a lot is getting into article wormholes - where, similar to people getting in wormholes on Youtube, I would just read endless articles from an author, until suddenly it&apos;s 2 AM and my eyes refuse to open. While it&apos;s a fun experience, more often than not I ended up forgetting everything the next day and learnt nothing from it all despite feeling like I&apos;m productive (i.e. productivity porn). Here&apos;s what I&apos;m doing to make the experience a bit more useful:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Take notes as I read. Suddenly reading articles become just a tad more painful, which is great because I become more selective with what I read, and also have a vessel for insights.&lt;/li&gt;
&lt;li&gt;Take time to paraphrase and link up with topics of interests. This is the foundation of Personal knowledge management for those familiar, but I&apos;m just getting started and exploring how it works for me. So if I read a Paul Graham&apos;s article for instance, I would tag it with #startups in Obsidian, and link it to another blog I&apos;ve read in Nancy Hua&apos;s blog. This means later on, I can access these bits of knowledge more easily.&lt;/li&gt;
&lt;li&gt;Repeat the process. Overtime I have my own repertoire of knowledge on topics I&apos;m interested in, that will come useful when I need them.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&apos;m fully aware that it&apos;s entirely possible my notes will just be another version of the productivity porn, this time with bi-directional linksTM! But if we think of knowledge as a cycle of discovering =&gt; consuming =&gt; storing =&gt;repackaging &amp;#x26; innovating =&gt; sharing and repeat, before I was consuming the content and was fully dependent on my brain to store the process and repackage it. But the brain is horrible at remembering! So when I&apos;m externalizing my storage space, I&apos;m also allowing for the later process, the repackaging and innovating part, to happen easier. The discovery part as well, since technically it&apos;s entirely possible for us to &quot;rediscover&quot; knowledge at the exact time when we need them.&lt;sup id=&quot;fnref-1&quot;&gt;&lt;a href=&quot;#fn-1&quot; class=&quot;footnote-ref&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;This also works with Youtube, which I&apos;ve started for some topics (eg. web development). I still use Youtube mainly as my entertainment source though, so I obviously don&apos;t take a lot of notes there. While it&apos;s tempting to obsess over every minute of my life trying to make it as productive as possible, (at least at the moment) that&apos;s not what I&apos;m trying to do.&lt;/p&gt;
&lt;hr&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&quot;fn-1&quot;&gt;
&lt;p&gt;Told you I&apos;m into personal knowledge management. If you are a newbie, try out Notion. If you want to get serious, read How to take smart notes, google Zettlekasten, and try Obsidian/ RemNote. Roam Research works too, but it&apos;s pricey.&lt;/p&gt;
&lt;a href=&quot;#fnref-1&quot; class=&quot;footnote-backref&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[How To Learn Most Effectively - An Ultra-learning Framework]]></title><description><![CDATA[With 4 months of summer stretching across the horizons, I know I want to embark on a personal learning journey where I can make the most us…]]></description><link>https://sherlockieee.github.io/ultralearning/</link><guid isPermaLink="false">https://sherlockieee.github.io/ultralearning/</guid><pubDate>Thu, 06 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;With 4 months of summer stretching across the horizons, I know I want to embark on a personal learning journey where I can make the most use of my summer. Coincidentally, as I was planning, my friend Esther introduced me to this book, &lt;a href=&quot;https://www.amazon.com/Ultralearning-Master-Outsmart-Competition-Accelerate/dp/B07ST3Z1Q6/ref=sr_1_1?crid=D02KJQQ8NWAE&amp;#x26;dchild=1&amp;#x26;keywords=ultralearning&amp;#x26;qid=1589173668&amp;#x26;sprefix=ultralearning%2Caps%2C197&amp;#x26;sr=8-1&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Ultralearning&lt;/a&gt; by Scott Young, famous for his MIT challenge where he learnt 4 years of MIT-undergraduate computer science curriculum in a year. Naturally, I was curious not just at his dedication, but his efficiency, and wanted to implement it with my summer plan. After reading and taking notes, I feel the need to share them, so more people can understand the framework, and work on it as well. Thus, I present the following two posts:&lt;/p&gt;
&lt;p&gt;In post 1, I will re-structure the framework that was given by Ultralearning and create a checklist as to how to learn most effectively.&lt;/p&gt;
&lt;p&gt;In post 2, I will lay out how I plan to apply the Ultralearning principles into my summer plan. This is mostly personal, but I do hope it gives some ideas as to how to apply them in a specific context, outside of learning at school.&lt;/p&gt;
&lt;p&gt;These are, by no means, a substitution for the book itself. This is meant as a condense summary to go over after you have finished reading the book, and understand the principles deeply. In many ways, this series is a commitment for me to apply what I have already learnt from the book into real life.&lt;/p&gt;
&lt;p&gt;With that in mind, let’s begin.&lt;/p&gt;
&lt;h1 id=&quot;3-fundamentals-behind-ultralearning&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#3-fundamentals-behind-ultralearning&quot; aria-label=&quot;3 fundamentals behind ultralearning permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;3 Fundamentals behind Ultralearning&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;It is hard.&lt;/li&gt;
&lt;li&gt;It is self-directed.&lt;/li&gt;
&lt;li&gt;It varies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Number 1 is the most important: this is not going to be easy. It’s not going to give you tips and tricks on how to pass an exam in a night, or master something in two seconds. If you are looking for last-minute tips and tricks, this is not the framework for you. But it is going to be rewarding, to say the least.&lt;/p&gt;
&lt;p&gt;Number 2 means, you are in control. You can set the goals and the directions. It means if you succeed, it’s you who claim that success entirely.&lt;/p&gt;
&lt;p&gt;Finally, there is no one way of doing this. Common themes emerge, but everyone has a different way of approaching it. There is no right or wrong way. But there are better ways than others.&lt;/p&gt;
&lt;h1 id=&quot;principle-1-metalearning&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-1-metalearning&quot; aria-label=&quot;principle 1 metalearning permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 1: Metalearning&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Learning about learning. Research on the topic before you start.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; To ensure 1. You are learning the right skills. 2. You are getting the best resources for that skill.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;10% rule:&lt;/strong&gt; Spend roughly 10% of your total learning time doing research&lt;/li&gt;
&lt;li&gt;Identify &lt;strong&gt;Why&lt;/strong&gt; you want to learn. For instance, are you learning it for enjoyment, or to further your career?&lt;/li&gt;
&lt;li&gt;Identify &lt;strong&gt;What&lt;/strong&gt; you want to learn &lt;strong&gt;specifically.&lt;/strong&gt; Mandarin is vague, speaking Mandarin with a native speaker for 15 minutes is much better.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Interview experts:&lt;/strong&gt; ask people who are in the position you hope to be in whether what you are learning will be relevant, and how to go about doing it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Benchmarking&lt;/strong&gt; — have something to measure your progress. For instance, a school curriculum, or a recording every day.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Emphasize&lt;/strong&gt; things that align with your goal, and &lt;strong&gt;Remove&lt;/strong&gt; those that don’t. eg. If you want to &lt;em&gt;speak&lt;/em&gt; Mandarin, &lt;em&gt;emphasize&lt;/em&gt; listening and speaking, and &lt;em&gt;remove&lt;/em&gt; writing and reading.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Be flexible&lt;/strong&gt; — Change your plan as needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-2focus&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-2focus&quot; aria-label=&quot;principle 2focus permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 2: Focus&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; The ability to concentrate on the task at hand.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; To do something hard, you need to put efforts in.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Be aware&lt;/strong&gt; of your procrastination habits: how it arises and why it arises.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Challenge yourself slowly.&lt;/strong&gt; Have crutches: if you don’t want to start, set a 5-minute timer to do the work at hand. If you are not focused after multiple 5-minute timers, try a 25-minute &lt;a href=&quot;https://tomato-timer.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Pomodoro Technique timer&lt;/a&gt;. Build it slowly. Create your rules.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Have an environment that works.&lt;/strong&gt; This means no distractions (eg. phone notifications), have the right amount of “arousal” — eg. some tasks may work with music, others do not.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Don’t multitask. Do interleave.&lt;/strong&gt; Don’t try to do 4 things at once. But you can vary 4 different concepts in 1 session instead of focusing on just one.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use better sources&lt;/strong&gt;. The more active the source, the better you will learn. Eg. instead of watching a lecture and falling asleep, try the problem sets. Or if lectures are unavoidable, try to create a flowchart as you are watching/listening.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Take a break&lt;/strong&gt;. A lot of problems get solved when you are not actively thinking about it. Have time for the problem to permeate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-3-directness&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-3-directness&quot; aria-label=&quot;principle 3 directness permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 3: Directness&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Do not just observe, play an active role.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; It’s difficult to transfer knowledge in a new, different context. So whenever possible, learn and apply what you learn straight away.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Project-based learning:&lt;/strong&gt; eg. Create an app to learn programming.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Immersive learning&lt;/strong&gt; eg. living in the country you want to learn the language from.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simulation:&lt;/strong&gt; Be as close to the real experience as possible. eg. Do a practice test in a timed, closed-book environment. Play chess with a chess clock.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make it public:&lt;/strong&gt; Try to set yourself against a public standard, whenever possible. This will also help with principle 6, Feedback.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-4drill&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-4drill&quot; aria-label=&quot;principle 4drill permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 4: Drill&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Focus on a particular skill that you are weakest in.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; Usually there is a bottleneck skill that slow your learning down significantly. If you can get better at this skill, you will progress a lot faster.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Time slicing:&lt;/strong&gt; focus repeatedly on a particular segment eg. repeating the part you are bad at in a piano song.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Isolate and focus&lt;/strong&gt; on one component. eg. only drawing the eye instead of the whole face&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copy&lt;/strong&gt; what others have done to &lt;strong&gt;focus&lt;/strong&gt; on the part you want to improve. eg. To improve writing style, copy a paragraph from the author, and try re-writing with your own words. Compare and contrast.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spend significantly more time&lt;/strong&gt; in that particular skill when practicing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prerequisite chaining:&lt;/strong&gt; Start doing, when you get stuck, go back one step, learn what is needed, and continue. eg. Start programming and integrating other libraries and frameworks along the way.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-5-retrieval&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-5-retrieval&quot; aria-label=&quot;principle 5 retrieval permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 5: Retrieval&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Not forgetting what you have learnt (similar to Principle 7, Retention, but this is more focused on the short-term).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; In whatever you learn, you will need to remember things. There are ways to learn and remember better than reading and re-reading.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Flashcards.&lt;/strong&gt; Mainly for facts. Use &lt;a href=&quot;https://quizlet.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Quizlet&lt;/a&gt; or &lt;a href=&quot;https://apps.ankiweb.net/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Anki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;After reading, try &lt;strong&gt;write down everything you remember before&lt;/strong&gt; opening the book. Work well with concepts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do it and retrieve&lt;/strong&gt; along the way eg. writing/ speaking Mandarin after learning the vocabulary.&lt;/li&gt;
&lt;li&gt;Instead of writing notes, write &lt;strong&gt;questions&lt;/strong&gt; that you can go back and answer. For big concepts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Close the book&lt;/strong&gt; when answering the problem sets.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-6feedback&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-6feedback&quot; aria-label=&quot;principle 6feedback permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 6: Feedback&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Whether you have done well, and how you can improve further&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; Not all feedbacks are good. But the good ones can help our learning a lot, especially in skills where answers are not clear-cut eg. writing/ public-speaking.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use &lt;strong&gt;outcome feedback&lt;/strong&gt; where you know your general progress, but don’t know what exactly you are doing better or worse at eg. applause after a performance, as a &lt;strong&gt;motivational benchmark and update on your progress&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Use &lt;strong&gt;informational feedback&lt;/strong&gt; — where you know what you have done wrong, but not how to fix it eg. people not laughing at your jokes — to &lt;strong&gt;look for patterns&lt;/strong&gt; that you can improve&lt;/li&gt;
&lt;li&gt;Find &lt;strong&gt;corrective feedback&lt;/strong&gt; — where you know both what you have done wrong, and how to do it better, and &lt;strong&gt;use them as much as possible.&lt;/strong&gt; Eg. a teacher, mentor, model answer, answers to problem sets, etc.&lt;/li&gt;
&lt;li&gt;For metafeedback, when you feel like you’re slowing down, try &lt;strong&gt;different studying methods&lt;/strong&gt; and see which one works.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-7-retention&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-7-retention&quot; aria-label=&quot;principle 7 retention permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 7: Retention&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; How to make sure you remember — in the long run.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; Forgetting is the default. If you want to remember, you have to work for them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Spread out&lt;/strong&gt; your practice. Learn Mandarin 7 hours in a singular day in a week is less effective than 1 hour in 7 days.&lt;/li&gt;
&lt;li&gt;Make part of the skill a &lt;strong&gt;process&lt;/strong&gt; — process are easier to remember than facts eg. always start the drawing with a sketch, and you will remember the skill better.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Repeat it&lt;/strong&gt; more than necessary. Eg. It’s easier to remember Hello, and Thank you in a different language, because it’s repeated so many times.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create vivid mental pictures&lt;/strong&gt; to link facts to — see &lt;strong&gt;Mnemonics&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Understand what you are learning,&lt;/strong&gt; don’t just try to memorize it. See principle 8: Intuition for more ideas.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-8-intuition&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-8-intuition&quot; aria-label=&quot;principle 8 intuition permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 8: Intuition&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Build an understanding focused on principles.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; The best learners do not just apply the skills blindly. They understand how it works. Also, a good foundation and understanding is crucial to your learning progress.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Don’t give up&lt;/strong&gt; on a hard problem easily. Give yourself a 10-minute timer whenever you feel like give up.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prove things to yourself&lt;/strong&gt; instead of copying it from someone else.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Think of concrete examples&lt;/strong&gt; — the brain works better with concrete examples than with abstract ones. Use analogies.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.youtube.com/watch?v=pOLmD_WVY-E&amp;#x26;ab_channel=TED-Ed&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Dunning-Kruger effect&lt;/a&gt; suggests that when you just start, you will think you are much smarter than you actually are. So &lt;strong&gt;ask questions, especially the dumb ones.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://collegeinfogeek.com/feynman-technique/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Feynman’s Technique&lt;/a&gt;:&lt;/strong&gt; write down concepts you understand, then start explaining it aloud, as if you’re teaching someone else. Stop when you don’t understand something, go back and try to understand it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make something original&lt;/strong&gt; through brainstorming, visualization, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;principle-9-experimentation&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#principle-9-experimentation&quot; aria-label=&quot;principle 9 experimentation permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Principle 9: Experimentation&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;What it is:&lt;/strong&gt; Trying out new things — new techniques, resources, etc.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why it’s important:&lt;/strong&gt; 1. The deeper you go, the fewer resources you will have available. You will then need to explore more. 2. Experiments with different methods help you with loopholes that you may have missed. 3. It allows for creativity and originality.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to do it:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Copy, then recreate&lt;/strong&gt; eg. Copy code, then try to rewrite it from scratch.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Introduce new constraints&lt;/strong&gt; eg. Only draw themes around an apple for the next 30 days.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Combine skillsets&lt;/strong&gt; that you already have eg. Arts and computer science for interactive design, natural science and journalism for science communications&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Go to the extreme&lt;/strong&gt; eg. drawing using only one color&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;conclusion&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#conclusion&quot; aria-label=&quot;conclusion permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Conclusion&lt;/h1&gt;
&lt;p&gt;I’m well aware this is a long post. At the same time, I have condensed it as much as possible. My intention is for me and others to have a quick reference point when starting a new learning project, without the need to re-read the book. In addition, as promise at the beginning of the post, this is the checklist for every learning project, lightly edited:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.notion.so/Checklist-for-learning-project-e8af050062c04ff3a5c8983d67598c45&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Checklist for your learning project&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I want to re-emphasize the fundamentals of the book: It is going to be &lt;strong&gt;hard,&lt;/strong&gt; it is going to be &lt;strong&gt;driven by you,&lt;/strong&gt; and &lt;strong&gt;there is no single right way.&lt;/strong&gt; And if I can add one more, it would be &lt;strong&gt;it takes time.&lt;/strong&gt; Be consistent and you will get there.&lt;/p&gt;
&lt;p&gt;Hope you find it as useful as I did. Happy learning!&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Will climate change cause humans to go extinct?]]></title><description><![CDATA[The short answer: Probably not. The long answer: Probably not, but we don’t know what we don’t know. And currently, we don’t know a lot. Le…]]></description><link>https://sherlockieee.github.io/climate-extinct/</link><guid isPermaLink="false">https://sherlockieee.github.io/climate-extinct/</guid><pubDate>Sat, 29 Aug 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The short answer: Probably not.&lt;/p&gt;
&lt;p&gt;The long answer: Probably not, but we don’t know what we don’t know. And currently, we don’t know a lot.&lt;/p&gt;
&lt;h1 id=&quot;lets-first-clarify-what-is-existential-risk&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#lets-first-clarify-what-is-existential-risk&quot; aria-label=&quot;lets first clarify what is existential risk permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Let’s first clarify what is existential risk.&lt;/h1&gt;
&lt;p&gt;It is a risk that causes humanity to go extinct, in the same way that dinosaurs did. This is not equivalent to past world wars, epidemics and pandemics or even civilization collapses. It is the entirety of humans wiped out or with no chance of the future, or a very bleak future, like the ones present in dystopian fictions such as 1984.&lt;/p&gt;
&lt;p&gt;In his recent book &lt;a href=&quot;https://www.amazon.com/Precipice-Existential-Risk-Future-Humanity-ebook/dp/B07V9GHKYP/ref=sr_1_1_sspa?dchild=1&amp;#x26;keywords=the+precipice&amp;#x26;qid=1598690799&amp;#x26;sr=8-1-spons&amp;#x26;psc=1&amp;#x26;spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEyMkdaRVcwT1NHUjlBJmVuY3J5cHRlZElkPUEwNTkxOTY4MTRBU0RCMzA4VE1RQyZlbmNyeXB0ZWRBZElkPUEwMTkyMzQxMlhGRzdMQVpRV1RQMyZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Precipice&lt;/a&gt;, Toby Ord outlines the potential existential risks that humans are facing in the 21st century, which amounts to an odd of 1 in 6 that humankind will go extinct, the equivalent of a roll of a dice.&lt;/p&gt;
&lt;p&gt;Here’s a breakdown of the probability we will go extinct, from different causes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Risks from natural physical catastrophes (total of risks from asteroids, supervolcanoes, etc.) : 1 in 10,000&lt;/li&gt;
&lt;li&gt;Risk from naturally arising pandemics: 1 in 10,000&lt;/li&gt;
&lt;li&gt;Risk from a nuclear war: 1 in 1,000&lt;/li&gt;
&lt;li&gt;Risk from Climate change: 1 in 1,000&lt;/li&gt;
&lt;li&gt;Risk from an Engineered pandemics: 1 in 30&lt;/li&gt;
&lt;li&gt;Risk from unaligned General Artificial Intelligence: 1 in 10&lt;/li&gt;
&lt;li&gt;Unforeseen anthropogenic risks: 1 in 30&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Overall risks: 1 in 6&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For a detailed analysis, you can get the book &lt;a href=&quot;https://www.amazon.com/Precipice-Existential-Risk-Future-Humanity-ebook/dp/B07V9GHKYP/ref=sr_1_1_sspa?dchild=1&amp;#x26;keywords=the+precipice&amp;#x26;qid=1598690799&amp;#x26;sr=8-1-spons&amp;#x26;psc=1&amp;#x26;spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEyMkdaRVcwT1NHUjlBJmVuY3J5cHRlZElkPUEwNTkxOTY4MTRBU0RCMzA4VE1RQyZlbmNyeXB0ZWRBZElkPUEwMTkyMzQxMlhGRzdMQVpRV1RQMyZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;. Link not affiliated, I just really like the book.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Based on this analysis, which summarizes roughly15 years of research, climate change is not our biggest concerns. If you are really worried about humans going extinct, you should be working on preventing unaligned general AI (100 times more important), or preventing an engineered pandemic (30 times more important).&lt;/p&gt;
&lt;p&gt;But why is climate change so low on the list? Isn’t it one of the most immediate danger there is in the 21st century? Isn’t there disastrous consequences if we don’t act now?&lt;/p&gt;
&lt;p&gt;Yes, yes and yes. But there is more we need to unpack.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/800/0*vPJsiX7Sr_moS0o8.jpg&quot; alt=&quot;https://cdn-images-1.medium.com/max/800/0*vPJsiX7Sr_moS0o8.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;Will this dystopian be humanity future?&lt;/p&gt;
&lt;h1 id=&quot;why-climate-change-is-probably-not-a-existential-risk&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#why-climate-change-is-probably-not-a-existential-risk&quot; aria-label=&quot;why climate change is probably not a existential risk permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Why Climate change is (probably) not a existential risk&lt;/h1&gt;
&lt;p&gt;Firstly, Toby Ord still acknowledges there is a 1 in 1000 chances of climate change being an existential risks, so the odds are not 0. But it is low enough to be negligible.&lt;/p&gt;
&lt;p&gt;While Ord did not go indepth in his analysis, in this &lt;a href=&quot;https://docs.google.com/document/d/1qmHh-cshTCMT8LX0Y5wSQm8FMBhaxhQ8OlOeRLkXIF0/edit&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;highly detailed document,&lt;/a&gt; researcher John Halstead discusses all the potential ways that a climate change can be an existential risk, and estimate the likelihood of it happening. Using the &lt;a href=&quot;https://en.wikipedia.org/wiki/Climate_sensitivity#Equilibrium_climate_sensitivity&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Equilibrium climate sensitivity&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Climate_sensitivity#Earth_system_sensitivity&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Earth system sensitivity&lt;/a&gt; measure, he examines key tipping points, such as the permafrost carbon release and clathrate methane release, effect of mass extinction, ocean acidification, heat stress, water stress, crop reduction and sea level rise.&lt;/p&gt;
&lt;p&gt;In all scenarios related to climate system feedback loops and tipping points, especially the ones that are irreversible for millennia, the increase in temperature is actually negligible compared to human sources (for instance, &lt;a href=&quot;https://doi.org/10.1038/nature14338.&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;permafrost would cause only an increase in 0.42 degrees Celsius by 2300 at the current rate&lt;/a&gt;) or unlikely to happen based on our knowledge of what happens in previous climate eras (eg. although Methane Clathrate could &lt;a href=&quot;https://doi.org/10.1038/499401a.&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;release 50 Gigaton&lt;/a&gt; of carbon and cause a &lt;a href=&quot;http://climatemodels.uchicago.edu/slugulator/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;1.75 degree Celsius&lt;/a&gt; increase, it would probably take centuries to millennia, during which humans could have enough time to adapt and mitigate the effect).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn-images-1.medium.com/max/800/0*sm8KIIchSd1hri1j&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://cdn-images-1.medium.com/max/800/0*sm8KIIchSd1hri1j&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Summary of key feedback loops and tipping points. Source: IPCC, &lt;em&gt;Climate Change: The Physical Science Basis&lt;/em&gt;, 526.&lt;/p&gt;
&lt;p&gt;Other indirect threats for existential threats were also considered, but found to be unlikely. &lt;a href=&quot;https://doi.org/10.1641/B570306.&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Species have adapted to much higher temperature change&lt;/a&gt; in the past, and paleology has suggested that the primary cause of mass extinctions were often due to &lt;a href=&quot;https://www.sciencedirect.com/science/article/pii/S0031018216306915&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;volcanic eruption&lt;/a&gt; rather than only the increase in CO2. Sea level rise will increase by 1 meter by the end of the millennia, which can be managed and adapted. Similarly, heat stress will be more often, but there is already adaptations like air-conditioning, and water stress can be fixed by desalination. Meanwhile, crops yields, which was modeled by the IPCC model at 5 degree of warming, would generally range from -20% to +10% with adaptation. Furthermore, we can expect increase in yield thanks to technology such as gene editing, improvement in storage, logistics and transportations to reduce food waste, and so on.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn-images-1.medium.com/max/800/0*PrVEY-HhtT0-1RUp&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://cdn-images-1.medium.com/max/800/0*PrVEY-HhtT0-1RUp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Crop yield change prediction by IPCC. Source: IPCC, &lt;em&gt;Climate Change 2014: Impacts, Adaptation, and Vulnerability: Summary for Policymakers&lt;/em&gt; (Cambridge University Press, 2014), 498.&lt;/p&gt;
&lt;h1 id=&quot;its-not-all-black-andwhite&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#its-not-all-black-andwhite&quot; aria-label=&quot;its not all black andwhite permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;It’s not all black and white&lt;/h1&gt;
&lt;p&gt;This is not to say climate change won’t be worrisome. It can be 5 times more deadly than the COVID-19 by 2100, due to heat waves, droughts and floods, not to mention creating hundreds of thousands of climate refugees.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;By 2060, climate change could be just as deadly as COVID-19, and by 2100 it could be five times as deadly. — Bill Gates&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And that’s not to say that it cannot cause an extinction either. Firstly, there is a lot of uncertainties in all climate models, especially for the tail-risk i.e. if we reach an increase of 6 degrees or more. While an increase of 6-degree sounds like a distant future, if we reach 700 ppm CO2 in the air (which is where we are currently headed &lt;a href=&quot;https://doi.org/10.1038/nature18307.&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;based on current policy&lt;/a&gt;), there is a &lt;a href=&quot;http://ipcc%2C%2084./&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;1-in-10 chance&lt;/a&gt; we might have a warming of 6 degree Celsius.&lt;/p&gt;
&lt;p&gt;Moreover, even if climate change would not cause an existential risk from the physical science side, it can cause massive indirect risks, such as mass migrations, political conflicts and riots. Thus, climate change might not cause humanity to go extinct directly, but the political unrest associated with and accelerated by climate change may cause a nuclear war that wipes out humanities. Or it can lead to national hostility that prevents cooperation to focus on other important risks such as engineered pandemics or unaligned AI.&lt;/p&gt;
&lt;p&gt;Thus, climate change may not be an existential risk, but it should be considered as an existential risk factor: its presence may not cause direct human extinction, but increases the chance of humanity going extinct. And that is scary to think about.&lt;/p&gt;
&lt;h1 id=&quot;what-to-do-aboutit&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#what-to-do-aboutit&quot; aria-label=&quot;what to do aboutit permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;What to do about it&lt;/h1&gt;
&lt;p&gt;Besides the obvious answer of rapid decarbonization, rapid electrification, technology and development for carbon sequestration and storage method, and a whole other that I have listed here, research is especially lacking when it comes to the tail-risk of climate sensitivity, and there is still uncertainty to a lot of the key feedback loops. Torby Ord has listed in his book potential research areas that might be useful to look into:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Possibilities of a Runaway Greenhouse Effect or Moist Greenhouse Effect&lt;/li&gt;
&lt;li&gt;Understanding of Permafrost And Methane Clathrate Feedbacks&lt;/li&gt;
&lt;li&gt;Understanding of Cloud Feedbacks&lt;/li&gt;
&lt;li&gt;Characterize Right-hand Tail Of Climate Sensitivity&lt;/li&gt;
&lt;li&gt;Improve our understanding of extreme warming&lt;/li&gt;
&lt;li&gt;Investing in Food Substitutes in case of extreme and lasting reduction in world’s ability to supply food&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If there’s something the pandemic has taught us, it is both how fragile our systems are, and how we are dependent on forces of natures. If humans want to continue being part of the natural systems, we need to respect, learn from and work in tandem with them. If not, the price we pay might be our entire species existence.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you want to learn more about this topic, &lt;a href=&quot;https://docs.google.com/document/d/1qmHh-cshTCMT8LX0Y5wSQm8FMBhaxhQ8OlOeRLkXIF0/edit&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;this document&lt;/a&gt; and &lt;a href=&quot;https://www.amazon.com/Climate-Shock-Economic-Consequences-Hotter/dp/0691171327/ref=sr_1_1?dchild=1&amp;#x26;keywords=climate+shock&amp;#x26;qid=1598691919&amp;#x26;sr=8-1&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Climate Shock&lt;/a&gt; are an excellent start.&lt;/em&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Awesome climate solutions that no one seems to be talking about]]></title><description><![CDATA[aka Why we should be hopeful about the future. When we heard of climate change solutions, common things come up: Wind, solar and nuclear. B…]]></description><link>https://sherlockieee.github.io/awesome-climate-solutions/</link><guid isPermaLink="false">https://sherlockieee.github.io/awesome-climate-solutions/</guid><pubDate>Sat, 18 Jul 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;aka Why we should be hopeful about the future.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When we heard of climate change solutions, common things come up: Wind, solar and nuclear. Beyond Meat, Impossible Burgers and other meat alternatives. Electric cars. LED lights. Grow trees. But there are so many other solutions in the sphere that rarely get mentioned, and have substantial impacts on the planet. This article explores just a few that I found to be very promising and under-appreciated. Drawing mainly from &lt;a href=&quot;https://www.drawdown.org/solutions&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Project Drawdown&lt;/a&gt; (an awesome organization that everyone should know about) combined with other influences such as Saul Griffith “&lt;a href=&quot;https://www.saulgriffith.com/blog/solving-climate-change-with-a-loan&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Solving Climate Change with a Loan&lt;/a&gt;”, here’s a few criteria for the solutions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is based on technology that already exists. While future technology is cool (think &lt;a href=&quot;https://generalfusion.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;create energy like the sun&lt;/a&gt;, or &lt;a href=&quot;https://www.prometheusfuels.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;make fuel from air&lt;/a&gt;), it is uncertain. From first-prototype to large-scale deployment (1% of a national market), energy technologies in the past requires &lt;a href=&quot;https://www.iea.org/reports/clean-energy-innovation/innovation-needs-in-the-sustainable-development-scenario#abstract&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;20–70 years&lt;/a&gt;. While other types of technology timescales might be shorter, we need to be certain that these things work. (that doesn’t mean R&amp;#x26;D for new tech is not important, especially in the field of carbon capture and storage because they can reverse the carbon dioxide emission. But we also need to be realistic and not bet on those things)&lt;/li&gt;
&lt;li&gt;It has large influence on carbon emissions. Since the world’s current emission is &lt;a href=&quot;https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;nearly 40 Gigaton/yea&lt;/a&gt;r, a good solution must reduce at least 0.4 Gigaton of CO2/year. While that does not sound like a lot, it is 1% of the global emission on 1 single solution. And the solutions here all have the potential to surpass that requirement.&lt;/li&gt;
&lt;li&gt;It needs to be cost-efficient. We are not looking for solutions that might cost us in the long run (eg. refrigerant management). While these policies are important nonetheless, they will more likely require government policies to make it work, which limit the scope of action.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Based on the above criteria, here are 5 solutions that I think we need to discuss more in order to make decarbonization a reality:&lt;/p&gt;
&lt;h1 id=&quot;enhanced-weathering&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#enhanced-weathering&quot; aria-label=&quot;enhanced weathering permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Enhanced Weathering&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Potential carbon sequestered: 40 Gigaton/year (Yes, the entire world’s emission. Read more below)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Potential profit: ~-480 billion dollars&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now, why did I lay out the ground rule of being cost-efficient and break them in the first solution with a negative number? This is because this solution is the inspiration for me to write this article in the first place.&lt;/p&gt;
&lt;p&gt;Current carbon capture and storage (think sucking carbon from the air) cost a lot: &lt;a href=&quot;https://projectvesta.org/science/#dflip-df_77/1/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;&lt;span class=&quot;katex&quot;&gt;&lt;span class=&quot;katex-mathml&quot;&gt;&lt;math&gt;&lt;semantics&gt;&lt;mrow&gt;&lt;mn&gt;70&lt;/mn&gt;&lt;mo&gt;−&lt;/mo&gt;&lt;/mrow&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;70-&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/span&gt;&lt;span class=&quot;katex-html&quot; aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:0.72777em;vertical-align:-0.08333em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;7&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;−&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;80/tonne&lt;/a&gt;. Not to mention they often require expensive technology that will require massive scaling. In come enhanced weathering. The idea is, we find a mineral called olivine, crush it up, and lay it in the beaches around the world. The beaches will turn green as a result (like this one that already exist in Hawaii), and the sand would interact with water from waves and carbon dioxide in the air to form carbon-rich sediments that would be sent to the ocean floor, and stay there for millions of years. Naturally, this happen for thousand of years. With humans’ intervention, the whole cycle takes 1–2 years.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/800/0*dI7xruPdIpapNN0F.jpg&quot; alt=&quot;https://cdn-images-1.medium.com/max/800/0*dI7xruPdIpapNN0F.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;Green sand beach (Papakōlea, Hawaii). Photo taken from &lt;a href=&quot;https://droneandslr.com/wp-content/uploads/2016/10/papakolea-green-sand-beach-hawaii-7.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here’s the catch: we already have abundant olivine in the world (it is the most abundant mineral in the upper mantle of the Earth). We only need &lt;a href=&quot;https://projectvesta.org/plan/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;0.14% of Earth’s shore&lt;/a&gt; to offset global emission. More importantly, they cost a lot, lot less than any other carbon capture technology: when scaling up, it will cost roughly &lt;a href=&quot;https://projectvesta.org/science/#dflip-df_77/1/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;$12/tonne.&lt;/a&gt; That is a five-fold reduction in carbon storage price. And if we want to offset the entire world’s emission, we will need 480 billion dollars. That may sound like a lot, except it’s only &lt;a href=&quot;https://www.worldometers.info/gdp/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;0.5% global GDP&lt;/a&gt; a year. The US currently spends &lt;a href=&quot;https://www.macrotrends.net/countries/USA/united-states/military-spending-defense-budget&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;1.5 times more&lt;/a&gt; for military funding.&lt;/p&gt;
&lt;p&gt;Why is this better than planting trees? Because 1. We will need a lot more lands for trees to capture the same amount of carbon. &lt;a href=&quot;https://www.theguardian.com/environment/2019/jul/04/planting-billions-trees-best-tackle-climate-crisis-scientists-canopy-emissions&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;11% of land use will be needed to sequester 2/3rd of current emission.&lt;/a&gt; 2. Trees do not sequester carbon dioxide infinitely. They release some carbon dioxide back to the atmosphere when decayed. This approach will sequester carbon dioxide indefinitely.&lt;/p&gt;
&lt;p&gt;This solution is undertaken most notably by &lt;a href=&quot;https://projectvesta.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Project Vesta&lt;/a&gt;. They are still in the very early stage, but the technology is there. If this is successful, we will have a lot to be hopeful about.&lt;/p&gt;
&lt;h1 id=&quot;girls-education-and-healthcare&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#girls-education-and-healthcare&quot; aria-label=&quot;girls education and healthcare permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Girls’ Education and Healthcare&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Potential carbon sequestered: 2.8 Gigaton/year (&lt;a href=&quot;https://www.drawdown.org/solutions/health-and-education&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;85.4 Gigaton/ 2020–2050&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Potential profit: Not calculated, but potentially trillion of dollars&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What does education and healthcare have to do with climate change? And why girls specifically?&lt;/p&gt;
&lt;p&gt;A few things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://www.unicef.org/education/girls-education&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Girls’ have lower access to education and healthcare globally compared to boys.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bbc.com/news/science-environment-43294221&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Women are disproportionately affected by climate change.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Girls’ access to education and healthcare are directly linked to upward economic mobility. Wealthier families have fewer and healthier children.&lt;/li&gt;
&lt;li&gt;Affordable and accessible family planning will allow women to choose when they want to get pregnant, thus resulting in lower birth rate and smaller population.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To sustain the world, we need a sustainable population. While population is no longer growing exponentially (a new report says it will only be &lt;a href=&quot;https://economictimes.indiatimes.com/news/international/world-news/the-worlds-population-by-the-end-of-this-century-could-be-two-billion-below-un-projections/articleshow/76971309.cms&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;8.8 billion&lt;/a&gt;), this is largely driven by women’s education and attending the workforce, and having more freedom in choosing when they want to have a kid. We need to ensure this freedom extends to all girls around the world, not just in developed countries.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn-images-1.medium.com/max/800/0*3LhLDwetXJxkQAkt&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://cdn-images-1.medium.com/max/800/0*3LhLDwetXJxkQAkt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We need more education for girls. Photo taken from &lt;a href=&quot;https://centralasiainstitute.org/wp-content/uploads/handsUpKids-1.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In addition to carbon reduction, this solution reduces inequality, increases countries’ growth (with more educated and healthy people in the workforce) and leads to happier lives. Who would have thought such a simple action can have so many positive second-order effects? 😉&lt;/p&gt;
&lt;h1 id=&quot;bamboo-plantation&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#bamboo-plantation&quot; aria-label=&quot;bamboo plantation permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Bamboo Plantation&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Potential carbon sequestered: 0.27–0.7 Gigaton/year (8.27–21.31 &lt;a href=&quot;https://www.drawdown.org/solutions/health-and-education&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Gigaton/ 2020–2050&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Potential profit: 1.71–4.35 trillion dollars&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Bamboo are not just for pandas! They are used for a variety of different things: from the classical zero-waste cutlery sets, wall dividers commonly seen in Japanese movies, to different uses in construction, culinary, weaponry and so on. It has long been a respected symbol in Asian culture, and we have now recognized its climate change potential.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn-images-1.medium.com/max/800/0*ZHAm7EYv_alsKN_3&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://cdn-images-1.medium.com/max/800/0*ZHAm7EYv&lt;em&gt;alsKN&lt;/em&gt;3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bamboo sequesters more carbon than many other trees. Photo taken from &lt;a href=&quot;https://smhttp-ssl-32478-organiclifestylemagazine.nexcesscdn.net/wp-content/uploads/2014/03/Bamboo.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For one, bamboo is a grass, which means they can grow faster and sequester more carbon dioxide from the air than any other trees. They can also thrive on degraded land that are inhospitable for many. Their structure also allow for lower rate of degradation compared to other plants, thus they could hold on to the carbon for a longer time. All of this makes bamboos one of the most effective ways to sequester carbon dioxide from the air in the fastest period of time, at least, on land.&lt;/p&gt;
&lt;h1 id=&quot;better-farming-practices&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#better-farming-practices&quot; aria-label=&quot;better farming practices permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Better Farming Practices&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Potential carbon sequestered: 1.8–3.3 Gigaton/year&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Potential profits: 3.6–6.6 trillion dollars&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Admittedly, the title is a bit vague. And it also includes many different practices inside. But here’s the gist:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We have been farming unsustainably since the Green Revolution. We have used too much fertilizer and pesticide, and while they increase yield in the short run, they also degrade the land and lower yield in the long run. Meanwhile, the mono crop culture (using an entire piece of land for only 1 type of products) while efficient, is highly vulnerable to diseases. The treatment of farmed animals are simply horrific.&lt;/li&gt;
&lt;li&gt;Agriculture accounts for &lt;a href=&quot;https://www.epa.gov/ghgemissions/global-greenhouse-gas-emissions-data&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;24% of global emissions&lt;/a&gt;. While most of it comes from animals (specifically beef, pork and lamb), &lt;em&gt;some&lt;/em&gt; plants are also the culprits (did you know rice paddy fields release methane, a greenhouse gas 25 times more potent than carbon dioxide?). Furthermore, farming plants can also be used to sequestered carbon dioxide.&lt;/li&gt;
&lt;li&gt;There are already ways for us to use less water, less fertilizer, less pesticides, WHILE increasing yield and decreasing our carbon dioxide emission. They also allow for better adaptation to our already changing climate. Some doesn’t even require initial cost — it’s completely free to implement. It’s a complete win-win.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What are some of these farming practices?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/800/0*VtBwhzbHs7roHf1S.jpg&quot; alt=&quot;https://cdn-images-1.medium.com/max/800/0*VtBwhzbHs7roHf1S.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;Silvopasture — one of many sustainable farming practices. Photo taken from &lt;a href=&quot;https://i.pinimg.com/originals/d0/ff/54/d0ff54d87320e209a6a992f0c2af18c0.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drawdown.org/solutions/system-of-rice-intensification&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Grow rice better:&lt;/a&gt; System of Rice Intensification increases yield by 50–100%, double farm incomes, and “is exceedingly doable for smallholder farmers” while decreasing methane production.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drawdown.org/solutions/silvopasture&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Have trees while you grow livestock&lt;/a&gt;: Instead of grasslands, silvopasture reduce the need for feed, fertilizer, herbicides, increases soil fertility and create more resilient farmlands. It requires higher up-front cost, but has massive profit over time. Furthermore, pastures and trees together sequester 5–10 times more carbon than those that are treeless.&lt;/li&gt;
&lt;li&gt;Age-old &lt;a href=&quot;https://www.drawdown.org/solutions/conservation-agriculture&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;conservation farming techniques&lt;/a&gt;: diverse crop, creating their own pesticides and fertilizers, and increase crop rotation, maintain crop cover all increase the carbon sequestered and the land more resilient.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drawdown.org/solutions/perennial-staple-crops&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Grow more avocado and banana trees&lt;/a&gt;! Instead of annual crops (like rice and wheats, which is produced annually and cut down after they are harvested), if farmers grow more perennial crops that are trees with fruits harvested yearly, more carbon will be stored. These staple tree crops will also reduce soil erosion, fertilizer and pesticide needs, and more. There’s now more reason to eat avocados!&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&quot;financial-services&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#financial-services&quot; aria-label=&quot;financial services permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Financial services&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Potential carbon sequestered: Unknown&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Potential profit: Not calculated&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is the part often missing from climate conversation: we need money to make this happen, loans in particular. Many of the best farming practices require upfront costs, which poor farmers cannot afford. Other requires financing to scale up production to meet with growing needs (bamboo production, enhanced weathering). And financing can create second and third-order effects (eg. a family with enough money will be more likely to enroll their daughters in schools). And many other solutions not mentioned here (eg. solar rooftops) require home investments.&lt;/p&gt;
&lt;p&gt;Thus, we need better loans. Microfinances, for instance, provides loans to low-income people usually with no access to financial services, thus allowing them to have enough money to start a business, pay an unexpected cost, and so on. Other financial methods could work. For instance, SolarCity would install solar rooftops in households with no cost upfront, and would sell the energy back to the consumer at a lower rate than normal utility. We could extend that to a similar service for farming practices, for instance, where farmers would pay no upfront cost for implementing more sustainable solutions, instead pay in installment through part of the increased profit every year.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn-images-1.medium.com/max/800/0*DLIdUCrEkZ3NjEOs&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://cdn-images-1.medium.com/max/800/0*DLIdUCrEkZ3NjEOs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A new model of solar panels from Tesla, now the parent company of SolarCity. Image taken from &lt;a href=&quot;https://tse1.mm.bing.net/th?id=OIP.mnHwqxrXM4xdLbWXPLed-QHaE8&amp;#x26;pid=Api&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The point is, to make this change happen, we need a way to finance people better, and not just depend on rich people’s good will. Lucky for us, there are already myriads of potential solutions.&lt;/p&gt;
&lt;h1 id=&quot;conclusion&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#conclusion&quot; aria-label=&quot;conclusion permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Conclusion&lt;/h1&gt;
&lt;p&gt;This article aims to achieve one thing: inspire hope. Knowing that there’s a future where not only is the climate crisis solved, but also enhances everything currently, is great. Knowing that we live in that future, and can make it happen, is inspiring. Whether this article makes your day a little bit brighter, helps you feel better eating bananas and avocados, or start out a project for more changes, it is a win for the planet.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have thoughts? Things that I miss out? Let me know in the comment, or email me at tnp_ha@minerva.kgi.edu.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Other cool things that don’t make the cut, mainly because their potential is less than 0.4 Gigaton, or have not been analyzed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Seaweed Farming: can capture up to &lt;a href=&quot;https://www.nature.com/articles/ngeo2790&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;0.2 Gigaton/year&lt;/a&gt;, can create a &lt;a href=&quot;https://www.frontiersin.org/articles/10.3389/fmars.2017.00100/full#B41&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;more sustainable bio-fuel&lt;/a&gt; through shorter life cycle, &lt;a href=&quot;https://e360.yale.edu/features/how-eating-seaweed-can-help-cows-to-belch-less-methane&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;can be fed to cows which cause them to release less methan&lt;/a&gt;e. Super super cool, but the research I could found only report on direct carbon sequestration, not second or third-order effect (eg. reducing methane production in cows).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://living-future.org/programs-overview/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Living Buildings&lt;/a&gt;: Buildings that are net-positive in energy (creates more energy than they use through renewables), water (only use onsite water through catching rainwater, reusing greywater, etc.), waste (eliminate materials that cause pollutions, resource depletion, etc.), with access to nature and is a place of equity and beauty.&lt;/li&gt;
&lt;li&gt;Ground-source heat pumps: Instead of using energy to expel hot air out of the room into the air, the heat pumps go to the ground, where temperature stays relatively constant all the time, and transfer the heat to or from the ground. This is much more energy-efficient than air-source heat pump.&lt;/li&gt;
&lt;li&gt;A project that tries to &lt;a href=&quot;https://reviverestore.org/projects/woolly-mammoth/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;bring the wooly mammoth back to the 21st century&lt;/a&gt; to &lt;a href=&quot;https://www.theatlantic.com/magazine/archive/2017/04/pleistocene-park/517779/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;deal with Arctic permafrost&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title><![CDATA[The Black Swan & Events That Change The World]]></title><description><![CDATA[The most convincing argument I found for climate change comes not from scientific journals or long-written books on the climate crisis, but…]]></description><link>https://sherlockieee.github.io/black-swan/</link><guid isPermaLink="false">https://sherlockieee.github.io/black-swan/</guid><pubDate>Mon, 04 May 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The most convincing argument I found for climate change comes not from scientific journals or long-written books on the climate crisis, but from a book that primarily deals with philosophy, statistics and economics.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/1600/0*1uQwzwkkQuBUX5s1&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.amazon.com/Black-Swan-Improbable-Robustness-Fragility/dp/081297381X&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Black Swan: The Impacts of the Highly Improbable&lt;/a&gt;, written by Nassim Nicholas Taleb, deals with a class of rare, but highly consequential events; for instance, the banking collapse in 2008, and the 9/11 attack in 2001. Despite Taleb only mentioning briefly about the climate while spending the majority of the book dealing with consequences in economics and finances, his findings are rather alarming with regards to climate change. In breaking down the key ideas of Taleb’s book, I want to address and expand its implications on the climate, and why it demands more action than ever before.&lt;/p&gt;
&lt;h3 id=&quot;climate-change-is-an-extremistan-event&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#climate-change-is-an-extremistan-event&quot; aria-label=&quot;climate change is an extremistan event permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Climate change is an Extremistan event.&lt;/h3&gt;
&lt;p&gt;First, a distinction between Extremistan and Mediocristan events:&lt;/p&gt;
&lt;p&gt;Mediocristan events are events that are mostly predictable. They follow the famous Gaussian bell curve, and wide fluctuations are rarely known. For instance, it is impossible to find someone whose height is above 3 meters, or who weighs more than 500 kilograms. The extremes are not far away from the average. And most people fall within the middle of the curve, the average. So a singular tall person won’t topple over the change in the average height of 100 people. Similarly, a Mediocristan event is one that follows a bell curve, for instance, flipping a fair coin 50 times and chances of you getting 50 heads is 0.5⁵⁰ = 0.0000000000000008. These events are often found in the physical, or biological world, and are in the “safe” zones, where we need not worry about.&lt;/p&gt;
&lt;p&gt;Extremistan events are the opposite: there can exist much larger fluctuations, and the impact of one large event can tower over many others. Imagine 99 average people standing in the stadium with Bill Gates. They will be, on average, a billionaire! In this case,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The average is not the middle, but at the very end of the curve.&lt;/li&gt;
&lt;li&gt;One event can be larger than others in many orders of magnitude.&lt;/li&gt;
&lt;li&gt;This means they can influence others to the extreme that the majority impacts become worthless.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We see this in other social aspects like book sales, scientific journals, or even market fluctuations. They are where the Black Swans reside, both the positive Black Swans (the ability to be richer than Bill Gates!) and negative ones (the market crashing overnight).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/1600/0*rFunDdo8r7sKIuMT&quot;&gt;&lt;/p&gt;
&lt;p&gt;Figure 1: Graph on the left is a typical normal distribution, like a Mediocristan event, with most observations in the middle. The graph on the right is a power law distribution, mostly found in Extremistan events, where most observations are on the lower end and very few people on the higher value. Taken from &lt;a href=&quot;https://www.notion.so/8d18ef348ddf43a4bbe54c8c9b60c79c&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While it’s easy to dismiss the environment as Mediocristan, many environmental events are part of the Extremistan. Life on Earth is generally sustained with the exception of &lt;a href=&quot;https://www.nationalgeographic.com/science/prehistoric-world/mass-extinction/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;five major extinctions&lt;/a&gt; that wipe out 99.9% of organisms that has ever lived on Earth. Wildfires and floods are regular, but once in a while an extreme one can wipe out an entire town, or an entire &lt;a href=&quot;https://www.cnn.com/2020/01/01/australia/australia-fires-explainer-intl-hnk-scli/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;country&lt;/a&gt;. Even the ongoing COVID-19 pandemic result from a mutation, another occurrence of nature changing it up. Our planet, as a complex tangled web of multiple levels of interactions, is full of Extremistan events, where a singular occurrence can balance out millions of other small ones. And that’s not good news for us.&lt;/p&gt;
&lt;h3 id=&quot;model-predictions-are-unreliable&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#model-predictions-are-unreliable&quot; aria-label=&quot;model predictions are unreliable permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Model predictions are unreliable.&lt;/h3&gt;
&lt;p&gt;Another problem with the Black Swan is they represent uncertainty — unknown unknown. By definition, we cannot know what that Black Swan is, or when it will come. Thus, no model can come close to predicting any changes that would come to shape our future. Think of the financial crisis in 2008, or the 9/11 attack — almost no one could have predicted such a change. And relying on the past is both unreliable and dangerous.&lt;/p&gt;
&lt;p&gt;Taleb illustrates this problem of induction best with the Turkey story. Think of a turkey living in a cage and being fed every day. With each passing day, its confidence that it is living tomorrow will increase. Moreover, its trust for the human will increase. It will continue to rise until something unexpected happened — being killed on Thanksgiving. And believe it or not, we are all turkeys.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/1600/0*tLM1qtGCURHifGF3&quot;&gt;&lt;/p&gt;
&lt;p&gt;Figure 2: The story of a turkey. Taken from &lt;a href=&quot;https://www.notion.so/8f0282ac11d545c18152439cb2f8a653&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What this story illustrates is, the past is not indicative of the future. We can have many instances to prove something true, but all it takes is one instance to prove it wrong. Induction is not reliable. Thus, using past models to predict future performances is not reliable. This means most model predictions have very, very limited predicting capacity.&lt;/p&gt;
&lt;p&gt;Taleb mainly focuses on financial prediction models in his book, but I would argue this applies just as much to climate prediction model. Both represent a complex system that is similar to a black box, with many hidden connections and threads that we can never fully detangle. This means past performance is no where indicative of the future, and that is especially true for climate change model. What does this mean?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Climate models that rely on the past cannot be 100% accurate. It is an estimation, and a poor one, at best.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Current climate models take into account records of climate in the past, and how the climate as a whole has transformed given such temperature change. Most predictions are based on what we know about Earth’s response millions of years ago, when carbon dioxide levels was around the same. However, we are adding carbon dioxide to the air at an unprecedented level, and we are changing the landscapes of the Earth and its species in order of magnitude. Thus, there is high uncertainty that the climate will respond in the same way.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;There might be missing links that cause further changes. We need to be preparing for the worst estimate, and perhaps even more.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All models so far are based on what we have already known about the climate. But there are still many other missing links. For instance, &lt;a href=&quot;https://www.vox.com/2017/9/6/16062174/permafrost-melting&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;permafrost melting in the Arctic&lt;/a&gt; means releasing trapped carbon dioxide in the atmosphere and accelerating global warming further. And this is a positive feedback loop, where the hotter the temperature, the more melting, the more carbon dioxide and the hotter the temperature. Once it is set in motion, it’s hard to go back.&lt;/p&gt;
&lt;p&gt;Current climate models, while do account for some forms of carbon cycle feedbacks, have not updated their result with the best model available, thus reducing the actual variations and uncertainty. Not to mention there can still be more feedback loops that scientists have yet to account for.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Any models that deal with the indirect consequences of climate change are already underestimating their influences, and will continue to do so.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Climate change is tangled in so many aspects of our lives. It is directly responsible &lt;a href=&quot;https://www.scientificamerican.com/article/how-a-warming-climate-could-affect-the-spread-of-diseases-similar-to-covid-19/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;for the recent bushfire in Australia&lt;/a&gt;, due to drier climate, causing 1,558 homes to be destroyed and 7.9 million acres of forests to be burned. But it is also an i&lt;a href=&quot;https://www.hsph.harvard.edu/c-change/news/coronavirus-climate-change-and-the-environment/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;ndirect cause to the rise of Coronavirus&lt;/a&gt;, where death toll is at 200,000 and is on the rise, as &lt;a href=&quot;https://www.scientificamerican.com/article/how-a-warming-climate-could-affect-the-spread-of-diseases-similar-to-covid-19/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;higher temperature means pathogens that survive the heat can more easily infect people&lt;/a&gt;. Permafrost melting can release microbes that can be deadly towards humans, releasing another wave of disease. How many other missing links have we not identified yet? And how can we be sure that any model at all will be accurate?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The takeaway message here is not to ignore climate scientists. Rather, it is to be aware that perhaps our worst case scenario is not the worst yet, and we are probably underestimating the influences of climate change on all aspects of our lives. And that means we need to react, fast.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;there-is-no-barbell-strategy-our-wayout&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#there-is-no-barbell-strategy-our-wayout&quot; aria-label=&quot;there is no barbell strategy our wayout permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;There is no Barbell Strategy our way out.&lt;/h3&gt;
&lt;p&gt;The conclusion most people have from Taleb’s Black Swan is the famous Barbell strategy: play it really, really safe 80–90% of the time, and for the remaining 10–20%, bet on something that can easily expose you to the positive Black Swan. For instance, work in a stable job for most of your days, but spend time on the weekend writing a novel. Or invest 80–90% of your stock in extremely safe treasury bills, and 10–20% to new start-ups with potential for exponential growth and payoff. Have a safety net, and expose yourself to the risks with the biggest payoffs.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn-images-1.medium.com/max/1600/0*Be0mqs5w33cnkzNs.png&quot; alt=&quot;https://cdn-images-1.medium.com/max/1600/0*Be0mqs5w33cnkzNs.png&quot;&gt;&lt;/p&gt;
&lt;p&gt;Figure 3. The Barbell strategy, in the context of investment. Image taken from &lt;a href=&quot;http://blog.poweropt.com/wp-content/Barbell.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But many people are also missing an important caveat. This is in dealing with positive Black Swans. Taleb’s strategy for dealing with negative Black Swan is to &lt;strong&gt;&lt;em&gt;avoid them as much as possible.&lt;/em&gt;&lt;/strong&gt; In the context of jobs, it means not to be in the insurance business that deals with extreme events. In the context of government, it means building a robust society that allows for unsustainable things to fail fast, instead of reaching a bubble where it would pop.&lt;/p&gt;
&lt;p&gt;And this is what worries me the most. Unlike man-made crises, climate change is literally impossible to avoid. We are going to feel the impacts every step of the way, because we do not have capacity to avoid its consequences. The most we can do, and are trying to do, is to identify as many Black Swans as possible, and to prepare for them. But if we continue to be ignorant, there are looming dangers in every corner. And when a Black Swan hits, the impacts could be in order of magnitude.&lt;/p&gt;
&lt;h3 id=&quot;conclusion&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#conclusion&quot; aria-label=&quot;conclusion permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;2020 saw the novel Coronavirus, and with it the secondary and tertiary effects of borders closing, social distancing, job losses and, ironically, the rise of distrust and hate crime. Some may argue that Coronavirus is not a Black Swan (with warnings in as early as 2015 by major voices like &lt;a href=&quot;https://www.youtube.com/watch?v=6Af6b_wyiwI&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Bill Gates&lt;/a&gt;), but it is certain that its secondary and tertiary effects consist of many novelties that we unprepared for. The same goes for climate change. We may be well aware of what 2 degree of warming does to the natural environment, but we are far from certain what it will do to humanity as a whole. And that is concerning.&lt;/p&gt;
&lt;p&gt;After all this pessimistic thought, I feel compelled for a call to action. But the truth is I am also not sure, and still figuring out how to deal with this issue effectively. The most practical ways I can think of right now is to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://80000hours.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Work in research/government policies/companies dealing with these big, existential issues.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Donate to &lt;a href=&quot;https://docs.google.com/document/d/1QoAdW2la3fKM9WbzST4Vrm5WgV9P9dhe6bXKw-J1Vqw/edit#heading=h.nrfsksl9ahk9&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;effective charities&lt;/a&gt; that are helping with climate change. &lt;a href=&quot;https://www.vox.com/2019/7/4/20681331/climate-change-solutions-trees-deforestation-reforestation&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Reforestation&lt;/a&gt;, in particular, has been discovered to have much larger impacts on climate regulations than previously thought. Create robustness in the system.&lt;/li&gt;
&lt;li&gt;Getting involved with &lt;a href=&quot;https://rebellion.earth/&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;activism and advocacy&lt;/a&gt;. Be careful with where you spend &lt;a href=&quot;https://www.vox.com/recode/2020/1/3/21030688/google-amazon-ai-oil-gas&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;your money, your time and your life&lt;/a&gt;. Be aware.&lt;/li&gt;
&lt;li&gt;Enjoy life right now, because if our days are numbered, then we might as well make the best out of it while it lasts.&lt;/li&gt;
&lt;/ol&gt;</content:encoded></item><item><title><![CDATA[Book Recommendations]]></title><description><![CDATA[A list of books I love. To have updates on my readings, reviews & books read, follow me on Goodreads. 🌏 World View Sapiens: A Brief History…]]></description><link>https://sherlockieee.github.io/book-recs/</link><guid isPermaLink="false">https://sherlockieee.github.io/book-recs/</guid><pubDate>Mon, 04 May 2020 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;A list of books I love. To have updates on my readings, reviews &amp;#x26; books read, follow me on &lt;a href=&quot;https://www.goodreads.com/user/show/50839792-ha-tran-nguyen-phuong&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Goodreads&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;-world-view&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-world-view&quot; aria-label=&quot; world view permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🌏 &lt;strong&gt;World View&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/23692271-sapiens&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Sapiens: A Brief History of Humankind&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/39704901-homo-deus&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Homo Deus: A Brief History of Tomorrow&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/13530973-antifragile&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Antifragile: Things That Gain from Disorder&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/8496935-the-black-swan&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Black Swan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/50485582-the-precipice&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Precipice: Existential Risk and the Future of Humanity&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/10483171-the-beginning-of-infinity&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Beginning of Infinity: Explanations That Transform the World&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/5597902-complexity?ac=1&amp;#x26;from_search=true&amp;#x26;qid=J0JwM9BRLy&amp;#x26;rank=1&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Complexity: A Guided Tour&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/30390901-the-selfish-gene&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Selfish Gene&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;-life--philosophy&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-life--philosophy&quot; aria-label=&quot; life  philosophy permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🧬 Life &amp;#x26; Philosophy&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/23276781-c-ph-c-ng-tony&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Cà Phê Cùng Tony&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/34536488-principles&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Principles: Life and Work&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Man&apos;s Search for Meaning&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;-design&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-design&quot; aria-label=&quot; design permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🎨 &lt;strong&gt;Design&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Don&apos;t Make Me Think&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/43190966-refactoring-ui&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Refactoring UI&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;️-climate&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#%EF%B8%8F-climate&quot; aria-label=&quot;️ climate permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🌡️ Climate&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/31624481-drawdown&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Drawdown: The Most Comprehensive Plan Ever Proposed to Reverse Global Warming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/6411373-whole-earth-discipline&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Whole Earth Discipline: An Ecopragmatist Manifesto&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;-autobiography&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-autobiography&quot; aria-label=&quot; autobiography permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🧑🏻 Autobiography&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/11084145-steve-jobs&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Steve Jobs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/25541028-elon-musk&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/27220736-shoe-dog&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Shoe Dog: A Memoir by the Creator of NIKE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/328802.Totto_chan&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Totto-chan: The Little Girl at the Window&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;️-productivity&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#%EF%B8%8F-productivity&quot; aria-label=&quot;️ productivity permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;⚒️ &lt;strong&gt;Productivity&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/25744928-deep-work&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Deep Work&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/40121378-atomic-habits&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Atomic Habits&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/44770129-ultralearning&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Ultralearning&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;-business--start-ups&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-business--start-ups&quot; aria-label=&quot; business  start ups permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;💼 Business &amp;#x26; Start-ups&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/10127019-the-lean-startup&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Lean Startup&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/18050143-zero-to-one&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Zero to One&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/4122.Built_to_Last&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Built to Last&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/76865.Good_to_Great?ac=1&amp;#x26;from_search=true&amp;#x26;qid=OejjIpC4i8&amp;#x26;rank=1&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Good to Great&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/49099937-no-rules-rules&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;No Rules Rules: Netflix and the Culture of Reinvention&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;-health--fitness&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#-health--fitness&quot; aria-label=&quot; health  fitness permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;🥕 Health &amp;#x26; Fitness&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/25663961-how-not-to-die&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;How Not to Die: Discover the Foods Scientifically Proven to Prevent and Reverse Disease&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/721609.Spark&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Spark: The Revolutionary New Science of Exercise and the Brain&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/25159044-first-bite&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;First Bite: How We Learn to Eat&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;️-fiction&quot; style=&quot;position:relative;&quot;&gt;&lt;a href=&quot;#%EF%B8%8F-fiction&quot; aria-label=&quot;️ fiction permalink&quot; class=&quot;anchor before&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; focusable=&quot;false&quot; height=&quot;16&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot;&gt;&lt;path fill-rule=&quot;evenodd&quot; d=&quot;M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;☁️ Fiction&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/77203.The_Kite_Runner&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;The Kite Runner&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/32068852-ng-y-x-a-c-m-t-chuy-n-t-nh&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Ngày Xưa Có Một Chuyện Tình&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/23302416-wonder&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Wonder&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/40961427-1984?ac=1&amp;#x26;from_search=true&amp;#x26;qid=CyjdB9FGJK&amp;#x26;rank=1&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;1984&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone?from_search=true&amp;#x26;from_srp=true&amp;#x26;qid=Q5hunw0qrm&amp;#x26;rank=2&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Harry Potter Series&lt;/a&gt;&lt;/p&gt;</content:encoded></item></channel></rss>