The number of people who simply don’t know how to effectively use a web search is absurd. If you can sit down to a search engine and find what you’re looking for within 5 minutes or less, you’re probably the go-to troubleshooting person for your family. The general population is almost dangerously tech-illiterate.
I don't know what pissed me off more, watching my mom write a book into the google search bar because she refuses to just use the key words or the fact that it gave her the exact info she wanted immediately despite being somewhat niche.
AFAIK the two are identical, and words such as "how", "do" and "what" are mostly ignored by the engine. The only content words in both are "apple" "pie" and "recipe"/"cook".
Most of genz get it pretty intuitively because they grow up with Google searching. I didn't realise until recently how much more important it is you understand the answers than find them especially if you're getting a niche error.
Yep people who try to copy paste code without understanding it are not programmers.
Even though, I admit I do that myself with new languages. I tried to build a Rust async application and it worked but didn't properly work... I just put code in there and got something running.
But now I went back and read the docs and realized I'm doing things wrongly.