···28- Use tmux for background jobs, async tasks, or anything you'll come back to it. E.g:
29 - Run development servers, long running processes you need to audit, run tests in the background, tailing logs
30- Design workflows so they are observable without constant (blocking) babysitting (use tmux panes, logs, log-tail scripts, ...)
31-- Never use em dashes (โ), en dashes (โ), or semicolons (;). Restructure sentences instea. Use periods, commas, or parentheses
32- No flowery language, no "I'd be happy to", no "Great question!"
3334## Git
···28- Use tmux for background jobs, async tasks, or anything you'll come back to it. E.g:
29 - Run development servers, long running processes you need to audit, run tests in the background, tailing logs
30- Design workflows so they are observable without constant (blocking) babysitting (use tmux panes, logs, log-tail scripts, ...)
31+- Never use em dashes (โ), en dashes (โ), or semicolons (;). Restructure sentences instead. Use periods, commas, or parentheses
32- No flowery language, no "I'd be happy to", no "Great question!"
3334## Git