Update wiki/restart-server-before-demo.md
6a18f1289146 harrisonqian 2026-04-12 1 file
index 9be19a3..4884eaf 100644
@@ -10,15 +10,8 @@ was tweaking out and then realized i didn't restart the server. the demo was run
## why it's a gotcha
-you've been coding for 20 hours straight. you made fixes. you forgot to restart. now the demo shows the old broken version and you're standing there confused about why your fix isn't working.
+you've been coding for 20 hours straight. you made fixes. you forgot to restart. now the demo shows the old broken version and you're standing there confused about why your fix isn't working. stale environments cause the same confusion as [[it-works-on-my-machine|"it works on my machine"]] bugs.
## the fix
-add "restart all services" to a pre-demo checklist. do it 5 minutes before you present, not 30 seconds before. give yourself time to catch anything that doesn't come back up cleanly.
-
-## see also
-
-- [[test-demo-before-presenting]] — the full pre-demo verification flow
-- [[practice-presentation-once]] — another thing to do before going on stage
-- [[it-works-on-my-machine]] — stale environments cause the same confusion
-- [[perfectionism-over-hackathon-fit]] — don't tweak right up to the deadline
\ No newline at end of file
+add "restart all services" to a pre-demo checklist. do it 5 minutes before you present, not 30 seconds before. give yourself time to catch anything that doesn't come back up cleanly. this is part of the full [[test-demo-before-presenting|pre-demo verification flow]], and don't [[perfectionism-over-hackathon-fit|tweak the code right up to the deadline]] — that's how you end up needing a restart you don't have time for.
\ No newline at end of file