Intel open sourced Stephen Hawking’s speech system
blogs.msdn.com
Intel open sourced Stephen Hawking’s speech system
1–10 of 66 posts
Re: Intel open sourced Stephen Hawking’s speech system
#2Re: Intel open sourced Stephen Hawking’s speech system
#3Re: Intel open sourced Stephen Hawking’s speech system
#4On the iPad, for example, if I type 'f', I get shown 'for', then if I accept, I always see 'example' and 'instance'.
Re: Intel open sourced Stephen Hawking’s speech system
#5Does it make sense to be more aggressive in predicting by giving the user a second level from which to choose? For example, if he types 'b', then it could offer to type 'black' or 'black hole'. On the iPad, for example, if I type 'f', I get shown 'for', then if I accept, I always see 'example' and 'instance'.
Re: Intel open sourced Stephen Hawking’s speech system
#6Re: Intel open sourced Stephen Hawking’s speech system
#7WinForms is still a great way to write desktop software if you don't need all the features of WPF, I just started a new project with it and have been really productive.
Does WinForms still get love in the new versions of the SDK or is it considered done now?
Re: Intel open sourced Stephen Hawking’s speech system
#8WinForms is still a great way to write desktop software if you don't need all the features of WPF, I just started a new project with it and have been really productive.
The data binding in WPF seemed more powerful to me... enabling MVVM approaches, although I'm sure the same is possible in WinForms as well. Does WinForms still get love in the new versions of the SDK or is it considered done now?
Re: Intel open sourced Stephen Hawking’s speech system
#9Earlier quoted context omitted.
The data binding in WPF seemed more powerful to me... enabling MVVM approaches, although I'm sure the same is possible in WinForms as well. Does WinForms still get love in the new versions of the SDK or is it considered done now?
I don't know, I've done both (Silverlight MVVM and Winforms) plenty and I prefer the manual approach. Databinding is cool until you have any sort of complexity in your app, and then it becomes unwieldy quickly.
Databinding is not a leaky abstraction ,it's a fucking flood abstraction.
Re: Intel open sourced Stephen Hawking’s speech system
#10WinForms is still a great way to write desktop software if you don't need all the features of WPF, I just started a new project with it and have been really productive.
The data binding in WPF seemed more powerful to me... enabling MVVM approaches, although I'm sure the same is possible in WinForms as well. Does WinForms still get love in the new versions of the SDK or is it considered done now?
(There still are bugs around, but I think they will not be addressed ever. Fixing those could potentially break existing applications relying on that behaviour.)