Not being from the US originally, I always found it very strange that someone would name their child Dick... what's the reasoning? Not a good reason to block them though...
Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
141–150 of 307 posts
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#142Earlier quoted context omitted.
None of the major card networks except for American Express validate cardholder name. The Address Verification Service (AVS) also only validates numeric values (so if your address is 123 Main Street, 123 Maple Ave will return a matching response)
Having worked around payments, I can guarantee you that card networks do check the Card Holder name. Better yet, they can match against first name, last name and middle name to adjust the risk rating of individual transactions. Albeit, this is rarely used to block payments, because if they stopped payments when customers didn't put their middle name the exact way it's written on their card, nobody would be able to pa…
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#143Besides the humor of how Lyft's filter flagged traditionally Caucasian names like "Cummings" – in addition to the usual issues with non-Western names, e.g. Pimpong and Poon – I'm fascinated/confused how this made it into production? The user database already exists and was currently being used by the live application. Before deploying this new filter onto the production database, wouldn't you do a dry run to get not…
Since a credit card is required to use Lyft, why not just validate the name on the card with the card company and make it the issuer's problem?
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#144What about the Wangs, Coxes and Butts of the world. That's a significant portion of the population Lyft is shutting out. Also, is it really "the algorithm" or does Lyft just maintain a list of entries of banned names? I know "the algorithm" is the hip new thing, but I have my suspicion it's the latter.
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#145Earlier quoted context omitted.
Yeah, no name filter is going to be perfect for all edge cases. But presumably, it's a lot cheaper to have the Lyft support team handle email tickets from the relatively few Professor Fucks, than to have them also deal with every Cummings and Dick.
Or just not filter names on an app like Lyft. You can't even see other users' names. Who is potentially being harmed by even a malicious Professor Fuck?
They are as dumb and undesirable as incomplete regex email filters in web forms.
Every single one ever written will have this problem. And ironically, absolutely nobody reading a fart joke will ever be offended. But the millions of people who are denied service and not twitter famous enough to reach a dot-com employee are very much offended.
...Also, the single reason to add those auto-censorship features is to please advertisers, not to protect users/drivers from fart jokes.
Expect Advertisement on lyft very, very soon.
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#146Earlier quoted context omitted.
How does this directly relate to “Christian” values? Could “Islamic” values be applied? Afterall, the Prophet Mohammed made his opposition to crude language clear in the Hadith. Follow up: Also appears there are some misgiving regarding crude language within the Hindu religion as well. [0] [0]: https://www.hinduismtoday.com/modules/smartsection/item.php?...
Islam is almost a branch off Christianity considering Muhammad knew many Christians and was likely inspired by them. Muslims also view Jesus as a holy person.
As far as I can tell, he was a member of an Abrahamic sect that has since died out. But yes, one that accepted Christ as a prophet.
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#147Not being from the US originally, I always found it very strange that someone would name their child Dick... what's the reasoning? Not a good reason to block them though...
That would be rare; the child would usually be named Richard and nicknamed Dick. It's not clear to me why Dick is the standard nickname for Richard.
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#148Earlier quoted context omitted.
Polite language is secular. Where do you get this religious connotation from?
Forbidding a name like Cummings because it is not "polite" is neither secular or logical. Also in non-Catholic Christian countries sex and nudity are not a big deal (example: Germany), so you are partially right: not a Christian connotation, just particular forms of it.
Although you are correct about nudity not being a big deal there, they actually have specific laws about the names that newborn children are allowed to be given.
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#149Earlier quoted context omitted.
Yeah, no name filter is going to be perfect for all edge cases. But presumably, it's a lot cheaper to have the Lyft support team handle email tickets from the relatively few Professor Fucks, than to have them also deal with every Cummings and Dick.
Fucks is Germanic surname. It isn't the most common, but it isn't rare either. Sometimes it is spelt "Fuchs", "Fuks", or "Fux".
Re: Lyft’s algorithm is trying to block people with names like ‘Dick’ and ‘Cummings’
#150Besides the humor of how Lyft's filter flagged traditionally Caucasian names like "Cummings" – in addition to the usual issues with non-Western names, e.g. Pimpong and Poon – I'm fascinated/confused how this made it into production? The user database already exists and was currently being used by the live application. Before deploying this new filter onto the production database, wouldn't you do a dry run to get not…
I’m guessing test and prod are highly-segregated to prevent improper data access. Remember when one of the app-based taxi companies had employees who spied on their exes via their system? I’m guessing they beefed up security to mitigate the insider threat risk. Regardless, your point still stands. The product manager should have gone through whatever process was needed to pull down a limited set of production data to…