6
Pro tip: I used to think you could ask anything online and get a real answer
Three years ago, I posted a detailed question about fixing a specific error code on a 2007 Ford Focus on a car forum and got zero replies for a week. Last month, I tried again on a different site, but this time I posted a short video of the weird noise it made. Within two hours, a mechanic from Boise named Greg replied with the exact fix for the throttle body. I was totally wrong about how to ask for help. What's the best way you've found to get a good answer to a tricky question online?
4 comments
Log in to join the discussion
Log In4 Comments
foster.tessa2mo ago
You're right, it's about giving the right details for the specific problem.
4
reesej272mo ago
Honestly the text post still works for a lot of stuff. For coding problems, a clear error message and your exact code snippet gets you a fix faster than a screen recording every time. It is all about giving the right kind of details for the specific community. Car people might need the sound, but a programmer just needs to see the broken line.
2
the_leo1mo ago
The 200 line error log I posted on Stack Overflow last week got solved in 20 minutes after I just pasted the raw text. Tbh I used to be all about the recording route too, but @jamieb80 you totally flipped my thinking on this. A quick screen recording would've showed the whole mess but nobody wants to watch 4 minutes of scrolling just to find the one red line. Text forces you to actually figure out what's broken first before asking for help.
10
But you're missing how much time gets wasted with text back and forth. A quick screen recording shows the whole context, the error popping up, and what you clicked. People can SEE the problem instead of trying to picture it from your description. For coding, watching the flow can spot logic errors a static code snippet totally misses.
5