google/search engine question

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
furryfreak
Member
Member
Posts: 28
Joined: Mon Nov 03, 2008 12:45 pm
Location: SW England

google/search engine question

Post by furryfreak »

Does anyone know how to stop google "optimizing" searches by automatically changing words and abbreviations like ".extern" to "external" and "asm" to "assembly"?
some times it can be good, but the rest of the time its just a nuisance. In fact it'd be quite useful if someone could point out a few other search engines, google seems to be getting a bit bloated nowadays, you have to sift through 10 pages of crap to find anything useful half the time.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: google/search engine question

Post by 01000101 »

I believe you can just use quotation marks around the text to tell it to use *exactly* that.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: google/search engine question

Post by Troy Martin »

furryfreak wrote:google seems to be getting a bit bloated nowadays, you have to sift through 10 pages of crap to find anything useful half the time.
That's cause it basically copies all the links in the dmoz and crawls them. Every link.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
furryfreak
Member
Member
Posts: 28
Joined: Mon Nov 03, 2008 12:45 pm
Location: SW England

Re: google/search engine question

Post by furryfreak »

I figured out an imperfect solution, you can put a - infront of an unwanted word, however if you were to search " gas asm tutorial -assembly", all results with the word "assembly" would be omitted, so it's a kinda' double edged sword...
I believe you can just use quotation marks around the text to tell it to use *exactly* that
nah, that just makes a group of words within quotes stay in the same order, but it still replaces each individual word with similar ones.
User avatar
TheDragon
Member
Member
Posts: 43
Joined: Mon Aug 25, 2008 8:23 pm
Location: Middle of Nowhere

Re: google/search engine question

Post by TheDragon »

The way I do it is I just search all of the possible combinations of the topic words and relatives separately and go a couple pages deep each time. Not very fast, but pretty effective.
Craze Frog
Member
Member
Posts: 368
Joined: Sun Sep 23, 2007 4:52 am

Re: google/search engine question

Post by Craze Frog »

This is so annoying. Putting quotes around each word (not the entire phrase) will stop some of it, but not all (it will stop annying to ann ying, but will not stop asm to american society for microbiology).

To stop that you can write -"what you don't want".

Example query: "asm" -"automatic storage management"
Post Reply