<?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>Bellwether Software Development</title>
	<atom:link href="http://bellwether.biz/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bellwether.biz</link>
	<description>Agile software development for niche markets.</description>
	<lastBuildDate>Sat, 31 Mar 2012 21:55:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Dragon Gate &#8211; Amazon EC2 AMI for Modern Rails Stack</title>
		<link>http://bellwether.biz/?p=318</link>
		<comments>http://bellwether.biz/?p=318#comments</comments>
		<pubDate>Sat, 31 Dec 2011 13:38:42 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ubuntu amazon ec2 rails nginx git ami]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=318</guid>
		<description><![CDATA[Dragon Gate is a single-server Rails application stack designed to provide a self-hosted EC2 development environment similar to managed hosts like heroku. You can use the Dragon Gate public Amazon Machine Image for your own app servers. It&#8217;s power comes from a conventional Rails stack familiar to developers, and an environment designed to ease deployment, [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Dragon Gate is a single-server Rails application stack</strong> designed to provide a self-hosted EC2 development environment similar to managed hosts like heroku. You can use the Dragon Gate public Amazon Machine Image for your own app servers.</p>
<p>It&#8217;s power comes from a conventional Rails stack familiar to developers, and an environment designed to ease deployment, troubleshooting, scaling, and maintenance. The most up-to-date app versions as possible are installed to take advantage of the latest progress in the Rails ecosystem.</p>
<p>You can launch you own EC2 instance based on Dragon Gate at the following URL:</p>
<p><a title="https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-15e1357c" href="https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-15e1357c" target="_blank">https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-15e1357c</a></p>
<p><strong>Colophon: </strong></p>
<ul>
<li>Based on Unbuntu Oneiric Amd64 ami-bf62a9d6</li>
<li>Rails 3.1.3</li>
<li>MySQL 5.5.19</li>
<li>Passenger 3.0.11</li>
<li>nginx 1.0.1</li>
<li>git server 1.7.5.4</li>
</ul>
<p><strong>Features:</strong></p>
<ul>
<li>rails served over passenger and nginx</li>
<li>test rack app immediately answers http requests out of the box</li>
<li>self-signed ssl certificate for out of the box https support</li>
<li>runs EC2 user-data bash scripts on startup</li>
<li>upstart scripts used for mysql and nginx</li>
<li>bare git repository setup for capistrano-based deployment</li>
</ul>
<p><strong>MySQL:</strong></p>
<p>The database has been setup with a default root login (<em>change this on your own instance!</em>):</p>
<p style="padding-left: 30px;">username: root<br />
password: admin</p>
<p>Additional configuration can be done with MySQL&#8217;s configuration file located at: <em>/etc/mysql/my.cnf</em></p>
<p><strong>deploy.rb</strong></p>
<p style="padding-left: 30px;">require &#8216;bundler/capistrano&#8217;</p>
<p style="padding-left: 30px;">set :application, &#8220;YOUR_APP_NAME&#8221;<br />
set :domain, &#8220;YOUR_EC2_DOMAIN.compute-1.amazonaws.com&#8221;</p>
<p style="padding-left: 30px;">set :repository, &#8220;/home/ubuntu/deploy.git&#8221;<br />
set :local_repository, &#8220;ssh://git@github.com:GITHUBNAME/YOUR_GITHUB_REPO.git&#8221;</p>
<p style="padding-left: 30px;">set :scm, :git<br />
set :branch, &#8220;master&#8221;</p>
<p style="padding-left: 30px;">ssh_options[:keys] = [File.join(ENV["HOME"], &#8220;.ec2&#8243;, &#8220;YOUR_EC2_INSTANCE_KEYPAIR.pem&#8221;)]<br />
ssh_options[:verbose] = :debug<br />
ssh_options[:forward_agent] = true<br />
set :deploy_via, :remote_cache<br />
set :deploy_to, &#8220;/home/ubuntu/www&#8221;<br />
set :user, &#8220;ubuntu&#8221;<br />
set :use_sudo, false<br />
set :scm_verbose, true</p>
<p style="padding-left: 30px;">role :web, domain<br />
role :app, domain<br />
role :db, domain, :primary =&gt; true</p>
<p style="padding-left: 30px;">namespace :deploy do<br />
task :start do ; end<br />
task :stop do ; end<br />
task :restart, :roles =&gt; :app, :except =&gt; { :no_release =&gt; true } do<br />
run &#8220;#{try_sudo} touch #{File.join(current_path,&#8217;tmp&#8217;,'restart.txt&#8217;)}&#8221;<br />
end<br />
end</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=318</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leibniz, Letter to Duke of Hanover , 1679</title>
		<link>http://bellwether.biz/?p=291</link>
		<comments>http://bellwether.biz/?p=291#comments</comments>
		<pubDate>Wed, 09 Nov 2011 07:16:03 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=291</guid>
		<description><![CDATA[Leibniz gives a wicked elevator pitch for some new technology he’s working on… If only God would again inspire your Highness, the idea which had the goodness to determine that I be granted 1200 ecus would become the idea of a perpetual revenue, and then I would be as happy as Raymond Lull, and perhaps [...]]]></description>
				<content:encoded><![CDATA[<p>Leibniz gives a wicked elevator pitch for some new technology he’s working on…</p>
<blockquote><p>If only God would again inspire your Highness, the idea which had the goodness to determine that I be granted 1200 ecus would become the idea of a perpetual revenue, and then I would be as happy as Raymond Lull, and perhaps with more reason. . . . For my invention uses reason in its entirety and is, in addition, a judge of controversies, an interpreter of notions, a balance of probabilities, a compass which will guide us over the ocean of experiences, an inventory of things, a table of thoughts, a microscope for scrutinizing present things, a telescope for predicting distant things, a general calculus, an innocent magic, a non-chimerical cabal, a script which all will read in their own language; and even a language which one will be able to learn in a few weeks, and which will soon be accepted amidst the world. And which will lead the way for the true religion everywhere it goes.
</p></blockquote>
<p>- Leibniz, Letter to Duke of Hanover, 1679</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=291</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Doering CEO, Stars of English</title>
		<link>http://bellwether.biz/?p=297</link>
		<comments>http://bellwether.biz/?p=297#comments</comments>
		<pubDate>Tue, 08 Nov 2011 06:51:02 +0000</pubDate>
		<dc:creator>Farhood</dc:creator>
				<category><![CDATA[testimonial]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=297</guid>
		<description><![CDATA[I have enjoyed working with Bellwether. They have always been a good group of people to work with. Business is always more enjoyable when you have a nice group of people to work with!]]></description>
				<content:encoded><![CDATA[<p>I have enjoyed working with Bellwether. They have always been a good group of people to work with. Business is always more enjoyable when you have a nice group of people to work with! </p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tripling Programmer Estimates</title>
		<link>http://bellwether.biz/?p=275</link>
		<comments>http://bellwether.biz/?p=275#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:48:51 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=275</guid>
		<description><![CDATA[Conventional wisdom has it that when asked for an estimate, a programmer will recede into fitful contemplation, perhaps aided by private notes scribbled in parallel, only to produce a number that should dutifully be multiplied by three for the sake of reality. Nobody can say where this constant came from, or why it so often [...]]]></description>
				<content:encoded><![CDATA[<p>Conventional wisdom has it that when asked for an estimate, a programmer will recede into fitful contemplation, perhaps aided by private notes scribbled in parallel, only to produce a number that should dutifully be multiplied by three for the sake of reality. Nobody can say where this constant came from, or why it so often hits the mark. Excluding some kind of the anthropic principle, I can imagine an answer.</p>
<p><a href="http://bellwether.biz/wp-content/uploads/2011/11/programmer-estimates.jpeg"><img class="alignnone size-medium wp-image-276" title="programmer-estimates" src="http://bellwether.biz/wp-content/uploads/2011/11/programmer-estimates-300x97.jpg" alt="" width="300" height="97" /></a></p>
<p><strong>1st Factor: Accurate in Theory</strong></p>
<p>When a developer provides an estimate, it’s usually quite accurate, derived from a history of similar tasks and projects, as applied now on the platform in question. If development transpired without challenges and unknowns, there would be no need for further multiplication, but this estimate tends to be generous on two points: (1) that any obstacles which arise can be overcome quickly, and (2) that the scope of the details can be foreseen.</p>
<p>A chaste estimate from a developer represents the time it would take to complete the task if they remained in an uninterrupted state of 100% productive time, all the time.</p>
<p><strong>2nd Factor: R&amp;B (Research and Bugs)</strong></p>
<p>The second factor comes from a collective yet measured cynicism towards bugs. It’s never the bugs you expect that kill productivity, and so it’s hard to anticipate the cumulative damage they will cause a schedule.</p>
<p>Estimates often overlook the research necessary before implementing new technologies, techniques, or integrating with other services. Every developer will invest time in researching an optimal approach for any number of project scenarios that require such analysis, but it’s easy to overlook the process in the course of initial estimation.</p>
<p>Combined, research and bug hunting/refactoring out of unfeasible solutions should at worst grow to the size of the normal development schedule itself, hence the multiplier. It’s a guard limit which, should you reach, you know your project’s in trouble, but if you don’t, then you understand as a natural appendage of development.</p>
<p><strong>3rd Factor: The first 90% and the last 90%</strong></p>
<p>This is about overlooking details which enlarge the scope of a task from beneath. When estimating, it’s easy to mentally do class modeling or construct a theoretical workflow or protocol, but it’s difficult to envision the extent of scaffolding that will be needed to facilitate the actual task. This will take the form of helper functions, refactoring and code hygiene, design improvements, and so forth, and are the tale of elegance and quality a good developer brings to the code.</p>
<p>As developers we sense the presence of this work, but during the estimation process it’s much more natural to think from higher levels of abstraction without realizing what’s required to build that abstraction in the first place.</p>
<p>This factor also represents the strange heuristic that developers must complete 90% of a project twice before the project is really complete. When an irrational exuberance starts signaling in the back of our mind that we’re only a few methods and tests away from delivery, we can recognize this as an emotional vanguard meaning we’re, in fact, approximately halfway from having actually completed our work.</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=275</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Ways Developers Fail to Accommodate Business</title>
		<link>http://bellwether.biz/?p=255</link>
		<comments>http://bellwether.biz/?p=255#comments</comments>
		<pubDate>Sat, 29 Oct 2011 10:53:47 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=255</guid>
		<description><![CDATA[Developers tend to advertise themselves, indeed, their entire profession, as a pragmatic yet sophisticated participant in business, creating real human value while neatly abstracting away the complexities of technology. They often see themselves in opposition to other participants, engaging in heroics, or protectionism, or just toiling unsung for the higher good. It&#8217;s a flattering portrait [...]]]></description>
				<content:encoded><![CDATA[<p>Developers tend to advertise themselves, indeed, their entire profession, as a pragmatic yet sophisticated participant in business, creating real human value while neatly abstracting away the complexities of technology. They often see themselves in opposition to other participants, engaging in heroics, or protectionism, or just toiling unsung for the higher good. </p>
<p>It&#8217;s a flattering portrait that manages to combine superiority, rationality, and integrity in the developer&#8217;s character, appearing all the more inviolable when compared to abusive, thoughtless management or the gasping demands of the customer.</p>
<p>These are gross straw-men, however. Even if, as developers, the relationship between business and technology, between corporate and creative, places us under the thumb of clueless decision makers, and even if those authorities are wielding capricious power that can entangle and maim a project, we still have much to answer for ourselves, nor are we as martyred as we like to believe.</p>
<p>If management abuses power, then developers abuse knowledge. It&#8217;s around this fact where developers most often fail to support business needs and the &#8220;outsiders&#8221; who control them. We act as the privileged gatekeepers for warrens of technological complexity, and it&#8217;s our responsibility to examine, understand, distill, and communicate the features and tradeoffs of these systems. When we hoard knowledge, saturate our colleagues with irrelevant details, or refuse to take responsibility outside of our technological boundaries, we fail business. </p>
<p>And it&#8217;s not always a failure of omission or laziness, because by deliberately hiding or revealing technical facts, developers have the power to steer business decisions and often use this power to a greater or lesser degree in fighting back against perceived corporate hostilities or mistakes. Such influence may be well-meaning or even necessary, but often it&#8217;s the result of tensions appearing in a project or a developer who miscalculates their role.</p>
<p>With that said, here are some of the ways that developers fail their businesses.</p>
<p><strong>1. Justification Fail:</strong> a failure to rationalize our technical decisions to others and adequately explain our decision making process. As much as software development is about managing tradeoffs, it&#8217;s important that we remain aware of the reasoning behind founding technical decisions we make, and likewise important to be able to account for our rationale to laymen.</p>
<p><strong>2. Dependency Fail:</strong> a failure to understand, lucidly explain, or else <em>explain at the right moment</em> the deep dependencies between technical components, and the ramifications these relationships impose on system design or change requests. It&#8217;s the absolute responsibility of the developer to inform others when outside influence is threatening a dependency such that subsidiary work will be required or other unintended consequences may occur. </p>
<p>This is one of the most serious fails a developer can make, since we&#8217;re normally the only individuals with a clear understanding of a system&#8217;s composition and behaviors and the ways these drive each other. We&#8217;re also a vanguard, expected to remain vigilant to dependency problems that emerge in the course of development, and only we have the power to alert the team to forthcoming dependency tension or else fail to do so.</p>
<p><strong>3. Transparency Fail:</strong> Due to the arcane nature of development work, it&#8217;s easy for our habitual work efforts to become unintelligible, maybe even invisible, to outsiders. It&#8217;s our failure that we don&#8217;t make some effort to communicate our activities at a high level, so that colleagues feel everyone is moving forward together.</p>
<p><strong>4. Scheduling Fail:</strong> a common failure, partly due to the nature of software development, but also because developers are prone to confusing known and unknown elements, or mistaking the later for the former. When estimating development schedules, we ought to provide solid estimates for tasks of known scope while allowing for sufficient leeway in undertaking tasks of unknown scope.</p>
<p><strong>5. Knowledge Transfer Fail:</strong> accumulating vast reserves of formal and informal intelligence about a system, developers often fail to share that knowledge, and become human silos for some of the most core competencies of a company. A developer should be to some extent documenting their design and decision making process in respect to current development work AND to how it may impact future development. Transferring knowledge means allowing other developers to quickly adopt the insights and proceedings you&#8217;ve recorded, while failing to do so means making yourself both an essential resource but also an extreme liability.</p>
<p><strong>6. Platform Fail:</strong> a failure to select a platform or implementation for ANY reasons other than it&#8217;s inappropriateness to the project on hand and direct development productivity. Playing favorites with technologies is a selfish and chauvinistic fail, and developers ought to be expected to learn new platforms when it makes sense to do so, and to evaluate them so they recognize that sensibility in the first place.</p>
<p><strong>7. Security Fail:</strong> while security is often overlooked by all sectors of business, a developer should always be passively aware of vulnerabilities in the systems they command, and go out of their way to ensure that even if these aren&#8217;t addressed that the risks and consequences are understood by everyone accountable. Only a developer can evaluate this accurately, so they must be a vocal advocate of security (or lack thereof) awareness.</p>
<p><strong>8. Priority Fail:</strong> failing to prioritize workloads based on productivity, business requirements, or known scope is inimical to a project. Approaching development on the basis of personal or professional interest undermines the already fragile development cycle, and is by contrast a demotivating factor when it comes time for the priority work to be tackled.</p>
<p><strong>9. Social Fail:</strong> there are plenty of fail-heavy stereotypes about developer personalities, and they aren&#8217;t worth rehearsing because by social failure I don&#8217;t mean likability, but rather failing to integrate with a team, as if you yourself were some closed social format and the rest of your office was talking in open source protocols. </p>
<p>I wouldn&#8217;t call unfriendliness or cynicism a fail, but not sharing your insights and teaching things to your team, not advocating for best practices or introducing ground-up improvement in your team&#8217;s spoken or unspoken development methodology, refusing to support incidentally related issues with your expertise, neglecting all efforts to advocate richer and more interesting possibilities for technology, and proudly shunning compromise during interpersonal conflict, these all constitute grounds for social failure where a developer, a considerable repository of knowledge and opinion, neglects to participate in their community or decides that other humans must implement implement <em>their</em> jobs to the developer&#8217;s &#8220;proprietary, social specifications&#8221;.</p>
<hr />
<p>However true it is that development is often scapegoated, mistreated, distrusted, overruled, or abused by Corporate Masters, this shouldn&#8217;t be cause to retreat from a wider prospective or shut ourselves off to the subtle or reactionary or purely unintentional ways we fail to contribute larger project goals. It should never be an excuse for our own incompetency or negligence, and I think the developer community would be much better served by relaxing some of its criticism of other vocations and tightening the criticism of its own habits. </p>
<p>Software projects rarely fail for technical reasons, but developers tend to accept this as evidence that they have no done wrong, when they are just as human and answerable as anyway else involved. Our value as developers derives heavily from our wisdom, insight, and expertise. When we miscalculate the importance of that, or selectively use it to exert control, we are failing the businesses, and people, that we are supposed to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailing Yourself Log Files</title>
		<link>http://bellwether.biz/?p=234</link>
		<comments>http://bellwether.biz/?p=234#comments</comments>
		<pubDate>Thu, 20 Oct 2011 05:59:12 +0000</pubDate>
		<dc:creator>Farhood</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[one-liner]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=234</guid>
		<description><![CDATA[I love the following one-liner for quickly getting a copy of a system&#8217;s logs. I use it all the time for ad hoc troubleshooting haproxy, node, mongodb, or pretty much any verbosely logging server software. Of course, you need mail installed first: &#160; which mail sudo apt-get mailutils &#160; Then, the following command gets you [...]]]></description>
				<content:encoded><![CDATA[<div id="LC1">I love the following one-liner for quickly getting a copy of a system&#8217;s logs. I use it all the time for ad hoc troubleshooting haproxy, node, mongodb, or pretty much any verbosely logging server software. Of course, you need mail installed first:</div>
<p>&nbsp;</p>
<pre lang="bash">which mail</pre>
<pre lang="bash">sudo apt-get mailutils</pre>
<p>&nbsp;<br />
Then, the following command gets you an email of the logs:<br />
&nbsp;</p>
<pre lang="bash">cat /var/log/bellwether.log | mail -s 'i can haz logfile plz' travis@bellwether.biz</pre>
<p>&nbsp;</p>
<p>Bellwether loves the command line!</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=234</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Authorization Flow</title>
		<link>http://bellwether.biz/?p=227</link>
		<comments>http://bellwether.biz/?p=227#comments</comments>
		<pubDate>Sun, 16 Oct 2011 09:34:31 +0000</pubDate>
		<dc:creator>Farhood</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=227</guid>
		<description><![CDATA[Facebook&#8217;s canvas authorization can be difficult to fully capture without visitors finding themselves in a strange authorization limbo, or break your cached information by changing their password or logging out of Facebook. Here&#8217;s a chart we use to visualize the authorization flow for most common Canvas applications; note, this assumes the visit enforces authorization, which [...]]]></description>
				<content:encoded><![CDATA[<p>Facebook&#8217;s canvas authorization can be difficult to fully capture without visitors finding themselves in a strange authorization limbo, or break your cached information by changing their password or logging out of Facebook.</p>
<p>Here&#8217;s a chart we use to visualize the authorization flow for most common Canvas applications; note, this assumes the visit enforces authorization, which tends to be more common in Canvas apps than, say, progressive disclosure or anonymous visitors.</p>
<p><a href="http://bellwether.biz/wp-content/uploads/2011/10/fb-auth-flow.jpg"><img class="alignleft size-full wp-image-228" title="Facebook Authorization Flow" src="http://bellwether.biz/wp-content/uploads/2011/10/fb-auth-flow.jpg" alt="" width="557" height="525" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=227</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;I&#8217;m begging you, let me work!&#8221;</title>
		<link>http://bellwether.biz/?p=280</link>
		<comments>http://bellwether.biz/?p=280#comments</comments>
		<pubDate>Wed, 10 Aug 2011 19:52:16 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[the human condition]]></category>
		<category><![CDATA[worklife]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=280</guid>
		<description><![CDATA[Those were the dying words of legendary Osamu Tezuka, father of artforms and a man whose reaching influence on today’s symbols, pop culture, and storytelling is difficult to overstate. When work is playful and creative vision makes labor effortless, you can understand how pure a statement Tezuka made if you replace the word “work” with [...]]]></description>
				<content:encoded><![CDATA[<p>Those were the dying words of legendary Osamu Tezuka, father of artforms and a man whose reaching influence on today’s symbols, pop culture, and storytelling is difficult to overstate.</p>
<p><a style="'float: right;" href="http://bellwether.biz/wp-content/uploads/2011/11/osamu-tezuka-260x300.jpeg"><img class="alignnone size-full wp-image-281" title="osamu-tezuka-260x300" src="http://bellwether.biz/wp-content/uploads/2011/11/osamu-tezuka-260x300.jpeg" alt="" height="200" /></a></p>
<p>When work is playful and creative vision makes labor effortless, you can understand how pure a statement Tezuka made if you replace the word “work” with “live”. Maybe it would be appropriate here to call him by his Buddhist name, Hakugeiin Denkakuenju Shodaikoji, parting earth with such an elegant abstraction on the human condition. 八(＾□＾*)</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farhood Basiri</title>
		<link>http://bellwether.biz/?p=125</link>
		<comments>http://bellwether.biz/?p=125#comments</comments>
		<pubDate>Tue, 05 Jul 2011 14:02:55 +0000</pubDate>
		<dc:creator>Cromer</dc:creator>
				<category><![CDATA[Team]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=125</guid>
		<description><![CDATA[Farhood holds a Master’s degree in Interactive and New Communication Technology from Florida State University and is a doctoral candidate in simulation engineering at the University of Central Florida. He also holds a post-graduate degree in information studies from FSU’s College of Communication &#38; Information. A member of Leadership Florida, Farhood was a recipient of the [...]]]></description>
				<content:encoded><![CDATA[<p>Farhood holds a Master’s degree in Interactive and New Communication Technology from Florida State University and is a doctoral candidate in simulation engineering at the University of Central Florida. He also holds a post-graduate degree in information studies from FSU’s College of Communication &amp; Information.</p>
<p>A member of Leadership Florida, Farhood was a recipient of the Florida Association of College’s Outstanding Leadership Award.  He has been honored to discuss foreign relations with the Iranian Ambassador to the United Nations in New York, was a featured commenter on CNN’s Crossfire, has been interviewed on NPR, and is rated “hot” on Rate My Professor.</p>
<p>Farhood currently resides in Tallahassee and can often be found on FSU campus teaching courses and mentoring young entrepreneurs.</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=125</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Long</title>
		<link>http://bellwether.biz/?p=117</link>
		<comments>http://bellwether.biz/?p=117#comments</comments>
		<pubDate>Tue, 05 Jul 2011 13:59:10 +0000</pubDate>
		<dc:creator>Cromer</dc:creator>
				<category><![CDATA[Team]]></category>

		<guid isPermaLink="false">http://bellwether.biz/?p=117</guid>
		<description><![CDATA[John has been a programmer for more than eleven years and has considerable experience with document management/processing, image processing/analysis, enterprise systems and complex systems integration, large-scale web applications, back-end multi-tier system communication, business processing and workflow, and iOS development. He loves solving problems in a mercilessly efficient manner and writing beautifully simple maintainable code. A [...]]]></description>
				<content:encoded><![CDATA[<p>John has been a programmer for more than eleven years and has considerable experience with document management/processing, image processing/analysis, enterprise systems and complex systems integration, large-scale web applications, back-end multi-tier system communication, business processing and workflow, and iOS development. He loves solving problems in a mercilessly efficient manner and writing beautifully simple maintainable code. A Florida native, John works in Tallahassee, FL designing and developing mobile applications and enterprise systems. Donald Knuth wears a &#8220;John Long is my Homeboy&#8221; t-shirt to show off at parties.</p>
]]></content:encoded>
			<wfw:commentRss>http://bellwether.biz/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
