Live data from Hacker News

Username cannot contain 'clyde'

old.reddit.com

151–160 of 225 posts

Re: Username cannot contain 'clyde'

#152
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.

Haha I wrote a HN comment years ago about the same issue. Everytime "do you want to go to the Wegman's 5 miles away or the identical Wegman's that's 20 miles away?"

Re: Username cannot contain 'clyde'

#153
post #35

This is a good case for why system bots/messages/etc. shouldn't be given regular names (and perhaps distinguished through other means too); if the error was instead "Username cannot contain 'discord'", it'd be more obvious.

Amazon: Alexa Microsoft: Cortana Apple: Siri Discord: Clyde Google: Google Disclosure, I work at Google.

I am still waiting for someone that lives in a household with a human named Alexa in California to sue Amazon for recording without consent.

Re: Username cannot contain 'clyde'

#154
post #84
post #82

Earlier quoted context omitted.

Then they could at least provide more than one option. Though while far from perfect, one of the things I like about Alexa/Echo more than the ability to change it, is that with multiple devices you will generally only trigger one (the others within earshot will listen and then ignore it once one of them has picked it up; works well in my house at least apart from one place where echo/reflection sometimes causes one i…

Yep. Echoes also don't make you pause after the wake word, so you can actually talk to it naturally. Also, when you tell them to shut up they shut up . The way Google Homes throw a tantrum when you're rude to them will make you want to reach through the cable line and strangle the arrogant son of a bitch who OK'd something that pointlessly infuriating.

Google removed the need to pause after saying the wake word years ago. (Possibly you haven't disabled the acknowledgement beep)

Re: Username cannot contain 'clyde'

#155

Earlier quoted context omitted.

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…

"Zeitgeist" seems like a bug, I've never heard anyone pronounce the leading 'z' as 'ˈts' in English, and doing so as a non-German might even be seen as 'over-pronuciation'.

https://en.wiktionary.org/wiki/zeitgeist#Pronunciation gives two pronunciations:

Pronunciation (Received Pronunciation, General American) IPA(key): /ˈtsaɪtˌɡaɪst/, /ˈzaɪtˌɡaɪst/

https://www.merriam-webster.com/dictionary/zeitgeist also gives two: ˈtsīt-ˌgīst ˈzīt-

I tried to get statistics from listening to https://youglish.com/pronounce/zeitgeist/english? but found I have a hard time distinguishing the two forms.

Re: Username cannot contain 'clyde'

#156
post #24
post #7

Earlier quoted context omitted.

I feel bad for all the Alexas and the few Siris out there that have had their names hijacked my a couple of the biggest companies on the planet.

A child named Alexa had to change their name because of the bullying. https://news.yahoo.com/parents-forced-change-name-6-18055441...

They didn't have to. Never ever cave to bully demands. That only teaches them they have power.

Re: Username cannot contain 'clyde'

#157
post #38

Earlier quoted context omitted.

Written like that Google suddenly looks like geniuses.

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)

Re: Username cannot contain 'clyde'

#158
It feels like a UX faux pas to pick common names for stuff like this.

I’ve got to imagine that some people named Alexa find it unfortunate and invasive that suddenly their name is used everywhere. At least “Siri” and “Hey Google” are less popular names for people.

Re: Username cannot contain 'clyde'

#159
post #12
post #7

Earlier quoted context omitted.

I feel bad for all the Alexas and the few Siris out there that have had their names hijacked my a couple of the biggest companies on the planet.

I know an Alexa. She hates it.

She should consider suing Amazon for recording without consent.

Re: Username cannot contain 'clyde'

#160

Earlier quoted context omitted.

Not "because". Dedicated wakeup chips can be designed to have a different matrix shoved in for the word they're detecting. Google presumably did not do this, but they could have.

Adding more communication between the main chip and the wake-up chip would leave more room for privacy intrusion.

It's not more communication: it's different read-only data in the wake-up chip.
Post reply on HN