I get this problem all the time and I live in "the right" London so it is not just a "nearest London" thing. It is not just digital assistants, but so many other things like Google maps, e-commerce sites, address auto-completes etc seem to assume that I want the North American one with a population of 300k that no one knows about, not the one that everyone has heard of with a population of 9 million. I've always just…
Just to report that it isn't necessarily/solely cultural myopia at work here: I live in Ontario and have family in London, Ontario, and while visiting them with location services on have both asked for and googled "what is the temperature in London, Ontario" (notice that I said the region!), and gotten results for London England. I left angry feedback with Google over it once, but it's happened many times.
Siri, What Time Is It in London?
351–360 of 776 posts
Re: Siri, What Time Is It in London?
#352Earlier quoted context omitted.
Yesterday I was washing the car while listening to Music with the air pods. I mistakenly clicked them and it launched Siri which for some reason it called a number on my phone through Facetime.
I always immediately disable siri because something similar happened the very first week I got my first iPhone. It seems to want to call the one person you haven't talked to in years.
Re: Siri, What Time Is It in London?
#353Earlier quoted context omitted.
Can we please also take a moment to wish tiny inconveniences upon designers of applications which ignore my locale and present me with "11:06 AM" or worse, "04/05/2020"?
I actually didn't realize am/pm wasn't something Europeans did...
Re: Siri, What Time Is It in London?
#354I get this problem all the time and I live in "the right" London so it is not just a "nearest London" thing. It is not just digital assistants, but so many other things like Google maps, e-commerce sites, address auto-completes etc seem to assume that I want the North American one with a population of 300k that no one knows about, not the one that everyone has heard of with a population of 9 million. I've always just…
To be fair, where I'm from, "London" would probably refer to London, ON, but that's just because I live in Southern Ontario. So it's not like no one has heard of it. On the other hand: no one in Southern Ontario will be asking what time it is in London, ON because it's all in the same time zone, so this seems like a problem.
So it's not as simple as just fitting these queries into generic templates and sending all instances of $LOCATION to a common geocoder.
Re: Siri, What Time Is It in London?
#355Earlier quoted context omitted.
>I left angry feedback with Google over it once, but it's happened many times. That's not going to get you anywhere - they're not listening.
On the bright side, screaming at the void can be therapeutic for some people...
Re: Siri, What Time Is It in London?
#356Earlier quoted context omitted.
In the recent (~5y) past, I've asked Google Maps, from within London, a route to Charing Cross Station and been given the one in Glasgow.
Ouch! That’s even worse than a pre-smartphone fail I encountered ~15 years ago. I was on a train from London to Liverpool Lime Street Street, and somewhere around Nottingham one of the fellow passengers asked me when it would arrive in Liverpool Street Station.
[2nd-hand story from, likewise, 15 years ago. Accuracy not guaranteed]
Re: Siri, What Time Is It in London?
#357After a couple of weeks of this, I somehow got the idea that it was related to the devices' configured locations. And sure enough, telling the Home that I lived in the next city over fixed the problem.
So I started a binary search and eventually found that the issue was limited to my ~10x20 block Seattle neighborhood - basically the outline shown when I search for its name in Google Maps. I then also realized that it applied to weather queries on my phone as well, but since the phone uses GPS rather than a specific location setting, I could only reproduce the broken and working behaviors by crossing one of the neighborhood boundary streets.
Turns out it was some long-standing configuration issue with Knowledge Graph's entry for my neighborhood, and some recent code change in location-based weather queries began butting heads with it. Luckily I worked at Google at the time and was able to track down and pester people that could help fix the issue.
Re: Siri, What Time Is It in London?
#358Earlier quoted context omitted.
Is it a joke? Year should be in the first column.
Agreed - really wish more people would use ISO date format: https://en.wikipedia.org/wiki/ISO_8601
Re: Siri, What Time Is It in London?
#359Re: Siri, What Time Is It in London?
#360The craziest and most confusing behavior of Siri for me is: Sometimes you can ask a question and watch it be perfectly transcribed in real time, but then receive a nonsensical answer from it. Ask the exact same question immediately after on the same device, transcribed exactly the same way, and get the correct answer. Where does such unpredictability come from? How can Siri transcribe the words correctly but fail to…
Voice assistants generally use both the text transcription and a bunch of contextual metadata as input. That metadata could include things like what's currently visible on the screen, your location, your recent queries, etc.
So even though the underlying algorithms powering the assistant may be deterministic, the input data between two seemingly identical queries could vary quite a bit.
For instance, Siri almost certainly has context around the previous questions you've asked. It would be reasonable to assume that if an assistant received two identical questions back-to-back the initial answer was wrong.
In that scenario, the assistant might decide to use the a different answer (perhaps one that had a lower ranking) in an attempt to get it right.