From 29f6bb4ce05db092bf019bbf9dc43a6dddfeb773 Mon Sep 17 00:00:00 2001 From: Nicole van der Hoeven Date: Thu, 18 Apr 2024 15:10:37 +0200 Subject: [PATCH] Quartz sync: Apr 18, 2024, 3:10 PM --- Changelog.md | 6 ++--- ...ter 1 - The case for doing it in public.md | 12 ++++++++++ content/Doing It in Public/Index.md | 1 + content/Doing It in Public/Introduction.md | 24 ++++++++++++++++--- content/index.md | 5 +++- 5 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 content/Doing It in Public/Chapter 1 - The case for doing it in public.md diff --git a/Changelog.md b/Changelog.md index 195cb5e..cea4444 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -- 2024-02-17 at 16h23 · [[index]] -- 2024-02-14 at 12h20 · [[Introduction]] -- 2024-01-26 at 23h36 · [[Index]] +- 2024-04-18 at 15h09 · [[index]] +- 2024-04-17 at 22h02 · [[Index]] +- 2024-02-17 at 16h59 · [[Introduction]] - 2024-01-26 at 13h52 · [[README]] diff --git a/content/Doing It in Public/Chapter 1 - The case for doing it in public.md b/content/Doing It in Public/Chapter 1 - The case for doing it in public.md new file mode 100644 index 0000000..81beb4f --- /dev/null +++ b/content/Doing It in Public/Chapter 1 - The case for doing it in public.md @@ -0,0 +1,12 @@ +--- +title: Chapter 1 - The case for doing it in public +draft: false +description: +tags: + - +--- +[Back to outline](/#outline) + + +![Chapter 1. The case for doing it in public](content/index.md#Chapter%201.%20The%20case%20for%20doing%20it%20in%20public) + diff --git a/content/Doing It in Public/Index.md b/content/Doing It in Public/Index.md index 3277b50..85c230d 100644 --- a/content/Doing It in Public/Index.md +++ b/content/Doing It in Public/Index.md @@ -6,6 +6,7 @@ longform: sceneFolder: / scenes: - Introduction + - Chapter 1 - The case for doing it in public sceneTemplate: system/templates/chapter.md ignoredFiles: [] --- diff --git a/content/Doing It in Public/Introduction.md b/content/Doing It in Public/Introduction.md index 783fb41..1652417 100644 --- a/content/Doing It in Public/Introduction.md +++ b/content/Doing It in Public/Introduction.md @@ -199,9 +199,27 @@ This book is divided into ten chapters: ### My story - - -That's the magic of doing it in public. +Through learning in public, I've been able to learn how to: + +- [speak](https://www.youtube.com/watch?v=Kdgu2gutp7o&list=PLDGkOdUX1UjoZvjegDEDFmn0LQGtpu9sn) [Spanish](https://nicolevanderhoeven.com/blog/20220421-que-es-k6/) [to a professional](https://nicolevanderhoeven.com/blog/20201216-cuando-jmeter-no-alcanza/) level despite [never having lived](https://nicolevanderhoeven.com/blog/20180828-mitad-de-alla/) in a [Spanish speaking country](https://www.youtube.com/watch?v=vFYAuu16Pg0) +- [use new load testing tools](https://www.youtube.com/watch?v=zcYeboT5FYE&list=PLJdv3RhAQXNHsC8OOV3ZjwZvC9tRoAYF2) and write scripts in them in one week +- [make and edit videos](https://youtube.com/@luckydippers) that sucked, and then gradually sucked less and less +- become a Senior Developer Advocate without ever having been a developer +- go from not knowing what chaos engineering is, to running experiments - and speaking about it +- speak publicly at conferences +- adapt when my company was acquired, by rapidly learning the acquiring company's stack of tools +- jump into the highly technical field of software performance engineering, without ever having taken a computer science course +- speak the language of countries I visit, to a casual conversation level, in a month or less +- play and run new tabletop roleplaying game systems +- create a successful course in two weeks +- play new musical instruments like the kalimba, ocarina, and ukulele +- figure skate competitively +- ride a bike at age 29, and then do a 50km ride ride three months later +- go from drowning in debt to becoming financially independent in five years + +... all before I felt I was ready. And I accomplished these things while having fun and making genuine connections with kind people. + +That's the magic of doing it in public. In this book, you'll learn how to use this magic, too. --- diff --git a/content/index.md b/content/index.md index 0b938c1..d54ba66 100644 --- a/content/index.md +++ b/content/index.md @@ -19,8 +19,11 @@ There are three ways you can get updates about new chapters for review: - Sign up for my newsletter, [Thinking in Public](https://tip.nicolevanderhoeven.com). I'll mention available chapters for review there. - Check [Changelog](Changelog.md) here for updates. -## Outline +In the spirit of learning in public, here's a talk I did at the [PKM Summit 2024](https://pkmsummit.com) where I discussed some of the topics of this book as a way to get early feedback: + +![](https://www.youtube.com/watch?v=i-uNtkre1aE) +## Outline ### [[Introduction]] - What is learning in public? - Why should you learn in public?