<?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>O&#039;Reilly Radar &#187; Brian Sawyer</title>
	<atom:link href="http://radar.oreilly.com/bsawyer/feed" rel="self" type="application/rss+xml" />
	<link>http://radar.oreilly.com</link>
	<description>Insight, analysis, and research about emerging technologies</description>
	<lastBuildDate>Tue, 21 May 2013 12:00:03 +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>A geeky summertime treat</title>
		<link>http://radar.oreilly.com/2012/07/liquid-nitrogen-ice-cream.html</link>
		<comments>http://radar.oreilly.com/2012/07/liquid-nitrogen-ice-cream.html#comments</comments>
		<pubDate>Wed, 04 Jul 2012 07:05:00 +0000</pubDate>
		<dc:creator>Brian Sawyer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[@codepodcast]]></category>
		<category><![CDATA[Code Podcast]]></category>
		<category><![CDATA[cooking for geeks]]></category>
		<category><![CDATA[ice cream]]></category>
		<category><![CDATA[liquid nitrogen]]></category>

		<guid isPermaLink="false">http://blogs.oreilly.com/radar/2012/07/liquid-nitrogen-ice-cream.html</guid>
		<description><![CDATA[Got 30 seconds and some liquid nitrogen? In this Code podcast, <em>Cooking for Geeks</em> author Jeff Potter shows how those two ingredients (and a few others) can summon near-instant ice cream. ]]></description>
				<content:encoded><![CDATA[<p>We decided to do something a little different for this week&#8217;s <a href="http://radar.oreilly.com/tag/code-podcast">Code podcast</a>, bringing you a summertime treat from the archives that&#8217;s as fun and geeky as it is tasty and sweet. Here&#8217;s Jeff Potter, author of <em><a href="http://shop.oreilly.com/product/9780596805890.do?intcmp=il-code-books-code-podcast-ice-cream-liquid-nitrogen">Cooking for Geeks</a></em>, showing how to make ice cream in 30 seconds using a little liquid nitrogen:</p>
</p>
<p>Be sure to check out pages 373 to 377 of <em><a href="http://shop.oreilly.com/product/9780596805890.do?intcmp=il-code-books-code-podcast-ice-cream-liquid-nitrogen">Cooking for Geeks</a></em> for warnings about using liquid nitrogen, advice on where and how to buy it, the science behind the recipe in this podcast, and other culinary applications.</p>
<p><strong>Related:</strong></p>
<ul>
<li> <a href="http://itunes.apple.com/us/podcast/oreilly-medias-code-podcast/id520292841">Subscribe to the free Code podcast through iTunes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://radar.oreilly.com/2012/07/liquid-nitrogen-ice-cream.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why learn C?</title>
		<link>http://radar.oreilly.com/2012/06/why-learn-c.html</link>
		<comments>http://radar.oreilly.com/2012/06/why-learn-c.html#comments</comments>
		<pubDate>Thu, 28 Jun 2012 07:05:00 +0000</pubDate>
		<dc:creator>Brian Sawyer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[@codepodcast]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Code Podcast]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blogs.oreilly.com/radar/2012/06/why-learn-c.html</guid>
		<description><![CDATA[In this Code podcast, &#34;Head First C&#34; co-author David Griffith discusses C&apos;s continued popularity and why C and Arduino work well together. ]]></description>
				<content:encoded><![CDATA[<p>Though C has been around for decades, it&#8217;s still consistently ranked at the top of any list of programming languages used and studied today. I recently spoke with David Griffiths (<a href="http://twitter.com/dogriffiths">@dogriffiths</a>), coauthor of <a href="http://shop.oreilly.com/product/0636920015482.do">Head First C</a>, about the reasons for C&#8217;s continued (even increased) popularity and what his book offers in such an established market.</p>
<p>Highlights from our conversation include:</p>
<ul>
<li><strong>Why is C still popular?</strong> It&#8217;s ubiquitous, closer to the hardware, and used to create other languages and operating systems. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=32s">0:32 mark</a>]</li>
<li><strong>What kinds of software is C used for these days?</strong> System programming (in pure C) or specialized areas when working with languages that are extensions of C or closely related (e.g., knowing C makes Objective-C programming for iOS apps more efficient and C++ games programming more intuitive). [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=3m18s">3:18 mark</a>]</li>
<li><strong>If you learn C, what will it do for you?</strong> Knowing C gets you closer to the hardware, to better understand how things work on the system level. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=4m55s">4:55 mark</a>]</li>
<li><strong>Why write Head First C?</strong> Kernighan and Richie&#8217;s <em>The C Programming Language</em> is one of most popular, if not <em>the</em> most popular, programming books, and it defined the ANSI standard. That book is still the standard, but through the language hasn&#8217;t changed, the audience has, and many learners are coming to the language from a different perspective and set of knowledge. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=6m3s">6:03 mark</a>]</li>
<li><strong>How does Head First C make the language more accessible to this new audience?</strong> For example, it teaches how memory works in a more profound way (a concept systems programmers will likely already know, though new programmers in specialized fields might not). [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=8m12s">8:12 mark</a>]</li>
<li><strong>Describe the labs in Head First C.</strong> The book includes three hands-on missions for the learner, presenting the project without completed source code. In the first project, the learner uses Arduino lab to program a flower with sensors to tell you when it needs to be watered. In the second lab, a computer vision system (OpenCV) is used to capture images in a web cam to check for faces, motion, etc. And finally, the learner creates Asteroids game clone, pulling together many different concepts from the book. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=11m13s">11:13 mark</a>]</li>
<li><strong>Arduino is making C popular among the Maker community.</strong> As a constrained platform, Arduino is a natural environment for C. C makes the most of the machine&#8217;s performance, particularly with real-time processing of input/output. And because it&#8217;s such a small language, you can become competent in basic keywords rather quickly, making small Arduino projects a gratifying introduction to programming. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=13m54s">13:54 mark</a>]</li>
<li><strong>Why should colleges continue to teach C?</strong> It&#8217;s an important, foundational language that requires you to understand the full stack of the technology. If you learn C, you&#8217;ll understand computers at a much more profound level than if you don&#8217;t. [Discussed at the <a href="http://youtu.be/hHySVnJzADM?t=15m31s">15:31 mark</a>]</li>
</ul>
<p>The full interview is available in the following video:</p>
<p><iframe width="600" height="338" src="http://www.youtube.com/embed/hHySVnJzADM" frameborder="0" allowfullscreen></iframe></p>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both"><a href="https://en.oreilly.com/oscon2012/public/regwith/radar?intcmp=il-code-os12-code-podcast-david-griffiths"><img style="float: left;border: none;padding-right: 10px" src="http://cdn.oreilly.com/radar/images/promos/OSCON12_148x178_RADAR.gif" /></a><a href="https://en.oreilly.com/oscon2012/public/regwith/radar?intcmp=il-code-os12-code-podcast-david-griffiths"><strong>OSCON 2012</strong></a> &mdash; Join the world&#8217;s open source pioneers, builders, and innovators July 16-20 in Portland, Oregon. Learn about open development, challenge your assumptions, and fire up your brain.</p>
<p><a href="https://en.oreilly.com/oscon2012/public/regwith/radar?intcmp=il-code-os12-code-podcast-david-griffiths"><strong>Save 20% on registration with the code RADAR</strong></a></div>
<p><strong>Related:</strong></p>
<ul>
<li> <a href="http://shop.oreilly.com/product/0636920015482.do">Head First C</a> (book)</li>
<li> <a href="http://itunes.apple.com/us/podcast/oreilly-medias-code-podcast/id520292841">Subscribe to the Code podcast through iTunes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://radar.oreilly.com/2012/06/why-learn-c.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Fitness for geeks</title>
		<link>http://radar.oreilly.com/2012/04/bruce-perry.html</link>
		<comments>http://radar.oreilly.com/2012/04/bruce-perry.html#comments</comments>
		<pubDate>Thu, 26 Apr 2012 07:02:00 +0000</pubDate>
		<dc:creator>Brian Sawyer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[@codepodcast]]></category>
		<category><![CDATA[Code Podcast]]></category>
		<category><![CDATA[endomondo]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[fasting]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[hormesis]]></category>
		<category><![CDATA[quantified self]]></category>
		<category><![CDATA[Zeo]]></category>

		<guid isPermaLink="false">http://blogs.oreilly.com/radar/2012/04/bruce-perry.html</guid>
		<description><![CDATA[Programmers who spend 14 hours a day in front of a computer know how hard it is to step away from the cubicle. But as &#34;Fitness for Geeks&#34; author Bruce Perry notes in this podcast, getting fit doesn&apos;t need to be daunting. ]]></description>
				<content:encoded><![CDATA[<p>Programmers who spend 14 hours a day in front of a computer terminal writing code know how hard it is to step out of the cubicle and learn how to live a more healthy lifestyle. But getting fit doesn&#8217;t need to be so daunting, and a growing number of technophiles are finding ways to make the process more appealing and relevant to their interest in data, design, and discovery. The increasing popularity of projects such as <a href="http://quantifiedself.com/">Quantified Self</a>, smartphone apps, and gadgets dedicated to monitoring your body, generating metrics and routines for your exercise regime, and tracking your progress has created a community of like-minded geeks to share in your struggle, and even make it fun.</p>
<p>I recently talked with Bruce Perry, author of the just-released <a href="http://shop.oreilly.com/product/0636920015475.do"><i>Fitness for Geeks</i></a>, about some of the tools this crowd is using, some others they might be missing, and how the rest of us can use these tips to get healthy too. Highlights from our conversation include:</p>
<ul>
<li><strong>Debug your wetware.</strong> A programmer becomes fitter by becoming more knowledgeable about her internal software and learning how to optimize it for maximum performance and efficiency. [Discussed at the <a href="http://youtu.be/GQMxd9UwxnQ?t=21s">00:21 mark</a>]</li>
<li><strong>Get some sleep.</strong> This one&#8217;s pretty obvious, but now there are many new ways to quantify and analyze your sleep. <a href="http://www.myzeo.com/sleep/">Zeo Sleep Manager</a> monitors your brainwaves during sleep and displays graphs for your review when you wake up, communicating wirelessly to a software-enabled clock and the web, Use your personal dashboard to identify your sleep cycles, analyze your REM, and measure the effects of different daily events (such as a stressful day or a drink before bed) on sleep. [Discussed at the <a href="http://youtu.be/GQMxd9UwxnQ?t=1m54s">1:54 mark</a>]</li>
<li><strong>Use apps to assist your workouts and quantify your health.</strong> Tools such as <a href="http://www.fitbit.com/">FitBit</a>, <a href="http://nikeplus.nike.com/plus/">Nike+</a>, <a href="http://connect.garmin.com/">Garmin Connect</a>, <a href="http://www.alpinereplay.com/landing">AlpineReplay</a>, and <a href="http://restwise.com/">RestWise</a> connect you and your health to the digital world where so much of the rest of your life is lived. [Discussed at the <a href="http://youtu.be/GQMxd9UwxnQ?t=3m46s">3:46 mark</a>] </li>
<li><strong>Just get outside.</strong> You don&#8217;t need a sophisticated routine, as long as you&#8217;re moving. Doing the same thing over and over tends to create a static effect that plateaus. But you can randomize your workouts to make them more interesting. Tools such as <a href="http://gainfitness.com/">GAIN Fitness</a> and <a href="http://www.wodshop.org/">CrossFit&#8217;s Workout of the Day (WOD) Generator</a> will use algorithms to generate your own daily protocol. [Discussed at the <a href="http://youtu.be/GQMxd9UwxnQ?t=4m53s">4:53 mark</a>]</li>
<li><strong>Fast.</strong> Intermittent fasting has been shown to lower blood pressure, normalize insulin and glucose levels, and even provide more efficient workouts while fasting. The basic guidelines for intermittent fasting is to eat only within an 8-hour window (eat dinner, don&#8217;t eat at night, skip breakfast) and go the remaining16 hours on just water, coffee, and tea. [Discussed at the <a href="http://www.youtube.com/watch?v=GQMxd9UwxnQ#t=7m26s">7:26 mark</a>]</li>
<li><strong>Resist extremes.</strong> Bruce says it&#8217;s okay to do a marathon or similarly challenging event for the experience, but that the oxidative stress can have a significantly negative effect on your overall and long-term health. Instead, revolve your exercise program around short-duration, high-intensity training, such as sprinting, followed by 30-40 minutes of high-intensity weights. [Discussed at the <a href="http://www.youtube.com/watch?v=GQMxd9UwxnQ#t=9m09s">09:09 mark</a>]</li>
<li><strong>Practice good stress. </strong>Various forms of acute stresses (known as hormesis) &#8212; such as moderate and high-intensity exercise, hot and cold exposure, one drink at night &#8212; can improve your health. [Discussed at the <a href="http://www.youtube.com/watch?v=GQMxd9UwxnQ#t=13m01s">13:02 mark</a>]</li>
<li><strong>Personal experiences with fitness apps.</strong> Bruce talks about using <a href="http://www.endomondo.com/">Endomondo</a>, GPS data, and Google Earth to scout out an off-piste ski area, and I mention <a href="http://answers.oreilly.com/topic/941-how-to-train-for-a-marathon-with-your-new-nexus-one-phone/">my own use of Google&#8217;s MyTracks Android app for marathon training</a>. [Discussed at the <a href="http://www.youtube.com/watch?v=GQMxd9UwxnQ#t=15m19s">15:19 mark</a>]</li>
</ul>
<p>The full interview is available in the following video:</p>
<p><iframe width="600" height="305" src="http://www.youtube.com/embed/GQMxd9UwxnQ" frameborder="0" allowfullscreen></iframe></p>
<div style="float: left; border-top: thin gray solid; border-bottom: thin gray solid; padding: 20px; margin: 20px 2px; clear: both;"><a href="http://shop.oreilly.com/product/0636920015475.do?intcmp=il-code-books-fitness-for-geeks-code-podcast"><img style="float: left; border: none; padding-right: 10px;" src="http://cdn.oreilly.com/radar/images/posts/0412-fitness-for-geeks-cover.png" width="148" /></a><a href="http://shop.oreilly.com/product/0636920015475.do?intcmp=il-code-books-fitness-for-geeks-code-podcast"><strong>Fitness for Geeks</strong></a> &mdash;  This guide will help you experiment with one crucial system you usually ignore &mdash; your body and its health. Long hours focusing on code or circuits tends to stifle notions of nutrition, but with this book you can approach fitness through science.</div>
<p><strong>Related:</strong></p>
<ul>
<li> <a href="http://itunes.apple.com/us/podcast/oreilly-medias-code-podcast/id520292841">Subscribe to the Code podcast through iTunes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://radar.oreilly.com/2012/04/bruce-perry.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
