nyan_sandwich comments on The raw-experience dogma: Dissolving the “qualia” problem - Less Wrong

2 Post author: metaphysicist 16 September 2012 07:15PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (340)

You are viewing a single comment's thread. Show more comments above.

Comment author: [deleted] 14 September 2012 06:55:24PM 1 point [-]

Not sure what you are getting at.

You can make it as opaque or transparent as you want by only exposing a certain set of operation to the outside system (equality, closeness (for color), association). I could have implemented color as tuples ({1,0,0} being red). I just used strings because someone already did the work.

A flaw in mine is that strings can be reduced by .. (concatenation) and string operations. I just pretended that those operations weren't available (most of the restrictions you make in a program are pretend). I'll admit I didn't do a very good job of drawing the line between the thing existing in the system,and the system itself. But that could be done with more architecting.

Comment author: Peterdjones 14 September 2012 07:06:07PM 1 point [-]

So how do you ensure the outside system is the one doing the experiencing? After all, everything really happens at the hardware level. You seemed to have substutued an easier problem: you have ensured that the outside sytem is the one doing the reporting.

Comment author: [deleted] 14 September 2012 07:13:03PM 1 point [-]

How do you know that you are doing the experiencing? It's because the system you call "you" is the one making the observations about experience.

Likewise here, the one driving the comparisons and doing the reporting seems to be the one that should be said to be experiencing.

Of course once the architectural details are allowed to affect what you think of the system, everything goes a bit mushy. What if I'd written it in haskell (lazy, really nonstandard evaluation order)? What if I never ran the program (I didn't)? What if I ran it twice?

Comment author: Peterdjones 18 September 2012 08:38:27PM 1 point [-]

Likewise here, the one driving the comparisons and doing the reporting seems to be the one that should be said to be experiencing.

And which one is that? Both the software and the hardware could be said to be. But your compu-qualia are accessible to the one, but not the other!

What if I'd written it in haskell

Haskell doens't do anything. Electrons pushing electrons does things.

Comment author: [deleted] 20 September 2012 07:56:44PM 0 points [-]

Of course once the architectural details are allowed to affect what you think of the system, everything goes a bit mushy.

Comment author: Peterdjones 18 September 2012 12:40:58PM 1 point [-]

A flaw in mine is that strings can be reduced by .. (concatenation) and string operations

Well, the original idea used CLISP GENSYMs.