Why

generally feedback is the perspective from others for some event.

In China there is story,some king ask some blind people to touch the elephant and then ask them what do you think the animal like.

     One said it's feels like a pillar,some said it's like a wall,some said it's like a rope.So no one actually know what the elephant really are.

But all of them are partly right,some part of elephant is like a pillar.But it's just one aspect.If we really need to know something,We need to know all the aspect.

In this world,we have our eye in front of our head,so we can't see what happened behind us.So we need to ask people,what they got.

What we observe is base on (Where/location,What/culture,When/timing,Who/character,How/procedure).But everyone has limitation,everyone just have two eyes in the front.

We need to know what other people observed.

But First we need to build trust, their information has to be real,otherwise it would misleading.Unless they trust you,they would be honest.

How to build trust?We need to trust others first,and understand their background and forgive their flaw.They may cheat you on some reason.

Help them with your best,then we can build trust.If you're cheated, ask the reason gently.If there is no good reason,don't try to build trust connection before you find the real reason.

We also need to know how others feel.Same thing,different feeling.Like the beef to Indian and muslims.People have different feeling because of different culture and experience.

Some behaviour may hurt others,but we don't even know.We need to be sensitive and ask.Make sure the relationship is honest and transparent.

When

when we talk about feedback,we need to consider about the environment and the event we want to talk.Generally we need do a secure check.Make sure they are comfortable enough to talk about that event.

Sometimes people may feel stressed to give or take any feedback.More comfortable,more output.

Who

Everyone have different perspective.The witness has more context,but you can describe the scenario to others.Then you need to make sure you're objective.

If you want to improve in some certain aspect then ask the expert in that domain.Maybe not expert,just any people who want to help maybe helpful.

I would talk later,why it's maybe.

What

Any comment can be feedback,"good","not bad".But different people have different criteria.So you need to figure out,does "fine" means "it's just what I like" or "Actually it's a totally disaster,I just try to be nice."So come back to the formal stuff we talked about,we need to be honest.Don't hide the feeling from someone we love,we trust,this would hurt our trust.So we need to figure out the real meaning of the comment.

How

Fix it to the better way.I don't think there are a right thing without constraint.1 + 1 = 2,but it could also be 10 (binary 2).So we need to constraint the context/background.

Like walking on a rope,we need to stand straight,but what if we tilt right?then we need to tilt a little left.vice versa.

Ask the expert and we also need to make sure what's right,if different people tell you totally different things to do how to make the decision?

It's really hard.I would tell you in another post.

The important thing is when they are in the same align,trust them and do what they ask.

Never give up to your goal,make sure it's justice and keep it up,you will achieve it.

How feedback work for your improvement的更多相关文章

  1. ba resme

    Resume Name: Zhou Heng Gender: Male Email : jackyzhouheng@gmail.com Self Assessment: I have more tha ...

  2. JD2

    Business Requirement Support l Develops and communicates plan to manage vendor review of requirement ...

  3. CV

    Business Analyst Resume Name:  Zhou Heng Cell:  15821661982  Email :  jackyzhouheng@gmail.com Self A ...

  4. dedecms /plus/feedback.php SQL Injection Vul

    catalog . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 . Dedecms v5.7的plus\feedback.php SQL ...

  5. [论文笔记] Methodologies for Data Quality Assessment and Improvement (ACM Comput.Surv, 2009) (2)

    本篇博文主要对DMQ(S3.7)的分类进行了研读. 1. 这个章节提出了一种DQM的分类法(如下图) 由上图可见,该分类法的分类标准是对assessment & improvement阶段的支 ...

  6. [论文笔记] Methodologies for Data Quality Assessment and Improvement (ACM Comput.Surv, 2009) (1)

    Carlo Batini, Cinzia Cappiello, Chiara Francalanci, and Andrea Maurino. 2009. Methodologies for data ...

  7. 从苹果apns的feedback服务器获取推送失败的token

    在开发自己的苹果推送服务时候,要合理的控制ios设备的Token,而这个Token是由苹果服务器Apns产生的,就是每次app问Apns要Token,由苹果服务器产生的Token会记录到Apns里面, ...

  8. Using Feedback as a Tool

    As a project manager it is important to be able to give and receive feedback effectively. Feedback i ...

  9. feedback 是什么意思

    feedback 是什么意思 能否不要说 feedback 呢?  加一个 feedback?  天啊   先解释一下 feedback 是什么  ? 还有   aria-describedby=&q ...

随机推荐

  1. IP地址解析

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.N ...

  2. 使用iframe从网页调起移动端应用

    比如想在网页中调起支付宝,我们可以创建一个iframe,src为: alipayqr://platformapi/startapp?saId=10000007&clientVersion=3. ...

  3. zoj 3823 Excavator Contest(结构体)

    题目链接:zoj 3823 Excavator Contest 题目大意:一个人开着挖掘机要在N*N的格子上面移动.要求走全然部的格子.而且转完次数要至少为n*(n-1) - 1次, 而且终点和起点必 ...

  4. Android使用surface直接显示yuv数据(三)

    在本文中,Java创建UI和关节JNI经营层surface直接显示yuv数据(yv12).发展环境Android 4.4,驰A23平台. package com.example.myyuvviewer ...

  5. 关于JavaScript中计算精度丢失的问题

    摘要: 由于计算机是用二进制来存储和处理数字,不能精确表示浮点数,而JavaScript中没有相应的封装类来处理浮点数运算,直接计算会导致运算精度丢失. 为了避免产生精度差异,把需要计算的数字升级(乘 ...

  6. Arcgis For Android之GPS定位实现

    翻开曾经做的东西,看了看,非常多从逻辑上比較乱,对之做了改动,完毕后实现的效果为: MapActivity源码例如以下: package com.lzugis.map; import java.io. ...

  7. FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因

    这可能是很多人在使用Android studio 该插件会发现此错误信息:Compiler output path for module can not be null. check your mod ...

  8. UVa 11121 - Base -2

    题目:计算以-2为基数的数的表示. 分析:数论.写出不同位数能表示的数字区间就能够找到规律. 长度为1:[1,1]: 长度为2:[-2,-1]: 长度为3:[2,5]: 观察发现,区间长度增长为1,2 ...

  9. [Android]Parcelable encountered IOException writing serializable object (name = xxx)

    Activity之间通过Intent传递值,支持基本数据类型和String对象及它们的数组对象byte.byte[].char.char[].boolean.boolean[].short.short ...

  10. SSAS系列——【03】多维数据(多维数据集对象)

    原文:SSAS系列--[03]多维数据(多维数据集对象) 1.什么是Cube? 简单 Cube 对象由基本信息.维度和度量值组组成. 基本信息包括多维数据集的名称.多维数据集的默认度量值.数据源和存储 ...