tags:: #note/daily
# Wednesday, January 10, 2024
<< [[Calendar/2024/2024-01-09|Yesterday]] | [[Calendar/2024/2024-01-11|Tomorrow]] >>
## 📅 Daily Questions
- How to add novelty to the act of reading?
- Will that help me read more books?
- Other ways to get myself to read more while dealing with ADHD?
## 📝 Notes
### Ephemeral Notes
- Started Reading [[Docs for Developers]]
- Decided to start using the [Google Developer Documentation Style Guide](https://developers.google.com/style) as my first technical writing style guide
- May or may not stick with it, but I think it may be a good starting point for someone just getting into the field
- Gotta start somewhere
- I don't want to spend too much time agonizing over what guide to use; just pick one and go
- As I gain more knowledge and experience I can better decide which guide(s) to use for my own projects
- Of course, if I'm writing for an organization I'll just use whatever they use
### 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
```