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

  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
    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Ž

  6. #6
    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.

  7. #7
    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...

  8. #8
    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 ?

  9. #9
    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

  10. #10
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by Amy Hoy
    Another key indicator for Help Vampires is the clearly stated but “impossible” question.
    Warning: Help Vampire

    Quote Originally Posted by vxyz
    Now the question is How ?
    I knew this was coming........
    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.

  11. #11
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    @ Andrew - I read that whole thing yesterday and didn't make the connection here that you just did. Sadly on track, it would seem.

  12. #12
    (?<!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.

  13. #13
    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.

  14. #14
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by laserlight View Post
    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.
    @Vxyz ... "I know how to do the Hello World program. So now I want to write a multitasking vision system with spacial marker sensing and 3 dimensional input/output capability."

    Translation: "Ystrdy i cldn't spll prigramer. Tday I r 1"

  15. #15
    (?<!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.

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