Earlier quoted context omitted.
"send me to the chip shop" Do you have an accent by any chance - pretty much all voice recognition technology (Android, Apple, cars...) appears to be utterly flummoxed by my fairly mild Scottish accent. [Edit: to be fair, my accent is probably fairly mild by Scottish standards, not compared to RP].
Must be it, a golden oldy about Scottish speech recognition (2010): https://youtu.be/NMS2VnDveP8
Ask HN: Can we build Ironman's Jarvis with 2019 tech?
31–40 of 65 posts
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#32I'm pretty much doing that very thing. I'm quadriplegic, so every single action I want to take in the world has to be mediated through a third party. That said party is anything from another person to one of the digital assistants. As another poster mentioned I think, I control pretty much everything in my house including but not limited to unlocking doors, windows, climate control, the lights, posting to Twitter and…
Sounds very cool! What are you using for sensors and physical hardware? I mean light switches, temperature control etc - I browsed the home assistant site but didn't really come out with an understanding of what hardware the system can communicate with to, say, turn off a lightbulb.
An example would be IKEA Trådfri (https://www.home-assistant.io/components/tradfri/); you connect the lights to its gateway device, then Home Assistant will use the API provided by that gateway to control the lights.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#33Siri is still half deaf and tries to send me to the chip shop when I ask it to send a message and they have a ridiculous amount of budget behind that so probably not. At the moment our technology is like Zorg’s desk in Fifth Element. Stuffed full of toys but ultimately will let you down too often to be relied upon.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#34Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#35Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#36I think we are closer than we think. The problem is that all voice control up until now is a closed app with simplified intents. In my opinion what we need is a programming language whose REPL UX is voice-oriented, that eases the separation between using and extending the system. Prolog or a lisp could be quite near but we would require some changes such as: syntax easily read (:- in prolog is not very good), the abi…
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#37Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#38I recently found https://github.com/gooofy/zamia-speech, which works for english and german. German is pretty bad atm, but english should work fine.
Nice part: You only have to spin up a docker container and a python script and can perform offline speech to text :-) Microphone input is also supported.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#39I think we are closer than we think. The problem is that all voice control up until now is a closed app with simplified intents. In my opinion what we need is a programming language whose REPL UX is voice-oriented, that eases the separation between using and extending the system. Prolog or a lisp could be quite near but we would require some changes such as: syntax easily read (:- in prolog is not very good), the abi…
Jokes aside, maybe a LISP-like Sentence Processing Language might be the future of this type of HCI.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#40I think the real problem is getting the computer to do things that you haven't programmed it to do. If you imagine an Alexa / Google home where you have a conversation like:
"Hey Homexa, do a web search for an image of a piece of cheese, enlarge it to 2000x1500 pixels and email it to me please"
If it then came back with "Ok, please tell me how to enlarge an image" and you could give it step by step instructions, that would be amazing. But I don't think the comprehension required is quite there yet. But when we do, and especially if we can crowdsource the learned commands, things could get very, very interesting.