I will start!
- As a part of running the Lightning node, I have been learning about SSH (being able to remotely login to manage system processes) and come across a few key quality of life tech for managing remote connections. The first, is to not actually use SSH - but to use MOSH (https://mosh.org/) which allows low-latency, somewhat inconsistent SSH connections to survive. Great for when on an iPad or something like that on the go, and you switch to a different app, temporarily go offline, etc.
- TMUX (https://www.baeldung.com/linux/tmux), which is a linux tool for managing multiple windows/processes in your linux instance. When you ssh back in, you will magically find your pre-existing workspace/workflow available to hop back in and pick up where you left off.
- I'm currently learning Chinese, and enjoying a very excellent tool called HackChinese (https://www.hackchinese.com/) which has drastically increased the speed of my character acquisition and retention.