Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
steve-wang-arb [2023/06/01 18:02] steve.wangsteve-wang-arb [2024/06/23 22:12] (current) steve.wang
Line 1: Line 1:
 ====== Attention, Reality, Behavior ====== ====== Attention, Reality, Behavior ======
-[[steve-wang|Steve Wang]]+By [[steve-wang|Steve Wang]]
  
 We discussed how attention can be manipulated and directed, and learning this skill can improve our communication abilities. In the TED Talk, the pickpocket speaker mentioned that making someone recall a memory can prevent them from registering their external senses, which is an example of directing attention. If we want to use this technique to enhance our communication, we must find a way to draw attention to the things we want our audience to hear. For instance, if we want to persuade someone to agree with us, we should focus on one thing that will trigger their interest. That one thing should also be something they like, and we should avoid any distractions during the conversation. We discussed how attention can be manipulated and directed, and learning this skill can improve our communication abilities. In the TED Talk, the pickpocket speaker mentioned that making someone recall a memory can prevent them from registering their external senses, which is an example of directing attention. If we want to use this technique to enhance our communication, we must find a way to draw attention to the things we want our audience to hear. For instance, if we want to persuade someone to agree with us, we should focus on one thing that will trigger their interest. That one thing should also be something they like, and we should avoid any distractions during the conversation.
Line 8: Line 8:
 Moreover, we could praise things in a way that would make them feel like fulfilling a particular need, rather than merely a want. For instance, if a salesperson can convince a customer that their product is a need, the customer may continue buying it. By controlling the reality (the information given) and the audience's attention, we are more likely to achieve the desired outcome. Moreover, we could praise things in a way that would make them feel like fulfilling a particular need, rather than merely a want. For instance, if a salesperson can convince a customer that their product is a need, the customer may continue buying it. By controlling the reality (the information given) and the audience's attention, we are more likely to achieve the desired outcome.
  
 +
 +<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-arb.1685667747.txt.gz
  • Last modified: 2023/06/01 18:02
  • by steve.wang