<?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: Reddit in 61 minutes and 97 lines of PHP</title>
	<atom:link href="http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/</link>
	<description>It&#039;s time to bring forth the rhythm and the rhyme</description>
	<lastBuildDate>Sat, 24 Jul 2010 00:23:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tmont</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-716</link>
		<dc:creator>tmont</dc:creator>
		<pubDate>Sat, 24 Jul 2010 00:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-716</guid>
		<description>@Zarek

&lt;code&gt;
CREATE TABLE `links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(300) NOT NULL,
  `title` varchar(1000) NOT NULL,
  `votes` int(11) NOT NULL DEFAULT &#039;0&#039;,
  `date_posted` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`link_id`)
) ENGINE=InnoDB
&lt;/code&gt;

Go wild.</description>
		<content:encoded><![CDATA[<p>@Zarek</p>
<p><code><br />
CREATE TABLE `links` (<br />
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,<br />
  `url` varchar(300) NOT NULL,<br />
  `title` varchar(1000) NOT NULL,<br />
  `votes` int(11) NOT NULL DEFAULT '0',<br />
  `date_posted` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,<br />
  PRIMARY KEY (`link_id`)<br />
) ENGINE=InnoDB<br />
</code></p>
<p>Go wild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarek</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-713</link>
		<dc:creator>Zarek</dc:creator>
		<pubDate>Thu, 22 Jul 2010 09:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-713</guid>
		<description>Can you please upload the SQL query used to create the table for this? I am trying to set it up at http://zarek2.co.cc/lollit/ but I need the SQL query to set up the database. Thanks</description>
		<content:encoded><![CDATA[<p>Can you please upload the SQL query used to create the table for this? I am trying to set it up at <a href="http://zarek2.co.cc/lollit/" rel="nofollow">http://zarek2.co.cc/lollit/</a> but I need the SQL query to set up the database. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmont</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-669</link>
		<dc:creator>tmont</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-669</guid>
		<description>@Than - It disappeared in my switch to nginx. It now resides &lt;a href=&quot;http://tmont.com/experiments/reddit-php-lol/source.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Than &#8211; It disappeared in my switch to nginx. It now resides <a href="http://tmont.com/experiments/reddit-php-lol/source.php" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Than</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-665</link>
		<dc:creator>Than</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-665</guid>
		<description>Um... where&#039;s the source? Link just goes to the playground...</description>
		<content:encoded><![CDATA[<p>Um&#8230; where&#8217;s the source? Link just goes to the playground&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Tulip</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-565</link>
		<dc:creator>Nick Tulip</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-565</guid>
		<description>Compress the js and css and we&#039;re down to 90 lines. awesome!</description>
		<content:encoded><![CDATA[<p>Compress the js and css and we&#8217;re down to 90 lines. awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-533</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-533</guid>
		<description>can you do a tutorial on how to set this up?I tried to get it to work here: http://thebay.comlu.com/reddit%20clone2.php</description>
		<content:encoded><![CDATA[<p>can you do a tutorial on how to set this up?I tried to get it to work here: <a href="http://thebay.comlu.com/reddit%20clone2.php" rel="nofollow">http://thebay.comlu.com/reddit%20clone2.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malicart</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-530</link>
		<dc:creator>Malicart</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-530</guid>
		<description>@Admin:  You forgot something in your rebuttal.

   *way to prove all the negative comments about lisp devs.

Hi Reddit!</description>
		<content:encoded><![CDATA[<p>@Admin:  You forgot something in your rebuttal.</p>
<p>   *way to prove all the negative comments about lisp devs.</p>
<p>Hi Reddit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-528</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Feb 2010 08:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-528</guid>
		<description>@anon

1) probably. i didn&#039;t really read them that well, i haven&#039;t coded any lisp since college.
2) who cares? it&#039;s one page, and the connection closes when the script ends (that&#039;s how php works).
3) actually, not. hundreds of people tried, nothing actually happened.
4) actually, not. everything is escaped properly. see the documentation on htmlspecialchars() and htmlentities().
5) actually not. everything is properly sanitized.</description>
		<content:encoded><![CDATA[<p>@anon</p>
<p>1) probably. i didn&#8217;t really read them that well, i haven&#8217;t coded any lisp since college.<br />
2) who cares? it&#8217;s one page, and the connection closes when the script ends (that&#8217;s how php works).<br />
3) actually, not. hundreds of people tried, nothing actually happened.<br />
4) actually, not. everything is escaped properly. see the documentation on htmlspecialchars() and htmlentities().<br />
5) actually not. everything is properly sanitized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-527</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-527</guid>
		<description>wow, talk about fail. Let&#039;s count, shall we:
1) Didn&#039;t reproduce all of the functionality of the other examples.
2) DB connection is never closed
3) SQL Injection galore
4) Cross site scripting galore
5) HTTP response spliting

way to prove all the negative comments about php devs.</description>
		<content:encoded><![CDATA[<p>wow, talk about fail. Let&#8217;s count, shall we:<br />
1) Didn&#8217;t reproduce all of the functionality of the other examples.<br />
2) DB connection is never closed<br />
3) SQL Injection galore<br />
4) Cross site scripting galore<br />
5) HTTP response spliting</p>
<p>way to prove all the negative comments about php devs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reddit Clone — Now accepting registrations! &#124; BEST IN CLASS</title>
		<link>http://blargh.tommymontgomery.com/2010/02/reddit-in-61-minutes-and-97-lines-of-php/comment-page-1/#comment-525</link>
		<dc:creator>Reddit Clone — Now accepting registrations! &#124; BEST IN CLASS</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blargh.tommymontgomery.com/?p=398#comment-525</guid>
		<description>[...] This guy, actually sat down and wrote out a Reddit Clone in PHP, which I thought was amazing — If PHP could do the same as Clojure in only 6 extra lines I would be greatly impressed — However it lacked the almost every feature except rendering links. [...]</description>
		<content:encoded><![CDATA[<p>[...] This guy, actually sat down and wrote out a Reddit Clone in PHP, which I thought was amazing — If PHP could do the same as Clojure in only 6 extra lines I would be greatly impressed — However it lacked the almost every feature except rendering links. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
