If you backup Obsidian and ICloud and your plugins and styles disappear.
Your ICloud is probably optimizing storage and syncing to the cloud. So your obsidian cannot access your settings anymore.
Today I Learned can be anything. I tend to blog only about things in and around AI that I have spent some significant amount of time thinking about. Today I Learned is much more unstructured and free. It can be anything: A neat trick in a board game (at the moment I'm learning to play Go), a new tool I found, a short CLI command I have spent way too much time figuring out. It's just a collection of random things I have learned. They tend to be short and sweet coming in daily.
My solution for running separate pre-commit hooks in each part of my monorepo and triggering them from the root.
I use symlinks to organize my dotfiles in a single Git repository and link them to their required locations through symlinks.
Celery is a pain to get going on ElasticCache. ElasticCache is set up to deploy clusters, but Celery doesn't support that.
I was wondering why AWS Lambda always needs a handler on top of the ASGI server.
I spent some time reading through the docs of the `logging` library in Python. It's a bit of a pain to use. So I tried out `structlog`.
Spent too much time on logging today. Here's what I learned.