<?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: Asciify: ASCII art library</title>
	<atom:link href="http://ajaxian.com/archives/asciify/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/asciify</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: ArthurBlake</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262212</link>
		<dc:creator>ArthurBlake</dc:creator>
		<pubDate>Tue, 18 Mar 2008 19:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262212</guid>
		<description>To see the entire Star Wars movie in Ascii Art:

telnet towel.blinkenlights.nl

!!</description>
		<content:encoded><![CDATA[<p>To see the entire Star Wars movie in Ascii Art:</p>
<p>telnet towel.blinkenlights.nl</p>
<p>!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milancole</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262156</link>
		<dc:creator>milancole</dc:creator>
		<pubDate>Mon, 17 Mar 2008 05:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262156</guid>
		<description>Nice find... I remember spending hours working on little pieces of Ascii art many years ago.</description>
		<content:encoded><![CDATA[<p>Nice find&#8230; I remember spending hours working on little pieces of Ascii art many years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluepower</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262155</link>
		<dc:creator>bluepower</dc:creator>
		<pubDate>Mon, 17 Mar 2008 03:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262155</guid>
		<description>Bad &quot;signature&quot;, don&#039;t make fun with the serious TIBET situation!

Anyway, the library is so cool.</description>
		<content:encoded><![CDATA[<p>Bad &#8220;signature&#8221;, don&#8217;t make fun with the serious TIBET situation!</p>
<p>Anyway, the library is so cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CupBoy</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262135</link>
		<dc:creator>CupBoy</dc:creator>
		<pubDate>Sun, 16 Mar 2008 00:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262135</guid>
		<description>And here&#039;s one using js and the canvas tag to turn images into ascii art: &lt;a href=&quot;http://www.nihilogic.dk/labs/jsascii/&quot; rel=&quot;nofollow&quot;&gt;http://www.nihilogic.dk/labs/jsascii/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>And here&#8217;s one using js and the canvas tag to turn images into ascii art: <a href="http://www.nihilogic.dk/labs/jsascii/" rel="nofollow">http://www.nihilogic.dk/labs/jsascii/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polterguy</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262134</link>
		<dc:creator>polterguy</dc:creator>
		<pubDate>Sat, 15 Mar 2008 18:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262134</guid>
		<description>And here&#039;s a version built on top of web standards like HTML, CSS and JavaScript;
http://ajaxwidgets.com/Blogs/system_rss/ascii_art_generator_ajaxified.bb
And the actual generator;
http://ajaxwidgets.com/Ascii-Art/AsciiArt.aspx</description>
		<content:encoded><![CDATA[<p>And here&#8217;s a version built on top of web standards like HTML, CSS and JavaScript;<br />
<a href="http://ajaxwidgets.com/Blogs/system_rss/ascii_art_generator_ajaxified.bb" rel="nofollow">http://ajaxwidgets.com/Blogs/system_rss/ascii_art_generator_ajaxified.bb</a><br />
And the actual generator;<br />
<a href="http://ajaxwidgets.com/Ascii-Art/AsciiArt.aspx" rel="nofollow">http://ajaxwidgets.com/Ascii-Art/AsciiArt.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetburr</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262116</link>
		<dc:creator>tetburr</dc:creator>
		<pubDate>Fri, 14 Mar 2008 17:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262116</guid>
		<description>Can anyone think of a good reason why this couldn&#039;t be used as part of a simple, automated, low bandwidth Captcha technology:
1 - Generate random text on the server, save text and identifier.
2 - Convert text to an image (using ImageMagick or similar).
3 - Convert image to ascii art (using asciify).
4 - Send ascii art to user, with hidden identifier for comparison upon submission.

I can see two problems:
1 - Reverse engineering back to real text may be too easy, although there will be information loss when converting initially.  Extra difficulty could be created by adding an actual image behind the text before asciifying.
2 - Ascii art representing actual text may be difficult for a human to decypher , especially with an image behind it, so the ascii art may need to be quite large on the page.</description>
		<content:encoded><![CDATA[<p>Can anyone think of a good reason why this couldn&#8217;t be used as part of a simple, automated, low bandwidth Captcha technology:<br />
1 &#8211; Generate random text on the server, save text and identifier.<br />
2 &#8211; Convert text to an image (using ImageMagick or similar).<br />
3 &#8211; Convert image to ascii art (using asciify).<br />
4 &#8211; Send ascii art to user, with hidden identifier for comparison upon submission.</p>
<p>I can see two problems:<br />
1 &#8211; Reverse engineering back to real text may be too easy, although there will be information loss when converting initially.  Extra difficulty could be created by adding an actual image behind the text before asciifying.<br />
2 &#8211; Ascii art representing actual text may be difficult for a human to decypher , especially with an image behind it, so the ascii art may need to be quite large on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carbon43</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262115</link>
		<dc:creator>Carbon43</dc:creator>
		<pubDate>Fri, 14 Mar 2008 17:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262115</guid>
		<description>Free Tibet! ^_^

I think he was observing the need for a free tibet, while being humorous. Humor is one of the most persuasive argumentative techniques. :)</description>
		<content:encoded><![CDATA[<p>Free Tibet! ^_^</p>
<p>I think he was observing the need for a free tibet, while being humorous. Humor is one of the most persuasive argumentative techniques. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262113</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Fri, 14 Mar 2008 16:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262113</guid>
		<description>On a related note, there&#039;s a cool Matrix ASCII animated sequence (elements shown/hidden via Javascript) &lt;a href=&quot;http://www.justbewise.net/matrix.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>On a related note, there&#8217;s a cool Matrix ASCII animated sequence (elements shown/hidden via Javascript) <a href="http://www.justbewise.net/matrix.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPAugusta</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262112</link>
		<dc:creator>PHPAugusta</dc:creator>
		<pubDate>Fri, 14 Mar 2008 15:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262112</guid>
		<description>http://www.cafepress.com/buy/*+with+any+tibet+of+equal+or+greater+value+/-/pd_13630063?CMP=KNC-F-ALL</description>
		<content:encoded><![CDATA[<p><a href="http://www.cafepress.com/buy/*+with+any+tibet+of+equal+or+greater+value+/-/pd_13630063?CMP=KNC-F-ALL" rel="nofollow">http://www.cafepress.com/buy/*+with+any+tibet+of+equal+or+greater+value+/-/pd_13630063?CMP=KNC-F-ALL</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewHerron</title>
		<link>http://ajaxian.com/archives/asciify/comment-page-1#comment-262110</link>
		<dc:creator>AndrewHerron</dc:creator>
		<pubDate>Fri, 14 Mar 2008 14:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/asciify#comment-262110</guid>
		<description>Do you really think that &quot;sig&quot; needed to be jested about? There are riots right, as we speak, where people are being beaten and possibly killed. I&#039;m not trying to get on a soap box but trivializing the Tibet situation probably isn&#039;t very conscientious.

As for the lib... Cool!</description>
		<content:encoded><![CDATA[<p>Do you really think that &#8220;sig&#8221; needed to be jested about? There are riots right, as we speak, where people are being beaten and possibly killed. I&#8217;m not trying to get on a soap box but trivializing the Tibet situation probably isn&#8217;t very conscientious.</p>
<p>As for the lib&#8230; Cool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

