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

  1. 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 ...

  2. Overcoming Life's Obstacles - ASC 2017 March 03-04

    <Overcoming Life's Obstacles - How a top oboist overcame a neurological disorder to play again> ...

  3. Overcoming Life's Obstacles - ASC 2017 March 03

    Overcoming Life's Obstacles - How a top oboist overcame a neurological disorder to play again ©Advan ...

  4. iOS静态库.a总结(2017.1.24增加脚本打包方法)

    修改于:2017.1.24 1.什么是库? 库是程序代码的集合,是共享程序代码的一种方式 2.根据源代码的公开情况,库可以分为2种类型 a.开源库 公开源代码,能看到具体实现 ,比如SDWebImag ...

  5. March 24 2017 Week 12 Friday

    Our lives are brief, that is why it's important to search for meaning. 人生短暂,所以才要寻找它的意义. What can we ...

  6. win10 如何配置 java jdk1.8环境变量(2017.2.24)

    win10 如何配置 java jdk 环境变量 这里的win10 为全新安装的系统 一.安装 下载 jdk 64位 windows 版本安装(默认安装) 默认安装的路径: C:\Program Fi ...

  7. 2017冬季24集训模拟题-24星球的末日(Floyd)

    24 星球的末日[问题描述]24 星球的世界末日就要到了 , 可是诺亚方舟还没有制造完成 . 为了制造诺亚方舟这个星球上的所有国家都站在统一战线 . 现在一共有n个国家 , 一个国家到另一个国家都有一 ...

  8. 2017.11.24 Stm8L151-factory

    Marking---------factory fun... /** ***************************************************************** ...

  9. SNS团队第三次站立会议(2017.04.24)

    一.当天站立式会议照片 本次会议主要内容:汇报工作进度,根据完成情况调整进度 二.每个人的工作 成员 今天已完成的工作 明天计划完成的工作 罗于婕 相关数据库文件建立起来  完善数据库文件 龚晓婷 研 ...

随机推荐

  1. JUC集合之 LinkedBlockingDeque

    LinkedBlockingDeque介绍 LinkedBlockingDeque是双向链表实现的双向并发阻塞队列.该阻塞队列同时支持FIFO和FILO两种操作方式,即可以从队列的头和尾同时操作(插入 ...

  2. mysql复制表结构create table as和like的区别

    对于MySQL的复制相同表结构方法,有create table as 和create table like 两种,区别是什么呢? create table t2 as select * from t1 ...

  3. php 5.2.17 升级到5.3.29

    修改php.ini配置文件 register_globals =On include_path = ".;d:/testoa/webroot" error_reporting = ...

  4. java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: scala/runtime/java8/JFunction1$mcII$sp

    报错信息: Exception in thread "main" java.lang.BootstrapMethodError: java.lang.NoClassDefFound ...

  5. 查看 linux cpu 、内存、服务器型号和序列号、磁盘、raid 的信息

    yum -y install dmidecode 查看cpu的型号: 查看cpu的颗数:dmidecode -t processor |grep "Version"dmidecod ...

  6. Zabbix二次开发_01基础

    最近有个想法:想做一个zabbix数据的二次呈现,所以来写一下Zabbix的api的内容. 先说下zabbix api的认证基础. Zabbix API简介 Zabbix API开始扮演着越来越重要的 ...

  7. 共享存储(ISCSI网络存储)

    server端:(192.168.100.11) 分区sdb 分别为10G和5G #fdisk /dev/dab …… 同步分区表 #partprobe /dev/sdb # yum install ...

  8. Ubuntu16.04LTS中使用 apt-get install 出现错误 Could not get lock /var/lib/dpkg/lock 的解决方案

    背景 近期,在Ubuntu 16.04 LTS 的操作系统中,安装MySQL-python的时候出现缺少依赖包的情况: 当使用命令 # sudo apt-get install xxx 安装依赖包的时 ...

  9. Hive基础之Hive是什么以及使用场景

    Hive是什么1)Hive由facebook开源,构建在Hadoop (HDFS/MR)上的用于管理和查询结果化/非结构化的数据仓库:2)一种可以存储.查询和分析存储在Hadoop 中的大规模数据的机 ...

  10. django框架ajax

    参考 博文https://www.cnblogs.com/yuanchenqi/articles/9070966.html Ajax 简单示例: file_put文件上传页面: <!DOCTYP ...