How to make a not-so-boring speech?
For almost 26 years, even a trivial boy like me, have made over 100 and listened uncountable speeches, most of which are boring and tedious. Some professionals might have great intelligence but could not talk it out, some of them could talk it out but make it really tedious. The main target of speech is to deliver your minds and thought to your listeners as efficient as possible. Make them understood is much more important than how much you talked.
Please never ignore great power of speech, which might be the most great power of changing whole world than war or iPhone(呵呵).

How to make a "not-so-boring" speech?
1. Try to be a listener when acting as a speaker
Most speakers are just speakers, what means that they don't care, or couldn't care about listeners' feeling. Think about the way you talk to your girlfriend or child (if you have,notwithstanding I don't), You must be really paying close attention to their expression and reaction. Try to be a listener when speaking, tell yourself what you feel when another you sitting below, then you will know what to do, the audiences are not stupid radish, try to let them feeling that you care about them.
2. Do not repeat again and again...
Most primary speakers like to make this mistake. As a example, you might say "The economic growth of China is really impressive", and you don't need to repeat it as something like "So great economic changes happened in these years in China". These example might let you feel stupid, but many people like to repeat what they have said, notwithstanding in different way. They might believe audiences couldn't catch him or just have nothing to talk. But please try to avoid repeating unless necessary. Repeat waste audiences valuable attentions.
3. To tell stories to introduce what you talk
Time of listeners is valuable, so what made them puzzled is not what you talking, but "Is this speech useful to me, or just wasting my time?" The key changing point always happened in starting 5 minutes, they pay their attentions in 5 minutes and then decide whether taking out smart phone. 5 minutes is so important, audiences will vote your speech by their phone.
So please make your speech interesting, or at least in starting time, please tell an audience-interested story and let them know this speech is important to them.
4. Interesting, eggs or sugar
A funny speech always attract most, people like funny things much more than so-called professional knowledges. Make a science speech interesting and understand easily is quite hard task, which needs a lot speech experience and deep understanding of what you say. Hawking could not make <A brief history of time> so interesting without deep and profound physics knowledges . If you could not do that, please put some eggs or sugar into your speech, TED speakers do it a lot. These could greatly brighten your speech and make some listener put down their phone.
5. Simple is great, less is more
Many speakers like putting so much texts and pictures on their fancy PPT, as they believe it could make others know how much hard work they have done. Yeah, you are right, make it hard to understand is a great way on graduation reply or knot topics. However, make your speech simple and concise most of other time:
- One core topic
- one interesting picture on one piece
- avoid PPT when possible
- make a speech in less half an hour
- make your audiences pay close attention on one thing
6. Watching TED
The last but most efficient way, learn how to speech by watching TED. Then you got it!
How to make a not-so-boring speech?的更多相关文章
- hihoCoder 1430 : A Boring Problem(一琐繁题)
hihoCoder #1430 : A Boring Problem(一琐繁题) 时间限制:1000ms 单点时限:1000ms 内存限制:256MB Description - 题目描述 As a ...
- C#中的System.Speech命名空间初探
本程序是口算两位数乘法,随机生成两个两位数,用语音读出来.然后开启语音识别,接受用户输入,知道答案正确关闭语音识别.用户说答案时,可以说“再说一遍”重复题目. 关键是GrammarBuilder和Ch ...
- 自然语言15.1_Part of Speech Tagging 词性标注
QQ:231469242 欢迎喜欢nltk朋友交流 https://en.wikipedia.org/wiki/Part-of-speech_tagging In corpus linguistics ...
- 自然语言15_Part of Speech Tagging with NLTK
https://www.pythonprogramming.net/part-of-speech-tagging-nltk-tutorial/?completed=/stemming-nltk-tut ...
- 词性标注 parts of speech tagging
In corpus linguistics, part-of-speech tagging (POS tagging or POST), also called grammatical tagging ...
- sdut 2610:Boring Counting(第四届山东省省赛原题,划分树 + 二分)
Boring Counting Time Limit: 3000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 In this problem you a ...
- 1071. Speech Patterns (25)
People often have a preference among synonyms of the same word. For example, some may prefer "t ...
- HDU 4358 Boring counting(莫队+DFS序+离散化)
Boring counting Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 98304/98304 K (Java/Others) ...
- sdutoj 2610 Boring Counting
http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2610 Boring Counting Time ...
随机推荐
- eclipse常见问题
使用eclipse进入断点,当弹出"Confir Perspective Switch"视图时,选择"Yes".之后每次进入断点都会自动切换到debug视图. ...
- Linux上的free命令详解、swap机制
Linux上的free命令详解 解释一下Linux上free命令的输出. 下面是free的运行结果,一共有4行.为了方便说明,我加上了列号.这样可以把free的输出看成一个二维数组FO(Free ...
- 强制 history 不记住特定的命令
使用 HISTCONTROL 强制 history 不记住特定的命令将 HISTCONTROL 设置为 ignorespace,并在不想被记住的命令前面输入一个空格: # export HISTCON ...
- python列表副本
a=[1,2,3] b=[4,5,6] a=a+b #创建含a和b的副本的新列表 a [1, 2, 3, 4, 5, 6] b [4, 5, 6] c=a+b #创建含a和b的副本的新列表c [1, ...
- setTimeout 学习闭包
@(技术笔记)[css] 学习参考网站 css 网站,可供参考 javascript学习网站 var create = function (i){ return function(){ console ...
- Event,delegate,handler之间的关系
在C#或者说.Net的事件处理机制中,有三个关键的概念 - 事件(Event),委托(Delegate)和处理器(Handler),另外在面向对象的背景中,还有另外两个概念 - 发送者(Sender) ...
- HDFS 架构解析
本文以 Hadoop 提供的分布式文件系统(HDFS)为例来进一步展开解析分布式存储服务架构设计的要点. 架构目标 任何一种软件框架或服务都是为了解决特定问题而产生的.还记得我们在 <分布式存储 ...
- ABP理论学习之Abp Session
返回总目录 本篇目录 介绍 注入Session 使用Session属性 介绍 当应用程序要求用户登录时,那么应用程序也需要知道当前用户正在执行的操作.虽然ASP.NET本身在展现层提供了Session ...
- php杂记(一)
1.require_once & require include() 函数会将指定的档案读入并且执行里面的程序 include_once() 与include相同,但只允许一次: requir ...
- SpringMVC拦截器详解[附带源码分析]
目录 前言 重要接口及类介绍 源码分析 拦截器的配置 编写自定义的拦截器 总结 总结 前言 SpringMVC是目前主流的Web MVC框架之一. 如果有同学对它不熟悉,那么请参考它的入门blog:h ...