16 May 2017

Resisting Trickle-Down Federal Open Data Policy in U.S. Cities

Open Urbanism

More than ever before in our nation's entire history, cities have taken center-stage on issues typically decided outside of their municipal boundaries. So imagine how many unspoken ones course through our minds. Most of them are not facts but evaluations and judgments entwined with emotions—some positive and helpful (I’ve worked hard and I can ace this presentation; This issue is worth speaking up about; The new VP seems approachable), others negative and less so (He’s purposely ignoring me; I’m going to make a fool of myself; I’m a fake).

The transition property is a shorthand property habitasse used to represent up to four transition-related longhand properties

The prevailing wisdom says that difficult thoughts and feelings have no place at the office: Executives, and particularly leaders, should be either stoic or cheerful; they must project confidence and damp down any negativity bubbling up inside them. But that goes against basic biology. All healthy human beings have an inner stream of thoughts and feelings that include criticism, doubt, and fear. That’s just our minds doing the job they were designed to do: trying to anticipate and solve problems and avoid potential pitfalls.

That div will take half a second when the mouse is over it to turn from red to green. Here is a live demonstration of such a transition
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace RectifyLib.Correct
{
    public class Corrector : AsyncBackgroundProcessor
    {
        protected override Func CreateAsyncProcess(FileAnalysis[] selectedFiles, CancellationToken cancellationToken)
        {
            return () => CorrectFileLocations(selectedFiles);
        }

        private CorrectionResults CorrectFileLocations(FileAnalysis[] selectedFiles)
        {
            // Some code I want to execute on a background thread...
        }
    }
}
Open the webapp now

In our people-strategy consulting practice advising companies around the world, we see leaders stumble not because they have undesirable thoughts and feelings—that’s inevitable—but because they get hooked by them, like fish caught on a line. This happens in one of two ways. They buy into the thoughts, treating them like facts (It was the same in my last job…I’ve been a failure my whole career), and avoid situations that evoke them (I’m not going to take on that new challenge). Or, usually at the behest of their supporters, they challenge the existence of the thoughts and try to rationalize them away (I shouldn’t have thoughts like this…I know I’m not a total failure), and perhaps force themselves into similar situations, even when those go against their core values and goals (Take on that new assignment—you’ve got to get over this). In either case, they are paying too much attention to their internal chatter and allowing it to sap important cognitive resources that could be put to better use.

Open the webapp now

Act on your values

avoid situations that evoke them (I’m not going to take on that new challenge). Or, usually at the behest of their supporters, they challenge the existence of the thoughts and try to rationalize them away (I shouldn’t have thoughts like this…I know I’m not a total failure), and perhaps force themselves into similar This is a common problem, often perpetuated by popular self-management strategies. We regularly see executives with recurring emotional challenges at work—anxiety about priorities, jealousy of others’ success, fear of rejection, distress over perceived slights—who have devised techniques to “fix” them: positive affirmations, prioritized to-do lists, immersion in certain tasks. But when we ask how long the challenges have persisted, the answer might be 10 years, 20 years, or since childhood.

Clearly, those techniques don’t work—in fact, ample research shows that attempting to minimize or ignore thoughts and emotions serves only to amplify them. In a famous study led by the late Daniel Wegner, a Harvard professor, participants who were told to avoid thinking about white bears had trouble doing so; later, when the ban was lifted, they thought about white bears much more than the control group did. Anyone who has dreamed of chocolate cake and french fries while following a strict diet understands this phenomenon.