Go Back   Science Forums > Physical Sciences Forums > Computer Science and Technology
Reply
 
LinkBack Thread Tools
Old 09-09-2009   #1 (permalink)
SilverRevlis's Avatar
Curious


Location:
Netherlands
 
SilverRevlis is an unknown quantity at this point
 



Not Ranked  0 score     
Cool Can A Computer Become Sentient

// &this tells the whole class what CC is. It is available to all functions. This starts with the __construct function. It transfers 'Silver, High Wizard' into $content through the built in __construct function of PHP. This is then passed to the get_CC method through the $CC property. It actually works backwards going back to the top of the script.
//Method is a function in class, property is a variable for all functions in class. Private is only in class and public is extra-planar of class.
//Can therefore, a computer hereby become self-conscious? Yes, because if you refer to contents of another folder through it's path the computer can cross-reference.
Thus, if a computer can relate, compare, cross-reference, learn, reflect, remember, calculate, conclude and make new variations then what is the difference between the Self-Consciousness of a Human?
The question, of course, remains can the Soul/Spirit ever occupy such an artificial mechanical body and possess Free Will (through Randomness??) like a Human can?
Reply With Quote
Old 09-09-2009   #2 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Can A Computer Become Sentient

We've discussed this in AI threads before... there is more to being self-contious then that, juust a smidge bit.

To answer your question directly, those terms used in a programmatic language connotation do not suggest computers to be self conscious, basically you are waaaay overgeneralizing what consciousness is, you are also wrongly assuming that if php allows you to store a variable in memory, that somehow computer can just remember. In a nut shell, the difference between a computer and a human is the architecture of the processing unit, the architecture of memory, and in that how tasks go about being processed... now that nut shell in a nut shell translates into, no computers are not nor are they anywhere near being close to being self-concious...


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-10-2009   #3 (permalink)
C1ay's Avatar
¿42?

Administrator
Senior Editor
Editor

Location:
33.78N 84.66W
 
C1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond repute
 



Not Ranked  0 score     
Re: Can A Computer Become Sentient

Quote:
Originally Posted by SilverRevlis View Post
The question, of course, remains can the Soul/Spirit ever occupy such an artificial mechanical body and possess Free Will (through Randomness??) like a Human can?
True randomness is not the result of deterministic computational algorithms. The very determinism existent in such an artificial mechanical body would exclude "free will" by it's very nature.


----------------
Clay

Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
Reply With Quote
Old 09-10-2009   #4 (permalink)
CraigD's Avatar
Creating

Administrator
Editor

Location:
Silver Spring, MD, USA
 
CraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond repute
 



Not Ranked  0 score     
Arrow Reference to a reference to Han Moravec

Welcome to hypography, SilverRevlis!
Quote:
Originally Posted by C1ay View Post
True randomness is not the result of deterministic computational algorithms. The very determinism existent in such an artificial mechanical body would exclude "free will" by it's very nature.
While I agree that no pseudorandom entity generator, such as the pseudorandom number generator A = frac((A+B)*C), exhibits true randomness, the OP “the question remains” question doesn’t ask if a deterministic algorithm can “possess free will (through randomness??)”, but if a “soul/spirit” can by occupying a mechanical body. If you accept that true randomness is physically possible at all, then something physical must be able to produce it. A “mechanical body” seems to me loosely enough defined to include many such physical things.

The human body is a physical thing, so can arguably be considered a kind of mechanical body, so the original question becomes tautological – “something in a mechanical body” certainly can possess whatever a human can, because a human is a “something in a mechanical body”.

This is, I’m pretty sure, not the line of reasoning SilverRevlis meant to solicit with his observations and questions. He seems, simply put, to be asking if you could write a computer program, install it on a digital computer, put the computer in a mechanical human body, and get an entity about like a human being. As far as I’ve been able to reason, I can’t see why not - and likely with hardware available in the next couple of decades. Though a scripting language like PHP would be far from my choice to write the program in!

As Alexander notes, we’ve talked about this quite a bit in this forum – one discussion that came quickly to my search was around “"When will computer hardware match the human brain?", according to Moravec, 1997”. Hans Moravec is an interesting and semi-famous writer on the subject.

Somewhere in these threads, I posted the source code to a tiny little self modifying program to show that just because a self reference and modification wouldn’t lead inevitably to human-like artificial intelligence. The root of the problem with believing something like this is that, to date, no self modifying program has lead to anything like human-like AI. Morevec only predicted that the hardware necessary for such a thing would be available soon – producing the software is – understating colossally – challenging.


----------------
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies
Reply With Quote
Old 09-10-2009   #5 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Can A Computer Become Sentient

there is no true randomness in software, there is hardware that can provide truly random results. That said, yes, there are many people who are working on AI and genetic algorithms to modify programs so they run and evolve and become more complex, i agree, i think artifficial intelligence already exists in some forms, and it does, but to then extrapolate and assume that the course will get us to a self-concious program that can make it's own decisions, i think its a bit of a jump and at the very current moment in time with current hardware architecture it is, if not impossible, highly improbable. That is not to say that perhaps an architecture will come along that will provide us with a much better platform to create applications that are a lot more able, in terms of mind processing and self-thought, as well as conciousness, and perhaps even intelligence (note concious is not the same as intelligent, and vise-versa)


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-10-2009   #6 (permalink)
C1ay's Avatar
¿42?

Administrator
Senior Editor
Editor

Location:
33.78N 84.66W
 
C1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond reputeC1ay has a reputation beyond repute
 



Not Ranked  0 score     
Re: Can A Computer Become Sentient

I remember an essay by Ray Kurzweil, The Law of Accelerating Returns, that some may find interesting on this topic. He estimates we will achieve one Human Brain capability (2 * 10^16 cps) for $1,000 around the year 2023. IMO capability would still not be consciousness.


----------------
Clay

Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
Reply With Quote
Old 09-10-2009   #7 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: Can A Computer Become Sentient

totally share that opinion, i too think that having the same processing capacity is not the same as having a conciousness...


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Reply

Bookmarks

Tags
ai, artificial, computer, consciousness, intelligence, learn, php, self-conscious


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aggression and Defensive measures in non-sentient beings Theory5 Environmental Studies 11 04-19-2008 10:53 AM
My computer is broken :( pgrmdave Computer Science and Technology 26 05-11-2006 07:57 PM
new computer? Tarantism Computer Science and Technology 2 11-27-2005 06:34 PM
computer science browning_man9 Computer Science and Technology 8 06-06-2005 04:43 PM
Computer Questions OpenMind5 Computer Science and Technology 42 03-23-2005 05:55 AM

» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 30.00%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 40.00%
4 Votes
I'm too macho to think a guy is sexy - 30.00%
3 Votes
Total Votes: 10
You may not vote on this poll.


All times are GMT -8. The time now is 05:52 AM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network