## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-05-14|2021-05-14]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-18|2021-05-18]]
- [[Python]]
- [[Docker]] [[Make]] [[Linux|Linux]]
- [Making your python script into a system service on linux](https://python.plainenglish.io/turning-your-python-script-into-a-real-program-cb702e16ed02)
- [Python Service Github Repo](https://github.com/adamcyber1/mypythonservice)
- [[watchdog]] module for monitoring for file system changes
- [[obsidian]] [[Python]] [[DevLog/Z/csv]] [[markdown]] community member made this [CSV to MD Python script](<https://github.com/kometenstaub/csv-to-md>)
- [[git]] fertching updates for the production branch without having to hop around with `git switch`
- [Source 1 - GitHub Notes](https://github.com/ebouchut/learn-git/wiki/Branch#merge-a-branch-without-doing-a-git-checkout-beforehand)
- [Source 2 - Discord](https://discord.com/channels/737199036817342466/737199948910690344/843161442299674634)
- [Source 3 - SO](https://stackoverflow.com/questions/3216360/merge-update-and-pull-git-branches-without-using-checkouts/17722977#17722977)