<?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 for Lost in Technopolis</title>
	<atom:link href="http://newartisans.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://newartisans.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 17:04:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Neat tricks with iptables by Pablo Cabrera</title>
		<link>http://newartisans.com/2007/09/neat-tricks-with-iptables/#comment-973</link>
		<dc:creator>Pablo Cabrera</dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2007/09/neat_tricks_with_iptables/#comment-973</guid>
		<description>Great Article!! It was very helpful.
Thank you pal.</description>
		<content:encoded><![CDATA[<p>Great Article!! It was very helpful.<br />
Thank you pal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Letter to the Free Software Foundation by Xah Lee</title>
		<link>http://newartisans.com/2011/04/letter-to-the-fsf/#comment-972</link>
		<dc:creator>Xah Lee</dc:creator>
		<pubDate>Wed, 01 Feb 2012 08:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://tech.wp.newartisans.com/?p=229#comment-972</guid>
		<description>Thank you your well thought article.

am rather very disappointed by the comments you receive. Too young. But who can blame them. I was young too.</description>
		<content:encoded><![CDATA[<p>Thank you your well thought article.</p>
<p>am rather very disappointed by the comments you receive. Too young. But who can blame them. I was young too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A word on Haskell Monads and C++ by Jonathan Fischoff</title>
		<link>http://newartisans.com/2010/07/a-word-on-haskell-monads-and-c/#comment-970</link>
		<dc:creator>Jonathan Fischoff</dc:creator>
		<pubDate>Sat, 28 Jan 2012 00:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2010/07/a_word_on_haskell_monads_and_c/#comment-970</guid>
		<description>You can clean up your using the Maybe monad, or with a MaybeT monad transformer.

You can get rid the case statements that way.</description>
		<content:encoded><![CDATA[<p>You can clean up your using the Maybe monad, or with a MaybeT monad transformer.</p>
<p>You can get rid the case statements that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using org-mode as a Day Planner by Yakir Gagnon</title>
		<link>http://newartisans.com/2007/08/using-org-mode-as-a-day-planner/#comment-969</link>
		<dc:creator>Yakir Gagnon</dc:creator>
		<pubDate>Fri, 27 Jan 2012 14:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2007/08/using_org-mode_as_a_day_planner/#comment-969</guid>
		<description>I have the same problem, and I tried &quot;pasting&quot; (forgive the term) your snippet AFTER the org-mode stuff (presented in the beginning of this blog) in my .emacs file. Got this error:
(eval-after-load “org-agenda”
‘(progn
(define-key org-agenda-mode-map “C-n” ‘next-line)
(define-key org-agenda-keymap “C-n” ‘next-line)
(define-key org-agenda-mode-map “C-p” ‘previous-line)
(define-key org-agenda-keymap “C-p” ‘previous-line)))</description>
		<content:encoded><![CDATA[<p>I have the same problem, and I tried &#8220;pasting&#8221; (forgive the term) your snippet AFTER the org-mode stuff (presented in the beginning of this blog) in my .emacs file. Got this error:<br />
(eval-after-load “org-agenda”<br />
‘(progn<br />
(define-key org-agenda-mode-map “C-n” ‘next-line)<br />
(define-key org-agenda-keymap “C-n” ‘next-line)<br />
(define-key org-agenda-mode-map “C-p” ‘previous-line)<br />
(define-key org-agenda-keymap “C-p” ‘previous-line)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A word on Haskell Monads and C++ by Giuseppe Maggiore</title>
		<link>http://newartisans.com/2010/07/a-word-on-haskell-monads-and-c/#comment-968</link>
		<dc:creator>Giuseppe Maggiore</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2010/07/a_word_on_haskell_monads_and_c/#comment-968</guid>
		<description>Monads are far, far more powerful than what you show here. You discuss printing (IO) and maybe, but the real power of monads come from using (and combining) the state, continuation, list and eventual monads. I really do not think your post scales beyond the simplistic examples of monads you have shown, but am curious to see it in action.

Also, use the do notation please: ignoring it is not healthy when discussing monads...</description>
		<content:encoded><![CDATA[<p>Monads are far, far more powerful than what you show here. You discuss printing (IO) and maybe, but the real power of monads come from using (and combining) the state, continuation, list and eventual monads. I really do not think your post scales beyond the simplistic examples of monads you have shown, but am curious to see it in action.</p>
<p>Also, use the do notation please: ignoring it is not healthy when discussing monads&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diving into Git by stevenm</title>
		<link>http://newartisans.com/2008/04/diving-into-git/#comment-967</link>
		<dc:creator>stevenm</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2008/04/diving_into_git/#comment-967</guid>
		<description>I&#039;m getting the same error as michaelw. Any thoughts on this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error as michaelw. Any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Life and times of a TCP packet by johnw</title>
		<link>http://newartisans.com/2007/10/life-and-times-of-a-tcp-packet/#comment-966</link>
		<dc:creator>johnw</dc:creator>
		<pubDate>Wed, 18 Jan 2012 06:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2007/10/life_and_times_of_a_tcp_packet/#comment-966</guid>
		<description>I just used the Python module Scapy to cause the packet to be transmitted.  I never talked to the Ethernet card directly.</description>
		<content:encoded><![CDATA[<p>I just used the Python module Scapy to cause the packet to be transmitted.  I never talked to the Ethernet card directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Life and times of a TCP packet by marllis</title>
		<link>http://newartisans.com/2007/10/life-and-times-of-a-tcp-packet/#comment-965</link>
		<dc:creator>marllis</dc:creator>
		<pubDate>Tue, 17 Jan 2012 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2007/10/life_and_times_of_a_tcp_packet/#comment-965</guid>
		<description>I created an Ethernet frame for my packet which directed the first packet from my computer to my DSL router. I then transmitted this packet using my Ethernet card.

-How is frame sent to Ethernet card? what function/technique is used by you?</description>
		<content:encoded><![CDATA[<p>I created an Ethernet frame for my packet which directed the first packet from my computer to my DSL router. I then transmitted this packet using my Ethernet card.</p>
<p>-How is frame sent to Ethernet card? what function/technique is used by you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git from the bottom up by Rose</title>
		<link>http://newartisans.com/2008/04/git-from-the-bottom-up/#comment-964</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Sun, 15 Jan 2012 01:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2008/04/git_from_the_bottom_up/#comment-964</guid>
		<description>This is wonderful, thank you so much for writing it!!!</description>
		<content:encoded><![CDATA[<p>This is wonderful, thank you so much for writing it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common Lisp on Mac OS X by Alberto De Lucca</title>
		<link>http://newartisans.com/2007/10/common-lisp-on-mac-os-x/#comment-961</link>
		<dc:creator>Alberto De Lucca</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://newartisans.com/2007/10/common_lisp_on_mac_os_x/#comment-961</guid>
		<description>Hi,

How can I revert this installation? 

I only did these two steps:

&lt;code&gt;
sudo port install emacs +carbon
sudo port install sbcl slime
&lt;/code&gt;

but then installed Lispworks PE as per your suggestion.
&lt;b&gt;I would like to uninstall emacs and sbcl for now.&lt;/b&gt;

How do I go about doing this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can I revert this installation? </p>
<p>I only did these two steps:</p>
<p><code><br />
sudo port install emacs +carbon<br />
sudo port install sbcl slime<br />
</code></p>
<p>but then installed Lispworks PE as per your suggestion.<br />
<b>I would like to uninstall emacs and sbcl for now.</b></p>
<p>How do I go about doing this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

