Constructive Criticism Does Not Exist!

This is about an interesting article in hbr.org about criticism. Link was shared via a LinkedIn News e-mail.

Here’s a question guaranteed to make your stomach lurch: “Would you mind if I gave you some feedback?”

What that actually means is “Would you mind if I gave you some negative feedback, wrapped in the guise of constructive criticism, whether you want it or not?”

Summarizing that articles’ main 3 points:

  1. Don’t take into consideration only your needs, react with sensitivity and compassion.
  2. Hold the other person’s value, don’t just attack her.
  3. “Seek first to understand.” i.e. when you tell a story it is just an interpretation and can have flaws or miss things.

Read the source article if you want to understand it all more clearly.

Source: Harvard Business Review

New Facebook Page

A few days ago I created the Facebook Page for this blog and its likes and posts are displayed on the right sidebar.

Its stream of posts mirrors the posts in here, but that is a superset of this blog’s posts. Its exclusive posts are small and isolated things, though, and include various subjects such as and not limited to events, promotional discounts on IT items, external (article) references.

Like us and/or subscribe to us on Facebook!

screen ksh with .kshrc load

Use the env utility, like this:

env ENV=”.kshrc” screen ksh

This is needed because ksh called like this is not a login shell (which loads .profile which, according to ksh’s man, is a good place to export ENV with the rc filename) but an interactive shell, so we need to setup ksh’s special parameter (variable) ENV on the fly.