Think of the mischief you can create coding for Amazon Alexa

Originally published at: http://boingboing.net/2017/05/06/think-of-the-mischief-you-can.html

1 Like

I can’t think of any.

Alexa? Tell Siri and Cortana I’m leaving you for Google.

4 Likes

My first Alexa service:

Procedure HAL () {
Alexa.match( “*”): say( “I’m sorry Dave, I can’t do that”);
}

Main() {
while (1) { HAL(); }
}

1 Like

Listening

1 Like

This topic was automatically closed after 5 days. New replies are no longer allowed.