<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for A Day In The Lyf</title>
	<atom:link href="http://brandonbyars.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandonbyars.com</link>
	<description>...the lyf so short, the craft so longe to lerne</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:18:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on The Fundamental Theorem of Renting by Doiy</title>
		<link>http://brandonbyars.com/2011/01/08/the-fundamental-theorem-of-renting/#comment-442</link>
		<dc:creator><![CDATA[Doiy]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 17:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=254#comment-442</guid>
		<description><![CDATA[Ha! Thanks for the post! Very funny! :)]]></description>
		<content:encoded><![CDATA[<p>Ha! Thanks for the post! Very funny! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RestMvc &#8211; RESTful Goodies for ASP.NET MVC by Robert Beal (@robertbeal)</title>
		<link>http://brandonbyars.com/2011/01/06/restmvc/#comment-418</link>
		<dc:creator><![CDATA[Robert Beal (@robertbeal)]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 11:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=236#comment-418</guid>
		<description><![CDATA[Awesome framework. I like the Sinatra inspired syntax. I&#039;ve gone in a slightly different direction and stuck with Simply Restful (well a hacked up version), so more convention based. While it means less code, it also has downsides as you&#039;ve mentioned.

With regards to 405&#039;s, you can override the HandleUnknownAction method on a controller. I&#039;ve created a base controller, and in that method check to see if the action matches a known method that doesn&#039;t exist (I use Index, Get, Put, Post, Delete method names as part of my routing). If it does, throw an exception resulting in a 405. If not it throws a 404 as normal.

It&#039;s not very elegant, but works for my setup. A filter would be nicer (HandleError?), I&#039;ll need to read up and step through some code to see if it&#039;s possible.]]></description>
		<content:encoded><![CDATA[<p>Awesome framework. I like the Sinatra inspired syntax. I&#8217;ve gone in a slightly different direction and stuck with Simply Restful (well a hacked up version), so more convention based. While it means less code, it also has downsides as you&#8217;ve mentioned.</p>
<p>With regards to 405&#8242;s, you can override the HandleUnknownAction method on a controller. I&#8217;ve created a base controller, and in that method check to see if the action matches a known method that doesn&#8217;t exist (I use Index, Get, Put, Post, Delete method names as part of my routing). If it does, throw an exception resulting in a 405. If not it throws a 404 as normal.</p>
<p>It&#8217;s not very elegant, but works for my setup. A filter would be nicer (HandleError?), I&#8217;ll need to read up and step through some code to see if it&#8217;s possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Fundamental Theorem of Renting by Kimberly</title>
		<link>http://brandonbyars.com/2011/01/08/the-fundamental-theorem-of-renting/#comment-405</link>
		<dc:creator><![CDATA[Kimberly]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 17:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=254#comment-405</guid>
		<description><![CDATA[Finally, a post I understand :-)  Good stuff.]]></description>
		<content:encoded><![CDATA[<p>Finally, a post I understand :-)  Good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Marylou Tustison</title>
		<link>http://brandonbyars.com/about/#comment-293</link>
		<dc:creator><![CDATA[Marylou Tustison]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 16:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.wordpress.com/?page_id=2#comment-293</guid>
		<description><![CDATA[This post seems to recieve a good ammount of visitors. How do you promote it? It gives a nice individual spin on things. I guess having something useful or substantial to post about is the most important factor.]]></description>
		<content:encoded><![CDATA[<p>This post seems to recieve a good ammount of visitors. How do you promote it? It gives a nice individual spin on things. I guess having something useful or substantial to post about is the most important factor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RestMvc &#8211; RESTful Goodies for ASP.NET MVC by Shantelle Chladek</title>
		<link>http://brandonbyars.com/2011/01/06/restmvc/#comment-281</link>
		<dc:creator><![CDATA[Shantelle Chladek]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 03:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=236#comment-281</guid>
		<description><![CDATA[i think you have a nice page here... these days was my first time coming here.. i just happened to find it doing a google search. anyway, fantastic post.. i&#039;ll be bookmarking this page for sure.]]></description>
		<content:encoded><![CDATA[<p>i think you have a nice page here&#8230; these days was my first time coming here.. i just happened to find it doing a google search. anyway, fantastic post.. i&#8217;ll be bookmarking this page for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Fundamental Theorem of Renting by Casey Ransberger</title>
		<link>http://brandonbyars.com/2011/01/08/the-fundamental-theorem-of-renting/#comment-279</link>
		<dc:creator><![CDATA[Casey Ransberger]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 19:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=254#comment-279</guid>
		<description><![CDATA[In your blog post about Lisp macros, you state (with regard to metaprogramming:) 

&quot;You cannot change the language at run-time.&quot;

For most languages, this is true, however, as you mentioned Smalltalk, I&#039;d like to point out: the compiler is written in Smalltalk, and is thus available for modification (like everything else that lives above the VM) at run time. It&#039;s usually comprised of a Parser class and a Scanner class. While Smalltalk has a small amount of syntax in the way of a macro system, it&#039;s worth pointing out that it&#039;s still a pretty trivial grammar, and parsed with recursive descent.

One fun trick is to use an anonymous function to simultaneously change the grammar and rewrite all the source code in the system in one go; *poof* new object language:)

Lots of fun can be had with pulling down e.g., Squeak, as well as perhaps OMeta, and playing around with ideas for macro systems.

Great article all the same! I often find myself struggling to explain the difference between a hygienic macro and a C macro to people who are only familiar with the latter.]]></description>
		<content:encoded><![CDATA[<p>In your blog post about Lisp macros, you state (with regard to metaprogramming:) </p>
<p>&#8220;You cannot change the language at run-time.&#8221;</p>
<p>For most languages, this is true, however, as you mentioned Smalltalk, I&#8217;d like to point out: the compiler is written in Smalltalk, and is thus available for modification (like everything else that lives above the VM) at run time. It&#8217;s usually comprised of a Parser class and a Scanner class. While Smalltalk has a small amount of syntax in the way of a macro system, it&#8217;s worth pointing out that it&#8217;s still a pretty trivial grammar, and parsed with recursive descent.</p>
<p>One fun trick is to use an anonymous function to simultaneously change the grammar and rewrite all the source code in the system in one go; *poof* new object language:)</p>
<p>Lots of fun can be had with pulling down e.g., Squeak, as well as perhaps OMeta, and playing around with ideas for macro systems.</p>
<p>Great article all the same! I often find myself struggling to explain the difference between a hygienic macro and a C macro to people who are only familiar with the latter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RestMvc &#8211; RESTful Goodies for ASP.NET MVC by Autoverzekering vergelijken</title>
		<link>http://brandonbyars.com/2011/01/06/restmvc/#comment-278</link>
		<dc:creator><![CDATA[Autoverzekering vergelijken]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 00:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=236#comment-278</guid>
		<description><![CDATA[you are good. write more]]></description>
		<content:encoded><![CDATA[<p>you are good. write more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RestMvc &#8211; RESTful Goodies for ASP.NET MVC by Volledig Casco</title>
		<link>http://brandonbyars.com/2011/01/06/restmvc/#comment-277</link>
		<dc:creator><![CDATA[Volledig Casco]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 21:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=236#comment-277</guid>
		<description><![CDATA[what about this second sentence?]]></description>
		<content:encoded><![CDATA[<p>what about this second sentence?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Picking Up The Pen Again by djaggie</title>
		<link>http://brandonbyars.com/2011/01/04/picking-up-the-pen-again/#comment-269</link>
		<dc:creator><![CDATA[djaggie]]></dc:creator>
		<pubDate>Wed, 05 Jan 2011 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://brandonbyars.com/?p=226#comment-269</guid>
		<description><![CDATA[I&#039;m glad that your Muse woke and you are writing again.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that your Muse woke and you are writing again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows is a Ghetto by Stephen</title>
		<link>http://brandonbyars.com/2008/10/19/windows-is-a-ghetto/#comment-249</link>
		<dc:creator><![CDATA[Stephen]]></dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description><![CDATA[A crescendo is a gradual increase in something; it is not the endpoint of that increase.  Therefore, nothing can build up into a crescendo: the build-up is the crescendo. You might try explosion, outburst, or fit, but none of these seem to capture the idea perfectly.  Any suggestions?]]></description>
		<content:encoded><![CDATA[<p>A crescendo is a gradual increase in something; it is not the endpoint of that increase.  Therefore, nothing can build up into a crescendo: the build-up is the crescendo. You might try explosion, outburst, or fit, but none of these seem to capture the idea perfectly.  Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
