<?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/"
	>
<channel>
	<title>Comments on: Markdown, Oh the Humanity</title>
	<atom:link href="http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<pubDate>Thu, 04 Dec 2008 06:41:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1-10026</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jr</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-359719</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Sun, 29 Jun 2008 02:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-359719</guid>
		<description>&lt;p&gt;Meh. I use HTML because that's my preferred syntax of choice. I have a vested interest in using it because I don't want to learn a "simpler" form that requires me learning something different, solely because it's different and therefore involves learning.&lt;/p&gt;

&lt;p&gt;That's not to say that Markdown, WikiScript, LaTEX, or using in-lined emacs command syntax is any more or less valid than HTML or whatever other syntax someone else has a vested interest in using.&lt;/p&gt;

&lt;p&gt;The only thing that matters is whether or not the output of said syntax methodology is readable with zero effort on my part. &lt;/p&gt;

&lt;p&gt;(Heck, you could code this using straight MIME encoded UNICODE variables for all I care at that point.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Meh. I use HTML because that&#8217;s my preferred syntax of choice. I have a vested interest in using it because I don&#8217;t want to learn a &#8220;simpler&#8221; form that requires me learning something different, solely because it&#8217;s different and therefore involves learning.</p>
<p>That&#8217;s not to say that Markdown, WikiScript, LaTEX, or using in-lined emacs command syntax is any more or less valid than HTML or whatever other syntax someone else has a vested interest in using.</p>
<p>The only thing that matters is whether or not the output of said syntax methodology is readable with zero effort on my part. </p>
<p>(Heck, you could code this using straight MIME encoded UNICODE variables for all I care at that point.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-359712</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Sun, 29 Jun 2008 00:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-359712</guid>
		<description>&lt;p&gt;@gavin:  Markdown's not a template engine, it's like wiki text or "smart ASCII"  It's a set of rules allowing users to write in plain text that later gets converted to HTML.  No logic or variables or control structures involved.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@gavin:  Markdown&#8217;s not a template engine, it&#8217;s like wiki text or &#8220;smart ASCII&#8221;  It&#8217;s a set of rules allowing users to write in plain text that later gets converted to HTML.  No logic or variables or control structures involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavin</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-359635</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Sat, 28 Jun 2008 00:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-359635</guid>
		<description>&lt;p&gt;Doesn't markdown lack necessary things for being a template engine? (similar to Smarty)&lt;/p&gt;

&lt;p&gt;I mean, &lt;code&gt;${some_variable}&lt;/code&gt; to echo a variable, and &lt;code&gt;if/else&lt;/code&gt;, and &lt;code&gt;foreach&lt;/code&gt; an array?&lt;/p&gt;

&lt;p&gt;Or, do you just use something like PHP's  and use PHP's if/else/foreach?  Or Ruby or Python, etc, I mean.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t markdown lack necessary things for being a template engine? (similar to Smarty)</p>
<p>I mean, <code>${some_variable}</code> to echo a variable, and <code>if/else</code>, and <code>foreach</code> an array?</p>
<p>Or, do you just use something like PHP&#8217;s  and use PHP&#8217;s if/else/foreach?  Or Ruby or Python, etc, I mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle Pagaltzis</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-354539</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Fri, 23 May 2008 09:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-354539</guid>
		<description>&lt;p&gt;Of course, if you put the URL in angle brackets, Markdown will refrain from touching it at all. Likewise for file- and variable names in backticks. That said, John Gruber has repeatedly said that he considers the underscore issue a bug, and the next release will fix this so internal underscores inside words will not trigger emphasis markup.&lt;/p&gt;

&lt;p&gt;So that particular issue, pain in the bottom as it can on rare occasions be, is easy to work around now and will completely vanish in the future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Of course, if you put the URL in angle brackets, Markdown will refrain from touching it at all. Likewise for file- and variable names in backticks. That said, John Gruber has repeatedly said that he considers the underscore issue a bug, and the next release will fix this so internal underscores inside words will not trigger emphasis markup.</p>
<p>So that particular issue, pain in the bottom as it can on rare occasions be, is easy to work around now and will completely vanish in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n0wak</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-354411</link>
		<dc:creator>n0wak</dc:creator>
		<pubDate>Thu, 22 May 2008 19:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-354411</guid>
		<description>&lt;p&gt;I dunno, I'm not a fan. By using underscores and brackets, instead of full tags, it has a tendency to break down a lot. Which has, thusly, prompted http://fuckingmarkdown.com/ in frustration.&lt;/p&gt;

&lt;p&gt;It's too clunky and requires as much user involvement to get it working 100% of the time as simple HTML or BBCode. Nothing more frustrating than posting a URL with an underscore in it and having markdown convert those underscores into italics, breaking the whole damned thing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I dunno, I&#8217;m not a fan. By using underscores and brackets, instead of full tags, it has a tendency to break down a lot. Which has, thusly, prompted <a href="http://fuckingmarkdown.com/" rel="nofollow">http://fuckingmarkdown.com/</a> in frustration.</p>
<p>It&#8217;s too clunky and requires as much user involvement to get it working 100% of the time as simple HTML or BBCode. Nothing more frustrating than posting a URL with an underscore in it and having markdown convert those underscores into italics, breaking the whole damned thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [XILED] &#187; Blog Archive &#187; Markdown</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-354230</link>
		<dc:creator>[XILED] &#187; Blog Archive &#187; Markdown</dc:creator>
		<pubDate>Wed, 21 May 2008 22:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-354230</guid>
		<description>&lt;p&gt;[...] to mention losing your flow due to the &#8220;coding/prosing thrash&#8221; as l.m.orchard discusses here. If you read the philosophy behind markdown you will see that markdown was designed just for this [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] to mention losing your flow due to the &#8220;coding/prosing thrash&#8221; as l.m.orchard discusses here. If you read the philosophy behind markdown you will see that markdown was designed just for this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan on programming &#187; Blog Archive &#187; Emacs, muse and htmlize</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-353820</link>
		<dc:creator>Juan on programming &#187; Blog Archive &#187; Emacs, muse and htmlize</dc:creator>
		<pubDate>Tue, 20 May 2008 07:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-353820</guid>
		<description>&lt;p&gt;[...] I found that what I wanted to say was along similar lines to this guy, but he said it much more [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I found that what I wanted to say was along similar lines to this guy, but he said it much more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dash</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-353736</link>
		<dc:creator>Dave Dash</dc:creator>
		<pubDate>Mon, 19 May 2008 21:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-353736</guid>
		<description>&lt;p&gt;I use Markdown everywhere as well.  I am not sure about the technical arguments against it, but personally, it does a lot less damage than wysiwyg.&lt;/p&gt;

&lt;p&gt;In fact, it's nice in that it gives you control without sacrificing readability.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use Markdown everywhere as well.  I am not sure about the technical arguments against it, but personally, it does a lot less damage than wysiwyg.</p>
<p>In fact, it&#8217;s nice in that it gives you control without sacrificing readability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [XILED] &#187; Blog Archive &#187; links for 2008-05-19</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-353609</link>
		<dc:creator>[XILED] &#187; Blog Archive &#187; links for 2008-05-19</dc:creator>
		<pubDate>Mon, 19 May 2008 04:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-353609</guid>
		<description>&lt;p&gt;[...] 0xDECAFBAD » Markdown, Oh the Humanity I don’t see where Jeff Atwood’s “Is HTML a Humane Markup Language?” makes the case for HTML as humane. (tags: markdown) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 0xDECAFBAD » Markdown, Oh the Humanity I don’t see where Jeff Atwood’s “Is HTML a Humane Markup Language?” makes the case for HTML as humane. (tags: markdown) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megalar</title>
		<link>http://decafbad.com/blog/2008/05/18/markdown-oh-the-humanity/comment-page-1#comment-353572</link>
		<dc:creator>megalar</dc:creator>
		<pubDate>Sun, 18 May 2008 22:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=1124#comment-353572</guid>
		<description>&lt;p&gt;I couldn't agree more on this dude. As for people like Jeff Atwood... well, pffft. I grow tired of the "real programmers" do this or that mentality and while I'm a regular reader of Coding Horror, I hear alot of that garbage there. Fortunately I have excellent noise filters for my idea factory so it doesn't make much of an impression. 
peace.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree more on this dude. As for people like Jeff Atwood&#8230; well, pffft. I grow tired of the &#8220;real programmers&#8221; do this or that mentality and while I&#8217;m a regular reader of Coding Horror, I hear alot of that garbage there. Fortunately I have excellent noise filters for my idea factory so it doesn&#8217;t make much of an impression.<br />
peace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
