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