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 ...
随机推荐
- Avoiding InvokeRequired
Just read a good article to do cross-thread calling in an easy and elegant way. It is amazing for it ...
- #iOS问题记录#动态Html加载本地CSS和JS文件
所谓动态Html,指代码中组合生成的html字符串: 若需要加载本地CSS,图片,JS文件,则, 1,需要文件的全路径: 2,需要"file:///"标志: 例如: //获取文件全 ...
- Devexpress Ribbon
http://www.cnblogs.com/liwei81730/archive/2011/12/21/2296203.html 可查看此处.
- vue.js 的学习
官方网站(作者居然是中国人) http://vuejs.org/ Vuex中文手册 http://vuex.vuejs.org Vue-Router 手册 http://router.vuejs.or ...
- NPOI、MyXls、Aspose.Cells 导入导出Excel(转)
Excel导入及导出问题产生: 从接触.net到现在一直在维护一个DataTable导s出到Excel的类,时不时还会维护一个导入类.以下是时不时就会出现的问题: 导出问题: 如果是asp.net,你 ...
- 登陆数据库,界面一直保持正在登陆的状态,oracle使用界面无法登陆
原因:关机时没有关闭oracle窗口. 导致在登陆数据库的时候,使用oracle的这个界面登陆时,界面一直保持''正在登陆''的状态,一旦点击就会卡住,使界面变得无法响应. 然后使用sqlplus仍然 ...
- Android应用安全开发之浅谈网页打开APP
一.网页打开APP简介 Android有一个特性,可以通过点击网页内的某个链接打开APP,或者在其他APP中通过点击某个链接打开另外一个APP(AppLink),一些用户量比较大的APP,已经通过发布 ...
- Redis系列(二)-Hredis客户端设计及开源
接上篇c#实现redis客户端(一),重新整理些了下. 阅读目录: 项目说明 Hredis设计图 单元测试场景 总结 项目说明 背景:因为有地方要用,而又没找到对sentinel良好支持的Net客户端 ...
- java中文乱码解决之道(八)-----解决URL中文乱码问题
我们主要通过两种形式提交向服务器发送请求:URL.表单.而表单形式一般都不会出现乱码问题,乱码问题主要是在URL上面.通过前面几篇博客的介绍我们知道URL向服务器发送请求编码过程实在是实在太混乱了.不 ...
- .NET 的 Debug 和 Release build 对执行速度的影响
这篇文章发布于我的 github 博客:原文 在真正开始讨论之前先定义一下 Scope. 本文讨论的范围限于执行速度,内存占用什么的不在评估的范围之内. 本文不讨论算法:编译器带来的优化基本上属于底层 ...