<?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 Azavea Labs</title>
	<atom:link href="http://www.azavea.com/blogs/labs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azavea.com/blogs/labs</link>
	<description>Insight on what our engineers are doing</description>
	<lastBuildDate>Mon, 26 Sep 2011 13:47:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Putting the Fun in FOSS by Andrea Aime</title>
		<link>http://www.azavea.com/blogs/labs/2011/09/putting-the-fun-in-foss/comment-page-1/#comment-404</link>
		<dc:creator>Andrea Aime</dc:creator>
		<pubDate>Mon, 26 Sep 2011 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1814#comment-404</guid>
		<description>Hey there, some of the features you listed in the GeoServer section have been in the stable release for a few months already: sql views,  styling SLD in data units and virtual services.

The things that will come up next are time/elevation support, and the georeferencing process, which is really just a WPS process (the GUI you saw was a GeoExt client built on top of it)

Cheers
Andrea</description>
		<content:encoded><![CDATA[<p>Hey there, some of the features you listed in the GeoServer section have been in the stable release for a few months already: sql views,  styling SLD in data units and virtual services.</p>
<p>The things that will come up next are time/elevation support, and the georeferencing process, which is really just a WPS process (the GUI you saw was a GeoExt client built on top of it)</p>
<p>Cheers<br />
Andrea</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Districts in Web-Time by Restricting Zoom with Multiple OL Basemaps &#124; Azavea Labs</title>
		<link>http://www.azavea.com/blogs/labs/2011/08/building-districts-in-web-time/comment-page-1/#comment-372</link>
		<dc:creator>Restricting Zoom with Multiple OL Basemaps &#124; Azavea Labs</dc:creator>
		<pubDate>Thu, 01 Sep 2011 18:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1581#comment-372</guid>
		<description>[...] &#171; older     BingDistrictBuilderDjangoGoogleJavascriptMathopenlayersopenstreetmap Sep 01, 2011 [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; older     BingDistrictBuilderDjangoGoogleJavascriptMathopenlayersopenstreetmap Sep 01, 2011 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the CQL_FILTER parameter with OpenLayers WMS layers by Gilberto Ramos</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/using-the-cql_filter-parameter-with-openlayers-wms-layers/comment-page-1/#comment-334</link>
		<dc:creator>Gilberto Ramos</dc:creator>
		<pubDate>Wed, 29 Jun 2011 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1528#comment-334</guid>
		<description>Very useful, thanks for the explanation.

Suscribed to feeds! =)</description>
		<content:encoded><![CDATA[<p>Very useful, thanks for the explanation.</p>
<p>Suscribed to feeds! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by Michael E. Cotterell</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-333</link>
		<dc:creator>Michael E. Cotterell</dc:creator>
		<pubDate>Tue, 28 Jun 2011 15:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-333</guid>
		<description>Erik, 
I didn&#039;t know about that top-level import for Numeric implicits. That&#039;s actually pretty cool. Anything that lets me write less code when dealing with generic type parameters is always nice!</description>
		<content:encoded><![CDATA[<p>Erik,<br />
I didn&#8217;t know about that top-level import for Numeric implicits. That&#8217;s actually pretty cool. Anything that lets me write less code when dealing with generic type parameters is always nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by Paul Phillips</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-332</link>
		<dc:creator>Paul Phillips</dc:creator>
		<pubDate>Sun, 26 Jun 2011 04:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-332</guid>
		<description>Suggestion: rewrite NumericRange in terms of whatever you have presently, taking the (numerous) open bugs against it into account.  It will either uncover weaknesses in the design, or if not, give you that much more weight to get into the standard lib.

For extra credit, prove that your @specialized NumericRange is as fast with Ints as the standard, Int-specific Range.</description>
		<content:encoded><![CDATA[<p>Suggestion: rewrite NumericRange in terms of whatever you have presently, taking the (numerous) open bugs against it into account.  It will either uncover weaknesses in the design, or if not, give you that much more weight to get into the standard lib.</p>
<p>For extra credit, prove that your @specialized NumericRange is as fast with Ints as the standard, Int-specific Range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by Erik Osheim</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-331</link>
		<dc:creator>Erik Osheim</dc:creator>
		<pubDate>Fri, 24 Jun 2011 21:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-331</guid>
		<description>Joseph,

Thanks for your kind words.

I am sure that the Scala team wants to improve Numeric. The question is how much time they will have for this relative to the other improvements they are working on.

I will keep posting as I learn more.</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>Thanks for your kind words.</p>
<p>I am sure that the Scala team wants to improve Numeric. The question is how much time they will have for this relative to the other improvements they are working on.</p>
<p>I will keep posting as I learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by Erik Osheim</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-330</link>
		<dc:creator>Erik Osheim</dc:creator>
		<pubDate>Fri, 24 Jun 2011 21:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-330</guid>
		<description>Michael,

I agree this is nice, although in 2.9 you can actually do a top-level import to get this (import Numeric.Implicits._)

Initially I was trying to be more explicit to help people see what was happening. But yeah, for everyday use you really want to be able to use infix operators.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I agree this is nice, although in 2.9 you can actually do a top-level import to get this (import Numeric.Implicits._)</p>
<p>Initially I was trying to be more explicit to help people see what was happening. But yeah, for everyday use you really want to be able to use infix operators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by Michael E. Cotterell</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-329</link>
		<dc:creator>Michael E. Cotterell</dc:creator>
		<pubDate>Fri, 24 Jun 2011 20:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-329</guid>
		<description>I like importing the Numeric view in the function body. This enables the implicitly defined numeric operations in Numeric. For example:

def square[A](a: A)(implicit num: Numeric[A]) = {
  import num._
  a * a
}

or

def square[A: Numeric](a: A) = {
  val num = implicitly[Numeric[A]]
  import num._
  a * a
}</description>
		<content:encoded><![CDATA[<p>I like importing the Numeric view in the function body. This enables the implicitly defined numeric operations in Numeric. For example:</p>
<p>def square[A](a: A)(implicit num: Numeric[A]) = {<br />
  import num._<br />
  a * a<br />
}</p>
<p>or</p>
<p>def square[A: Numeric](a: A) = {<br />
  val num = implicitly[Numeric[A]]<br />
  import num._<br />
  a * a<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 2) by joseph</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-2/comment-page-1/#comment-328</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Fri, 24 Jun 2011 20:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1513#comment-328</guid>
		<description>very nice post

hopefully you will get the proper answer and end up helping scala numerics to improve, which sounds great :)

imho, as a scala newbe, I really enjoy this quite in depth kind of post which actually are pretty easy to understand, while still widening one knowledge. 

Thanks a lot and keep us updated !</description>
		<content:encoded><![CDATA[<p>very nice post</p>
<p>hopefully you will get the proper answer and end up helping scala numerics to improve, which sounds great <img src='http://www.azavea.com/blogs/labs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>imho, as a scala newbe, I really enjoy this quite in depth kind of post which actually are pretty easy to understand, while still widening one knowledge. </p>
<p>Thanks a lot and keep us updated !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala&#8217;s Numeric type class (Pt. 1) by Kevin Wright</title>
		<link>http://www.azavea.com/blogs/labs/2011/06/scalas-numeric-type-class-pt-1/comment-page-1/#comment-327</link>
		<dc:creator>Kevin Wright</dc:creator>
		<pubDate>Wed, 22 Jun 2011 16:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.azavea.com/blogs/labs/?p=1412#comment-327</guid>
		<description>The syntax of the double-implicit form is Sooooo nice though, I&#039;ve taken to calling it the &quot;pimp-my-typeclass&quot; pattern.

I&#039;d be surprised if it doesn&#039;t get a special optimisation in some future release of scala.</description>
		<content:encoded><![CDATA[<p>The syntax of the double-implicit form is Sooooo nice though, I&#8217;ve taken to calling it the &#8220;pimp-my-typeclass&#8221; pattern.</p>
<p>I&#8217;d be surprised if it doesn&#8217;t get a special optimisation in some future release of scala.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

