Skip to content

Commit e53a192

Browse files
committed
Add PKM section
1 parent 2ae56b9 commit e53a192

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
- [Operating system](#operating-system)
6666
- [Over-engineering](#over-engineering)
6767
- [Performance](#performance)
68+
- [Personal knowledge management](#personal-knowledge-management)
6869
- [Personal productivity](#personal-productivity)
6970
- [Perspective](#perspective)
7071
- [Problem solving](#problem-solving)
@@ -998,10 +999,7 @@ Learn how to learn!
998999
- You can do a lot "by accident"
9991000
- Fixing a bug can be milestone
10001001

1001-
About Zettelkasten and PKM (personal knowledge management):
1002-
1003-
- [Zettelkasten Method](https://zettelkasten.de/posts/overview/)
1004-
- [How to build a second brain as a software developer](https://aseemthakar.com/how-to-build-a-second-brain-as-a-software-developer/)
1002+
About Zettelkasten and PKM (personal knowledge management): see [Personal knowledge management](#personal-knowledge-management)
10051003

10061004
Richard Feynman's Learning Strategy:
10071005

@@ -1052,6 +1050,7 @@ Richard Feynman's Learning Strategy:
10521050
- [What's in a Linux executable?](https://fasterthanli.me/series/making-our-own-executable-packer/part-1)
10531051
- 📖 [The Elements of Computing Systems](https://www.nand2tetris.org/book): building a modern computer from first principles (nand2tetris).
10541052
- [Old pattern powering modern tech](https://softwarebits.substack.com/p/old-pattern-powering-modern-tech?s=r)
1053+
- [Demystifying bitwise operations, a gentle C tutorial](https://www.andreinc.net/2023/02/01/demystifying-bitwise-ops)
10551054

10561055
### Math
10571056

@@ -1147,6 +1146,16 @@ Richard Feynman's Learning Strategy:
11471146
- Data dominates.
11481147
- [Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust](https://benhoyt.com/writings/count-words/): a great way to learn about measuring performance.
11491148

1149+
### Personal knowledge management
1150+
1151+
1152+
- [Zettelkasten Method](https://zettelkasten.de/posts/overview/)
1153+
- [How to build a second brain as a software developer](https://aseemthakar.com/how-to-build-a-second-brain-as-a-software-developer/)
1154+
- [Notes Against Note-Taking Systems](https://sashachapin.substack.com/p/notes-against-note-taking-systems)
1155+
- An interesting contrarian take!
1156+
- I am waiting for any evidence that our most provocative thinkers and writers are those who rely on elaborate, systematic note-taking systems.
1157+
- I am seeing evidence that people taught knowledge management for its own sake produce unexciting work.
1158+
11501159
### Personal productivity
11511160

11521161
Check out this section on my [list of management resources, "Personal productivity"](https://github.com/charlax/engineering-management/#personal-productivity).

0 commit comments

Comments
 (0)