From ad16f47c47ffd9c65c7ab773b27e4fd5d339e6f3 Mon Sep 17 00:00:00 2001 From: Nicole van der Hoeven Date: Mon, 22 Jan 2024 02:21:50 +0100 Subject: [PATCH] Quartz sync: Jan 22, 2024, 2:21 AM --- .github/FUNDING.yml | 2 +- README.md | 99 +++++++++++++++++++++++++++++++++++++++------ 2 files changed, 88 insertions(+), 13 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 40b2d4a..9e8120d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [jackyzha0] +github: [nicolevanderhoeven] diff --git a/README.md b/README.md index 27d6dbd..6326638 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,93 @@ -# Quartz v4 +I'm [Nicole van der Hoeven](https://nicolevanderhoeven.com), and *Doing It in Public* is a book I'm writing about learning in public: what it is, why you should do it, and practical instructions for how to do it. To keep up with the spirit of the book, I'm attempting to write the book itself in public. That means that depending on when you're reading this, you may still find the book in various stages of disarray. Be warned! Here be dragons. -> “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming +## Reading this book -Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free. -Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use. +I'm using a GitHub repository for version controlling the book, but the best place to read it while it's in progress is on [doingitinpublic.com](https://doingitinpublic.com). +## Giving feedback -🔗 Read the documentation and get started: https://quartz.jzhao.xyz/ +A vital part of this process is getting (and responding to) feedback at every step. To facilitate this, here are the best ways you can give me feedback: +- Join [my Discord server]() and head on over to the `#book-doingitinpublic` channel to join the conversation. +- [Raise an issue](https://github.com/nicolevanderhoeven/doing-it-in-public/issues/new) on GitHub. -[Join the Discord Community](https://discord.gg/cRFFHYye7t) +## Outline -## Sponsors +### [[Introduction]] -

- - - -

+### The case for doing it in public + +- Limiting beliefs that hold us back from making things +- Open-sourcing knowledge: why open source still works +- Accountability and precommitments +- Authenticity by default, and ethical creativity +- Cunningham's Law +- When you can show your work + +### Principles for doing it in public + +#### Make it observable +- Observability of complex distributed systems +- Prefer visible work +- Own what you make +- Lead and lag indicators +#### Make it continuous +- The convergence of code and speech +- Continuous improvement in software development +- Agile and iterative, incremental work +- Learning sustainably +#### Make it fun +- Cultivating playfulness and curiosity +- Learning useless things +- Learning things you have no business learning +- How to learn hard things +#### Do it in a group +- Learn within communities +- Get good at listening for signals +- Get good at asking for feedback and receiving it well +- Experiment + +### Building a foundation for learning in public + +#### Tier 0. Leroy Jenkins: Microlearning +- Starting before you're ready +- What if it could be easy? +- Social media +- The life-changing magic of the daily `#TIL` +- Writing stuff down and publishing it +- Commonplace books and resonance calendars +- Arguments for plain text +- (social media, code, microblogging, taking notes) +#### Tier 1. Levelling up : Systematising your learning +- Turning notes into a Personal Knowledge Management system +- Creating your own site +- Version control and gitting gud +- Formulating your core principles and ethics statement, manifesto for posting online +- (PKM, static site generators, Git) + +#### Tier 2. Multiclassing: Longform learning +- The value of failed experiments +- Leaning into your unfair advantage +- Creating high-effort content based on signals +- Repurposing content to broaden your reach +- (videos, blog posts, larger development projects, songs, podcasts) + +#### Tier 3. Recruiting hirelings: Automating your learning +- Creating a content calendar +- Deciding on publishing cadence, developing consistency +- Scheduling posts and creating a buffer +- Feedback triage and prioritising +- Building a CI/CD pipeline for learning +- (content management, product management, processing pipeline, Zapier) +#### Tier 4. Defending a stronghold: Building a community +- Creating strategic content +- Helping others +- Saying no +- Making a living out of doing it in public +- (communities, courses, conference talks, apps) + +### When to learn in private +- Privacy and security +- Burnout and overwork +- Optimal quitting +- Art vs Exhibitionism +- When is feedback noise? +- Strategic inauthenticity \ No newline at end of file