Bo102010 comments on Tips and Tricks for Answering Hard Questions - Less Wrong

47 Post author: Wei_Dai 17 January 2010 11:56PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (52)

You are viewing a single comment's thread.

Comment author: Bo102010 18 January 2010 03:54:08AM 3 points [-]

I don't work on cosmic problems in my day-to-day work, but I encounter puzzles fairly frequently (what broke? why did performance at node x decrease at time y? why does z work well sometimes but not others?).

Advice I would give:

  • Get some data. If you have too much data, arbitrarily pick a subset you can handle.

  • Look for anomalies. Make histograms. Make other graphs. Last weekend I diagnosed a problem with a Windows service with a graph of the Fourier transform of a time series picked out of log files.