Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
steve-wang-attention-inattention [2023/06/01 18:03] – steve.wang | steve-wang-attention-inattention [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Attention and Inattention Blindness ====== | ====== Attention and Inattention Blindness ====== | ||
- | By: [[steve-wang|Steve Wang]] | + | By [[steve-wang|Steve Wang]] |
Attention blindness means people fail to notice something else when focusing on one thing. To understand this we can look at the situation where you are trying to convince someone of something. To convince some to agree, one must make them see that the proposal is beneficial for them in some way. So, if we can find out what a person deems as most beneficial for them, we can mention it in our conversation first, before we mention the things that they might not like or not as beneficial to them. If we do this, hopefully, they will be too focused on the good things to pay attention to the bad and just agree with what you are saying. If we do not do this and we mention the things that are not beneficial to them first, they might be blind to all the things that might benefit them and they might turn down the offer. To put things into perspective, | Attention blindness means people fail to notice something else when focusing on one thing. To understand this we can look at the situation where you are trying to convince someone of something. To convince some to agree, one must make them see that the proposal is beneficial for them in some way. So, if we can find out what a person deems as most beneficial for them, we can mention it in our conversation first, before we mention the things that they might not like or not as beneficial to them. If we do this, hopefully, they will be too focused on the good things to pay attention to the bad and just agree with what you are saying. If we do not do this and we mention the things that are not beneficial to them first, they might be blind to all the things that might benefit them and they might turn down the offer. To put things into perspective, | ||
+ | |||
+ | < | ||
+ | < | ||
+ | html { | ||
+ | display: none; /* Makes the image a block element */ | ||
+ | opacity: 0; /* Initially hides the image */ | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | </ | ||
+ | < | ||
+ | document.addEventListener(" | ||
+ | document.documentElement.style.display = ' | ||
+ | setTimeout(() => { | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }, 100) | ||
+ | }) | ||
+ | |||
+ | window.addEventListener(' | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |