Forgot your password?

typodupeerror
Cloud

Google Gmail Motion Beta 104

Posted by CmdrTaco
from the i-got-a-gesture-for-you dept.
PB8 noted that has been following all the kinect projects that have been floating around the net, and decided to use detection along with a rich visual vocabulary including common gestures and American Sign Language to accelerate your gmail time. This is going to require a bit of a change in my email composition since normally I use those to vent frustration.

Comment: Re:C++ has had its day (Score 1) 375

by MORB (#35636618) Attached to: ISO C++ Committee Approves C++0x Final Draft

If C# is more cumbersome, then perhaps there's a way to make it less so while keeping flexibility and power.

I only can see two clear advantages to c# over c++: garbage collection and reflection. Everything else boils down to syntactic preferences or minor features. And there's a lot of useful things that c# is missing compared to c++.

I'm sure in time both things will make their way into C++ in a way or another (garbage collection is half-way there).

I don't think that D is a good answer to the shortcomings of C++. I'm not a fan of the "let's add in everything and the kitchen sink" approach.

When the ax entered the forest, the trees said, "The handle is one of us!" -- Turkish proverb

Working...