Stop Wanting and Start Choosing

I am used to hearing people use phrases like “I want to be able to do X thing” or “I want to have X position at my company” when people are talking in generalities about their goals. I tend to do it often as well, especially when using “self-talk” to attempt to work on internal goals and desires. However, when reading a book from Paul Tough, How Children Succeed, one of the quotes that he references from Jonathan Rowson, a Scottish chess grand master who had written about the importance of emotion and psychology in chess success.

When it comes to ambition, it is crucial to distinguish between ‘wanting’ something and ‘choosing’ it…[choosing will] reveal your choice through your behavior and your determination. Every action says, ‘This is who I am.’ – Jonathan Rowson

While this may seem like a simple matter of semantics, it is not that simple. “Wanting” something for yourself is a much weaker explaination of your desire than if you had “chosen” it. Many people “want” to be incredibly famous and rich, however, when you start looking at the lives of those that have accomplished this, forget the Kardashians, you will quickly find that they did not “choose” to be famous, they “chose” to achieve greatness in their fields, and the rich and famous part was more of a side-effect.

In a professional realm, I have long “wanted” to be like the Scott Hanselmans, the John Resigs, the Scott Jehls of the software development world, well-known and respected, and on the leading edge of the software development community. However, attaining this level of public prestige is not something I have “chosen” for myself, like it was not something that these developers “chose” for themselves. In all actuality, I have “chosen” to work hard at my craft, and yes, software development is a craft, just like woodworking is a craft. I have also “chosen” to make an impact in the people around me, hopefully making my colleagues better developers in the process.

Yes, there will be setbacks along the way, and things may look bleak at times, but when you “choose” something as your goal, you will make the necessary sacrifices to be the person you need to be to achieve your ambitions. When you simply “want” something, you may make an effort to achieve your ambition, but more likely than not, you have not internalized your goal enough to have the intestinal fortitude to push through any hardships that will arise.

Don’t just “want” something great for yourself, “choose” greatness.

Related Posts

Jul 15, 2014
2 minutes

The Easiest Way to Create A Solution That Works

The easiest way to create a solution that works…is to do it right the first time. Yes, this is a bit of a cop-out, but it turns out to be an important factor to keep in mind when you are tempted to come up with a quick and dirty solution for a problem that does not follow established best practices and is likely to have code quality issues later.

I have run across many sections of code that I or other developers have written in the past that we thought were “good enough” at the time it was written, yet, I was revisiting the code because we discovered a bug in it. Many times, this code had an issue that would have been trivial to fix at the time it was written, if it were only found. It seems that as a developer, we tend to find the least sufficient solution that will solve the immediate problem we are experiencing instead of finding an optimal solution that will be easily maintained months and years after it was written.

Jan 4, 2015
3 minutes

Top Job Applicants Never Stop Learning

From time to time, my job allows me to be a part of the hiring process for our technical positions. Unfortunately for some of the applicants, I repeatedly come away from these interviews amazed at the responses I get from pretty standard and basic technical questions related to Web Development.

Recently we were looking for a front-end web developer that was good at UX and design and proficient at HTML, CSS, and JavaScript. One of the things that we tend to ask everyone is to rate themselves on a scale of 1 to 10 as to how good they are with each technology. The majority of responses are in the 5-8 range with the corresponding answers to the questions about each techology falling about in the range you would expect. A couple of applicants were brave enough to rate themselves at a 9.5 out of 10 on HTML, CSS, and JavaScript, leading us to believe they were “exceptional applicants”.

Jul 28, 2014
2 minutes

Links Not Working? Check AdBlock Plus

It turns out that the issues with useForcedLinkTracking are not isolated just to Safari’s popup blocker. Unfortunately, one of the most popular browser for both Chrome and Firefox, AdBlock Plus is subject to this issue as well.

One of the things that the AdBlock Plus plugin does is attempt to intercept any and all link traffic to determine whether it was created from an actual mouse click or if it was triggered through JavaScript as part of a marketing campaign. When used on a site with Adobe’s SiteCatalyst analytics with useForcedLinkTracking turned on and target="_blank" set in the hyperlink, you will trigger the issue. If you run into this issue, you can fix it by: