Skip to content

Commit

Permalink
Obsidian Sync 2024-12-18 17:29:08
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Dec 18, 2024
1 parent be7f105 commit 5585971
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion content/daily-notes/2024-12-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- `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

0 comments on commit 5585971

Please sign in to comment.