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