From 55859710e0f1685dcbd27f4cd40d91f588415b39 Mon Sep 17 00:00:00 2001 From: Deepak Jois Date: Wed, 18 Dec 2024 17:29:08 +0530 Subject: [PATCH] Obsidian Sync 2024-12-18 17:29:08 --- content/daily-notes/2024-12-18.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/daily-notes/2024-12-18.md b/content/daily-notes/2024-12-18.md index 25cb681..4f645d3 100644 --- a/content/daily-notes/2024-12-18.md +++ b/content/daily-notes/2024-12-18.md @@ -19,4 +19,15 @@ Good overview of git submodules: [Demystifying git submodules](https://www.cyber - `git clone --recursive` will checkout submodules as well - `git config submodule.recurse true` will make `git pull` update submodules as well. -- `git submodule update --remote` will update all submodules to their latest upstream commits. \ No newline at end of file +- `git submodule update --remote` will update all submodules to their latest upstream commits. + +#### In Praise of Writing on the Internet +[in praise of writing on the internet - by Celine Nguyen](https://www.personalcanon.com/p/in-praise-of-writing-on-the-internet) + +C + +> I began **personal canon** by accident—and only now, 34 posts and one year later, do I understand why I kept on going. This post is partly about writing a newsletter and building an audience for your writing, especially on Substack. But it’s also about what forms of writing are personally and societally meaningful, and why it’s felt so meaningful to spend the last 12 months writing about my love of literature. Below: +> +> - All the rules I broke, and all the advice I didn’t take (but maybe should have?) +> - Why write a newsletter, and how it can be valuable to you and others +> - Useful resources and (potentially) useless advice \ No newline at end of file