<?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>kdmurray.blog &#187; language</title>
	<atom:link href="http://kdmurray.net/tag/language/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Sun, 20 May 2012 21:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Back to Basics</title>
		<link>http://kdmurray.net/2011/09/14/back-to-basics/</link>
		<comments>http://kdmurray.net/2011/09/14/back-to-basics/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 22:36:25 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[parenthood]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=913</guid>
		<description><![CDATA[Over the past year my personal life as undergone some fairly major changes. I started a new job a little over a year back and there were the obvious changes that go along with that. But more importantly my wife and I welcomed our first child into the world and that was a life changing [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past year my personal life as undergone some fairly major changes. I started a new job a little over a year back and there were the obvious changes that go along with that. But more importantly my wife and I welcomed our first child into the world and that was a life changing moment. Now, most of you know that I don&#8217;t talk about my personal life in the blog so suffice to say that we have thoroughly enjoyed our first year as parents. It is a wonderful experience and we eagerly await every new day to see what will happen next.</p>

<p>One of the things that changes when you have a new baby is the amount of time you can spend on yourself and your own hobbies and pursuits. I used to spend upwards of 4-6 hours every day outside of work on the computer blogging, coding, or otherwise toiling in one digital adventure or another. Now I find that the number ranges somewhere in the range of 0-2 hours per day. That is a pretty drastic reduction no matter how you slice it (about 80% for those of you scoring at home).</p>

<p>There are a number of projects that I have started and stopped over the past few years each of them trying to build a better mousetrap, or re-make something from scratch just to see if I could do it. With the limited time available to me now, I have become more focused on wanting to actually do more with the time I have &#8212; this means not reinventing the wheel every chance I get.</p>

<p>My wife and I have both found that we have become far more effective with our time, getting more done with less time than we ever have before. In the past couple of months I have started to extend that to my digital life as well. Gone are the days when I focused on a writing a to-do list, a backup utility, a blogging engine, a photo manager or a disk-erasing tool. There are lots of great (free) tools out there which can handle those tasks very well, even if they don&#8217;t satisfy all my neurotic desires (like how my historic completed work tasks should be handled, cataloged and stored for reporting purposes (you know, for when I will pull metrics on my completed work)).</p>

<p>I have also decided that diving in to learn a new, modern programming language is probably something that would realistically take more time than I&#8217;m willing to devote to the enterprise. Python, Ruby, Java, and the ASP.NET MVC framework are all on my list, but are undergoing changes and enhancements so frequently that I&#8217;m having trouble keeping up with what&#8217;s out there, nevermind trying to actually learn the stuff. But I do want to become a productive programmer in some language outside the rather constrained, and somewhat self-imposed, .NET bubble in which I have spent the majority of my professional career. Ideally I would like to write in something that I can port between operating systems without too much headache. Being able to produce code that will run on anyone&#8217;s machine is a great asset &#8212; especially when you have Windows, Mac and Linux machines in your own house to start with.</p>

<p>So the question is what can I learn that will allow me to:</p>

<ol>
    <li>write code for multiple platforms</li>
    <li>grow as a developer</li>
    <li>not have to keep up with constant enhancements</li>
</ol>

<p>The answer I came to was <del>42</del> C. It seems to satisfy all of the criteria above for me in a way that other languages don&#8217;t.</p>

<p>C is by nature intended to be a multi-platform system. If you&#8217;re able to confine your applications to CGI or the command-line this is made even easier.</p>

<p>C also requires developers to know much more about how computers and compilers work than more contemporary languages like C#, Java or Python. Though it arguably makes programming more difficult, I think it will help me become a better programmer over time as I learn some of the trickier parts of getting a computer to do what I want it to do.</p>

<p>The current ANSI standard specification for C was introduced in 1999. This means that for the past 12 years, the standard for C programming has remained essentially unchanged. This makes C a good choice for someone who doesn&#8217;t have a great deal of time to keep up with changes and enhancements in the specification.</p>

<p>For all these reasons, and my own simple curiosity I&#8217;m embarking on an adventure to learn and become proficient in C. I make no assertions that I&#8217;m trying to master the language as I can&#8217;t see myself getting beyond the hobbyist or perhaps open-source contributor stages. I do have some ideas for the first couple of projects I would like to tackle once I get the basics out of the way. Hopefully I&#8217;ll be able to release some source code back into the world over the next year or two &#8212; after all, I&#8217;m in no hurry.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2011/09/14/back-to-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32 Great Podcasts from my Podroll</title>
		<link>http://kdmurray.net/2009/07/10/32-great-podcasts-from-my-podroll/</link>
		<comments>http://kdmurray.net/2009/07/10/32-great-podcasts-from-my-podroll/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 08:09:06 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[agp]]></category>
		<category><![CDATA[aussiegeeks]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[cbc]]></category>
		<category><![CDATA[commandn]]></category>
		<category><![CDATA[dot net rocks]]></category>
		<category><![CDATA[grammar]]></category>
		<category><![CDATA[hanselminutes]]></category>
		<category><![CDATA[herding code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[it pro]]></category>
		<category><![CDATA[knightcast]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[polymorphic podcast]]></category>
		<category><![CDATA[pwop]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=721</guid>
		<description><![CDATA[Inspired by this post from Bill Wagner&#8217;s blog, here&#8217;s a quick look at what&#8217;s on my Podroll these days.  I&#8217;ve listed each show below with its affiliated network or originating broadcaster in parentheses.  Please have a look through the list and post any other great shows in the comments.  I&#8217;d also love to know what [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by <a href="http://srtsolutions.com/blogs/billwagner/archive/2008/03/18/my-podcast-roll.aspx" target="_blank">this post from Bill Wagner&#8217;s blog</a>, here&#8217;s a quick look at what&#8217;s on my Podroll these days.  I&#8217;ve listed each show below with its affiliated network or originating broadcaster in parentheses.  Please have a look through the list and post any other great shows in the comments.  I&#8217;d also love to know what you think about the recommendations!</p>

<h3>Science &amp; Technology Shows</h3>

<p><a href="http://www.aussiegeekpodcast.com/" target="_blank">Aussie Geek Podcast</a> &#8211; Bloody Awesome Tech. Two Aussies (Dave and Cait) and a Canadian (that&#8217;s me!) put their unique slants on the technology news, applications sites and services each week (or so).</p>

<p><a href="http://commandn.tv/" target="_blank">CommandN</a> &#8211; Amber Macarthur and friends bring you a weekly dose of tech news.</p>

<p><a href="http://www.bbc.co.uk/podcasts/series/digitalp" target="_blank">Digital Planet</a> (<a href="http://www.bbc.co.uk/podcasts/" target="_blank">BBC</a>) &#8211; The BBC&#8217;s weekly technology show looking at trends in tech and how they affect your daily life, hosted by Gareth Mitchell.</p>

<p><a href="http://www.bbc.co.uk/podcasts/series/discovery" target="_blank">Discovery</a> (<a href="http://www.bbc.co.uk/podcasts/" target="_blank">BBC</a>) &#8211; A weekly science documentary examining hot trends and profound topics in the world of science.</p>

<p><a href="http://www.knightwise.com/" target="_blank">Knightcast</a> &#8211; Tuning tech into your way of life, Knightwise offers a look at ways to make technology work for you, instead of the other way around.</p>

<p><a href="http://www.macosken.com/" target="_blank">Mac OS Ken</a> &#8211; A daily dose of Mac (and iPhone) news delivered by the sarcastic, funny and insightful Ken Ray.</p>

<p><a href="http://oneminutetip.com/" target="_blank">One Minute Tip</a> (<a href="http://techpodcasts.com/" target="_blank">TP</a>) &#8211; Byte-sized pieces of knowledge to help you be just a bit more productive with your everyday tech.</p>

<p><a href="http://podcastersemporium.com/" target="_blank">Podcasters&#8217; Emporium</a> (<a href="http://lifestylepodnetwork.com/lifestyle-podnetwork-show-guide.asp" target="_blank">LPN</a>) &#8211; James Williams and Dave Gray cover all the topics you need to know to become a better podcaster.</p>

<p><a href="http://www.cbc.ca/quirks/" target="_blank">Quirks and Quarks</a> (<a href="http://cbc.ca/podcasting" target="_blank">CBC</a>) &#8211; Bob MacDonald&#8217;s weekly look at science and technology from the CBC mothership.  The show looks at new and emerging sciences and technologies, often with an eye towards how they affect our environment.</p>

<p><a href="http://www.runasradio.com/" target="_blank">Run As Radio</a> (<a href="http://pwop.com/podcasts.aspx" target="_blank">PWOP</a>) &#8211; Richard Campbell and Greg Hughes provide a weekly batch of insightful trends and topics for the IT pro.</p>

<p><a href="http://twit.tv/sn" target="_blank">Security Now</a> (<a href="http://www.twit.tv/" target="_blank">TWiT</a>) &#8211; Steve Gibson&#8217;s weekly dose of security news and security-related topics is very insigtful  (even better if you skip over Leo Laporte&#8217;s TWiT ads).</p>

<p><a href="http://tvo.org/searchengine" target="_blank">Search Engine</a> (<a href="http://tvo.org/" target="_blank">TVO</a>) &#8211; Jesse Brown&#8217;s brutally honest opinions and reviews of life in the Internet age.</p>

<p><a href="http://www.theskepticsguide.org/sgu.aspx?MasterPodcastId=1" target="_blank">The Skeptic&#8217;s Guide to the Universe</a> &#8211; Members of the New England Skeptical Society debunk the myths and frauds of the scientific age.</p>

<p><a href="http://www.theskepticsguide.org/sgu.aspx?MasterPodcastId=2" target="_blank">The Skeptic&#8217;s Guide 5&#215;5</a> &#8211; A shorter companion podcast for the Skeptic&#8217;s Guide to the Universe.</p>

<p><a href="http://cbc.ca/spark" target="_blank">Spark</a> (<a href="http://www.cbc.ca/podcasting/" target="_blank">CBC</a>) &#8211; Focusing on the softer side of tech, trends and how these things work their way into our day-to-day lives.</p>

<h3>Software Development Shows</h3>

<p><a href="http://hanselminutes.com/" target="_blank">Hanselminutes</a> (<a href="http://pwop.com/podcasts.aspx" target="_blank">PWOP</a>) &#8211; Scott Hanselman&#8217;s weekly look at software and technology topics with his inside the MS machine take on things.</p>

<p><a href="http://herdingcode.com/" target="_blank">Herding Code</a> &#8211; A group of &#8220;real-world&#8221; developers discussing topics and technology that affect code-slingers everywhere.</p>

<p><a href="http://dotnetrocks.com/" target="_blank">.NET Rocks!</a> (<a href="http://pwop.com/podcasts.aspx" target="_blank">PWOP</a>) &#8211; .NET Rocks brings together the incomparable Carl Franklin and Richard Campbell who interview cool and interesting people in the Microsoft developer space.</p>

<p><a href="http://polymorphicpodcast.com/" target="_blank">Polymorphic Podcast</a> &#8211; Craig Shoemaker&#8217;s periodic exploration of software and best practices for .NET developers was one of the first software podcasts I started listening to.</p>

<p><a href="http://blog.stackoverflow.com/category/podcasts/" target="_blank">Stack Overflow</a> &#8211; Jeff atwood and Joel Spolsky&#8217;s companion podcast to the Stack Overflow Q&amp;A site project.  A weekly chat about the project, interesting Stack Overflow questions and other software topics.</p>

<h3>Humour &amp; Entertainment Shows</h3>

<p><a href="http://monday.pwop.com/" target="_blank">Mondays</a> (<a href="http://pwop.com/podcasts.aspx" target="_blank">PWOP</a>) &#8211; Mondays is a comedy show from the crew at PWOP that&#8217;s released on a somewhat sporadic basis.  This one&#8217;s definitely NSFW &#8212; unless you have headphones. =)</p>

<p><a href="http://pendantaudio.com/defiant.php" target="_blank">Star Trek: Defiant</a> &#8211; A fan-fiction podcast set a number of years after the events in Star Trek: Nemesis. Produced by the crew at <a href="http://pendantaudio.com/" target="_blank">Pendant Audio</a> with a fairly talented voice crew.  It&#8217;s a good listen.</p>

<p><a href="http://shows.lifestylepodnetwork.info/2schooners/" target="_blank">Two Schooners</a> (<a href="http://lifestylepodnetwork.com/lifestyle-podnetwork-show-guide.asp" target="_blank">LPN</a>) &#8211; Dave Gray and James Williams get together again for a somewhat less serious show covering the weird and hilarious stories of the week over a schooner of their favourite brew.</p>

<h3>Business / News Shows</h3>

<p><a href="http://www.cknw.com/_SHARED/Podcasts/public/RSS.aspx?PID=1105" target="_blank">Campbell&#8217;s Comment</a> (<a href="http://www.cknw.com/podcasts.aspx" target="_blank">CKNW</a>) &#8211; Michael Campbell&#8217;s daily business comment.</p>

<p><a href="http://getitdone.quickanddirtytips.com/" target="_blank">Get It Done Guy</a> (<a href="http://quickanddirtytips.com/" target="_blank">QD Tips</a>) &#8211; Sever Robins provides great productivity tips, business tips and general &#8220;how-to-cope-with-life-after-college&#8221; tips.</p>

<p><a href="http://manners.quickanddirtytips.com/" target="_blank">Modern Manners Guy</a> (<a href="http://quickanddirtytips.com/" target="_blank">QD Tips</a>) &#8211; The Modern Manners Guy&#8217;s advice on how not to inconvenience those around you.</p>

<p><a href="http://nutritiondiva.quickanddirtytips.com/" target="_blank">Nutrition Diva</a> (<a href="http://quickanddirtytips.com/" target="_blank">QD Tips</a>) &#8211; Eat better, and learn about food myths that&#8217;ll keep you on the healthy track.</p>

<p><a href="http://www.cknw.com/_SHARED/Podcasts/public/RSS.aspx?PID=1103" target="_blank">Reality Check</a> (<a href="http://www.cknw.com/podcasts.aspx" target="_blank">CKNW</a>) &#8211; Bruce Allen&#8217;s pull-no-punches daily comment about social issues and pop culture.</p>

<p><a href="http://www.cknw.com/_SHARED/Podcasts/public/RSS.aspx?PID=1104" target="_blank">Sports Comment</a> (<a href="http://www.cknw.com/podcasts.aspx" target="_blank">CKNW</a>) &#8211; Neil McRae and others provide a comment on the sports world from a Vancouver perspective.</p>

<h3>Grammar / Language Shows</h3>

<p><a href="http://grammar.quickanddirtytips.com/" target="_blank">Grammar Girl</a> (<a href="http://quickanddirtytips.com/" target="_blank">QD Tips</a>) &#8211; Mignon Fogarty&#8217;s weekly language show will help you tackle the tricky issues of trying to write successfully in the English language.</p>

<p><a href="http://kalyespeak.com/" target="_blank">Kalye Speak</a> &#8211; Learn tagalog as filipino&#8217;s actually speak it.  By far the most successful podcast of its kind.</p>

<p><a href="http://podictionary.com/" target="_blank">Podictionary</a> &#8211; Charles Hodgeson gives great background on the etymology of words that we use every day. The show is insightful, fun and concise.</p>

<p>It&#8217;s been fun putting this list together.  I&#8217;d love to hear your comments on these shows, or others that you listen to regularly.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/07/10/32-great-podcasts-from-my-podroll/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 419/422 objects using disk: basic

Served from: kdmurray.net @ 2012-05-23 17:54:01 -->
