From ddae4ab2483bdacc4476be2bee85d705db5394a9 Mon Sep 17 00:00:00 2001 From: Thu Nguyen <34468120+thsunkid@users.noreply.github.com> Date: Fri, 11 Nov 2022 22:43:46 +0700 Subject: [PATCH 1/2] Add new post --- .hugo_build.lock | 0 content/posts/newbie.md | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .hugo_build.lock create mode 100644 content/posts/newbie.md diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/content/posts/newbie.md b/content/posts/newbie.md new file mode 100644 index 0000000..9c5da68 --- /dev/null +++ b/content/posts/newbie.md @@ -0,0 +1,13 @@ +--- +title: "Newbie" +date: 2022-11-11T22:33:03+07:00 +draft: false +math: false +--- +Being a newbie, your advantage is your fresh take on things. You are not trapped by conventional wisdoms, which could be the product of noise and dogma. + +The disadvantage, however, is that you don't understand all the esoteric aspects from that area. Things can be wrong for a variety of reasons that your common knowledge doesn't apply. + +You have to do your own exercise to quickly absorb the [tacit knowledge](https://metarationality.com/upgrade-your-cargo-cult) from the field, and slowly generalize from these patterns. Why slow? You will need time to assess the oxygen level of where you are staying. You don't want to fly so high too fast and become an [Architecture Astronauts](https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you/). + +The goal is to stay close to the ground but still have a broader view. \ No newline at end of file From e224e2fe2380c28c701dfb668b23989197256444 Mon Sep 17 00:00:00 2001 From: Thu Nguyen <34468120+thsunkid@users.noreply.github.com> Date: Fri, 11 Nov 2022 23:34:25 +0700 Subject: [PATCH 2/2] Twitter link --- content/posts/newbie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newbie.md b/content/posts/newbie.md index 9c5da68..21aa697 100644 --- a/content/posts/newbie.md +++ b/content/posts/newbie.md @@ -6,7 +6,7 @@ math: false --- Being a newbie, your advantage is your fresh take on things. You are not trapped by conventional wisdoms, which could be the product of noise and dogma. -The disadvantage, however, is that you don't understand all the esoteric aspects from that area. Things can be wrong for a variety of reasons that your common knowledge doesn't apply. +The disadvantage, however, is that you don't understand all the [esoteric aspects](https://twitter.com/jaltma/status/1588636666105061376) from that area. Things can be wrong for a variety of reasons that your common knowledge doesn't apply. You have to do your own exercise to quickly absorb the [tacit knowledge](https://metarationality.com/upgrade-your-cargo-cult) from the field, and slowly generalize from these patterns. Why slow? You will need time to assess the oxygen level of where you are staying. You don't want to fly so high too fast and become an [Architecture Astronauts](https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you/).