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?的更多相关文章

  1. hihoCoder 1430 : A Boring Problem(一琐繁题)

    hihoCoder #1430 : A Boring Problem(一琐繁题) 时间限制:1000ms 单点时限:1000ms 内存限制:256MB Description - 题目描述 As a ...

  2. C#中的System.Speech命名空间初探

    本程序是口算两位数乘法,随机生成两个两位数,用语音读出来.然后开启语音识别,接受用户输入,知道答案正确关闭语音识别.用户说答案时,可以说“再说一遍”重复题目. 关键是GrammarBuilder和Ch ...

  3. 自然语言15.1_Part of Speech Tagging 词性标注

    QQ:231469242 欢迎喜欢nltk朋友交流 https://en.wikipedia.org/wiki/Part-of-speech_tagging In corpus linguistics ...

  4. 自然语言15_Part of Speech Tagging with NLTK

    https://www.pythonprogramming.net/part-of-speech-tagging-nltk-tutorial/?completed=/stemming-nltk-tut ...

  5. 词性标注 parts of speech tagging

    In corpus linguistics, part-of-speech tagging (POS tagging or POST), also called grammatical tagging ...

  6. sdut 2610:Boring Counting(第四届山东省省赛原题,划分树 + 二分)

    Boring Counting Time Limit: 3000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述     In this problem you a ...

  7. 1071. Speech Patterns (25)

    People often have a preference among synonyms of the same word. For example, some may prefer "t ...

  8. HDU 4358 Boring counting(莫队+DFS序+离散化)

    Boring counting Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 98304/98304 K (Java/Others) ...

  9. sdutoj 2610 Boring Counting

    http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2610 Boring Counting Time ...

随机推荐

  1. <input>和<textarea>

    作为一个刚刚涉足PHP开发的菜鸟,第一次使用博客.在这里分享一些经验给和需要的朋友,互相探讨.共同学习,希望对你有所帮助. 废话不多说,下面进入正题. 应该有朋友和我一样,需要用到文本框,要求它会自动 ...

  2. MySQL表名和数据库关键字相同解决办法

    今天改他们的代码的时候,遇到了MySQL表名和数据库关键字的问题. 由于表名是关键字,导致增删改查都报错. Hibernate: select leave0_.id as id22_, leave0_ ...

  3. phantomjs 双向认证,访问nginx,https

    应用背景: phantomjs的一个爬虫,访问https站点,单向认证(只认证服务器身份)的都可以,双向认证(服务器和客户端都需要认证)必须上传本地证书: 开始用一个包含公钥私钥的PEM证书访问,怎么 ...

  4. 格式化input输入内容(金额)

    项目中要用到格式化金额输入框,要求每三个数字用逗号分割开. 添加一个directive angular.module('myApp.directives', []) .directive('filte ...

  5. 压缩png质量不改变像素

    private static byte[] CompressionImage(Bitmap bitmap, Stream fileStream, long quality) { using (Syst ...

  6. ActionMapping

    在Struts中,ActionServlet只是任务的分派者,它依请求分配任务给其它的对象来执行,而分配的依据是请求的URI以及struts-config.xml的<action-mapping ...

  7. 快速定位性能瓶颈,检查出所有资源(CPU、内存、磁盘IO等)的利用率(utilization)、饱和度(saturation)和错误(error)度量,即USE方法

    命令:uptime说明:查看机器分别在1分钟.5分钟.15分钟的平均负载情况,显示的数字表示等待cpu资源的进程和阻塞在不可中断io进程的数量,如果1分钟的平均负载很高,而15分钟的平均负载很低,说明 ...

  8. 2016huasacm暑假集训训练五 E - What Is Your Grade?

    题目链接:http://acm.hust.edu.cn/vjudge/contest/126708#problem/E 题意:给做出的题目个数,5个的100分,4个的前n/2的同学95,后n/2的90 ...

  9. Go语言的堆栈分析

    本文为理解翻译,原文地址:http://www.goinggo.net/2015/01/stack-traces-in-go.html Introduction 在Go语言中有一些调试技巧能帮助我们快 ...

  10. .NET组件程序设计之线程、并发管理(二)

    .Net组件程序设计之线程.并发管理(二) 2.同步线程 手动同步 监视器 互斥 可等待事件 同步线程 所有的.NET组件都支持在多线程的环境中运行,可以被多个线程并发访问,如果没有线程同步,这样的后 ...