I agree so much on this. The biggest problem for me is dumbing down the file browser when using MS office products. I used to have a workflow of quickly organizing files directly from office. But the modern file browser is so much less efficient and the extra clicks frustrate me a lot
How far back do you want to go? Windows 3.0 file manager is now open source and readily available from Microsoft directly![1] I’ve personally found it a joy to use even on a modern OS like 10.
I think because it is clear that climate change is done by humans. It's also something we can stop by stopping the way we consume energy. This makes us responsible.
I like the idea of static blogs.
However, I didn't accomplish to find a great workflow to use hugo from my android phone while traveling. Using git on a phone is a pain
I found an app called Teddy Hyde[0] which is designed to make this workflow easier. It's focused around Jekyll but perhaps it's flexible enough for Huge also? Ultimately I couldn't get myself to write anything regularly so I gave up with the whole idea, but the app seemed decent.
Yes this is where I got blocked on this too. I like using the WP Android app to upload photos when travelling. Obviously a static site by its very nature cannot interact with a phone app, so this seems like a difficult/intractable problem.
I have the same use case and have been wondering about solutions too. I'm hosting on Netlify, and when I push to my gitlab repository, Netlify's CI fetches, builds and deploys the site. I've wondered if I can run a script somewhere that periodically checks a private Instagram account (so not my main one), and when it sees a new post, it would download the photo and caption, creates a Markdown post and pushes everything into the git repo.
You could potentially use a regularly scheduled pipeline in GitLab CI to do this. You'd need to use a user token instead of the pipeline token since you want to push back into the repository, but this should be possible. Then, when GitLab CI updates the repo, Netlify CI should jump in.