tags:: #note/daily # Monday, January 22, 2024 << [[Calendar/2024/2024-01-21|Yesterday]] | [[Calendar/2024/2024-01-23|Tomorrow]] >> ## ๐Ÿ“… Daily Questions - How can I make better use of my daily notes in Obsidian? ## ๐Ÿ“ Notes ### Ephemeral Notes - Wrote my first [brag document](https://jvns.ca/blog/brag-documents/) - Planning to read a few thick books this year. Probably won't finish them all, but I want to get into better reading habits. - [Modern C](https://www.manning.com/books/modern-c) - [Beej's Guide to C Programming](https://beej.us/guide/bgc/) - [The Elements of Computing Systems (Nand2Tetris)](https://www.nand2tetris.org/book) - My [new website](https://julianneadams.dev) is almost ready to deploy. Just need to edit the first blog post that will be going up along with it. I've already made a first draft of it. Once that's done, all that's left to do is deploy it to AWS, set up Google Analytics, and verify I've set up SEO stuff properly. - Learned about the OSI Model and TCP/IP suite ### Notes Created Today > [!note] > This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query. ```dataview LIST FROM "" WHERE file.cday = date(this.file.name) SORT file.ctime asc ``` ### Notes Updated Today > [!note] > This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query. ```dataview LIST FROM "" WHERE file.mday = date(this.file.name) SORT file.mtime asc ```