Define left/right

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Define left/right

Post by AndrewAPrice »

Can somebody find the best definition for the directions 'left' or 'right'?
My OS is Perception.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

<--

-->

? :lol:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

:idea: Up and Down rotated by 90 degrees? What's the prize? :D
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

AJ wrote::idea: Up and Down rotated by 90 degrees? What's the prize? :D
In which direction? Saying clockwise/counter-clockwise is cheating because you'd have to define which way a clock ticks.
My OS is Perception.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Damn - knew I'd missed something! Still, I don't think Brynet wins either - he needs to define how arrows work :twisted:
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

AJ wrote:Damn - knew I'd missed something! Still, I don't think Brynet wins either - he needs to define how arrows work :twisted:
:cry: awww..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

right: when viewing a human from the front, the side on which his heart lies
left: not right
urxae
Member
Member
Posts: 149
Joined: Sun Jul 30, 2006 8:16 am
Location: The Netherlands

Post by urxae »

Candy wrote:right: when viewing a human from the front, the side on which his heart lies
left: not right
IIRC there is at least one medical "condition"[1] where the internal organs are mirrored with respect to the normal positioning. At least, that's what several hospital TV shows have told me...
I think it's pretty rare though, so perhaps something along the lines of "(in the majority of cases)" could be appended to fix that.
Your definition of "left" should probably be more along the lines of "the exact opposite direction of left", as your definition would also hold for directions like up, down, front and back, as well as every non-orthogonal direction except the exact opposite of right (and even anything that isn't a direction at all :P).
Also, that definition of right seems to assume you already know you're only trying to tell left from right, as otherwise the answer would come out more like the correct answer to "up and slightly to the right", in relation to the center of gravity (the easiest-to-define "center" of the body I can think of)


[1]: Is that the correct term for something that is, AFAIK, completely harmless? (except perhaps for any damage caused by confused doctors before they figure it out :shock:)
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

urxae wrote:
Candy wrote:right: when viewing a human from the front, the side on which his heart lies
left: not right
IIRC there is at least one medical "condition"[1] where the internal organs are mirrored with respect to the normal positioning. At least, that's what several hospital TV shows have told me...
Yep. Forgot about that one for a second. You could use for instance Lorentz' law in the explanation, but it would still require knowledge of the law.

Also a possibly nice explanation is the "odd page of the book" is right, the "even page of the book" is left. Some people making books didn't get the theory behind it so it's possible to get it wrong.
Your definition of "left" should probably be more along the lines of "the exact opposite direction of left", as your definition would also hold for directions like up, down, front and back, as well as every non-orthogonal direction except the exact opposite of right (and even anything that isn't a direction at all :P).
Of course, that was a mathematical negation of the concept of right, like an inverted vector. You're right though :). Just felt that defining them as booleans would be recognised (false=0; true=not false)
Also, that definition of right seems to assume you already know you're only trying to tell left from right, as otherwise the answer would come out more like the correct answer to "up and slightly to the right", in relation to the center of gravity (the easiest-to-define "center" of the body I can think of)
Yep.
[1]: Is that the correct term for something that is, AFAIK, completely harmless? (except perhaps for any damage caused by confused doctors before they figure it out :shock:)
It does increase the chance for failed surgery a bit, but ignoring surgical stuff it's entirely harmless. I wouldn't call it a condition though, that's sometimes used for illness. I think I'd choose "medical rarity" or "pathological difference" indicating it's associated with medicine and that it's both not common and harmless. Of course, I might be more wrong than you :)
User avatar
~
Member
Member
Posts: 1226
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

"Left" is where you started writing C and "Right" where you ended writing a dot.


Other, make a cross of arrows:

Code: Select all

       ^
       |
       |
       |
<------------->
       |
       |
       |
       V


Call the horizontal arrow of this cross's section "Left":

Code: Select all

       ^
       |
       |
       |
<------

And call the horizontal arrow of this other cross's section "Right":

Code: Select all

       ^
       |
       |
       |
       ------->


Now the arrows are named (according to where goes the sharp part of the arrow):


Up:

Code: Select all

       ^
       |
       |
       |

Down:

Code: Select all

       |
       |
       |
       V

Left:

Code: Select all

<------

Right:

Code: Select all

------>
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

This assumes someone knows what "horizontal" is...

I'd try this approach: The majority of people (>80%) use a certain hand for doing things, like holding or throwing something. This is their right hand.

(You'd then have to make clear that it means right from their point of view.)

Just about everything else is depending on culture (arab is written right-to-left, several asian languages are written top-down) or assuming other knowledge to a point where that person shouldn't need having left and right explained to him.

Now, if that person hasn't seen many other humans in his / her life, or chanced to grow up in a community with a strong left-handed subgroup. But we are talking really pathologic cases here...
Every good solution is obvious once you've found it.
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

if you put your hands flat on the table in front of you and spread your fingers: left is where your thumb points to the right and right is where your thumb points to the left. i hope this clarifies everything :wink:
Author of COBOS
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

how about: if you look at the top of your hands, the left one is the one where the fingers form the letter L
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Solar wrote:Just about everything else is depending on culture (arab is written right-to-left, several asian languages are written top-down) or assuming other knowledge to a point where that person shouldn't need having left and right explained to him.
How do we know left is not right, and right is not left, and our brain horizontally flips the image? After hundreds of thousands of years of no contact between the western/middle/eastern worlds, Middle-Eastern/Asian brains might have developed differently so that their perception of the world isn't flipped, therefore Arab could be a left-to-right language from their POV.
My OS is Perception.
User avatar
~
Member
Member
Posts: 1226
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

There are many things that can be best (re-)understood by disregarding the artificial name we have given to it.
Post Reply