<?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: Iteratees, Parsec, and Monoids, Oh My!</title>
	<atom:link href="http://comonad.com/reader/2009/iteratees-take-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://comonad.com/reader/2009/iteratees-take-2/</link>
	<description>types, (co)monads, substructural logic</description>
	<lastBuildDate>Sat, 15 Oct 2022 17:33:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edward Kmett</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11835</link>
		<dc:creator>Edward Kmett</dc:creator>
		<pubDate>Thu, 17 Sep 2009 06:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11835</guid>
		<description>Johan/Greg, it got bumped again for time constraints. We did a group coding exercise based on a card trick that took up both hours, which gave the session a nice introductory feel, and tackled a fun encoding problem.

That said, Ravi did bring a video camera today, so when we finally get a chance to do the talk, we should be able to have some semblance of video. ;)</description>
		<content:encoded><![CDATA[<p>Johan/Greg, it got bumped again for time constraints. We did a group coding exercise based on a card trick that took up both hours, which gave the session a nice introductory feel, and tackled a fun encoding problem.</p>
<p>That said, Ravi did bring a video camera today, so when we finally get a chance to do the talk, we should be able to have some semblance of video. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Tibell</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11807</link>
		<dc:creator>Johan Tibell</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11807</guid>
		<description>I would also be interested in a video.</description>
		<content:encoded><![CDATA[<p>I would also be interested in a video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kmett</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11804</link>
		<dc:creator>Edward Kmett</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11804</guid>
		<description>Hi Greg:

I&#039;ll post the slides afterwards if I make any major changes. The slides used probably won&#039;t be appreciably different than the second set of slides I posted before, because this is the second talk I had intended to give at last month&#039;s meeting, before we ran out of time.

As for video, etc. We currently don&#039;t have any good way to capture it in the facility we are in. I&#039;ll pass the word to Ravi that people are interested in such things.</description>
		<content:encoded><![CDATA[<p>Hi Greg:</p>
<p>I&#8217;ll post the slides afterwards if I make any major changes. The slides used probably won&#8217;t be appreciably different than the second set of slides I posted before, because this is the second talk I had intended to give at last month&#8217;s meeting, before we ran out of time.</p>
<p>As for video, etc. We currently don&#8217;t have any good way to capture it in the facility we are in. I&#8217;ll pass the word to Ravi that people are interested in such things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11803</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11803</guid>
		<description>Will slides be available? Video on YouTube?</description>
		<content:encoded><![CDATA[<p>Will slides be available? Video on YouTube?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kmett</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11788</link>
		<dc:creator>Edward Kmett</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11788</guid>
		<description>Hi Brian, the first two parts of the &#039;trifecta&#039; the iteratee-based parsec stream can be used for parsing network data as it comes available. 

The monoidal layer I add on top for paralelism, on the other hand, is somewhat less useful in that scenario. =)</description>
		<content:encoded><![CDATA[<p>Hi Brian, the first two parts of the &#8216;trifecta&#8217; the iteratee-based parsec stream can be used for parsing network data as it comes available. </p>
<p>The monoidal layer I add on top for paralelism, on the other hand, is somewhat less useful in that scenario. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11785</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11785</guid>
		<description>Is the trifecta going to provide a way to parse network data with Parsec and iteratees (i.e., directly from sockets)? That would be great for network clients and servers.</description>
		<content:encoded><![CDATA[<p>Is the trifecta going to provide a way to parse network data with Parsec and iteratees (i.e., directly from sockets)? That would be great for network clients and servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Fredette</title>
		<link>http://comonad.com/reader/2009/iteratees-take-2/comment-page-1/#comment-11784</link>
		<dc:creator>Joe Fredette</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://comonad.com/reader/?p=165#comment-11784</guid>
		<description>One of these days I&#039;m going to make it to one of the BAHUGs... One of these days...

/Joe</description>
		<content:encoded><![CDATA[<p>One of these days I&#8217;m going to make it to one of the BAHUGs&#8230; One of these days&#8230;</p>
<p>/Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
