Remix.run Logo
How to manage context-switching and taking a break while commands run
1 points by cs5210595 11 hours ago

So I have to do a lot of ML model training and installation commands which sometimes take 2-5min to run and the problem is that there are tons of them that I need to run before the model is ready for training. In midst of the command I often start watching videos and then I find out I forgot what I was doing in the first place leading to loss of productivity. On the other hand just sitting with the command doesn't seem productive either. What should I do?