Becoming inspired - ASC - 2017 MARCH 24
Becoming inspired - The 11 questions to ask yourself when you feel uninspired
@ Advanced Studio Classroom
Vol: 2017 MARCH 24
Maybe you're struggling to find out what it is you care most about.
- Be struggling to..
- To find out + what it is you care most about
- What is it that you care most about?
- What do you care about?
Maybe you feel as if your passion, excitement, and zest for life are slipping away.
zest: enthusiasm, eagerness, energy and interest
- as if
- slip away
These questions can help you pinpoint exactly what it is that inspires you.
- pinpoint: to discover or describe the exact facts about something
1.If money were no object, what would I do all day?
…
Work that you would do for free strongly implies what activities you enjoy most and what probably comes pretty easily to you.
- In "if money were no object", the verb "were" is in the subjunctive.
- do ** for free
- come pretty easily to sb. -> easy to use/play
2.If I could be anyone for a week, who would it be?
Who we admire is a huge indicator of who we secretly wound like to become.
- An indicator of…
- secretly wound like to become sb.
3.What conversation topic can I get lost in for hours?
…
Your most dominant chat topics are a vital sign of what excites you.
- one's dominant chat topics
- the topics -- sb. be good at / be expert in / be skilled in
- a vital sign of
4.If I walk in a bookstore, which section am I drawn to?
This also applies to an Amazon search or even your preference for websites and blogs. What types of information do you most love to consume?
- be drawn to
- be attracted to
- love to consume
5.Who do I love to spend time with and why?
Often we are drawn to people who like us! Who are your preferred friends -- the ones who most energize you?
- I love to spend time with sb./ do sth.
- Who are the ones that most energize you?
6.If you asked my partner/mother/best friend what I'm best at doing, what would they say?
…
Let people who you love and trust tell you who you are. It's an eye-opening and fun experiment -- and a confidence boost.
- Let people (who you love and trust) tell you (who you are)
- eye-opening
<wiz_tmp_tag id="wiz-table-range-border" contenteditable="false" style="display: none;">
Becoming inspired - ASC - 2017 MARCH 24的更多相关文章
- Becoming inspired (2) - ASC 2017 March 25
Becoming inspired - part 2 @ Advanced Studio Classroom Vol: 2017 MARCH 25 7.Who was I like as a chil ...
- Overcoming Life's Obstacles - ASC 2017 March 03-04
<Overcoming Life's Obstacles - How a top oboist overcame a neurological disorder to play again> ...
- Overcoming Life's Obstacles - ASC 2017 March 03
Overcoming Life's Obstacles - How a top oboist overcame a neurological disorder to play again ©Advan ...
- iOS静态库.a总结(2017.1.24增加脚本打包方法)
修改于:2017.1.24 1.什么是库? 库是程序代码的集合,是共享程序代码的一种方式 2.根据源代码的公开情况,库可以分为2种类型 a.开源库 公开源代码,能看到具体实现 ,比如SDWebImag ...
- March 24 2017 Week 12 Friday
Our lives are brief, that is why it's important to search for meaning. 人生短暂,所以才要寻找它的意义. What can we ...
- win10 如何配置 java jdk1.8环境变量(2017.2.24)
win10 如何配置 java jdk 环境变量 这里的win10 为全新安装的系统 一.安装 下载 jdk 64位 windows 版本安装(默认安装) 默认安装的路径: C:\Program Fi ...
- 2017冬季24集训模拟题-24星球的末日(Floyd)
24 星球的末日[问题描述]24 星球的世界末日就要到了 , 可是诺亚方舟还没有制造完成 . 为了制造诺亚方舟这个星球上的所有国家都站在统一战线 . 现在一共有n个国家 , 一个国家到另一个国家都有一 ...
- 2017.11.24 Stm8L151-factory
Marking---------factory fun... /** ***************************************************************** ...
- SNS团队第三次站立会议(2017.04.24)
一.当天站立式会议照片 本次会议主要内容:汇报工作进度,根据完成情况调整进度 二.每个人的工作 成员 今天已完成的工作 明天计划完成的工作 罗于婕 相关数据库文件建立起来 完善数据库文件 龚晓婷 研 ...
随机推荐
- 获取post发送过来的xml包
if (Request.HttpMethod.ToLower() == "post") { byte[] ar; ar = new byte[this.Request.Input ...
- BEGIN-4_蓝桥杯_Fibonacci数列
问题描述 Fibonacci数列的递推公式为:Fn=Fn-+Fn-,其中F1=F2=. 当n比较大时,Fn也非常大,现在我们想知道,Fn除以10007的余数是多少. 输入格式 输入包含一个整数n. 输 ...
- 1035 Password (20 分)
1035 Password (20 分) To prepare for PAT, the judge sometimes has to generate random passwords for th ...
- 1034 Head of a Gang (30 分)
1034 Head of a Gang (30 分) One way that the police finds the head of a gang is to check people's pho ...
- 学习URL地址(待整理)
编程开发教程:http://www.runoob.com/ ElasticSearch教程:https://es.xiaoleilu.com/index.html 设计模式:http://www.cn ...
- pandas的to_csv函数
分隔符 sep : Field delimiter for the output file (default ”,”) dt.to_csv('C:/Users/think/Desktop/Result ...
- PCIe Max_Payload_Size 和 Max_Read_Request_Size
最近PCIe在SSDFans上镜率挺高,那我们来聊两句MAX_READ_REQUEST_SIZE 和MAX_PAYLOAD_SIZE. 这两个东西都在PCIe Capability Structure ...
- Python - Django - ORM 操作表
ORM 的对应关系: 类 ---> 数据库表对象 ---> 数据库行属性 ---> 字段 操作数据库表 ---> ...
- uva-10129-欧拉通路
题意:每一个单词的长度最小2,最大1000,单词开头的字母和另外一个单词的末尾一样就可以连接起来,解所有的单词是不是都可以连接起来,没有遗漏的 把每一个单词的第一个字母当成一个结点,最后一个单词也作为 ...
- C常用问题
linux系统,gcc编译器包含引用的头文件位置