Live data from Hacker News

Username cannot contain 'clyde'

old.reddit.com

181–190 of 225 posts

Re: Username cannot contain 'clyde'

#181
post #68

Earlier quoted context omitted.

Tbf, some of them deserve it.

Strong disagree. The whole "Karen" meme reeks of old-fashioned misogyny wrapped up in 2020s language. "A woman, complaining? How dare she!". I recognise the meme is about entitled women being rude, but that behaviour is hardly isolated to women.

Andcwhat about the Kevins?

Re: Username cannot contain 'clyde'

#182
post #4

The key point here that was hard to find is that they and others had a username containing Clyde set already, and now can't update anything else about their profile because their username has come to be considered invalid. That's pretty poor judgement to not even communicate this to affected users

Sounds like they're doing a PUT when they should be doing a PATCH.

Re: Username cannot contain 'clyde'

#183

Earlier quoted context omitted.

Is it just me or does anyone else find saying "OK Google" a bit of a tongue twister?

That's one reason why "Hey Google" was added as a valid wake phrase (and is the one I use)

For me, I apparently say "Hey, go [get, find, etc]" a lot and my phone wakes up unnecessarily. It seems to also happen with "Let's go". It's pretty annoying.

Re: Username cannot contain 'clyde'

#184
post #147

Earlier quoted context omitted.

The developers of these things need to stop treating people swearing at them as a time to lecture them and instead realize that if someone is swearing at it then they’re probably not satisfied with how it’s functioning in the attempts before that.

Funny enough Google Assistant on Google Maps does this just fine. When it asks me if I wanted to navigate to the Pizza Hut that's five miles away or the one that's 38 miles away, it understands "the closest one, you stupid piece of crap" just fine.

This only happened to me once, but I was leaving BWI airport and asked Google to drive home. I really only needed a bit of help getting onto I-70 because some of the signs were confusing. Well it started navigating and after a few turns, it definitely seemed off. Turned out it was taking me to a Home Health place. I've always been super careful since then to make sure Home was Home.

Re: Username cannot contain 'clyde'

#185

Earlier quoted context omitted.

Just off the top of my head, depending on accent or dialect: "spritzer", "waltzer", "Mitsubishi", "matzos", "mitzvah".

A fun code challenge! I started with https://github.com/Alexir/CMUdict/blob/master/cmudict-0.7b as a list of words with pronunciation. It has: PIZZA P IY1 T S AH0 Looks like I can search for " T S " to find the "ts sound that's not at the end" % grep " T S " cmudict-0.7b | wc -l 991 Some of the non-proper nouns include ACCOUNTANCY, ANTSY, and ARTSY. I'll assume this is too close to the end to count, so require two so…

"boatswain" should be pronounced "bosun".

Re: Username cannot contain 'clyde'

#186
post #106
post #50

Earlier quoted context omitted.

Well, the verbification of the word google introduces its own difficulties there. The ideal would be for the voice assistant to have some completely unique word, ideally with sound combinations that are very rare in your native language. And if for some reason, that still doesn't work for you, have a way to change it. Or maybe just not have a default, and require users to pick their own keyword.

Ok Google, Google "Google"

The 21st century version of Buffalo buffalo buffalo...

Re: Username cannot contain 'clyde'

#187
post #161
post #147

Earlier quoted context omitted.

Funny enough Google Assistant on Google Maps does this just fine. When it asks me if I wanted to navigate to the Pizza Hut that's five miles away or the one that's 38 miles away, it understands "the closest one, you stupid piece of crap" just fine.

I can see this being useful. There are multiple Krogers and Walmarts where I am. They vary greatly in quality and selection. Depending on where you are and what you want to get, you might not want the closest one.

But 95% of the time, they’ll just want the closest one. It’s a sensible default.

Re: Username cannot contain 'clyde'

#188
post #47

Earlier quoted context omitted.

At least in the naming, sure. Everything else, not so much. I had to switch my whole house over to Echos because you can't change the wake word on Google Home. Every time I said, say, "Hey Google, turn the bedroom lamp off", the Home in the bedroom would say ok and turn the lamp off, both phones in the room would activate and complain that they didn't have a device named lamp listed, and every other Home in the house…

That's interesting, I did some digging into Apple device communication and it turns out they have a protocol called CompanionLink that handles this exact circumstance - devices can communicate securely with each other and decide who is going to handle the Siri activation - HomePod's seem to get preference, then phones then laptops. I'm surprised Google hasn't done something similar.

They do. You also get occasional feedback notifications asking you to confirm that the device that answered is the one you expected.

More than one should never answer. I wonder if location is misconfigured on individual devices, but I wouldn't bet against a bug.

Re: Username cannot contain 'clyde'

#189
post #68

Earlier quoted context omitted.

Tbf, some of them deserve it.

Strong disagree. The whole "Karen" meme reeks of old-fashioned misogyny wrapped up in 2020s language. "A woman, complaining? How dare she!". I recognise the meme is about entitled women being rude, but that behaviour is hardly isolated to women.

Complaining doesn’t make a Karen. Entitlement does.

Re: Username cannot contain 'clyde'

#190

Earlier quoted context omitted.

This of course rests on the assumption that there is such a thing as a 'regular name'. I'm obliged to link you to 'falsehoods programmers believe about names' now. I'm not happy about it, but those are the rules. https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...

There are certainly far more Clydes than there are Discords (has anyone even been legally named Discord before?) I'm not happy about it, but those are the rules. ..."then change them", as someone might say. But that article seems to be mostly about the edge-cases. I don't think someone named Clyde is an edge-case, nor would someone named Bonnie, for that matter.

> (has anyone even been legally named Discord before?)

In this post-Brony society, I’m sure of it.

(Discord was the name of the villain on the show… I think. Never seen more than half an episode myself.)

Post reply on HN