Live data from Hacker News

Show HN: Alexa skill for Hacker News that summarizes articles

news.ycombinator.com

31–40 of 48 posts

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#31
post #28

Earlier quoted context omitted.

Yeah, I was working on an Alexa skill once where I wanted the user to be able to say anything. That isn’t possible really, unless you give Alexa a really long randomly generated list of un-related/non-existent words for the “intent”, so that when Alexa tries to parse what the user says to those words, it fails and just provides its next best guess.

Google's speech recognition is supposed to be much better, though not sure if they'd allow "one intent to rule them all" like you want. For free-form speech recognition in Alexa, the best option I've seen mentioned on the public Alexa Slack team is using the "SearchQuery" slot. So you'd still have to make a weird catch-all intent that would eat up some of the words (and you wouldn't be able to see them). At the same…

Might have to try google home.

As an aside, did you hit 100 enables yet? If so, congrats on the free dot :)

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#33

"You are not eligible to enable this skill due to geographical restrictions." :( This is super useful, would love to install it!

Hmm sorry. Where abouts are you? I didn't intentionally put on any restrictions.

Canada

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#35
post #31

Earlier quoted context omitted.

Google's speech recognition is supposed to be much better, though not sure if they'd allow "one intent to rule them all" like you want. For free-form speech recognition in Alexa, the best option I've seen mentioned on the public Alexa Slack team is using the "SearchQuery" slot. So you'd still have to make a weird catch-all intent that would eat up some of the words (and you wouldn't be able to see them). At the same…

Might have to try google home. As an aside, did you hit 100 enables yet? If so, congrats on the free dot :)

I.... don't know. But I doubt it :)

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#36

Earlier quoted context omitted.

Hmm sorry. Where abouts are you? I didn't intentionally put on any restrictions.

Canada

Made a new version and submitted it for review. If all goes well, it should be working in a day or two. Let me know how it goes.

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#37

Earlier quoted context omitted.

Canada

Oh man, def not intentional. I'm Canadian too.

Thanks!

Its strange that Amazon did this, because its clearly not because of licencing (you didn't restrict it). Although this does happen quite frequently for me, mostly when clicking links on reddit (streamable for the win)

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#38

Earlier quoted context omitted.

Oh man, def not intentional. I'm Canadian too.

Thanks! Its strange that Amazon did this, because its clearly not because of licencing (you didn't restrict it). Although this does happen quite frequently for me, mostly when clicking links on reddit (streamable for the win)

I ranted about this in the unofficial Alexa Slack team and the people there gave some plausible (but unsatisfying) reasons why it works like that. I'm not a huge fan of Amazon though, so I'm happy to blame them. Essentially it boils down to different regions being treated as different "languages" as well as having features rolled out to them at different rates.

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#39

Interesting it looks like the uk and us versions of amazon have different skills availible

My guess would be that they have separate speech recognition / synthesis models. Sorry, I should try and get this thing out to other countries too.

Make it available in India. I'd like to test and provide feedback.

Re: Show HN: Alexa skill for Hacker News that summarizes articles

#40
post #39

Earlier quoted context omitted.

My guess would be that they have separate speech recognition / synthesis models. Sorry, I should try and get this thing out to other countries too.

Make it available in India. I'd like to test and provide feedback.

India, Canada, the UK, and other English-speaking countries are in Amazon's review process. Should be working in another day or two.
Post reply on HN