Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
Hi, Marc...................! It's weekend! ==>Time to rest a while.........! ;) ***************** Ann + J.M. *********************************************
-----Ursprüngliche Nachricht----- Von: Marc Delisle [mailto:marc@infomarc.info] Gesendet: Samstag, 21. März 2015 14:38 An: phpmyadmin-devel@lists.sf.net Betreff: [Phpmyadmin-devel] Voice commands
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
-- Marc Delisle (phpMyAdmin)
---------------------------------------------------------------------------- -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2015-03-21 14:37 GMT+01:00 Marc Delisle marc@infomarc.info:
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
-- Marc Delisle (phpMyAdmin)
Hi,
Is it really a problem that only Chrome supports this? Do we know if other browsers will support it in the same way?
Does it mean that HTML5/CSS3 shouldn't have been used until main browsers support it? Or should we lead the way and use new technologies, especially for optional features?
If the feature is OK, even only for Chrome, I would agree to merge it. (I should say that I still didn't test it.)
Hugues.
Hugues Peccatte a écrit :
2015-03-21 14:37 GMT+01:00 Marc Delisle marc@infomarc.info:
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
-- Marc Delisle (phpMyAdmin)
Hi,
Is it really a problem that only Chrome supports this? Do we know if other browsers will support it in the same way?
Does it mean that HTML5/CSS3 shouldn't have been used until main browsers support it? Or should we lead the way and use new technologies, especially for optional features?
Thanks Hugues for your input. Meanwhile I found [0] which mentions that at the moment (Jan 2015), implementation in Google Chrome and Apple Safari is spotty and buggy.
But I will welcome feedback from testers of the proposed pull request.
If the feature is OK, even only for Chrome, I would agree to merge it. (I should say that I still didn't test it.)
Hugues.
[0] http://stephenwalther.com/archive/2015/01/05/using-html5-speech-recognition-...
Hi
Dne Sat, 21 Mar 2015 15:54:32 +0100 Hugues Peccatte hugues.peccatte@gmail.com napsal(a):
Is it really a problem that only Chrome supports this? Do we know if other browsers will support it in the same way?
Does it mean that HTML5/CSS3 shouldn't have been used until main browsers support it? Or should we lead the way and use new technologies, especially for optional features?
If the feature is OK, even only for Chrome, I would agree to merge it. (I should say that I still didn't test it.)
I tend to agree here - I don't see problem adding optional feature for one browser, especially as it is expected to land in other browsers as well.
On Mar 21, 2015, at 9:37 AM, Marc Delisle marc@infomarc.info wrote:
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
This is not something I have a great desire to see implemented.
I have not yet had an opportunity to try the patch; I hope to try in the next day or two.
What can we do with voice commands? Things like navigation "go to the Structure page" or "add a new user" but for actually interacting with data, voice commands seem limited. "Delete the row with Bob's email address" or "insert a new row with first name Bob last name Smith ID card number 8675309" is awkward at best. My point here being that most of the work done through the interface is too complex for voice interface so I don't see a need to bring it to the other ancillary areas.
I may have more thoughts after trying it but at least wanted to respond in the meantime.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
-- Marc Delisle (phpMyAdmin)
Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2015-03-22 09:10, Isaac Bennetch a écrit :
On Mar 21, 2015, at 9:37 AM, Marc Delisle marc@infomarc.info wrote:
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports this.
This is not something I have a great desire to see implemented.
I have not yet had an opportunity to try the patch; I hope to try in the next day or two.
What can we do with voice commands? Things like navigation "go to the Structure page" or "add a new user" but for actually interacting with data, voice commands seem limited. "Delete the row with Bob's email address" or "insert a new row with first name Bob last name Smith ID card number 8675309" is awkward at best. My point here being that most of the work done through the interface is too complex for voice interface so I don't see a need to bring it to the other ancillary areas.
I may have more thoughts after trying it but at least wanted to respond in the meantime.
[0] https://sourceforge.net/p/phpmyadmin/feature-requests/1585/
-- Marc Delisle (phpMyAdmin)
I agree; simple things could be fun to show but the practical use is limited.
On Sun, Mar 22, 2015 at 6:40 PM, Isaac Bennetch bennetch@gmail.com wrote:
On Mar 21, 2015, at 9:37 AM, Marc Delisle marc@infomarc.info wrote:
Hi, regarding [0] I feel that we should not merge code to implement voice commands support at this point, as it seems that only Chrome supports
this.
This is not something I have a great desire to see implemented.
I have not yet had an opportunity to try the patch; I hope to try in the next day or two.
What can we do with voice commands? Things like navigation "go to the Structure page" or "add a new user" but for actually interacting with data, voice commands seem limited. "Delete the row with Bob's email address" or "insert a new row with first name Bob last name Smith ID card number 8675309" is awkward at best. My point here being that most of the work done through the interface is too complex for voice interface so I don't see a need to bring it to the other ancillary areas.
I also agree that the use of voice commands in phpMyAdmin is quite limited.