Thread: Is C is capable for making "SIXTH SENSE" in a device? (Something like Pranav Done)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date
    Aug 2011
    Location
    Ghaziabad, India, India
    Posts
    48

    Is C is capable for making "SIXTH SENSE" in a device? (Something like Pranav Done)


  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    How about you just worry about learning how to program in C first.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Yes. I'm moving this to Tech Board because I anticipate discussion of the technology rather than anything to do with C programming per se.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    I enjoy TED and might check this out sometime, but I think this should fall in the "General Discussions" category.

    EDIT: Too late

  5. #5
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    I tend to agree in that this isn't anything that new or revolutionary. Sure the topic seems cool off hand if you aren't paying attention however, Microsoft's Kinect essentially is the same thing. The only difference is you don't strap a Xbox360 to your back and walk around with it; which as CommonTater pointed out - why would you want to?

    And I am sure Microsoft is planning on exposing the interface through the XNA framework so if you are willing to play with C#, and pay the membership fee) you could design apps like this as well. Probably something even cooler due to the processing power of the 360.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  6. #6
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by AndrewHunter View Post
    And I am sure Microsoft is planning on exposing the interface through the XNA framework so if you are willing to play with C#, and pay the membership fee) you could design apps like this as well. Probably something even cooler due to the processing power of the 360.
    They are doing even better than that. They are preparing a Windows Kinect SDK.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #7
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by Mario F. View Post
    They are doing even better than that. They are preparing a Windows Kinect SDK.
    Sweet, I figured they would. I dropped playing with XNA a little while back, so I stopped following the whole thing. However, with the ability to play with it on my computer....now this is something I might look into.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  8. #8
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    I hope there's an awesome twist at the end of this video.
    Sent from my iPadŽ

  9. #9
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by SlyMaelstrom View Post
    I hope there's an awesome twist at the end of this video.
    You mean like him releasing the software to open source?

    Yep...

  10. #10
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by CommonTater View Post
    You mean like him releasing the software to open source?
    I was hoping more something like: "Really, we are joking folks! This is pretty stupid if you come to think of it. What we did here is another motion sensing device. Forget all that nonsense about objects and real life. That's my open source marketing department talk."
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  11. #11
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Mario F. View Post
    I was hoping more something like: "Really, we are joking folks! This is pretty stupid if you come to think of it. What we did here is another motion sensing device. Forget all that nonsense about objects and real life. That's my open source marketing department talk."
    "Open source marketing" is something of an oxymoron, don't you think?

    But yes, it is considerably less impressive than he makes it seem... basically it it is a vision sensor tied to a projector... interresting, but hardly something anyone needs in day to day computing... I, for one, am not about to walk around with a bunch of crap strapped to my body just so I can do a task that is easily done on a smartphone I can stick in my pocket.

    Not all of us want to be inserparably tied to --hence: dependent upon-- computers.
    Last edited by CommonTater; 08-03-2011 at 07:47 AM.

  12. #12
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by CommonTater View Post
    "Open source marketing" is something of an oxymoron, don't you think?
    Yes. A real one.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  13. #13
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Vxyz View Post
    Is C is capable for making "SIXTH SENSE" in a device? (Something like Pranav Done)
    To answer the question ... Yes, it is.

  14. #14
    Banned
    Join Date
    Aug 2011
    Location
    Ghaziabad, India, India
    Posts
    48
    Quote Originally Posted by CommonTater View Post
    To answer the question ... Yes, it is.
    Now the question is How ?

  15. #15
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Vxyz
    Now the question is How ?
    I have implemented a truly marvelous program for this, which this margin is too narrow to contain.

    What exactly do you mean by "how"? If you have any visions of grandeur of implementing such a system yourself, take AndrewHunter's advice about learning how to program first.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-20-2010, 04:50 PM
  2. Windows server 2003 "No active mixer device found"
    By drdodirty2002 in forum Tech Board
    Replies: 1
    Last Post: 01-13-2006, 11:25 AM
  3. Making Binary Output to files using VC++ 6's "fstream"
    By Perica in forum C++ Programming
    Replies: 5
    Last Post: 02-05-2003, 01:48 AM
  4. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  5. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM