<?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: &#8220;Nerds in Love&#8221; Coder Cake [PIC]</title> <atom:link href="http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/feed/" rel="self" type="application/rss+xml" /><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/</link> <description>tech, science, news and social issues for geeks</description> <lastBuildDate>Tue, 14 Feb 2012 03:56:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Brandon Soucie</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-297437</link> <dc:creator>Brandon Soucie</dc:creator> <pubDate>Fri, 13 May 2011 14:56:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-297437</guid> <description>&#160;I laughed. </description> <content:encoded><![CDATA[<p>&nbsp;I laughed.</p> ]]></content:encoded> </item> <item><title>By: Saul Troy Sabia</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-294330</link> <dc:creator>Saul Troy Sabia</dc:creator> <pubDate>Sat, 09 Apr 2011 17:27:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-294330</guid> <description>for (cupcake in picture) { nom(cupcake); happyCouple.congratulate(); $(&#039;*&#039;).find(&#039;#whomeverMadeTheseAwesomeCupcakes&#039;); } </description> <content:encoded><![CDATA[<p>for (cupcake in picture) {<br /> nom(cupcake);<br /> happyCouple.congratulate();<br /> $(&#039;*&#039;).find(&#039;#whomeverMadeTheseAwesomeCupcakes&#039;);<br /> }</p> ]]></content:encoded> </item> <item><title>By: Lolwut</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-287660</link> <dc:creator>Lolwut</dc:creator> <pubDate>Sun, 02 Jan 2011 08:28:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-287660</guid> <description>The condition is death, so it&#039;s fine that the loop only breaks when the condition is true. Therefore the cake is NOT a lie. </description> <content:encoded><![CDATA[<p>The condition is death, so it&#039;s fine that the loop only breaks when the condition is true. Therefore the cake is NOT a lie.</p> ]]></content:encoded> </item> <item><title>By: Zanna Russell</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-287659</link> <dc:creator>Zanna Russell</dc:creator> <pubDate>Sun, 02 Jan 2011 06:49:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-287659</guid> <description>You just won the &quot;Geekier than Thou&quot; Award, LOL </description> <content:encoded><![CDATA[<p>You just won the &quot;Geekier than Thou&quot; Award, LOL</p> ]]></content:encoded> </item> <item><title>By: vlad</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-287658</link> <dc:creator>vlad</dc:creator> <pubDate>Sun, 02 Jan 2011 06:22:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-287658</guid> <description>Ugh. People seriously need to stop saying that. It&#039;s not even funny anymore... </description> <content:encoded><![CDATA[<p>Ugh. People seriously need to stop saying that. It&#039;s not even funny anymore&#8230;</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-254746</link> <dc:creator>Ryan</dc:creator> <pubDate>Sun, 13 Jun 2010 21:23:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-254746</guid> <description>@Diesal11: Yes, it&#039;s a lie, but not for the reason you think. While &quot;do...until&quot; is proper syntax, it is long considered depreciated as &quot;do...while&quot; is the near universal iteration for loops that need to run at least once. (The diff? &quot;do...until&quot; breaks when the condition is true, where &quot;do...while&quot; breaks when it is false.) </description> <content:encoded><![CDATA[<p>@Diesal11:</p><p>Yes, it&#039;s a lie, but not for the reason you think.</p><p>While &quot;do&#8230;until&quot; is proper syntax, it is long considered depreciated as &quot;do&#8230;while&quot; is the near universal iteration for loops that need to run at least once.</p><p>(The diff? &quot;do&#8230;until&quot; breaks when the condition is true, where &quot;do&#8230;while&quot; breaks when it is false.)</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-279826</link> <dc:creator>Ryan</dc:creator> <pubDate>Sun, 13 Jun 2010 21:23:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-279826</guid> <description>@Diesal11: Yes, it&#039;s a lie, but not for the reason you think.While &quot;do...until&quot; is proper syntax, it is long considered depreciated as &quot;do...while&quot; is the near universal iteration for loops that need to run at least once.(The diff? &quot;do...until&quot; breaks when the condition is true, where &quot;do...while&quot; breaks when it is false.)</description> <content:encoded><![CDATA[<p>@Diesal11:<br /> Yes, it&#8217;s a lie, but not for the reason you think.</p><p>While &#8220;do&#8230;until&#8221; is proper syntax, it is long considered depreciated as &#8220;do&#8230;while&#8221; is the near universal iteration for loops that need to run at least once.</p><p>(The diff? &#8220;do&#8230;until&#8221; breaks when the condition is true, where &#8220;do&#8230;while&#8221; breaks when it is false.)</p> ]]></content:encoded> </item> <item><title>By: glassroseheart</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-254062</link> <dc:creator>glassroseheart</dc:creator> <pubDate>Fri, 04 Jun 2010 19:12:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-254062</guid> <description>what language is this? </description> <content:encoded><![CDATA[<p>what language is this?</p> ]]></content:encoded> </item> <item><title>By: glassroseheart</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-279825</link> <dc:creator>glassroseheart</dc:creator> <pubDate>Fri, 04 Jun 2010 19:12:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-279825</guid> <description>what language is this?</description> <content:encoded><![CDATA[<p>what language is this?</p> ]]></content:encoded> </item> <item><title>By: Rod</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-253550</link> <dc:creator>Rod</dc:creator> <pubDate>Wed, 26 May 2010 13:45:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-253550</guid> <description>I love it! </description> <content:encoded><![CDATA[<p>I love it!</p> ]]></content:encoded> </item> <item><title>By: Rod</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-279824</link> <dc:creator>Rod</dc:creator> <pubDate>Wed, 26 May 2010 13:45:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-279824</guid> <description>I love it!</description> <content:encoded><![CDATA[<p>I love it!</p> ]]></content:encoded> </item> <item><title>By: FenrawrX</title><link>http://www.geeksaresexy.net/2010/05/25/nerds-in-love-coder-cake-pic/#comment-253503</link> <dc:creator>FenrawrX</dc:creator> <pubDate>Tue, 25 May 2010 17:33:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=25667#comment-253503</guid> <description>&quot; so I truly wish you guys unending joy and happiness!&quot; better get an infinite loop on the go amazing cake tbh </description> <content:encoded><![CDATA[<p>&quot; so I truly wish you guys unending joy and happiness!&quot;</p><p>better get an infinite loop on the go</p><p>amazing cake tbh</p> ]]></content:encoded> </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: basic (User agent is rejected)
Database Caching 8/14 queries in 0.008 seconds using disk: basic
Content Delivery Network via blog.geeksaresexytech.netdna-cdn.com

Served from: www.geeksaresexy.net @ 2012-02-13 23:33:01 -->
