41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
## Recommendations for books: [[Book Recs]]
|
|
|
|
# [[Books Calibre]]
|
|
|
|
# Book Notes:
|
|
|
|
- [x] [[Ikigai]]
|
|
- [ ] [[Dose Effect]]
|
|
- [ ] [[The Book of Ichigo Ichie]]
|
|
|
|
# Article Notes:
|
|
|
|
## <span class="done DONE">DONE</span> [Effect of Tiktok on teens](id:db7b1fdb-28cd-43a8-8137-23399f38cd07)
|
|
|
|
## <span class="todo TODO">TODO</span> [Effects of insufficient sleep on circadian rhythmicity](id:5429d9c8-ace8-419b-a9dc-8403b9c20215)
|
|
|
|
## Software:
|
|
|
|
### <span class="done DONE">DONE</span> [I Thought I Knew System Design Until I Met a Google L7 Interviewer](id:9f220a90-635a-4744-9664-be89d8b2a64b)
|
|
|
|
### <span class="done DONE">DONE</span> [Every Senior Engineer I Respect Has Read These Books (Have You?)](id:c3b075bc-44c9-43eb-9c44-a58cb532fc35)
|
|
|
|
### <span class="done DONE">DONE</span> [Software Quality Article](id:453e252a-34f4-4d84-adab-35fe69ceed55)
|
|
|
|
# Long term:
|
|
|
|
## <span class="todo TODO">TODO</span> [Art of Computer Programming Notes](id:f1bc3f88-95c5-4013-b0dd-f72428200e72)
|
|
|
|
# Non PDF:
|
|
|
|
## <span class="done DONE">DONE</span> [Microsoft banned AI because it cost too much.](https://medium.com/data-science-collective/microsoft-banned-ai-because-it-cost-too-much-135bcbf15a18)
|
|
|
|
## <span class="done DONE">DONE</span> [The Best Engineers Write Less Code](https://shvetsm.github.io/posts/the-best-engineers-write-less-code/)
|
|
|
|
All files that are not done:
|
|
```dataview
|
|
TABLE
|
|
FROM "Books"
|
|
WHERE done != true
|
|
SORT file.name ASC
|
|
``` |