<?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>Global Nerdy &#187; Chris Wanstrath</title>
	<atom:link href="http://www.globalnerdy.com/tag/chris-wanstrath/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com</link>
	<description>Tech Evangelist Joey deVilla on software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:13:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Afternoon at MeshU</title>
		<link>http://www.globalnerdy.com/2009/04/11/my-afternoon-at-meshu/</link>
		<comments>http://www.globalnerdy.com/2009/04/11/my-afternoon-at-meshu/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 13:37:42 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Hardware and Gadgets]]></category>
		<category><![CDATA[Meetups]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software and Services]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[What Joey Did]]></category>
		<category><![CDATA[Chris Wanstrath]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Leigh Honeywell]]></category>
		<category><![CDATA[MeshU]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Pete Forde]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.globalnerdy.com/2009/04/11/my-afternoon-at-meshu/</guid>
		<description><![CDATA[This article also appears in Canadian Developer Connection.
I caught the afternoon sessions of MeshU, the day of workshops that precedes the Mesh Conference. MeshU had three tracks – Design, Development and Management – and I chose to attend the sessions in the Development track.

Leigh Honeywell on Writing Secure Software
First up was HackLabTO cofounder Leigh Honeywell, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="alert"><a href="http://blogs.msdn.com/cdndevs/archive/2009/04/11/my-afternoon-at-meshu.aspx">This article also appears in <em>Canadian Developer Connection</em>.</a></p>
<p>I caught the afternoon sessions of <strong><a href="http://meshu.ca/">MeshU</a></strong>, the day of workshops that precedes the <a href="http://meshconference.com/">Mesh Conference</a>. MeshU had three tracks – Design, Development and Management – and I chose to attend the sessions in the Development track.</p>
<p><img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Leigh Honeywell at her presentation at MeshU" border="0" alt="Leigh Honeywell at her presentation at MeshU" align="right" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/04/leigh-honeywell-meshu.jpg" width="250" height="333" /></p>
<h3>Leigh Honeywell on Writing Secure Software</h3>
<p>First up was <a href="http://hackerspaces.org/wiki/HackLabTO">HackLabTO</a> cofounder <strong><a href="http://hypatia.ca/">Leigh Honeywell</a></strong>, (pictured on the right) whose presentation was titled <strong><em><a href="http://www.meshu.ca/speakers-2009/#leigh-honeywell">Break It to Make It: Writing (More) Secure Software</a></em></strong>. She works at the <a href="http://www.messagelabs.com/">MessageLabs</a> subsidiary of Symantec, which makes security products for email systems, and before that, she worked as an independent security consultant. Simply put, security is both her job and her hobby. </p>
<p>Leigh provided an informative and entertaining summary of the most common security vulnerabilities in applications and the recommended best practices for writing secure apps. Here’s a photo of her slide showing <a href="http://owasp.org/">OWASP’s</a> ten principles that you should follow in order to write secure applications:</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="&quot;10 Principles&quot; slide from Leigh Honeywell&#39;s security presentation at MeshU 2009" border="0" alt="&quot;10 Principles&quot; slide from Leigh Honeywell&#39;s security presentation at MeshU 2009" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/04/10-security-principles.jpg" width="600" height="403" /> </p>
<p>The ten principles are:</p>
<ol>
<ol>
<li>Minimize attack surface area </li>
<li>Establish secure defaults </li>
<li>Least privilege </li>
<li>Defense in depth </li>
<li>Fail securely </li>
<li>Don’t trust services </li>
<li>Separation of duties </li>
<li>Avoid security through obscurity </li>
<li>Keep security simple </li>
<li>Fix security issues correctly </li>
</ol>
</ol>
<p>She also covered what OWASP considers to be the current top ten vulnerabilities:</p>
<ol>
<ol>
<li>Cross-site scripting </li>
<li>Injection flaws </li>
<li>Malicious file execution </li>
<li>Insecure direct object references </li>
<li>Cross-site request forgeries </li>
<li>Information leakage / improper error handling </li>
<li>Broken authentication and improper error handling </li>
<li>Insecure cryptographic storage </li>
<li>Insecure communciations </li>
<li>Failure to restrict URL access </li>
</ol>
</ol>
<p><a href="http://www.microsoft.com/learning/en/us/Books/5957.aspx"><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="writing_secure_code" border="0" alt="writing_secure_code" align="left" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/04/writing-secure-code.jpg" width="250" height="321" /></a> </p>
</p>
<p>At the end of her presentation, Leigh listed a couple of books that she considered to be valuable security references. One of them was <strong><em><a href="http://www.microsoft.com/learning/en/us/Books/5957.aspx">Writing Secure Code, Second Edition</a></em></strong>, written by Michael Howard and Steve Lipner and published by Microsoft Press.</p>
<p>This was a surprise to many people in the audience, the majority of whom were not building apps on Microsoft technologies and generally (and often mistakenly) think of the term “Microsoft” being synonymous with “insecure”. A number of people chatted with me after the presentation and it seemed like this was one of many things from Microsoft that caught them by surprise, along with other unexpected things including the <a href="http://www.globalnerdy.com/2009/04/03/microsofts-open-source-license-ms-pl-short-sweet-and-simple/">MS-PL license</a>, <a href="http://www.globalnerdy.com/2009/04/03/microsofts-open-source-license-ms-pl-short-sweet-and-simple/">CodePlex</a> and the <a href="http://port25.technet.com/">Open Source Lab</a>, <a href="http://blogs.msdn.com/james_brown/archive/2009/03/02/open-source-standards-interoperability-and-microsoft.aspx">the new emphasis on standards and interoperability</a>…and hey, even taking on “unlikely” evangelists such as <a href="http://davidcrow.ca/">David Crow</a> and me.</p>
<p>Here’s her slide deck:<img style="width: 0px; height: 0px; visibility: hidden" border="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzk*NTQwOTkzNzQmcHQ9MTIzOTQ1NDExMTUyNSZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPTcwNDI4OWJiNGQ2NzQ3NWM5YjU4ZDYxNzY1N2Y2YWM4.gif" width="0" height="0" /></p>
<div style="text-align: left; width: 425px" id="__ss_1257773"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=breakitwhileyoumakeit-revised-090407005820-phpapp02&amp;stripped_title=break-it-while-you-make-it-writing-more-secure-software" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=breakitwhileyoumakeit-revised-090407005820-phpapp02&amp;stripped_title=break-it-while-you-make-it-writing-more-secure-software" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
</p>
<h3>Pete Forde Does the iPhone Dance</h3>
<p>Next was <strong><a href="http://www.peteforde.com/">Pete Forde</a></strong>, one of people behind the development shop <a href="http://unspace.ca/">Unspace</a> and the <a href="http://rubyfringe.com/">RubyFringe</a> and <a href="http://futureruby.com/">FutureRuby</a> conferences. He started his presentation, <a href="http://www.meshu.ca/speakers-2009/#pete-forde"><strong><em>Is That an iPhone in Your Pocket, or are You Just Happy to See Me?</em></strong></a>, with a Napoleon Dynamite-esque dance number set to the tune of <em>Start the Riot</em> by Atari Teenage Riot. Here’s the video of the dance that Leigh Honeywell shot:</p>
<p align="center"><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4031833&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4031833&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></p>
<p>And here’s the video that I shot:</p>
<p align="center"><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4100101&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4100101&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></p>
<p>Pete’s presentation covered the options that developers have when building iPhone apps. For the curious, here’s the deck he used:<img style="width: 0px; height: 0px; visibility: hidden" border="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzk*MjE2MTgyNjgmcHQ9MTIzOTQyMjc5MDAzMiZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPTcwNDI4OWJiNGQ2NzQ3NWM5YjU4ZDYxNzY1N2Y2YWM4.gif" width="0" height="0" /></p>
<div style="text-align: left; width: 425px" id="__ss_1260734"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iphone-key-090407143023-phpapp01&amp;stripped_title=is-that-an-iphone-in-your-pocket-or-are-you-just-happy-to-see-me" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iphone-key-090407143023-phpapp01&amp;stripped_title=is-that-an-iphone-in-your-pocket-or-are-you-just-happy-to-see-me" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
</p>
<p>The one thing that he wanted you to take away from his presentation is, in his own words:</p>
<blockquote><p>Consider iPhone web applications and side-stepping the iTunes Application Store (and their 30% gross cut) completely. </p>
</blockquote>
<p>The one thing that I took away from the presentation (in addition to the one above) was that <strong>it’s not all smiles and sunshine in iPhone development land</strong>. Yes, the iPhone provides an excellent user experience and the App Store has been a hit with the customers and many developers. However, a good chunk of Pete’s presentation was about how some of the biggest obstacles for iPhone developers come from Apple itself; I’ve heard that there were similar grumblings at an iPhone developer meetup that took place later in the week. I think that there are some things that <a href="http://msdn.microsoft.com/en-us/windowsmobile/default.aspx">Windows Mobile developers</a> (and the Windows Mobile team at Microsoft) can learn from these obstacles, and I’m going to write about them in a later article.</p>
<h3>Chris Wanstrath and the Story of GitHub</h3>
<p><img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Chris Wanstrath" border="0" alt="Chris Wanstrath" align="right" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/04/chriswanstrath.jpg" width="85" height="85" /> The final presentation of the afternoon, <strong><em><a href="http://www.meshu.ca/speakers-2009/#chris-wanstrath">Building a Business with Open Source</a></em></strong>, was given by <strong><a href="http://twitter.com/defunkt">Chris Wanstrath</a></strong> of <a href="http://github.com/">GitHub</a>, a hosting service for software repositories created with the <a href="http://git-scm.com/">Git</a> distributed version control system. There are a number of open source projects hosted on GitHub, including one you might not expect: <a href="http://wiki.github.com/ironruby/ironruby">Microsoft’s very own IronRuby</a>.</p>
<p>Chris explained that GitHub was an answer to a problem that he and his friends had: they were working on a number of open source projects, so many that managing them was “beginning to wear them down”. GitHub was created as a solution to that problem: it took care of the tedious parts of source code management so that they could focus on their code.</p>
<p>Although GitHub hosts a number of open source projects and uses Git, which is open source, it is not open source. Chris explained that managing an open source project takes up more time that he or the others on the team have. “Ironically,” he said, “starting GitHub has given me <em>less</em> time to work on open source.” After hinting at his dissatisfaction with the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>, an audience member asked &quot;Does the GPL cause you nightmares?&quot;</p>
<p>“Yes,” he replied, after which he endorsed his preferred open source license. “<a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a> all the way,” he said.</p>
<p><a href="http://github.com/"><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Octocat, GitHub&#39;s mascot" border="0" alt="Octocat, GitHub&#39;s mascot" align="left" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/04/octocat.jpg" width="125" height="125" /></a> To promote GitHub, they took an approach that was closer in spirit to evangelism than standard marketing. “Companies still believe in old-school advertising, and they also think that what works offline works online,” he said. So they rely on the standard offline methods of promoting their wares: advertisements and marketing campaigns. In the online world, people trust their peers, so they opted for an approach that he called “guerilla marketing”: instead of spending money on ads, they spent money to hang out with developers, buy them beer and pizza and provide “a human face” to GitHub. He summed up the approach with a good one-liner: <strong>“Who knew that <em>actually spending time with your customers</em> would be good for business?&quot;</strong> A great point, especially in today’s word-of-mouth-y, interconnected world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2009/04/11/my-afternoon-at-meshu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
