Hacker News

Favorites Setup
Comment by encomiast | original | Bug Blindness
[−]encomiast · 2026-08-30 Sun 01:17 UTC · link
I had to give up when the first example of a "bug" that the author could see, which others are blind to, was search results.

"In some cases, people sent me their actual search results. In every such case, the search results did not contain a good result that I could see"

Software that does not meet expectations, especially in a field like search, which is basically a long running war between SEO and search engines, is not a 'bug'. That's like saying there is 'bug blindness' in the publishing industry because when I pick up a random book, it sucks, even though others think it's fine. Sure, maybe something is wrong, could even be improved, but lets save the word 'bug' for something more specific.

[−]aesthesia · 2026-08-30 Sun 01:48 UTC · link
Later in the article he uses "quality blindness" instead, which is probably a better description of most of the issues he talks about.
[−]prmph · 2026-08-30 Sun 04:30 UTC · link
At what point does search quality degrade to the point where is becomes a bug?

A bug is when actual behavior does not match stated or intended behavior. If the search bears little connection to what was searched for, then it is a bug, as far as the user is concerned.

Or maybe you mean to say we should reserve the word bug for deviations that are unintentional?

[−]gavinsyancey · 2026-08-30 Sun 06:38 UTC · link
The trouble is, there are three different "versions" of "the search didn't work," only one of which I would say is definitely a bug:

- The thing the user searched for doesn't exist, so it wasn't found. This is not a bug.

- The user did a good job of searching, using relevant keywords etc, but the relevant thing (which exists) didn't come up. This is a bug.

- "Search didn't read my mind" -- if search is a core competency this is a bug, but otherwise I would consider it a deficiency or a missing feature.

[−]remus · 2026-08-30 Sun 06:40 UTC · link
For me the idea that poor quality search results are a bug muddies the idea of what a bug is. It's like saying the colour of the paint in my living room is buggy because I don't like it. It might be an ugly colour that I don't like, but it is what it is. A bug would be if the colour doesn't match what was shown on the tin.

> If the search bears little connection to what was searched for, then it is a bug, as far as the user is concerned.

A bad product perhaps, but not a bug.

[−]prmph · 2026-08-30 Sun 11:38 UTC · link
So if I search for A, and I get results for B instead (where B has only the slightest connection to A), it is not a bug?

What about if B has no connection to A whatsoever? Still not a bug? If it is not, then we may have discovered a software domain (the first for me I should say) where bugs are not possible. Should a be a nice market to launch products for, then.

[−]chrisjj · 2026-08-30 Sun 11:28 UTC · link
> At what point does search quality degrade to the point where is becomes a bug?

It depends entirely on the commitment made by the service, so e.g. my desktop file search program results has bugs whereas Google's has none.

[−]ramraj07 · 2026-08-30 Sun 06:13 UTC · link
Dan isn't necessarily Bertrand Russell so ill give him a pass for not using the perfect word in every place.

But this article is in my opinion one of the best attempts at explaining a fundamental problem in software product work that has never (in my experience) been laid out this well. I will implore you to finish it.

[−]chrisjj · 2026-08-30 Sun 11:21 UTC · link
> Software that does not meet expectations, especially in a field like search, which is basically a long running war between SEO and search engines, is not a 'bug'.

While bug has various definitions, not meeting reasonable expectations is common to all.

> That's like saying there is 'bug blindness' in the publishing industry because when I pick up a random book, it sucks

No, because there's no reasonable expectation that a random book won"t suck.

[−]drewstiff · 2026-08-30 Sun 15:25 UTC · link
I dunno... people keep telling me books are good but that isn't my experience

Just like when a do a search and the results aren't relevant

Obviously this means both books and web searches are useless

[−]rotis · 2026-08-30 Sun 11:37 UTC · link
Later on he gives an example of Blackboard software that was very disliked. So I don't see what was unique in his perspective either. To me this article is not very focused and feels mostly like rambling. The core idea that we get accustomed to bugs/quality in software we use is sound. Just the article needs streamlining or better a complete rewrite.
[−]bariumbitmap · 2026-08-30 Sun 12:16 UTC · link
> the first example of a "bug" that the author could see, which others are blind to, was search results

The author explicitly says he is using less specific and compelling examples for good reasons:

> I don't want to give any specific examples where it was my job to see how well the thing worked because, even if the internal examples are meant in a constructive, blameless, way, they may not always read that way when re-posted externally, so I'll give a few less interesting and less well supported "random" examples.

https://danluu.com/bug-blind/

I also think it's reasonable to use the term "bug" in a broad or colloquial sense. If a web server is overloaded, that isn't a bug in the strictest sense, but it sure feels like a bug to the person trying to use the website. A search engine is software, and if it fails to surface the most relevant document from its index then I'd say that counts as a bug. Also the author acknowledges this SEO spam issue, e.g. in this quote for the linked post:

> Here's a fun experiment to try. Take an open source project such as yt-dlp and try to find it from a very generic term like "youtube downloader". You won't be able to find it because of all of the content farms that try to rank at the top for that term

https://danluu.com/seo-spam/