I’ve been using Brave search for several months now. I switched the day that it was announced. The quality is fairly good, but I’m having troubling telling whether it’s just my own halo effect or if the initial quality that experienced has started to slip a little as it indexes more widely or something. At first I was impressed with how little spam ended up in top results, but lately exact queries for Python function…
Brave Search replaces Google as default search engine in the Brave browser
161–170 of 571 posts
Re: Brave Search replaces Google as default search engine in the Brave browser
#162Re: Brave Search replaces Google as default search engine in the Brave browser
#163I’ve been using Brave search for several months now. I switched the day that it was announced. The quality is fairly good, but I’m having troubling telling whether it’s just my own halo effect or if the initial quality that experienced has started to slip a little as it indexes more widely or something. At first I was impressed with how little spam ended up in top results, but lately exact queries for Python function…
Re: Brave Search replaces Google as default search engine in the Brave browser
#164I’ve been using Brave search for several months now. I switched the day that it was announced. The quality is fairly good, but I’m having troubling telling whether it’s just my own halo effect or if the initial quality that experienced has started to slip a little as it indexes more widely or something. At first I was impressed with how little spam ended up in top results, but lately exact queries for Python function…
I don't understand why search engines don't fight SEO spam using simple, hardcoded rules for specific keywords. Surely, something like "if the search string contains the word 'python', rank results from 'python.org' above everything else" can't be difficult to implement? Granted, it's not a silver bullet for search engine spam in general, but even a few dozen rules like that would dramatically improve the quality of…
Re: Brave Search replaces Google as default search engine in the Brave browser
#165Earlier quoted context omitted.
brave shilling is concerningly effective
Yeah, I'm honestly flabbergasted that people like using a browser that has the performance of Chromium without the Google, a thorough / very performant ad-blocker built-in, and some totally optional next-gen features that many people like.
I've been using it for over a year now. It's a good browser and I like the new ideas they come up with. I don't know whether it's going to catch on, but at least someone is thinking outside the box.
Re: Brave Search replaces Google as default search engine in the Brave browser
#166Re: Brave Search replaces Google as default search engine in the Brave browser
#167Earlier quoted context omitted.
Commercial pressure seems the most likely to me
How would such "pressure" look in practice? Seems to me that every industry on the planet is at Google's mercy, not the other way round.
Re: Brave Search replaces Google as default search engine in the Brave browser
#168Unfortunately can't use it: I'm on my private VPN almost all the time (need it for work). VPN is hosted as OpenVPN service on German Digital Ocean server to have static public IP. The VPN is mine only (sure IP is not), I'm the only person who uses it. Brave Search shows error on accessing: https://ibb.co/72L3mc5 . Other search engines open without problems. Turning off VPN helps, but I don't really understand why my…
Re: Brave Search replaces Google as default search engine in the Brave browser
#169Earlier quoted context omitted.
I don't understand why search engines don't fight SEO spam using simple, hardcoded rules for specific keywords. Surely, something like "if the search string contains the word 'python', rank results from 'python.org' above everything else" can't be difficult to implement? Granted, it's not a silver bullet for search engine spam in general, but even a few dozen rules like that would dramatically improve the quality of…
I hate it to say it, but for CS beginners python.org isn't a good resource: it's simply too technical. Even for motivated students it will take them at least a few months of learning from a more beginner-friendly resource before the official docs on python.org make sense. That's not to mention the multitude of other materials on python.org other than the docs, like PEPs, pypi (third party libraries), bug reports, etc…
That wouldn‘t be so bad. PEPs contain a short summary, motivation, and usage examples.
That said, I do get your point.
Re: Brave Search replaces Google as default search engine in the Brave browser
#170Earlier quoted context omitted.
I can't speak for Java's docs, but Python's have good examples in the documentation that are not present in an IDE's tooltips. Further, there's often a handy link to the source code of the module.
Thinking back, yes it is probably true what you write about Python docs, the problem is you easily end up in the wrong docs when searching for something.