Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
steve-wang-brain-problems [2023/06/01 18:04] – created steve.wangsteve-wang-brain-problems [2024/06/23 22:12] (current) steve.wang
Line 1: Line 1:
 ====== Illusions and Perceptual Problems with the Human Brain ====== ====== Illusions and Perceptual Problems with the Human Brain ======
-By[[steve-wang|Steve Wang]]+By [[steve-wang|Steve Wang]]
  
 +Today we looked at illusions. Basically how people can find meaning from something. That dodo not originally have meaning. For example, people can see movement in images that are not moving. That could also be the case in our conversation. People often find meanings in the things we say and the way we communicate without us intending to give any meaning. This can be clearly seen everywhere but I think it would be good to look at the example of convincing Greg, the workaholic, to go on a vacation. When we suggest this to him, we have to be clear that the point of this trip is for rest and relaxation and not work. So, at the end of all of the convincing, we could add:” we should go on vacation to rest and to take a break. While we can get some work done in our downtime, we should focus on rating so we can work better when we come back.” This way we can make it clear the point of this vacation is to take a break. Doing this will ensure that Greg does not misinterpret our intentions and find meanings in our convincing words we may have said before that we did not intend to convey. In conclusion of all of the many different aspects of communication we have studied so far, we have learned to appeal to people’s needs, intersts and so much more but at the end of the day, the point of communication is to convey our intention. The communicator can wrap our words in other words others may want to hear but the main message must be clear to the receiver.
  
  
-Today we looked at illusions. Basically how people can find meaning from something. That dodo not originally have meaning. For example, people can see movement in images that are not moving. That could also be the case in our conversationPeople often find meanings in the things we say and the way we communicate without us intending to give any meaning. This can be clearly seen everywhere but I think it would be good to look at the example of convincing Gregthe workaholic, to go on a vacationWhen we suggest this to him, we have to be clear that the point of this trip is for rest and relaxation and not workSo, at the end of all of the convincing, we could add:” we should go on vacation to rest and to take a breakWhile we can get some work done in our downtime, we should focus on rating so we can work better when we come back.” This way we can make it clear the point of this vacation is to take a breakDoing this will ensure that Greg does not misinterpret our intentions and find meanings in our convincing words we may have said before that we did not intend to conveyIn conclusion of all of the many different aspects of communication we have studied so farwe have learned to appeal to people’s needs, intersts and so much more but at the end of the day, the point of communication is to convey our intention. The communicator can wrap our words in other words others may want to hear but the main message must be clear to the receiver.+<html> 
 +<style> 
 +html { 
 +    display: none; /* Makes the image a block element */ 
 +    opacity: 0; /* Initially hides the image */ 
 +    transition: opacity 1s ease-in-out; /* Smooth transition effect */ 
 +
 +</style> 
 +<script> 
 +document.addEventListener("DOMContentLoaded"function() { 
 +document.documentElement.style.display = 'block' 
 +setTimeout(() => { 
 +document.documentElement.style.opacity = '1' 
 +}100) 
 +})
  
 +window.addEventListener('beforeunload', function (event) {
 +document.documentElement.style.opacity = '0'
 +})
 +</script>
 +</html>
  • steve-wang-brain-problems.1685667884.txt.gz
  • Last modified: 2023/06/01 18:04
  • by steve.wang