GPS routing is awful compared to a person who knows their way around a city. Uber drivers in hilly cities like San Francisco never, ever think to avoid climbing right up and down the steepest hills - the algorithms don't tell them not to, there's no traffic and it's not a low speed limit , it just sucks for other reasons. I had a driver last week who had never heard of Valencia St, and then misunderstood the GPS voic…
It is a trivial problem. Track how anyone with a smartphone and your app on it moves around the city. Aggregate which paths they choose and which turn out to be faster / better. Then propose those paths to other users asking for routing instructions. I work on a software for routing deliveries ( https://www.fleetnavi.com ), and although we don't have this functionality built into the platform yet, it's the first thin…
London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
41–50 of 110 posts
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#42Black cab drivers know so much more about the city it's not even a contest. I have almost totally switched to using Hailo in London for that reason.
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#43GPS routing is awful compared to a person who knows their way around a city. Uber drivers in hilly cities like San Francisco never, ever think to avoid climbing right up and down the steepest hills - the algorithms don't tell them not to, there's no traffic and it's not a low speed limit , it just sucks for other reasons. I had a driver last week who had never heard of Valencia St, and then misunderstood the GPS voic…
It is a trivial problem. Track how anyone with a smartphone and your app on it moves around the city. Aggregate which paths they choose and which turn out to be faster / better. Then propose those paths to other users asking for routing instructions. I work on a software for routing deliveries ( https://www.fleetnavi.com ), and although we don't have this functionality built into the platform yet, it's the first thin…
Aren't they all? Until you actually try to do it...
[In seriousness, we are excessively bad at estimating the true difficulty of problems, and making them sound 'easy' when they're not only serves to devalue the work of the people who actually spend the time and effort to actually figure it out.]
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#44Earlier quoted context omitted.
It is a trivial problem. Track how anyone with a smartphone and your app on it moves around the city. Aggregate which paths they choose and which turn out to be faster / better. Then propose those paths to other users asking for routing instructions. I work on a software for routing deliveries ( https://www.fleetnavi.com ), and although we don't have this functionality built into the platform yet, it's the first thin…
And now all your "fast" routes become slow because all your users are attempting to use them... This is hardly a trivial problem. It might be trivial to deal with a simplified mathematical model of it, but throw people into the mix and it suddenly gets very complicated. http://en.wikipedia.org/wiki/Reflexivity_%28social_theory%29
Google Maps would also change my London commute route on a daily basis given the changes in traffic patterns.
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#45Earlier quoted context omitted.
Well I drive around London a lot during the day time (inside CC zone) and Google Maps is pretty damn good on Android. I did a few years in taxis but owning a car that is CC exempt is cheaper including parking in NCP holes. Part of the reason its cheaper is after some experience driving around the city, you realise that at least half the taxi drivers are taking the piss. "the knowledge" is imminently replaceable by te…
It's not completely replaceable by technology. Once I had gotten a text from my wife as to where to meet her for dinner with friends. She didn't know the restaurant name, and had gotten the street name wrong. I just read the text to my London black cab driver, he asked me: "Did you mean XXX restaurant on [correct street name]?" (Note: there were multiple restaurants on the street). And sure enough, he was 100% correc…
Conversely, got a taxi from Angel to Leyton and the idiot went via Poplar and the A13 and the journey cost me £55 for a £30 journey.
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#46GPS routing is awful compared to a person who knows their way around a city. Uber drivers in hilly cities like San Francisco never, ever think to avoid climbing right up and down the steepest hills - the algorithms don't tell them not to, there's no traffic and it's not a low speed limit , it just sucks for other reasons. I had a driver last week who had never heard of Valencia St, and then misunderstood the GPS voic…
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#47Earlier quoted context omitted.
It is a trivial problem. Track how anyone with a smartphone and your app on it moves around the city. Aggregate which paths they choose and which turn out to be faster / better. Then propose those paths to other users asking for routing instructions. I work on a software for routing deliveries ( https://www.fleetnavi.com ), and although we don't have this functionality built into the platform yet, it's the first thin…
Tracking, aggregating and analyzing thousands of users with slightly varied destinations, focuses (less traffic, faster, scenic), and signals is not exactly what I'd consider trivial...
It was (bar the web front end) a relatively modest sub-30kloc chunk of C++.
Now the scale is different but in 10 years, the problem isn't necessarily much more complicated, just larger.
In fact I think a derivative of it now runs some of Yodel's operations.
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#48Folks with the "knowledge" could act as centralized route planners. The can provide many more routes in the time they could drive one (i.e. a single cabby driving might do 1 call every 20 minutes... but could easily do 10 route plans in the same time).
Essentially when someone asks the minicab driver "take me to X", the driver relays this information to a black cab driver at a desk who sends back a custom route. With GPS to identify the starting point and VOIP (via wireless) this could be as easy as a driver using a traditional radio (press the mike button, speak the destination, and viola the route appears on a dash mounted map along with spoken instructions).
Very much like the existing examination question/answer format.
Maybe you would also need to rotate the route planners out as drivers 1 week out of 4 so they keep up with the "knowledge".
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#49Earlier quoted context omitted.
It's not completely replaceable by technology. Once I had gotten a text from my wife as to where to meet her for dinner with friends. She didn't know the restaurant name, and had gotten the street name wrong. I just read the text to my London black cab driver, he asked me: "Did you mean XXX restaurant on [correct street name]?" (Note: there were multiple restaurants on the street). And sure enough, he was 100% correc…
That's probably not "The Knowledge"; that's just some local experience and the fact that it's a high probability someone is going from that precise restaurant quite often. I myself have drunkenly hailed many a taxi outside dodgy restaurants in London. Unlicensed minicabs are pretty good at that too. Conversely, got a taxi from Angel to Leyton and the idiot went via Poplar and the A13 and the journey cost me £55 for a…
As you rightly point out, it doesn't mean that drivers won't still take the piss, but it definitely limits it. (Particularly when I compare it to virtually any other large city I've traveled to.)
Re: London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS
#50GPS routing is awful compared to a person who knows their way around a city. Uber drivers in hilly cities like San Francisco never, ever think to avoid climbing right up and down the steepest hills - the algorithms don't tell them not to, there's no traffic and it's not a low speed limit , it just sucks for other reasons. I had a driver last week who had never heard of Valencia St, and then misunderstood the GPS voic…
In relation to your comment about the review: If anything less than 5 stars is unsatisfactory in Uber's eyes, why do they even have stars? If the rating is boolean anyway (5-stars or not-5-stars), then just put a single choice: Was this ride satisfactory? It shouldn't be my responsibility to know that rating a driver who was slightly late or slightly lost 4 stars is a Bad Thing. However, if you ask me whether that sa…
B2C seems a bit different though you still see more 5s than deserved. Personally, I have no problem giving 4s for good to very good, but not truly outstanding.