Several of the questions on SO that ask, "Which of these is faster?" or "Why is this faster than the alternative?" have one or more answers which explain the downsides of premature optimization and suggest that the user profile their code to identify bottlenecks first.
I am (personally) disappointed seeing "Premature optimization is bad!" answers get up-voted on questions that are:
- Generally reasonable.
- Interesting! Performance comparisons are fun to read about, even if they're not often useful. This is the internet. (Pictures of cats are not particularly useful ;-)
Maybe we could have the first person inclined to mention premature optimization in their answer reference the Is premature optimization really the root of all evil? question in a separate community-wiki-mode answer? We'd be centralizing our information a bit (DRY) and people could vote it up or down as they feel it's applicable. Other than that, I'd prefer to read the (often interesting) meat of the discussion without seeing the same meta-discussion again and again.
It's a somewhat different story when the OP clearly doesn't understand that what they're doing is an attempt to optimize, but when the question is along the lines of "Which is faster?" they at least have some idea what they're talking about. It's also different if you have specific information as to why this would be premature optimization, but just reciting the Knuth quotes seems silly, redundant, and not worthy of reputation.
Maybe other users don't feel the same way that I do - I just figured I'd throw it out there. I've seen it happen a few times now.