<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/a74b/c1f0a9be-bdc7-4b6a-a8e4-5ad1f647a74b/YOW2012KevlinHenney_220.jpg</url>
		<title>Channel 9 - YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<link></link>
	</image>
	<description>Kevlin Henney&amp;nbsp;is an independent consultant and trainer based in the UK. His development interests are in patterns, programming, practice and process. He has been a columnist for various magazines and web sites, including Better Software, The Register, Application Development Advisor, Java Report and the C/C&amp;#43;&amp;#43; Users Journal.Here, we discuss a wide range of topics including modern programming trends, big problems in computing, cool code, modern developers, and more. It&#39;s excellent to get Kevlin&#39;s seasoned perspectives on several topics. Tune in! </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 10:25:29 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 10:25:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<description>
			<![CDATA[80&#37; of videos start with already.<p>posted by dupa</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918056488850693</link>
		<pubDate>Sat, 22 Dec 2012 20:40:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918056488850693</guid>
		<dc:creator>dupa</dc:creator>
	</item>
	<item>
		<title>Re: YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<description>
			<![CDATA[&#42;&#34;alright&#34;<p>posted by dupa</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918057640209851</link>
		<pubDate>Sat, 22 Dec 2012 20:42:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918057640209851</guid>
		<dc:creator>dupa</dc:creator>
	</item>
	<item>
		<title>Re: YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<description>
			<![CDATA[<p>@<a href="/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918057640209851">dupa</a>: Yep. Signifies that we're rolling... <br><br>Alright,</p><p>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918059237814970</link>
		<pubDate>Sat, 22 Dec 2012 20:45:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918059237814970</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<description>
			<![CDATA[In long run the future belongs to higher order and more abstract languages.<br><br>Let us consider the problem of solving the equation ax&#94;2&#43;bx&#43;c&#61;0.<br>We can write that program in many different form &#40;depending on the programming language&#41;. <br>However, the mathematical content is exactly the same.<br>Maybe in the future the code optimization will allow to find the optimal representation of given problem, which is not dependent on the programming language &#40;in theory we can do this at the machine code level&#41;.<br>At present such tools don&#39;t exist. Because of that in order to get more optimal code it is necessary to use lower level programming languages. However, if the code optimization process will be good enough, then the choice of programming language will be irrelevant.<br><br>End users do not care about the programming language. <br>The software is distributed usually as a machine code.<br>The real question is ... who is better in code optimization ... developers or code optimization tools.<br>So far developers are better &#40;because of that we still need lower level programming languages&#41;. However, I am not so sure about that in the future.<br><br>Development process is much faster in more abstract programing languages.<br><br>Well ... but today ... we still need to say that the most important are developers, developers, developers, ... and lower level programing languages.<p>posted by Jedrek</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918208294941095</link>
		<pubDate>Sun, 23 Dec 2012 00:53:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634918208294941095</guid>
		<dc:creator>Jedrek</dc:creator>
	</item>
	<item>
		<title>Re: YOW! 2012:  Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing</title>
		<description>
			<![CDATA[<p>There's some people at MIT that appear to think that the abstractions will break down and we need to program in something like RALA&nbsp;<a href="http://rala.cba.mit.edu/">http&#58;&#47;&#47;rala.cba.mit.edu&#47;</a> for optimal performance on future hardware - but let's hope not.</p><p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634921164012713316</link>
		<pubDate>Wed, 26 Dec 2012 11:00:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/YOW-2012-Kevlin-Henney-Cool-Code-Modern-Programming-Big-Problems-in-Computing#c634921164012713316</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
</channel>
</rss>