<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Bloj &#187; Chris</title>
	<atom:link href="http://blog.strafenet.com/category/chris/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.strafenet.com</link>
	<description>is a GLOBAL mission focused, values based and demographics driven organization.</description>
	<lastBuildDate>Tue, 10 Aug 2010 04:27:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Travelling down a stack of dependency woes &#8211; How to parse HTML in Windows with Python</title>
		<link>http://blog.strafenet.com/2010/08/09/travelling-down-a-stack-of-dependency-woes-how-to-parse-html-in-windows-with-python/</link>
		<comments>http://blog.strafenet.com/2010/08/09/travelling-down-a-stack-of-dependency-woes-how-to-parse-html-in-windows-with-python/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:40:32 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=887</guid>
		<description><![CDATA[I was hoping I could parse HTML in Python in Windows. As it turned out, every step I tried ended up leading to another step.  In case you are about to lose an entire day dealing with all these steps, I wrote them here.

Problem 1: Beautiful Soup isn&#8217;t supported anymore
Beautiful Soup is the de [...]]]></description>
			<content:encoded><![CDATA[<p>I was hoping I could parse HTML in Python in Windows. As it turned out, every step I tried ended up leading to another step.  In case you are about to lose an entire day dealing with all these steps, I wrote them here.</p>
<ol>
<li><em>Problem 1: Beautiful Soup isn&#8217;t supported anymore</em><br />
Beautiful Soup is the de facto HTML parser. Beloved by Python programmers, it&#8217;s capable of dealing with broken and messy HTML. Sadly, the libraries that it used are being replaced, and the main developer <a href="http://www.crummy.com/software/BeautifulSoup/3.1-problems.html">doesn&#8217;t have time to work on it anymore</a>.<br />
Solution: This was the easiest problem to deal with. I asked the New York Python Meetup, and they all recommended lxml.</li>
<li><em>Problem 2: lxml doesn&#8217;t have a Python 2.7 build</em><br />
The easy solution &#8211; &#8220;easy_install lxml&#8221; &#8211; is supposed to get an egg file precompiled with lxml&#8217;s dependencies (at least, says the INSTALL file in the download).<br />
There were two problems:<br />
1. It doesn&#8217;t<br />
2. None of the .exes on the site are for Python 2.7.<br />
Solution: As it turns out, there&#8217;s a way around this dilemma; someone&#8217;s posted a <a href="http://codespeak.net/pipermail/lxml-dev/2010-July/005574.html">script</a> to build it online. It&#8217;s only for 32-bit though, it seems, but I gave it a short spin anyway.</li>
<li><em>Problem 3: Cython error</em><br />
Solution: <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython">This fix was easy</a>.</li>
<li><em>Problem 4: &#8220;vcvarsall.bat&#8221; missing</em><br />
As it turns out, building many Python packages requires vcvarsall.bat, which is probably a compiling tool of some kind in Microsoft&#8217;s toolchain. The <a href="http://code.google.com/p/rdflib/issues/detail?id=104#c4">fix</a> that comes up in search engine results involve <a href="http://blog.eddsn.com/2010/05/unable-to-find-vcvarsall-bat/">hacking in a different compiler</a> (gcc from MinGW), which I suspected might cause other incompatibilities.<br />
Solution: After talking with a friend from Microsoft, I determined that downloading and installing the Windows SDK would be a good place to start. Though that didn&#8217;t work, I did end up installing Visual Studio C++ Express, which did include vcvarsall.bat.</li>
<li><em>Problem 5: &#8220;vcvarsall.bat&#8221; missing</em><br />
For some unknown reason, even after adding vcvarsall to the path,  the error still came up.<br />
Solution: It was at this point that I realized that the build script was for 32-bit. If I was going to go through the trouble of trying it, maybe it would be worth trying a 32-bit precompiled exe, which I ended up discovering on the <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/">same site</a> I visited earlier.</li>
<li><em>Problem 6: Installation didn&#8217;t work</em><br />
Even though the install went find and &#8220;import lxml&#8221; worked without a hitch, the lxml package was strangely empty &#8211; there was nothing in it!<br />
Solution: I went through site-packages and cleaned it out &#8211; there were two separate lxmls in there from my previous experiments. Removing one of them cleared it all up.</li>
</ol>
<p>(I recently had an experience where I couldn&#8217;t beta test some software because it was built for 32-bit, but my computer was 64-bit. As it turned out, that didn&#8217;t apply here.)</p>
<p>Possible lesson: If something is unlikely to work, but is easy and quick, try it anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2010/08/09/travelling-down-a-stack-of-dependency-woes-how-to-parse-html-in-windows-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook: the Wikipedia of you</title>
		<link>http://blog.strafenet.com/2010/05/27/facebook-is-the-wikipedia-of-you/</link>
		<comments>http://blog.strafenet.com/2010/05/27/facebook-is-the-wikipedia-of-you/#comments</comments>
		<pubDate>Thu, 27 May 2010 17:00:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business/The Software Industry]]></category>
		<category><![CDATA[Chris]]></category>
		<category><![CDATA[General/Misc.]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=871</guid>
		<description><![CDATA[Facebook is trying to be the new Wikipedia.
Lately there&#8217;s been a lot of privacy backlash over Facebook making a lot of information public by default. But one question that&#8217;s getting lost in the controversy deserves more attention. Why are they doing it?
I was lucky enough to be at a semantic web conference just after Facebook [...]]]></description>
			<content:encoded><![CDATA[<h2>Facebook is trying to be the new Wikipedia.</h2>
<p>Lately there&#8217;s been a lot of privacy backlash over Facebook making a lot of information public by default. But one question that&#8217;s getting lost in the controversy deserves more attention. <strong>Why are they doing it?</strong></p>
<p>I was lucky enough to be at a semantic web conference just after Facebook unleashed its new Graph API. What Facebook has done, for those who aren&#8217;t familiar, is changed Facebook interests and &#8220;likes&#8221; into links. So now, instead of having a list of movies and hobbies you like, your profile now links to pages for <a href="http://www.facebook.com/pages/Cooking/113970468613229?v=desc">Cooking</a> and <a href="http://www.facebook.com/pages/The-Godfather/35481394342#!/pages/The-Godfather/35481394342?v=info">The Godfather</a>.</p>
<div id="attachment_872" class="wp-caption aligncenter" style="width: 281px"><a href="http://blog.strafenet.com/wp-content/uploads/2010/05/Untitled.png"><img class="size-medium wp-image-872 " title="Facebook cooking page" src="http://blog.strafenet.com/wp-content/uploads/2010/05/Untitled-271x300.png" alt="" width="271" height="300" /></a><p class="wp-caption-text">Cooking has more friends than you do</p></div>
<p>These pages are wrappers of the same information that was on Wikipedia, IMDB and elsewhere, but with likes and wall posts added. If you click on some of the Wikipedia links, you&#8217;ll get taken not to Wikipedia, but to another Facebook page that wraps it. Facebook may be using Wikipedia&#8217;s content, but the experience and the information is controlled by Facebook and stays on facebook.com.</p>
<p>Facebook isn&#8217;t interested in (just) becoming an encyclopedia of things, though. <strong>Facebook is interested in becoming an encyclopedia of you</strong>. All of your interests and likes are now linked, via FB, to wrapper pages that Facebook manages. Facebook is the centralized database that stores all that information.</p>
<div id="attachment_874" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.strafenet.com/wp-content/uploads/2010/05/Untitled1.png"><img class="size-medium wp-image-874" title="Facebook's vision of the social graph" src="http://blog.strafenet.com/wp-content/uploads/2010/05/Untitled1-300x171.png" alt="" width="300" height="171" /></a><p class="wp-caption-text">This is how Facebook sees you. From F8 developer conference.</p></div>
<h2>&#8212;&#8211;</h2>
<h2>Is having an open graph everywhere inevitable?</h2>
<div class="wp-caption aligncenter" style="width: 430px"><img title="Diaspora founders" src="http://graphics8.nytimes.com/images/2010/05/12/nyregion/12about_CA0/12about_CA0-articleLarge-v2.jpg" alt="" width="420" height="287" /><p class="wp-caption-text">The four founders of Diaspora, in an appropriately indie band pose.</p></div>
<p>At the same time that Facebook was transforming their site into a database of everyone,<a href="http://www.nytimes.com/2010/05/12/nyregion/12about.html?dbk"> a group of four NYU college students</a> got a writeup from the New York Times. Their project, called Diaspora, was (is) to make your personal encyclopedia entry private, so you can control your information and how it gets accessed.</p>
<p>But while people donated nearly <a href="http://www.kickstarter.com/projects/196017994/diaspora-the-personally-controlled-do-it-all-distr">200 thousand dollars</a> to their project, and much ink was spilled over <a href="http://www.nytimes.com/interactive/2010/05/12/business/facebook-privacy.html">how much Facebook was now sharing about us</a>, one might argue that the change to a public graph a la Facebook is inevitable. After all:</p>
<ul>
<li>Many, <a href="http://mashable.com/2010/01/10/facebook-founder-on-privacy/">some at Facebook</a>, some <a href="http://www.wired.com/politics/law/news/1999/01/17538">elsewhere</a>, have argued that privacy is less important to members of Generation Y.</li>
<li>Plus, having a shared social graph is <em>clearly</em> better than one where you can&#8217;t see any of the nodes, right? Once we see how useful it is to share the music we like and the news we&#8217;re interested in through the graph, we won&#8217;t want to turn back.</li>
</ul>
<p><strong>There are two forces that will decide this future: developers and you, the user.</strong></p>
<h2>Developers matter</h2>
<p>You may have noticed recently that a huge number of sites &#8211; CNN, Pandora, the New York Times and others &#8211; have started spouting Facebook like buttons. Some other sites have included ways to login using Facebook itself, making you verify your identity by using your Facebook information.</p>
<p>Websites do this because it makes things easier. People are (arguably) more likely to login to CNN using Facebook than entering their email address, setting yet another password that could be forgotten, and checking their email for some confirmation link they have to click on. The added convenience makes it worth it to <a href="http://developers.facebook.com/blog/post/108">connect CNN to your real name and identity</a>. For some people at least.</p>
<p>Web developers are the key to this, because we end up building the technology that decides if our sites are linked through Facebook or not. And, frankly: There are few good alternatives to Facebook.</p>
<p>For login, there are simply no sites that have the coverage of Facebook. We as developers <em>could </em>let you login to CNN through Google or Twitter, but allowing Facebook logins and using Facebook likes is a <em>necessity</em>. Or at least, a de facto standard.</p>
<p><span style="text-decoration: underline;">Let&#8217;s say you wanted to make an alternative</span>: You&#8217;d need to make sure that there&#8217;s an easy way for developers to incorporate it into their sites, because for a long time, you will be dealing with developers who<em> <strong>have to</strong><span style="font-style: normal;"> put Facebook stuff on their website, and you&#8217;ll be their spare time project. If they can&#8217;t just drop it in, they won&#8217;t!</span></em></p>
<h2>How will people react to Facebook in the long run?</h2>
<p>As a Facebook user, the question that really matters is not privacy or the social graph. Instead: What&#8217;s in it for me? What do I get if I share all this information?</p>
<p>There isn&#8217;t that much value in sharing my movie preferences to a bunch of people, only some of whom are actually my friends. Twitter has proven that a market exists for <em>conspicuous</em> sharing &#8211; wide, out there, open sharing &#8211; but a lot of Facebook&#8217;s privacy woes come from<em> incidental</em> sharing &#8211; the &#8220;oops, I didn&#8217;t know that was public&#8221; type of sharing. One person came up with his own solution &#8211; all of his Facebook information is now public.</p>
<p>To borrow from the earlier 2000s: Some of us signed onto FB thinking it was LiveJournal, and it&#8217;s turned into MySpace. Those of us who thought that will move on.</p>
<p>Facebook&#8217;s main utility, for me and the one person I asked, <strong>is to see if my friends have updated their pages, and to upload and look at pictures</strong>. None of this has anything to do with the social graph, and until someone comes up with a killer app involving me sharing my links to fourteen different things, it&#8217;s not going to matter to me. I&#8217;ll just turn it off, and my Facebook page will be just another one of the many abandoned webpages I&#8217;ve made about myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2010/05/27/facebook-is-the-wikipedia-of-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a sense of scale</title>
		<link>http://blog.strafenet.com/2010/05/25/getting-a-sense-of-scale/</link>
		<comments>http://blog.strafenet.com/2010/05/25/getting-a-sense-of-scale/#comments</comments>
		<pubDate>Wed, 26 May 2010 01:53:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business/The Software Industry]]></category>
		<category><![CDATA[Chris]]></category>
		<category><![CDATA[Product Design]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=868</guid>
		<description><![CDATA[How fast should a startup get to a minimum viable product?
I recently had the chance to compare an organization to an email.
The organization has had a number of meetings and made some useful decisions. They&#8217;ve put up a small site, but want to reorganize it and update the copy (it&#8217;s currently a shell with no [...]]]></description>
			<content:encoded><![CDATA[<p>How fast should a startup get to a minimum viable product?</p>
<p>I recently had the chance to compare an <strong>organization </strong>to an <strong>email</strong>.</p>
<p><strong>The organization</strong> has had a number of meetings and made some useful decisions. They&#8217;ve put up a small site, but want to reorganize it and update the copy (it&#8217;s currently a shell with no visitors). This has been going on over approximately two months.</p>
<p><strong>The email</strong> was from an email list about a startup competition:</p>
<ul>
<blockquote>
<li>On Friday night individuals pitch ideas for new ventures</li>
<li>Teams form around the best ideas and then work over the weekend to develop and launch a prototype on Sunday</li>
</blockquote>
</ul>
<p>&#8212;&#8212;</p>
<p>Useful observations:</p>
<ul>
<li>In a startup, your limiting reagent is how fast you can build. If you have a fast engineering team, you can iterate quickly.</li>
<li>Just because a product is minimal doesn&#8217;t mean it&#8217;s viable. The key criteria: <em>Does the user have something to do?</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2010/05/25/getting-a-sense-of-scale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The most important resume you&#8217;ll ever write.</title>
		<link>http://blog.strafenet.com/2009/10/01/the-most-important-resume-youll-ever-write/</link>
		<comments>http://blog.strafenet.com/2009/10/01/the-most-important-resume-youll-ever-write/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 02:40:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=841</guid>
		<description><![CDATA[I have a great career idea for you. I&#8217;m only going to tell you the idea if you really do it.
It&#8217;s easy &#8211; it won&#8217;t take you any longer than it would to write the first draft of your resume. Want to do it?  

OK.
Get out your word processor, and write your resume.
Twenty years [...]]]></description>
			<content:encoded><![CDATA[<p>I have a great career idea for you. I&#8217;m only going to tell you the idea if <em>you really do it</em>.</p>
<p>It&#8217;s easy &#8211; it won&#8217;t take you any longer than it would to write the first draft of your resume. Want to do it? <img src='http://blog.strafenet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-841"></span></p>
<p>OK.</p>
<p>Get out your word processor, and write your resume.</p>
<p>Twenty years from now.</p>
<p>When you&#8217;re done&#8230;</p>
<p>&#8212;&#8211;</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>What&#8217;s your job title? Software architect? Lead developer? CEO? Homeless? President? Billy Mays?</p>
<p>(Did you weird yourself out doing it? It&#8217;s OK, me too.)</p>
<p><strong>1. How&#8217;d you pick it?</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
<ul>
<li>Have you always dreamed of selling Oxy-Clean?</li>
<li>Do you like the fact that 200 people report to you?</li>
<li>Money?</li>
<li>Do you want college students to look at your life and say, &#8220;i want to be the next __________&#8221;?</li>
<li>Do you want to be in the history books as &#8220;the Henry Ford of technology?&#8221;</li>
<li>Do you want to be happy?</li>
</ul>
<p><strong>2. How did you get there?</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
<ul>
<li>Did you land a great interview after working your way up the ladder, doing great work and getting the attention of your managers?</li>
<li>Did you run for City Council and pioneer a new initiative?</li>
<li>Or make friends with everyone in the political machine?</li>
</ul>
<p>Did you quit and get frustrated after 10 years of success your field to start over and become a teacher? Why&#8217;d you wait so long?</p>
<p>3. Look at your job now. <strong>How are you gonna get there?</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
<p><strong>_______________________________________________</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/10/01/the-most-important-resume-youll-ever-write/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which programming language and which framework should I use?</title>
		<link>http://blog.strafenet.com/2009/09/19/which-programming-language-should-i-use/</link>
		<comments>http://blog.strafenet.com/2009/09/19/which-programming-language-should-i-use/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:31:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=837</guid>
		<description><![CDATA[Frameworks like Ruby on Rails are great because they make it easy to write code &#8211; in a way that makes sense for the problem of websites.
Programming languages are great because they make it easy to write code &#8211; in a way that makes it easier for us to understand.
In the end though, all of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Frameworks like Ruby on Rails are great because they make it easy to write code &#8211; in a way that makes sense for the problem of websites.</p>
<p style="text-align: center;">Programming languages are great because they make it easy to write code &#8211; in a way that makes it easier for us to understand.</p>
<p style="text-align: center;">In the end though, all of these abstractions were not written with <strong>your</strong> problem in mind, but a generic, off-the-shelf problem that you don&#8217;t actually have.</p>
<p style="text-align: center;">Thus, write with any language you want. But write in a way that&#8217;s appropriate to your problem, and write in a way that&#8217;s appropriate to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/09/19/which-programming-language-should-i-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OPB: Dog Part Three</title>
		<link>http://blog.strafenet.com/2009/06/16/opb-dog-part-three/</link>
		<comments>http://blog.strafenet.com/2009/06/16/opb-dog-part-three/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:08:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>
		<category><![CDATA[General/Misc.]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=830</guid>
		<description><![CDATA[http://www.scientificamerican.com/article.cfm?id=an-immodest-proposal
Previously
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.strafenet.com/2009/03/26/opb-dog-revisited/">http://www.scientificamerican.com/article.cfm?id=an-immodest-proposal</a></p>
<p><a href="http://blog.strafenet.com/2009/03/26/opb-dog-revisited/">Previously</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/06/16/opb-dog-part-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OPB: Dog revisited</title>
		<link>http://blog.strafenet.com/2009/03/26/opb-dog-revisited/</link>
		<comments>http://blog.strafenet.com/2009/03/26/opb-dog-revisited/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:02:34 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=825</guid>
		<description><![CDATA[http://blog.strafenet.com/2008/01/30/todays-one-paragraph-blog/
An update: While a doberman/chihuahua mix is certainly possible, apparently not all same-species crosses are viable.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.strafenet.com/2008/01/30/todays-one-paragraph-blog/">http://blog.strafenet.com/2008/01/30/todays-one-paragraph-blog/</a></p>
<p>An update: While a doberman/chihuahua mix is <a href="http://images.google.com/images?q=doberman%20chihuahua%20mix&amp;oe=utf-8&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;sa=N&amp;hl=en&amp;tab=wi">certainly possible</a>, apparently not all <a href="http://answers.yahoo.com/question/index?qid=20080409125836AAaOWMa">same-species crosses</a> are viable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/03/26/opb-dog-revisited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sometimes, leadership is pulling the sled</title>
		<link>http://blog.strafenet.com/2009/03/01/leadership-is-pulling-the-sled/</link>
		<comments>http://blog.strafenet.com/2009/03/01/leadership-is-pulling-the-sled/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 07:19:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business/The Software Industry]]></category>
		<category><![CDATA[Chris]]></category>
		<category><![CDATA[General/Misc.]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=804</guid>
		<description><![CDATA[There will come a point in your job when you&#8217;re pulling a heavy weight, and it&#8217;s not you.
Teams can basically function in one of two ways. Loosely speaking, let&#8217;s call them the light side and the dark side.
On the light side, everyone is communicating and everyone is focused on the success of the team. People [...]]]></description>
			<content:encoded><![CDATA[<p>There will come a point in your job when you&#8217;re pulling a heavy weight, and it&#8217;s not you.</p>
<p>Teams can basically function in one of two ways. Loosely speaking, let&#8217;s call them the light side and the dark side.</p>
<p>On the light side, everyone is communicating and everyone is focused on the success of the team. People are willing to make sacrifices, and everyone knows who&#8217;s making the sacrifices. There is openness and solidarity; the team shares one objective.</p>
<p>If this sounds a little bit doe-eyed and delusional, then I don&#8217;t need to introduce you to the dark side.</p>
<p>While I call it the dark side, the thinking that pulls someone over to this side is completely rational. &#8220;Why should I give up my time and my effort to get something done for someone who&#8217;s just going to claim it for themselves when I&#8217;m done, like he did last month when we finished the Spearmint project?&#8221; The big question a darksider asks is simple and practical: <em>What&#8217;s in it for me.</em></p>
<p>The other thing about the dark side is that it&#8217;s contagious. Once one person starts doing it, everyone gets pulled in.</p>
<p>&#8212;</p>
<p>Now, I&#8217;m not going to claim that you should do anything for anyone if it&#8217;s only going to benefit them. But let&#8217;s consider <em>what&#8217;s in it for you</em>.</p>
<p>Did you ever think about what separates leaders from everyone else? Is it power? Money? The privilege of belonging to a special class, knowing special people? Education? Yes, all of those things matter. But what fills in the empty space when society no longer places them on a pedestal?</p>
<p><strong>Leadership starts by being the one who acts when everyone else doesn&#8217;t.</strong></p>
<p>Leadership starts by being the one who acts when everyone else doesn&#8217;t. Did you ever wonder, while you were sitting in the lecture hall, if you would ever stop being driven around by a system of authority beyond your ability to influence? Or why it didn&#8217;t seem to end when you left the high school classroom and found yourself in another set of forms and bureaucratic procedures driven by some unseen force?</p>
<p>There are two ways of coping in the workplace. The first way is the way of procedure, rule-taking, <em>what&#8217;s in it for me</em>. The rule followers are the dominant breed in high school and bureaucratic monoliths. You can&#8217;t change the rules, so you get what you can out of them. But the rest of the world doesn&#8217;t have to work that way.</p>
<p>The smaller the organization, and the simpler the bureaucracy, the more likely it is that part of the system and the rules is defined by <em>you</em>. When everyone else abdicates responsibility, that&#8217;s not an alarm warning you to rush to the doors while dodging all responsibility. That&#8217;s a vacuum, a power vacuum, and you&#8217;re going to fill it. If you choose to.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/03/01/leadership-is-pulling-the-sled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You just can&#8217;t make that much signal in a day</title>
		<link>http://blog.strafenet.com/2009/02/14/you-just-cant-make-that-much-signal-in-a-day/</link>
		<comments>http://blog.strafenet.com/2009/02/14/you-just-cant-make-that-much-signal-in-a-day/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 18:19:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=809</guid>
		<description><![CDATA[How much information can you produce in one day?
There are hundreds of newspapers across the globe, but if you took the national stories and put them together, a lot of them are about the same things. If you combine today&#8217;s papers with last week&#8217;s, you find that there&#8217;s even less new information &#8211; you could [...]]]></description>
			<content:encoded><![CDATA[<p>How much information can you produce in one day?</p>
<p>There are hundreds of newspapers across the globe, but if you took the national stories and put them together, a lot of them are about the same things. If you combine today&#8217;s papers with last week&#8217;s, you find that there&#8217;s even less new information &#8211; you could compress the whole story into, say, an eventual Wikipedia article, where a few sentences are enough to cover the salient points.</p>
<p>If you spent your whole day thinking, maybe you could come up with a blog post of information. But undoubtably tomorrow&#8217;s post would contain <a href="http://tech.slashdot.org/article.pl?sid=09/02/10/2211220&amp;from=rss">themes from previous posts</a>.</p>
<p>The blogosphere, television, news&#8230;they all have the same problem. There&#8217;s not too much to say, but the talking never ceases. Modern media is a producer of raw content, not a way to digest it and put it into context.</p>
<p>What&#8217;s the best way to create a source of fully digested content?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/02/14/you-just-cant-make-that-much-signal-in-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OPB: Why peer review should be done by hypocrites.</title>
		<link>http://blog.strafenet.com/2009/01/22/opb-why-peer-review-should-be-done-by-hypocrites/</link>
		<comments>http://blog.strafenet.com/2009/01/22/opb-why-peer-review-should-be-done-by-hypocrites/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 05:52:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Chris]]></category>
		<category><![CDATA[Haiku]]></category>
		<category><![CDATA[i-used-your-ninnish-haiku-tag-eat-that-jigga]]></category>

		<guid isPermaLink="false">http://blog.strafenet.com/?p=799</guid>
		<description><![CDATA[We find fault often;
our faults are the same, but found
better by others.
]]></description>
			<content:encoded><![CDATA[<p>We find fault often;<br />
our faults are the same, but found<br />
better by others.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strafenet.com/2009/01/22/opb-why-peer-review-should-be-done-by-hypocrites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.543 seconds -->
