Live data from Hacker News

Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

techcrunch.com

211–220 of 224 posts

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#211

Earlier quoted context omitted.

Disagree strongly. Apple pays a serious price for their privacy stance, which they would rather not pay. Doing machine learning on-device makes it less effective. Apple's directions aren't as good as they could be because Maps randomly segments trips and masks its users identity. Apple's App Store revenues are lower because they limit how apps can identify users. This difference is deeper than business models. Compar…

Apple Genius just asked me for my username and password to my MacBook so he could type it into some service form for repairs. I don't think asking for that info is really compatible with "we care about privacy"

It is a feature of privacy that he cannot login without you giving that information.

You need to change it now.

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#212

Bing is still poor for obscure searches, e.g. today Im searching for other poor folks dealing with ebay's API and the message "Invalid store category name" in quotes. Bing 0, DuckDuckGo 0, Google plenty. Reality is most of my tech searches are like this and hence I can't give up Google, or I can at cost of either my time or my clients. It be nice to have another search engine with depth of Google but nothing comes cl…

I've got three results (rover.ebay.*) from DuckDuckGo when I turned on region search. In every region, except "All Regions" and "United States". Yes, even in "United States (es)" there are 3 english results, but not in "United States"

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#213
post #33

Earlier quoted context omitted.

> a) Apple cares about their users' privacy Well, except for the whole switching-to-google thing..

FTA: > As is expected with Apple now, searches and results are all encrypted and anonymized and cannot be attributed to any individual user. Once you click on the ‘Show Google results’ link, of course, you’re off to Google and its standard tracking will apply. Clicking directly on a website result will take you straight there, not through Google. Not perfect, but better than just opening Google directly.

> Once you click on the ‘Show Google results’ link, of course, you’re off to Google and its standard tracking will apply

They are still exposing their users to Google's shenanigans...

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#214
post #206

Earlier quoted context omitted.

Actually, at Blekko it cost us about $2M/year to hold an index with 5 billion documents, it would have cost use less than $10M/year to hold an index of 10 billion documents (this is suggested by many to be the 'sweet spot' of coverage) to have that many documents you will create a crawl frontier of between 500B and 1T URIs.

“Holding” an index is the trivial part of a search engine. That’s something a single Google engineer can put together in a week (no crawler, just storing and primitive ranker). What’s going to kill you is ranking (especially in the tail) and keeping the index fresh, including the tail. Ranking requires human input. Keeping it fresh requires some non-trivial effort in the crawler too. And then there’s also serving all…

Sorry if I wasn't clear, at Blekko we had an index at our peak of 5 billion documents. And we had the full stack to crawl, rank, cleanse, and search that index as well. The crawl frontier was about 300 billion URIs. That was what I meant by "holding".

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#215
post #150

Earlier quoted context omitted.

But Apple chooses to implement things in ways that make it way harder for them to do this. Eg Touch ID and facial recognition on the device only, not in the cloud.

Fingerprints and data for face unlock aren't stored in the cloud on Android either. Wouldn't make any sense anyway since I surely want to unlock my phone without Internet access.

Yes, but having a different device recognise you or having the algorithm get better faster would be nice.

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#216
post #43

Earlier quoted context omitted.

I could almost see Apple buying DuckDuckGo, given that a) Apple cares about their users' privacy, and b) Apple cares about having control over the entire user experience. DuckDuckGo would fit right in with both of those core pieces of Apple (no pun intended). I don't think it'll actually happen, but it doesn't seem too far-fetched.

> Apple cares about having control over the entire user experience. Considering DDG is a wrapper for Bing/Yahoo it would be quite the opposite.

Source on this? I was under the impression DDG is it's own thing.

Edit: Apparently they use yahoo and bing as a source for some of their results then filter and combine it with other things: https://web.archive.org/web/20150124074006/https://duck.co/h...

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#217
post #61

Earlier quoted context omitted.

Exactly, there are two commonly used english indexes, Bing and Google. Yandex has one but they closed their local data center so it has a lot of lag getting to it from the US. Tsignal [1] claims to be building their own index, which if they are would mean there was a third index to choose from. [1] https://www.theregister.co.uk/2017/08/31/deepsearch_tsignal/

People seem surprised, but it's perfectly predictable. To maintain an index of sufficient quality and size costs billions of dollars a year. Heck, engineering cost alone is probably $500M for MS, and more for Google. DGG doesn't even come close to having the table stakes to play this game. Another area where table stakes are incredibly high is geo (maps).

Findx[1] has its own index and afaik they don't have very much money. DDG obviously has more users, so they have to deal with the number of requests, but that sort of thing scales pretty well.

1: https://www.findx.com/

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#218
post #210

Earlier quoted context omitted.

> was purely a PR play Bing said they were using internet explorer to monitor users's activity and copy search results. They're still copying Google search results, just doing it through IE.

When did tracking users become equivalent to copying Google search results?

Watching what a user types into Google & using the Google result is pretty much textbook copying.

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#219
post #59

Earlier quoted context omitted.

Have you used Apple Maps recently? It's not that bad anymore. Just because they had bad press about it 5 years ago doesn't mean the product is still stuck in 2012.

From time to time I still accidentally open Apple Maps on my iPhone while searching for some place (tube station, restaurant, store) and almost immediately close it and use Google Maps. Apple Maps is still much worse, the UX is worse and it's much more difficult for me to find things on the map. Especially tube stations are much more visible on Google maps and I often use tube stations for orientation. On Apple Maps…

Different strokes for different folks.

I occasionally open Google Maps because I want my search results to include only things on the same continent as the one I live on, and I literally cannot figure out how to get the damn app to give me directions, then I give up and go back to Apple Maps, because while search is filled with nonsense, once I’ve found my destination, it’s non-search UX doesn’t make me want to scream in irritation and confusion.

Possibly worth noting, if you’ve never actually used Apple Maps, you might not know that if you change your routing to transit from the default (car), it will change its POI highlights to emphasize transit stops at the expense of businesses. Might improve your experience, if you felt like giving it a shot.

Re: Apple switches from Bing to Google for Siri web search on iOS and Mac Spotlight

#220
post #49

Earlier quoted context omitted.

> Apple doesn't care about it's users' privacy Not sure where this idea came from, but this is so far from the truth it isn't even funny. 1) Focus on encryption everywhere. 2) Privacy controls built into iOS way sooner than Android ever had. 3) Fought (and won) against the FBI demanding a universal backdoor. 4) Developed on-device machine learning tech, even if it isn't as powerful as the collective, it protects user…

1) focus on encryption is not the same as focus of strong crypto end to end encryption with forward secrecy. 2) anybody will look good compared to the worst offender 3) because it threatened their business model and profit (also see this[1]) 4) I don't get how this protects privacy, not destroying something is only protection in mafia's lingo. and the debunking list goes on too. The idea that Apple does not care abou…

In case you may be confused why you are being downvoted (and rightly so), here's some further reading that should help set you right:

https://www.apple.com/privacy/

Post reply on HN