<?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>Notes From the Road</title>
	<atom:link href="http://mikeseidle.com/feed" rel="self" type="application/rss+xml" />
	<link>http://mikeseidle.com</link>
	<description>Official blog of the future. Or something.</description>
	<lastBuildDate>Wed, 22 Feb 2012 06:45:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>New Laptop</title>
		<link>http://mikeseidle.com/tech/open-source/2012/02/new-laptop</link>
		<comments>http://mikeseidle.com/tech/open-source/2012/02/new-laptop#comments</comments>
		<pubDate>Wed, 22 Feb 2012 06:45:39 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=626</guid>
		<description><![CDATA[It seems like every spring I end up getting a new laptop. This year, it was prompted by last year&#8217;s laptop, a HP having a temperature related problem with the display, and needing to have a machine ready to go to PyCon in March. The new laptop is an AMD Vision A6 powered Samsung. &#160;I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like every spring I end up getting a new laptop. This year, it was prompted by last year&#8217;s laptop, a HP having a temperature related problem with the display, and needing to have a machine ready to go to PyCon in March.
<div></div>
<div>The new laptop is an AMD Vision A6 powered Samsung. &nbsp;I&#8217;ve never owned a Samsung laptop, and I really like this one. It is well put together, and runs shockingly fast&#8230; especially when runing virtual machines. &nbsp;After all the bad things I&#8217;d read about AMDs latest round of processor, a $400 A6 laptop is actually <i>very fast</i>&nbsp;especially compared to the i3 powered intel stuff at comparable price points.</div>
<div></div>
<div>Incidenatlly, one of the things that you really have to appreciate about Linux is how easy it is to migrate from one machine to another:</div>
<div><span id="more-626"></span></div>
<div>
<ol>
<li>Swap hard drives.</li>
<li>Boot.</li>
<li>Optional and rare: deal with driver hell.</li>
<li>Get to work.</li>
</ol>
<div>One of the places where Linux and Windows could not be more different is in handling hardware and device drivers. Linux takes a batteries included approach where most drivers come with the operating system. Windows includes a few drivers with the operating system, but usually requires that you install manufacturer provided drivers for nearly everything. &nbsp;So when you move from one laptop to another, yanking the hard drive from the old one and putting it in the new one usually doesn&#8217;t work at all&#8230; until you spend four hours downloading and installing drivers for stuff like PCI bridges and USB host controllers. &nbsp;Driver hell is defined differently, too:</div>
</div>
<div></div>
<div><b>Linux driver hell:</b> A driver you need to install is not included on your distribution. This happens when you buy something that is very new and the distributions have not added all the drivers, config data and kernel modules to the distribution.&nbsp;</div>
<div></div>
<div><b>Windows driver hell:</b> The usuall four hour download and install dance. Happens every time you install Windows without a pre-configured restore disk for your computer.</div>
<div></div>
<div>Oh, and for those of you having problems with the AMD A6 Radeon APU on Linux, here is how I got mine to work on Kubuntu 11.10</div>
<div></div>
<div><b>Short Version:&nbsp;</b></div>
<div></div>
<div>Get a command line and download the latest Radeon driver from AMD and install it. Then turn off acpi services. Restart X or reboot. Done.</div>
<div><b><br /></b></div>
<div><b>Long Version:&nbsp;</b></div>
<div>
<ol>
<li>Connect to a hardwired ethernet port so we don&#8217;t have to deal with initializing wifi.</li>
<li>Boot in recovery mode.&nbsp;</li>
<li>Mount the file system.</li>
<li>Get a root prompt with network support.</li>
<li>Type dhclient. &nbsp;Wait a second. You are now connected to the internet.</li>
<li>Type wget&nbsp;http://www2.ati.com/drivers/linux/amd-driver-installer-12-1-x86.x86_64.run</li>
<li>When download is complete, type chmod 755&nbsp;amd-driver-installer-12-1-x86.x86_64.run; ./amd-driver-installer-12-1-x86.x86_64.run&nbsp;</li>
<li>Just install the driver.</li>
<li>When driver install is complete, type amdonfig &#8211;acpi-services=on|off</li>
<li>Reboot by typing reboot now</li>
</ol>
<div>Hope that helps.</div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/tech/2011/01/the-year-of-linux-already-happened" rel="bookmark" class="crp_title">The Year of Linux Already Happened</a></li><li><a href="http://mikeseidle.com/tech/open-source/2011/05/why-chrome-matter" rel="bookmark" class="crp_title">Why Chrome Matters to You</a></li><li><a href="http://mikeseidle.com/tech/android/2011/07/android-friday-four-apps-that-stand-the-test-of-time" rel="bookmark" class="crp_title">Android Friday: Four Apps That Stand the Test of Time</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/open-source/2012/02/new-laptop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference Between Software Developer vs. Programmer vs. Software Engineer</title>
		<link>http://mikeseidle.com/tech/it/2012/02/software-developer-programmer-software-engineer</link>
		<comments>http://mikeseidle.com/tech/it/2012/02/software-developer-programmer-software-engineer#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:44:12 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[software devloper]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=577</guid>
		<description><![CDATA[Just so everyone understands the difference: A programmer is a puh-tey-toh. A software developer is a puh-tah-toh. A software engineer is a potato (in some states, a certified potato).]]></description>
			<content:encoded><![CDATA[<p>I had a conversation last week about the difference between being a &#8220;programmer&#8221; and being a &#8220;software developer&#8221; and being a &#8220;software engineer&#8221;. Just so everyone understands the difference: <strong>A programmer is a puh-tey-toh. A software developer is a puh-tah-toh. A software engineer is a potato (in some states, a certified potato).  </strong>Got it?</p>
<div>Ok, so you say, &#8220;real programmers implement sophisticated algorithms.&#8221;</div>
<div><span id="more-577"></span></div>
<div><a href="http://www.imdb.com/title/tt0093779/quotes">Inigo Motoya</a> says, &#8220;You keep using that word. I do not think it means what you think it means.&#8221; Algorithns are just a set of instructions to solve a problem in a defined number of steps. Only programs that accept no input AND have no output do not implement algorithms. It is literally impossible to develop useful software without implementing some kind of algorithm. And it doesn&#8217;t matter if a programmer, software developer or software engineer creates the algorithm.</div>
<div>Business people and marketers somehow latched on to &#8220;algorithm&#8221; as some way of saying something was &#8220;smart&#8221; a few years back. Now people think that somehow algorithms are some kind of deep magic when in fact they are just logic that accepts input and produces the desired output. So software that was marketed as having &#8220;fuzzy logic&#8221; in the 80s, &#8220;artificial intelligence&#8221; in the 1990s now has &#8220;sophisticated algorithms&#8221; that ensure your paradigm is properly synergized with robust industry-wide buzzwords&#8230; or something like that.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/tech/open-source/2011/05/why-chrome-matter" rel="bookmark" class="crp_title">Why Chrome Matters to You</a></li><li><a href="http://mikeseidle.com/biz/marketing/2011/06/messianic-model-high-failure-rates" rel="bookmark" class="crp_title">Selling Products With High Failure Rates</a></li><li><a href="http://mikeseidle.com/politics/2011/10/if-you-will-not-listen-dont-ask-for-input" rel="bookmark" class="crp_title">If You Will Not Listen, Don&#8217;t Ask For Input</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/it/2012/02/software-developer-programmer-software-engineer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Survey &#8211; Open Source</title>
		<link>http://mikeseidle.com/tech/open-source/2012/01/survey-open-source</link>
		<comments>http://mikeseidle.com/tech/open-source/2012/01/survey-open-source#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:55:54 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=618</guid>
		<description><![CDATA[Related Posts:Open Source is Winning. Get Used to It.Android Friday: Winning BigIndyDjango Meetup &#8211; State of the Django Universe]]></description>
			<content:encoded><![CDATA[<link type="text/css" rel="stylesheet" href="http://mikeseidle.com/wp-content/plugins/surveys/style.css" />
<script type="text/javascript" src="http://mikeseidle.com/wp-includes/js/jquery/jquery.js"></script>
<script type="text/javascript" src="http://mikeseidle.com/wp-content/plugins/surveys/script.js"></script>

<div class="survey-area ">
<form action="" method="post" class="survey-form" id="survey-1">
<div class='survey-question' id='question-1'>What do you think the phrase Open Source means?
<input type='hidden' name='question_id[]' value='1' />
<input type='hidden' name='answer-1[]' id='answer-id-' class='answer' value='user-answer' />
<input type='text' name='user-answer-1' class='user-answer' value='' /><br />
</div>

<div class='survey-question' id='question-2'>How often do you use Open Source software?
<input type='hidden' name='question_id[]' value='2' />
<br /><input type='radio' name='answer-2[]' id='answer-id-1' class='answer' value='1' />
<label for='answer-id-1'>All the time</label><br />
<input type='radio' name='answer-2[]' id='answer-id-2' class='answer' value='2' />
<label for='answer-id-2'>Once a day</label><br />
<input type='radio' name='answer-2[]' id='answer-id-3' class='answer' value='3' />
<label for='answer-id-3'>Once a week</label><br />
<input type='radio' name='answer-2[]' id='answer-id-4' class='answer' value='4' />
<label for='answer-id-4'>Occasionally</label><br />
<input type='radio' name='answer-2[]' id='answer-id-5' class='answer' value='5' />
<label for='answer-id-5'>Never</label><br />
</div>

<div class='survey-question' id='question-3'>What devices do you use?
<input type='hidden' name='question_id[]' value='3' />
<br /><input type='radio' name='answer-3[]' id='answer-id-6' class='answer' value='6' />
<label for='answer-id-6'>iPhone or iPad</label><br />
<input type='radio' name='answer-3[]' id='answer-id-7' class='answer' value='7' />
<label for='answer-id-7'>Android phone or tablet (including Kindle Fire, Nook Color, Nook Tablet)</label><br />
<input type='radio' name='answer-3[]' id='answer-id-8' class='answer' value='8' />
<label for='answer-id-8'>PC with Windows</label><br />
<input type='radio' name='answer-3[]' id='answer-id-9' class='answer' value='9' />
<label for='answer-id-9'>PC with Linux</label><br />
<input type='radio' name='answer-3[]' id='answer-id-17' class='answer' value='17' />
<label for='answer-id-17'>Mac</label><br />
</div>

<div class='survey-question' id='question-4'>What best describes how you use computers?
<input type='hidden' name='question_id[]' value='4' />
<br /><input type='checkbox' name='answer-4[]' id='answer-id-10' class='answer' value='10' />
<label for='answer-id-10'>I build software.</label><br />
<input type='checkbox' name='answer-4[]' id='answer-id-11' class='answer' value='11' />
<label for='answer-id-11'>I configure, deploy and manage computers.</label><br />
<input type='checkbox' name='answer-4[]' id='answer-id-12' class='answer' value='12' />
<label for='answer-id-12'>I use computers in my daily work</label><br />
<input type='checkbox' name='answer-4[]' id='answer-id-13' class='answer' value='13' />
<label for='answer-id-13'>I use computers at home for entertainment.</label><br />
<input type='checkbox' name='answer-4[]' id='answer-id-14' class='answer' value='14' />
<label for='answer-id-14'>I rarely use a computer.</label><br />
</div>

<div class='survey-question' id='question-5'>Do you use any of the following software?
<input type='hidden' name='question_id[]' value='5' />
<br /><input type='radio' name='answer-5[]' id='answer-id-15' class='answer' value='15' />
<label for='answer-id-15'>Google Chrome, Mozilla Firefox or Apple Safari</label><br />
<input type='radio' name='answer-5[]' id='answer-id-16' class='answer' value='16' />
<label for='answer-id-16'>OpenOffice, LibreOffice or Lotus SmartSuite</label><br />
</div>

<br />
<input type="button" id="survey-next-question" value="Next &gt;"  /><br />

<input type="submit" name="action" id="survey-action-button" value="Submit Survey"  />
<input type="hidden" name="survey_id" value="1" />
</form>

<script type="text/javascript">survey_questions_per_page = 1;</script>
</div>


<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/tech/it/2011/11/open-source-is-winning-get-used-to-it" rel="bookmark" class="crp_title">Open Source is Winning. Get Used to It.</a></li><li><a href="http://mikeseidle.com/blog-2/2011/08/android-friday-winning-big" rel="bookmark" class="crp_title">Android Friday: Winning Big</a></li><li><a href="http://mikeseidle.com/tech/django/2011/10/indydjango-meetup-state-of-the-django-universe" rel="bookmark" class="crp_title">IndyDjango Meetup &#8211; State of the Django Universe</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/open-source/2012/01/survey-open-source/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congress Wants to Unplug the Internet with SOPA and PIPA</title>
		<link>http://mikeseidle.com/tech/2012/01/sopa</link>
		<comments>http://mikeseidle.com/tech/2012/01/sopa#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:54:46 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Biz]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[free speech]]></category>
		<category><![CDATA[pipa]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[sopa]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=608</guid>
		<description><![CDATA[Next week, congress will vote on SOPA (House version) and PIPA (Senate version).  Both SOPA and PIPA will break both the Internet and your Constitutional rights by enabling private companies to jail you for up to five years for posting something they think might infringe on a copyright. Update: Even the SOPA author US Representative Lamar [...]]]></description>
			<content:encoded><![CDATA[<p>Next week, congress will vote on SOPA (House version) and PIPA (Senate version).  Both SOPA and PIPA will break both the Internet and your Constitutional rights by enabling private companies to jail you for up to five years for posting something they think might infringe on a copyright. <strong>Update: </strong>Even the <a href="http://www.vice.com/read/lamar-smith-sopa-copyright-whoops">SOPA author US Representative Lamar Smith would run afoul of his own law</a>.</p>
<p>If passed, SOPA will give private corporations the power to:</p>
<ol>
<li>Shut down entire websites over a single link to a website they claim contains a copyright infringement.  So, @schmucketyschmuck tweets a post linking to a photo from Getty Images. Getty doesn&#8217;t like it. Getty has Twitter shut down.</li>
<li>If say, Sony thinks you aren&#8217;t doing enough to prevent people from posting content from their artists, they can get a court order shutting down your website.  Yes, this even applies to sites hosted in foreign countries.</li>
<li>Have people jailed for <strong>five years </strong>for posting copyrighted material. Yes, posting your parrot singing Pumped Up Kicks (or any other copyrighted composition) is an infringement.  Yes, posting a link to a copyrighted photograph could result in <strong>five years </strong>in federal prison. Posting a clip from Office Space, like one that describes the kind of prison you will be sent to? <strong>Five years.</strong></li>
</ol>
<p>Don&#8217;t believe it? Here&#8217;s the best two minute video you will watch today:</p>
<p><span id="more-608"></span></p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/hLYgs0xMDm0?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Oh, and in case you didn&#8217;t get where corporations will be able to send you, your kids or your employees if they post a single link that say, the RIAA doesn&#8217;t like:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/xPcql4FuCK0?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Take a minute to call or SNAIL MAIL your US Representative and Senator today. It is really, really important.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/biz/marketing/2011/04/beautiful-and-confusing-web-design" rel="bookmark" class="crp_title">Beautiful and Confusing Web Design</a></li><li><a href="http://mikeseidle.com/blog-2/2011/07/a-few-thoughts-on-google" rel="bookmark" class="crp_title">A Few Thoughts on Google+</a></li><li><a href="http://mikeseidle.com/tech/android/2011/07/android-friday-four-apps-that-stand-the-test-of-time" rel="bookmark" class="crp_title">Android Friday: Four Apps That Stand the Test of Time</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/2012/01/sopa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Couple of Quick Updates</title>
		<link>http://mikeseidle.com/blog-2/2012/01/couple-of-quick-updates</link>
		<comments>http://mikeseidle.com/blog-2/2012/01/couple-of-quick-updates#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:18:59 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=604</guid>
		<description><![CDATA[I&#8217;ve been pretty busy lately and not had time for the blog&#8230; I&#8217;ve released several new open source packages via the DirectEmployers Foundation&#8230; and in speaking of the Foundation, we now have a website which explains exactly what we do.  The first package is a URL shortener and click server for Django. Click servers (sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pretty busy lately and not had time for the blog&#8230;</p>
<ul>
<li>I&#8217;ve released several new open source packages via the DirectEmployers Foundation&#8230; and in speaking of the Foundation, we now have a website which explains exactly what we do.  The first package is a <a href="https://github.com/DirectEmployers/django-my-urls">URL shortener and click server for Django</a>. Click servers (sometimes called URL routers) are important because they give a website a way to manage and measure inbound traffic that is often invisible to the browser, server or analytics tool.  The second is a little more mundane: an improved <a href="http://directemployersfoundation.org/blog/2011/12/sendgrid-smtp-api">Python API for SendGrid</a> (a service that makes sure emails like &#8220;I forgot my password&#8221; and &#8220;Your bill is past due&#8221; make it to the recipient&#8217;s mailbox.</li>
<li>We moved to Gmail at DirectEmployers Foundation and that prompted me to move my personal email to Gmail. As someone who has used traditional email clients for a long, long time, the adjustment was pretty easy&#8230; once I found the <a title="Gmail Keyboard Shortcuts" href="http://support.google.com/mail/bin/answer.py?hl=en&amp;answer=6594">keyboard shortcuts</a>.</li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/blog-2/2011/01/a-few-quick-updates" rel="bookmark" class="crp_title">A Few Quick Updates</a></li><li><a href="http://mikeseidle.com/tech/2010/12/reason-5391-i-love-python" rel="bookmark" class="crp_title">Reason #5,391 I Love Python</a></li><li><a href="http://mikeseidle.com/tech/django/2011/10/indydjango-meetup-state-of-the-django-universe" rel="bookmark" class="crp_title">IndyDjango Meetup &#8211; State of the Django Universe</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/blog-2/2012/01/couple-of-quick-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://mikeseidle.com/blog-2/2011/12/merry-chirstmas</link>
		<comments>http://mikeseidle.com/blog-2/2011/12/merry-chirstmas#comments</comments>
		<pubDate>Sun, 25 Dec 2011 13:53:02 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=598</guid>
		<description><![CDATA[When someone wishes you well for the holiday that matters most in their life, take it as the compliment that it is &#8211; best wishes on a favorite holiday.  So when I say Merry Christmas, please don&#8217;t politicize, prothlesize or use it as an opportunity to tell me that my beliefs are wrong.  Understand that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mikeseidle.com/wp-content/uploads/2011/12/cohdranknxmas2010dec4.jpg"><img class="alignright size-medium wp-image-599" title="Christmas" src="http://mikeseidle.com/wp-content/uploads/2011/12/cohdranknxmas2010dec4-300x199.jpg" alt="" width="300" height="199" /></a> When someone wishes you well for the holiday that matters most in their life, take it as the compliment that it is &#8211; best wishes on a favorite holiday.  So when I say Merry Christmas, please don&#8217;t politicize, prothlesize or use it as an opportunity to tell me that my beliefs are wrong.  Understand that what I&#8217;m saying to you is simple:</p>
<p><strong>Best wishes to you, your family and those important to you on a day that is important to me. </strong></p>
<p>Merry Christmas.</p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/tech/android/2011/07/android-friday-four-apps-that-stand-the-test-of-time" rel="bookmark" class="crp_title">Android Friday: Four Apps That Stand the Test of Time</a></li><li><a href="http://mikeseidle.com/tech/security/2011/08/security-does-not-sell" rel="bookmark" class="crp_title">Security Does Not Sell</a></li><li><a href="http://mikeseidle.com/politics/2011/11/veterans-day" rel="bookmark" class="crp_title">Veteran&#8217;s day</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/blog-2/2011/12/merry-chirstmas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veteran&#8217;s day</title>
		<link>http://mikeseidle.com/politics/2011/11/veterans-day</link>
		<comments>http://mikeseidle.com/politics/2011/11/veterans-day#comments</comments>
		<pubDate>Fri, 11 Nov 2011 15:47:39 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[11-11-11]]></category>
		<category><![CDATA[veterans]]></category>
		<category><![CDATA[veterans day]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=589</guid>
		<description><![CDATA[I served in the Navy. I never once felt like I was doing a thankless job. Here is why: It&#8217;s easy to serve when the you are working for the greatest people defending the greatest country in the world. Although it is nice to hear, &#8220;Thank You&#8221; from time to time, I would much rather [...]]]></description>
			<content:encoded><![CDATA[<p>I served in the Navy. I never once felt like I was doing a thankless job. Here is why:</p>
<blockquote><p>It&#8217;s easy to serve when the you are working for the greatest people defending the greatest country in the world.</p></blockquote>
<p>Although it is nice to hear, &#8220;Thank You&#8221; from time to time, I would much rather you keep on making America worth fighting for.  &#8221;Thank You&#8221; is common and empty. If you are genuinely grateful, you can do that has much deeper meaning:</p>
<p><span id="more-589"></span></p>
<div id="attachment_591" class="wp-caption alignright" style="width: 310px"><a href="http://mikeseidle.com/wp-content/uploads/2011/11/vetsday.jpg"><img class="size-medium wp-image-591" title="Tomb of the Unknown Soldier" src="http://mikeseidle.com/wp-content/uploads/2011/11/vetsday-300x114.jpg" alt="" width="300" height="114" /></a><p class="wp-caption-text">Tomb of the Unknown Soldier</p></div>
<ul>
<li><strong>Speak up for what you believe in.</strong> Freedom of speech is our most important freedom  and my fellow Vets and I served so that you can protest, burn flags, and speak your mind without fear. Even though I might not agree with you, I support your right to speak out without question.</li>
<li>If you are old enough, <strong>be aware of the issues facing your community and vote</strong>. Your vote makes a big difference in local elections, and your local councilmen, judges, prosecutors, clerks, mayors and trustees have more impact on your life and those around you than the President ever does.</li>
<li><strong>Pursue your dreams.</strong> Ultimately, that is what America is about. Don&#8217;t waste opportunity.</li>
<li>If you are in the media, <strong>make sure stories about government abuse, oppression and injustice get out.</strong></li>
<li>If you are a police officer, lawyer or judge, <strong>seek the truth and apply the law in a way that yields justice</strong>.</li>
</ul>
<p>Every Veteran took action and stepped up and took an oath that could have cost them their life. Some of us never fired a shot in anger or were shot at. But all of us put it all on the line. All we want is for you, the people, is to live you lives to the fullest in the freedom we swore to defend. Do that and there&#8217;s no need to say a word .</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/politics/2011/05/franklin-township-school-tax-referendum-fail" rel="bookmark" class="crp_title">Franklin Township School Referendum: Epic Fail</a></li><li><a href="http://mikeseidle.com/politics/2010/12/the-strange-episode-of-wikileaks" rel="bookmark" class="crp_title">The Strange Episode of Wikileaks</a></li><li><a href="http://mikeseidle.com/biz/2011/07/three-ways-to-deal-with-pressure-and-help-those-around-you-deal-with-it" rel="bookmark" class="crp_title">Three Ways to Deal With Pressure</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/politics/2011/11/veterans-day/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source is Winning. Get Used to It.</title>
		<link>http://mikeseidle.com/tech/it/2011/11/open-source-is-winning-get-used-to-it</link>
		<comments>http://mikeseidle.com/tech/it/2011/11/open-source-is-winning-get-used-to-it#comments</comments>
		<pubDate>Sun, 06 Nov 2011 10:08:19 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=564</guid>
		<description><![CDATA[Companies are making a killing with open source. Google hasn&#8217;t done bad with it&#8217;s web services and Android OS. Apple has built their entire empire on BSD Unix (it&#8217;s what is underneath OSX and iOS) and used open source tools like Webkit to quickly build new offerings like the Safari browser that powers iPhone and [...]]]></description>
			<content:encoded><![CDATA[<p>Companies are making a killing with open source. Google hasn&#8217;t done bad with it&#8217;s web services and Android OS. Apple has built their entire empire on BSD Unix (it&#8217;s what is underneath OSX and iOS) and used open source tools like Webkit to quickly build new offerings like the Safari browser that powers iPhone and iPad. So why don&#8217;t IT people get it?<span id="more-564"></span></p>
<p>It&#8217;s simple: Open source changes the IT game from installation and maintenance to actively building. The focus moves from basic services like installing software, printing and sharing drives to creating new applications and actually automating the flow of information between systems. General purpose IT people are lots of things, but they are not developers. And it is now a developer&#8217;s world.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/blog-2/2011/08/android-friday-winning-big" rel="bookmark" class="crp_title">Android Friday: Winning Big</a></li><li><a href="http://mikeseidle.com/tech/open-source/2012/01/survey-open-source" rel="bookmark" class="crp_title">Survey &#8211; Open Source</a></li><li><a href="http://mikeseidle.com/tech/open-source/2011/03/fou-must-have-extensions-for-openoffice" rel="bookmark" class="crp_title">Four Must Have Extensions for OpenOffice</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/it/2011/11/open-source-is-winning-get-used-to-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Will Not Listen, Don&#8217;t Ask For Input</title>
		<link>http://mikeseidle.com/politics/2011/10/if-you-will-not-listen-dont-ask-for-input</link>
		<comments>http://mikeseidle.com/politics/2011/10/if-you-will-not-listen-dont-ask-for-input#comments</comments>
		<pubDate>Mon, 31 Oct 2011 21:00:15 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[We the People]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=579</guid>
		<description><![CDATA[Ever wonder why leaders don&#8217;t often ask for input more often?&#160;Leaders don&#8217;t often ask for input from their followers very often because unless you are willing to listen, asking for input is dangerous.&#160; Most leaders don&#8217;t listen very well and believe strongly in Sir Phillip Dormer Stanhope&#8217;s&#160;famous&#160; maxim: Many a man would rather you here [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder why leaders don&#8217;t often ask for input more often?&nbsp;Leaders don&#8217;t often ask for input from their followers very often because unless you are willing to listen, asking for input is dangerous.&nbsp; Most leaders don&#8217;t listen very well and believe strongly in <a href="http://en.wikipedia.org/wiki/Earl_of_Chesterfield">Sir Phillip Dormer Stanhope&#8217;s</a>&nbsp;famous&nbsp; <a href="http://www.brainyquote.com/quotes/authors/l/lord_chesterfield_3.html">maxim</a>:<br />
<blockquote>Many a man would rather you here his case than grant his request.</p></blockquote>
<div>President Obama just illustrated this with the <a href="https://wwws.whitehouse.gov/petitions#!/">We the People</a> petition project.</div>
<div>
<div>
<div>It seemed like it did not matter what the issue was,&nbsp;<a href="https://wwws.whitehouse.gov/petitions#!/response/what-we-have-say-about-legalizing-marijuana">decriminalizing marijuana use</a>, the <a href="https://wwws.whitehouse.gov/petitions#!/response/fair-tax-%E2%80%93-national-sales-tax-increases-tax-burdens-middle-class-families">fair tax</a>, or&nbsp;<a href="https://wwws.whitehouse.gov/petitions#!/response/why-we-can%E2%80%99t-comment">investigating an injustice</a>, &#8220;No&#8221; was the answer du jour. &nbsp;</div>
<div></div>
<div>Next, the people who championed the petitions will begin attacking the Obama administration (in fact, there is <a href="https://wwws.whitehouse.gov/petitions#!/petition/replace-gil-kerlikowske/Lbk7p73H">already a petition to fire the person who wrote the response on decriminalizing marijuama use</a>). &nbsp;Eventually,&nbsp;We The People will become an annoyance the White House, and an even bigger annoyance to voters who on both the left and right are already up to their eyeballs with our elected leaders. Which brings me back to why leaders don&#8217;t ask for input very often:</div>
</div>
</div>
<div></div>
<div>Asking for input can be dangerous.</div>
<div></div>
<div>(BTW &#8211; I commend President Obama for asking for input &#8211; it takes a lot of courage to do so)</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/social-media/2011/06/twitter-tool-beta" rel="bookmark" class="crp_title">Something Different: A Twitter Tool</a></li><li><a href="http://mikeseidle.com/tech/it/2012/02/software-developer-programmer-software-engineer" rel="bookmark" class="crp_title">Difference Between Software Developer vs. Programmer vs. Software Engineer</a></li><li><a href="http://mikeseidle.com/tech/android/2011/07/android-friday-four-apps-that-stand-the-test-of-time" rel="bookmark" class="crp_title">Android Friday: Four Apps That Stand the Test of Time</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/politics/2011/10/if-you-will-not-listen-dont-ask-for-input/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IndyDjango Meetup &#8211; State of the Django Universe</title>
		<link>http://mikeseidle.com/tech/django/2011/10/indydjango-meetup-state-of-the-django-universe</link>
		<comments>http://mikeseidle.com/tech/django/2011/10/indydjango-meetup-state-of-the-django-universe#comments</comments>
		<pubDate>Tue, 25 Oct 2011 22:00:31 +0000</pubDate>
		<dc:creator>Mike Seidle</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[indydjango]]></category>

		<guid isPermaLink="false">http://mikeseidle.com/?p=567</guid>
		<description><![CDATA[Here are my notes from the &#8220;state of Django&#8221; from the 10/25/2011 IndyDjango meetup: Current Relesase: 1.3.1 For 1.2.x users, 1.2.7 was released on 9/10/2011 and includes a security patch that was supposed to be in 1.2.6. What&#8217;s Coming in 1.4 Support for Python 2.4 is dropped. 2.5-2.7 is supported. SELECT FOR UPDATE is implemented [...]]]></description>
			<content:encoded><![CDATA[<div>Here are my notes from the &#8220;state of Django&#8221; from the 10/25/2011 IndyDjango meetup:</div>
<div><strong>Current Relesase: </strong>1.3.1</div>
<div>For 1.2.x users, 1.2.7 was released on 9/10/2011 and includes a security patch that was supposed to be in 1.2.6.<span id="more-567"></span></div>
<h3>What&#8217;s Coming in 1.4</h3>
<div>
<ul>
<li>Support for Python 2.4 is dropped. 2.5-2.7 is supported.</li>
<li>SELECT FOR UPDATE is implemented in the QuerySet.select_for_update() method. This prevents rows matched by the query from being updated or deleted until the end of the transaction.</li>
<li>New Model.objects.bulk_create method in ORM provides a more efficient way to create multiple objects</li>
<li>Bundled templates are moving to an HTML5 doctype</li>
<li>Lots of changes in django.contrib.admin that are backwards incompatible starting with templates&#8230;</li>
</ul>
</div>
<div>Lots more in the <a href="https://docs.djangoproject.com/en/dev/releases/1.4/">dev release notes</a>&#8230;</div>
<h2>Noteworthy Stuff</h2>
<h3><a href="http://www.revsys.com/blog/2011/oct/20/pep712-proposal-make-unittest2-more-accurate/">PEP712</a>: Movement to Make unittest2 More Accurate</h3>
<div>The basic idea: after 7 failures in a unit test change the failure indicator character from F to U so that test results are more descriptive:</div>
<div>
<pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; background-position: initial initial; background-repeat: initial initial; border-width: 0px; padding: 0px;">.....FFFFFFFUUUUUUUUUUUUUUUUU</pre>
<pre>CK-----------------------------</pre>
<pre>-------------------------------</pre>
<pre>---------Ran 25 tests in 3.14159sFAILED (failures=19)</pre>
</div>
<h3>Andy McKay Has a few great ideas&#8230;</h3>
<p>on <a href="http://blog.mozilla.com/webdev/2011/10/20/open-sourcing-your-django-site/">how to open source your Django application</a>. Suggested reading if you are thinking about open sourcing your app.</p>
<h3>Web Security and Django</h3>
<p>Find out how Django addresses the <a href="https://www.owasp.org/index.php/Top_10_2010-Main">OWASP Top 10</a> security issues &#8211; a list of common security flaws in web applications. <a href="http://leone.panopticdev.com/2011/10/security-django-and-owasp-top-10.html">This is print and show the boss</a> (or if your are the boss, show the customer) material.</p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://mikeseidle.com/blog-2/2012/01/couple-of-quick-updates" rel="bookmark" class="crp_title">Couple of Quick Updates</a></li><li><a href="http://mikeseidle.com/blog-2/2011/01/a-few-quick-updates" rel="bookmark" class="crp_title">A Few Quick Updates</a></li><li><a href="http://mikeseidle.com/tech/it/2011/11/open-source-is-winning-get-used-to-it" rel="bookmark" class="crp_title">Open Source is Winning. Get Used to It.</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://mikeseidle.com/tech/django/2011/10/indydjango-meetup-state-of-the-django-universe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.535 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-23 00:16:00 -->

