<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ryan Day</title>
	
	<link>http://www.ryanday.net</link>
	<description>freelance product development</description>
	<lastBuildDate>Fri, 27 Jan 2012 07:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RyanDay" /><feedburner:info uri="ryanday" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Burgers and Beer</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/o3nIN2lCJtQ/</link>
		<comments>http://www.ryanday.net/2012/01/27/burgers-and-beer/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 07:33:07 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=686</guid>
		<description><![CDATA[A great time was had by all at The Counter this evening. We had an all time high turn out at near 100%! Several new faces joined today as well. Perhaps the time/date change was helpful? Alex was able to make it out from DC.&#160;He brought me up to date on Python Packges&#160;and the near [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ryanday.net/wp-content/uploads/2012/01/python.png"><img class="alignright size-full wp-image-683" title="python" src="http://www.ryanday.net/wp-content/uploads/2012/01/python.png" alt="" width="138" height="180" /></a>A great time was had by all at The Counter this evening. We had an all time high turn out at near 100%! Several new faces joined today as well. Perhaps the time/date change was helpful? <a href="http://aclark.net/" target="_blank">Alex</a> was able to make it out from DC.&nbsp;He brought me up to date on <a href="http://www.pythonpackages.com/" target="_blank">Python Packges</a>&nbsp;and the near term plans.&nbsp;<a href="http://pydanny.blogspot.com/" target="_blank">pyDanny</a>(original nova Django coordinator) and Audrey made it out from LA. They provided some great insight on Meetups and persistence and keeping going.</p>
<p>The third Thursday is going well but perhaps it would be wise to expand to multiple meetings a month? I would hate to over expand, however this particular meeting generated a lot of traffic. Perhaps pyBrew would still work. The Lost Dog Cafe was mentioned more then once tonight and came runner up in our poll&#8230;. it is looking good&#8230;</p>
<p>So on to new business. NOVA Python is now its own group! We have split off of the DC parent and have all manner of new domains and color schemes and&#8230; well, thats about it really. So, the new Meetup Group location is <a href="http://meetup.novapython.org" target="_blank">http://meetup.novapython.org</a> and the website is <a href="http://www.novapython.org" target="_blank">http://www.novapython.org.</a>&nbsp;There is a Twitter &#8230; thing?&#8230; to follow as well,&nbsp;<a href="https://twitter.com/#!/NOVAPython">https://twitter.com/#!/NOVAPython</a>&nbsp;(or @NOVAPython). I&#8217;m sure I&#8217;ll send an email to the list shortly, once I make sure everything is working correctly.&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/o3nIN2lCJtQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2012/01/27/burgers-and-beer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2012/01/27/burgers-and-beer/</feedburner:origLink></item>
		<item>
		<title>NOVA Python January</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/IHyAUyg7KMA/</link>
		<comments>http://www.ryanday.net/2012/01/20/nova-python-january/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:49:30 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=679</guid>
		<description><![CDATA[Today&#8217;s meetup went pretty well. Kenneth Reitz gave his Python for Humans talk. The main focus (I felt) was on PEP 20&#8242;s &#8220;There should be one&#8211; and preferably only one &#8211;obvious way to do it&#8221;. The major problem being that new adopters are faced with multiple choices to do everyday things like file system access [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ryanday.net/wp-content/uploads/2012/01/python.png"><img class="alignright size-full wp-image-683" title="python" src="http://www.ryanday.net/wp-content/uploads/2012/01/python.png" alt="" width="138" height="180" /></a>Today&#8217;s meetup went pretty well. <a title="Kr" href="http://www.kennethreitz.com/" target="_blank">Kenneth Reitz</a> gave his Python for Humans talk. The main focus (I felt) was on PEP 20&#8242;s &#8220;There should be one&#8211; and preferably only one &#8211;obvious way to do it&#8221;. The major problem being that new adopters are faced with multiple choices to do everyday things like file system access and web requests. Some of these choices are old (urllib2) and deprecated (<a title="PIP over easy_install" href="http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install" target="_blank">easy_install</a>).</p>
<p>We discussed Python 3k and its unicode problems, and possibly convinced Ed to back port his language processor to use 2.7 instead of 3k. I learned about gUnicorn, which I intend on using for a work in progress.</p>
<p>It was a good time, and I anxiously await next month when <a title="NOVA Python" href="http://nova-python.dcpython.org/events/47424962/">Jim Fulton gives his talk</a>!</p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/IHyAUyg7KMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2012/01/20/nova-python-january/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2012/01/20/nova-python-january/</feedburner:origLink></item>
		<item>
		<title>First Hire</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/OYNh2CYYzjk/</link>
		<comments>http://www.ryanday.net/2012/01/16/first-hire/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 04:38:32 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=639</guid>
		<description><![CDATA[We&#8217;ve just recently completed our first full time development hire for Cirrusworks! This increases our stateside My experience was not entirely what I expected so I wanted to share my notes about the process. I used two types of job ads, and posted to three different boards. I&#8217;m interested to hear other&#8217;s experiences in today&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p align="LEFT"><span style="color: #000000; font-size: medium; font-family: georgia, palatino;"><a href="http://www.ryanday.net/wp-content/uploads/2012/01/celebrate-fire-works-pretty.png"><img class="alignright size-full wp-image-668" title="celebrate-fire-works-pretty" src="http://www.ryanday.net/wp-content/uploads/2012/01/celebrate-fire-works-pretty.png" alt="" width="224" height="179" /></a>We&#8217;ve just recently completed our first full time development hire for Cirrusworks! This increases our stateside My experience was not entirely what I expected so I wanted to share my notes about the process. I used two types of job ads, and posted to three different boards. I&#8217;m interested to hear other&#8217;s experiences in today&#8217;s hiring process as well. I want to know if the hiring process has changed from just a few years ago.</span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="text-decoration: underline;">TL;DR</span></span></span><br /> <span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I received significantly less resumes than I expected. However I still had several great candidates that I had to make hard decisions about. This leads me to believe that the more specialized job boards are successfully reducing the clutter. I feel that, given this elite group, the company is the one who only has 30 seconds to pique the interest of candidate instead of the other way around(which is what I tend&nbsp;to see in hiring blog posts and books).</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="text-decoration: underline;">Search Locations</span></span></span><br /> <span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I used Craigslist, <a title="Careers 2.0" href="http://careers.stackoverflow.com" target="_blank">Careers 2.0</a> and <a title="Authentic Jobs" href="http://www.authenticjobs.com" target="_blank">Authentic Jobs</a> for my search. I tested out both ads on Craigslist first. This let me keep costs down while I made sure my ads would get some sort of attention. I only posted the most successful ad on Careers and Authentic Jobs.</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="text-decoration: underline;">Types of Job Descriptions</span></span></span><br /> <span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I used two types of ads; a standard job description with the &#8220;Required&#8221; and &#8220;Additional&#8221; skill set, and a colorful request for those that love writing code and seeing their work make the lives thousands of people better everyday. The standard description attracted some people, however the second ad received the most response by far. The responses to the second ad were much more more personal as well. I&#8217;m not sure how to measure people&#8217;s responses to the ad, so I can only assume that the second ad attracted better candidates that were looking for more interesting work while the first ad seemed like a typical bland job.</span></span></p>
<p style="text-align: left;" align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="text-decoration: underline;">Results</span></span></span></p>
<p style="text-align: left;" align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">In total I received 32 unique responses by principles to my ads. The two Craigslist ads yielded a couple duplicates, and there were several companies offering me services(I don&#8217;t count those).</span></span></p>
<p style="text-align: left;"><img class="size-full wp-image-669 alignleft" title="ResumeChart" src="http://www.ryanday.net/wp-content/uploads/2012/01/ResumeChart.png" alt="" width="240" height="173" /><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">Here are my results for the job boards I used:</span><span style="font-size: medium;">&nbsp;</span></p>
<ul style="text-align: left;">
<li><span style="font-size: medium;">Careers 2.0: <strong>3</strong></span></li>
<li><span style="font-size: medium;">Authentic Jobs: <strong>3</strong></span></li>
<li><span style="font-size: medium;">Craigslist (paid, not Etc) (first job): <strong>6</strong></span></li>
<li><span style="font-size: medium;">Craigslist (paid, not Etc) (second job): <strong>26</strong></span></li>
</ul>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><em style="font-family: georgia, palatino; font-size: medium;">Careers 2.0</em></p>
<p style="text-align: left;"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">One of our finalists was from this site. I was expecting more resumes, but then again that isn&#8217;t what they try to do. The three responses I had were serious applicants, and I didn&#8217;t have to spend time sorting through any resumes that were obviously not what I wanted.</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><em>Authentic Jobs</em></span></span><br /> <span style="font-size: medium;">I feel we were mismatched for this site. The three responses I got were very good, but we were looking for back end developers and these responses had a history of design work. Most of the positions on Authentic Jobs are front end and design related, and I will certainly return for that kind of hire. I was quite happy with the process and Cameron is great to work with. I can&#8217;t wait for <a title="Authentic Crew" href="http://www.authenticcrew.com" target="_blank">Authentic Crew</a> to go live.</span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><em>Craigslist</em></span></span><br /> <span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">As expected, this is where most of my resumes came from. I didn&#8217;t get hundreds of resumes however. It was also fairly simple to tell the auto responses from the real responses, and the people representing companies were upfront in the response.</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="text-decoration: underline;">Commentary</span></span></span><br /> <span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">Only receiving 32 responses was a little shocking because I had expected hundreds of responses. Everything I&#8217;ve read in books(<a href="http://www.amazon.com/gp/product/1590598385/ref=as_li_tf_tl?ie=UTF8&amp;tag=stufforprog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590598385">here</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=stufforprog-20&amp;l=as2&amp;o=1&amp;a=1590598385" alt="" width="1" height="1" border="0" /> and <a href="http://www.amazon.com/gp/product/159059844X/ref=as_li_tf_tl?ie=UTF8&amp;tag=stufforprog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=159059844X">here</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=stufforprog-20&amp;l=as2&amp;o=1&amp;a=159059844X" alt="" width="1" height="1" border="0" />) and blogs talked about hundreds of responses to job posts. I&#8217;ve got this idea in my head that job applicants only have 30 seconds to attract the attention of the resume screener due to the vast amounts of responses to each job post. I found this not to be the case.</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I was able to read each resume I received. It only took about an hour total spread over, roughly, a month. Of course, the next steps of finding that perfect candidate was pretty close to what I thought and what I had read about. I was able to work the 32 responses down to five phone calls without too much trouble. The five phone calls became three interviews, which were all excellent fits. It took a much longer time to make a decision at that point because I was hoping for one single, obvious, match. Instead I was given two perfect matches. We met a few times, with all the other members of the company, and went through some internal procedures to determine who we would make the offer to.</span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I don&#8217;t know what this says, if anything, about the job market in DC. Maybe my postings were no good, and that caused the low response rate. It&#8217;s possible everyone already has a great job and they&#8217;re not interested in joining an early stage company. I&#8217;ve noticed that DC has a lot of consultants as well. Consultants that actually make a lot of money and don&#8217;t seem too interested on being locked into one company. This may be because the government is a big business here and consulting fits that contract by contract model pretty well. </span></span></p>
<p align="LEFT"><span style="color: #000000; font-size: medium;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;">I think the most likely explanation is because we are a smaller company and don&#8217;t have a continuous hiring process. We haven&#8217;t had the resources to establish our name in the community. Therefore when we put up our &#8220;Now Hiring&#8221; sign, there isn&#8217;t a large flock of people just waiting to respond.</span></span></p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/OYNh2CYYzjk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2012/01/16/first-hire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2012/01/16/first-hire/</feedburner:origLink></item>
		<item>
		<title>What is Bandwidth</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/NtShLo62Abc/</link>
		<comments>http://www.ryanday.net/2011/12/08/what-is-bandwidth/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 04:52:28 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=636</guid>
		<description><![CDATA[I typically abhor comparing computer items to &#8220;real world&#8221; items; your computer is not a house and your network isn&#8217;t a neighborhood. However bandwidth is amazingly like a highway and I&#8217;d like to talk about it here because, frankly, I&#8217;m tired of talking about it at 3am with the sales team. Bandwidth is like a [...]]]></description>
			<content:encoded><![CDATA[<p>I typically abhor comparing computer items to &#8220;real world&#8221; items; your computer is not a house and your network isn&#8217;t a neighborhood. However bandwidth is amazingly like a highway and I&#8217;d like to talk about it here because, frankly, I&#8217;m tired of talking about it at 3am with the sales team.</p>
<p>Bandwidth is like a highway because the more lanes you have, the more cars can travel through. The more bandwidth you have, the more packets can squeeze through. During certain times of the day, like rush hour(burstable), there is just too much traffic and everybody slows down. The highway and network connection are totally interchangeable here, so it may not be clear which I&#8217;m talking about, because I&#8217;m talking about both.</p>
<p>What is rate limiting? Its like closing down a few lanes of the highway.&nbsp;</p>
<p>Traffic shaping? You know how (in the US at least) a highway has a Local and a Bypass as you approach a city? You segment traffic by type. Local or bypass, web or voice.&nbsp;The Jersey Turnpike splits in two just south of NYC, and trucks are forced to stay on the right side of the highway, while cars can choose between any of the lanes.</p>
<p>QOS? &nbsp;How about HOV? You get a lane all to yourself if you meet a certain criteria. That criteria may be having 3 people in the car, or maybe you have to be a voice packet. Either way, just because you meet the criteria, if there is too much traffic you still get jammed up.</p>
<p>kB/kb? Just listen to the network admin here.</p>
<p>Oversold bandwidth? Just imagine the two right lanes are so full of pot holes you can&#8217;t use them, but you still had to pay the full toll to get on the road.</p>
<p>Upstream bandwidth? Typically small 1 or 2 lane roads merge onto 4 or 5 lane highways. However, in every major city I can think of there is a 5 lane highway that narrows down to a 2 lane bridge or a tunnel or something. Next time you are stuck in traffic because of this situation, think about how you feel. This is how your network admin feels when you ask her to upgrade to a gigabit LAN because &#8220;The Internet&#8221; is slow.&nbsp;</p>
<p>How much bandwidth do you need? Nobody would construct a highway to handle rush hour with no delays. You&#8217;d need 30 lanes. Once you got those 30 lanes, people would start streaming 3D Super fun HD anyway and fill your pipe, so don&#8217;t even bother. Trust the network admin that a 5 minute smoothed MRTG graph will give you a good idea of how much bandwidth you consume.</p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/NtShLo62Abc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2011/12/08/what-is-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2011/12/08/what-is-bandwidth/</feedburner:origLink></item>
		<item>
		<title>To Those That Show Up</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/iCnIgfw8okk/</link>
		<comments>http://www.ryanday.net/2011/10/11/to-those-that-show-up/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 21:32:34 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=633</guid>
		<description><![CDATA[Just read a blog post about how 95% of all blogs are abandoned within 120 days. It makes me think about how so much of what you see every day isn&#8217;t necessarily done by the best and brightest of people in whatever field/industry created whatever it is that you&#8217;re looking at. Its that life goes [...]]]></description>
			<content:encoded><![CDATA[<p>Just read <a href="http://postary.com/twitter/mileslennon/why-are-95-of-blogs-abandoned">a blog post</a> about how 95% of all blogs are abandoned within 120 days. It makes me think about how so much of what you see every day isn&#8217;t necessarily done by the best and brightest of people in whatever field/industry created whatever it is that you&#8217;re looking at. Its that life goes to those that show up. Everything that has ever gotten done has one single thing in common: Somebody did it. That&#8217;s the only common thread. Not marketing or luck or who the CEO was or how much experience someone had. Just that it got done.</p>
<p>The internet says that Thomas Edison said</p>
<p style="text-align: center;"><em>&#8220;Many of life&#8217;s failures are men who did not realize how close they were to success when they gave up.&#8221;</em></p>
<p style="text-align: left;">My Dad once told me that if its a good idea, somebody is already doing it. So most people won&#8217;t bother. Others get excited that somebody else already proved market viability.</p>
<p style="text-align: left;">This is probably horrible to think&#8230;. but, from what I&#8217;ve seen, overwhelmingly, success doesn&#8217;t come from being better or having more value or lower price or any of the other stuff you read. Success comes from seeing something through to the end.</p>
<p style="text-align: left;">Thats it.</p>
<p style="text-align: left;">But that&#8217;s what the vast majority of people just don&#8217;t do.</p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/iCnIgfw8okk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2011/10/11/to-those-that-show-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2011/10/11/to-those-that-show-up/</feedburner:origLink></item>
		<item>
		<title>Password Insecurity Quickfix</title>
		<link>http://feedproxy.google.com/~r/RyanDay/~3/yW9XTKVzwSE/</link>
		<comments>http://www.ryanday.net/2011/09/23/password-insecurity-quickfix/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 13:56:53 +0000</pubDate>
		<dc:creator>Ryan Day</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ryanday.net/?p=626</guid>
		<description><![CDATA[I just happened upon this brute force calculator&#160;and it amazes me how just one word, &#8220;Password&#8221;, has kept security back soooo many years. Our &#8220;passwords&#8221; require numbers and symbols and can&#8217;t be based on dictionary words and have to be changed and all of this nonsense. It has obviously made people use the same password, [...]]]></description>
			<content:encoded><![CDATA[<p>I just happened upon this <a href="https://www.grc.com/haystack.htm">brute force calculator</a>&nbsp;and it amazes me how just one word, &#8220;Password&#8221;, has kept security back soooo many years. Our &#8220;passwords&#8221; require numbers and symbols and can&#8217;t be based on dictionary words and have to be changed and all of this nonsense. It has obviously made people use the same password, <a href="http://www.pcmag.com/article2/0,2817,2386533,00.asp#fbid=Sn7JXkfYwWU">or 3 passwords</a>, over and over again, reducing their value immensely.</p>
<p>According to my bank&#8217;s ruleset, a great password would be &#8220;l5%jZ*1x(7)&#8221;. But that&#8217;s impossible to remember, it encourages reuse, and I would have to write it down somewhere.</p>
<p>According to GRC, it would take trillions of centuries longer to crack &#8220;My saving&#8217;s account passphrase.&#8221;. I don&#8217;t have to write this down. It discourages reuse. <em>But it doesn&#8217;t have a number in it</em>! My bank won&#8217;t stand for that!&nbsp;<a href="http://help.godaddy.com/article/2653">Godaddy doesn&#8217;t even allow spaces</a>!</p>
<p>This is all because of the word &#8220;Password&#8221;. The language forces you to think of some crafty mystical word to keep your valuables secure. PGP has used the word &#8220;passphrase&#8221; as long as I can remember. Just that language increases security by hundreds of trillions of centuries(according to GRC&#8217;s brute force). What if we stop requiring all sorts of&nbsp;ridiculous&nbsp;symbols and numbers, and we require a grammatically correct sentence? What about a sentence with at least three words?</p>
<img src="http://feeds.feedburner.com/~r/RyanDay/~4/yW9XTKVzwSE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ryanday.net/2011/09/23/password-insecurity-quickfix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ryanday.net/2011/09/23/password-insecurity-quickfix/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.438 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-17 16:37:13 -->

