<?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 enj</title>
	<atom:link href="http://enja.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://enja.org</link>
	<description>casin&#039; the joint since &#039;85</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:32:26 +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 Particles in BGE: Fluids in Real Time with OpenCL by Gang</title>
		<link>http://enja.org/2010/12/16/particles-in-bge-fluids-in-real-time-with-opencl/comment-page-1/#comment-1705</link>
		<dc:creator>Gang</dc:creator>
		<pubDate>Wed, 01 Feb 2012 08:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=358#comment-1705</guid>
		<description>How do you finish this part: press one button, and then particles come out? Thank you for you patience.</description>
		<content:encoded><![CDATA[<p>How do you finish this part: press one button, and then particles come out? Thank you for you patience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EnjShape by Ian</title>
		<link>http://enja.org/enjshape/comment-page-1/#comment-1703</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/enj/?page_id=32#comment-1703</guid>
		<description>@John
Your project sounds interesting. It seems like you need a GIS backend for querying geographic information (given current XY location, what is near me?) that can live on the robot. My personal preference would be to use PostGIS as my geographic database to store the maps or other information and then python to query it. It depends on what kind of processing power and storage space you have on the robot, but I would definitely start by looking at open source solutions. qgis is another open source GIS program which may also give you some starting points.</description>
		<content:encoded><![CDATA[<p>@John<br />
Your project sounds interesting. It seems like you need a GIS backend for querying geographic information (given current XY location, what is near me?) that can live on the robot. My personal preference would be to use PostGIS as my geographic database to store the maps or other information and then python to query it. It depends on what kind of processing power and storage space you have on the robot, but I would definitely start by looking at open source solutions. qgis is another open source GIS program which may also give you some starting points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EnjShape by John</title>
		<link>http://enja.org/enjshape/comment-page-1/#comment-1701</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/enj/?page_id=32#comment-1701</guid>
		<description>Thank you for the plug in.  The shapefile I was trying to use didn&#039;t work for some reason (turns out the file contained 5 polygons).  I would be glad to provide the file if you wanted to see why it wasn&#039;t working.

But on a slightly different note I was hoping that you could help me in my efforts on a project I am working on for grad school.  As part of my research one of my tasks is to create a piece of software that is to display a map of the surrounding area, show the current location (from a GPS), and to implement a shapefile (as a boundary outline).  I am not able to really get enough information to get on the right track on how to do this, and would appreciate any assistance!

The project involves a large-scale robot that will be operated by tele-communication in rough terrain.  So this mapping and gps software will need to be entirely offline, but the location in use will be known.  It is very preferred to find a cost effective means to doing this process (maybe even a simple API that could do the simple task, dll libraries, or active x.

My initial guess is to use a geo-referenced image (that I would get the lat and long of and know the boundaries of that image).  Then from a GPS I then would treat the image as an XY plot somehow and that would provide the current position.  Obviously even this step can be a challenge depending on what kind of image, map, kml file, etc that I can find and use.

So I would appreciate any advice, suggestions, or comments.  

Sincerely,
John</description>
		<content:encoded><![CDATA[<p>Thank you for the plug in.  The shapefile I was trying to use didn&#8217;t work for some reason (turns out the file contained 5 polygons).  I would be glad to provide the file if you wanted to see why it wasn&#8217;t working.</p>
<p>But on a slightly different note I was hoping that you could help me in my efforts on a project I am working on for grad school.  As part of my research one of my tasks is to create a piece of software that is to display a map of the surrounding area, show the current location (from a GPS), and to implement a shapefile (as a boundary outline).  I am not able to really get enough information to get on the right track on how to do this, and would appreciate any assistance!</p>
<p>The project involves a large-scale robot that will be operated by tele-communication in rough terrain.  So this mapping and gps software will need to be entirely offline, but the location in use will be known.  It is very preferred to find a cost effective means to doing this process (maybe even a simple API that could do the simple task, dll libraries, or active x.</p>
<p>My initial guess is to use a geo-referenced image (that I would get the lat and long of and know the boundaries of that image).  Then from a GPS I then would treat the image as an XY plot somehow and that would provide the current position.  Obviously even this step can be a challenge depending on what kind of image, map, kml file, etc that I can find and use.</p>
<p>So I would appreciate any advice, suggestions, or comments.  </p>
<p>Sincerely,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple D3.js Bar Chart Webcast by enj</title>
		<link>http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1621</link>
		<dc:creator>enj</dc:creator>
		<pubDate>Fri, 20 Jan 2012 02:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=660#comment-1621</guid>
		<description>@Bob, I think it would be better to add a new column where you specify the full name, then access that data when making your text.

so if your new column was called fullname then you could do text(d.fullname) inside the function.</description>
		<content:encoded><![CDATA[<p>@Bob, I think it would be better to add a new column where you specify the full name, then access that data when making your text.</p>
<p>so if your new column was called fullname then you could do text(d.fullname) inside the function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple D3.js Bar Chart Webcast by Bob</title>
		<link>http://enja.org/2011/09/15/simple-d3-js-pie-chart-webcast/comment-page-1/#comment-1620</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 19 Jan 2012 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=660#comment-1620</guid>
		<description>Hey, this tutorial is pretty neat, but I noticed its a bit different from the one that&#039;s included in the examples on the D3.js site.

https://github.com/mbostock/d3/blob/master/examples/bar/bar.html

If you change the labels of the abbreviations of states to the full name (in the CSV file), the full name won&#039;t show up. Any suggests would be super useful - its been frustrating to toy around with getting the labels right.</description>
		<content:encoded><![CDATA[<p>Hey, this tutorial is pretty neat, but I noticed its a bit different from the one that&#8217;s included in the examples on the D3.js site.</p>
<p><a href="https://github.com/mbostock/d3/blob/master/examples/bar/bar.html" rel="nofollow">https://github.com/mbostock/d3/blob/master/examples/bar/bar.html</a></p>
<p>If you change the labels of the abbreviations of states to the full name (in the CSV file), the full name won&#8217;t show up. Any suggests would be super useful &#8211; its been frustrating to toy around with getting the labels right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in PyOpenCL: Part 1 Getting Started with Python by pm</title>
		<link>http://enja.org/2011/02/22/adventures-in-pyopencl-part-1-getting-started-with-python/comment-page-1/#comment-1610</link>
		<dc:creator>pm</dc:creator>
		<pubDate>Fri, 13 Jan 2012 10:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=424#comment-1610</guid>
		<description>the benchmark you mention is so wrong. 

you have to compare to numpy operations, not pure python on CPU. 
with numpy you can write directly
c_result = (a + b) * (a+b) * (a/2)


my results: 
(&#039;Execution time of test without OpenCL: &#039;, 11.889606952667236, &#039;s&#039;)
(&#039;Execution time of test within numpy &#039;, 0.00010013580322265625, &#039;s&#039;)
===============================================================
(&#039;Platform name:&#039;, &#039;NVIDIA CUDA&#039;)
(&#039;Platform profile:&#039;, &#039;FULL_PROFILE&#039;)
(&#039;Platform vendor:&#039;, &#039;NVIDIA Corporation&#039;)
(&#039;Platform version:&#039;, &#039;OpenCL 1.1 CUDA 4.0.1&#039;)
---------------------------------------------------------------
(&#039;Device name:&#039;, &#039;Quadro NVS 290&#039;)
(&#039;Device type:&#039;, &#039;GPU&#039;)
(&#039;Device memory: &#039;, 255L, &#039;MB&#039;)
(&#039;Device max clock speed:&#039;, 918, &#039;MHz&#039;)
(&#039;Device compute units:&#039;, 2)
Execution time of test: 0.0360267 s
Results OK</description>
		<content:encoded><![CDATA[<p>the benchmark you mention is so wrong. </p>
<p>you have to compare to numpy operations, not pure python on CPU.<br />
with numpy you can write directly<br />
c_result = (a + b) * (a+b) * (a/2)</p>
<p>my results:<br />
(&#8216;Execution time of test without OpenCL: &#8216;, 11.889606952667236, &#8216;s&#8217;)<br />
(&#8216;Execution time of test within numpy &#8216;, 0.00010013580322265625, &#8216;s&#8217;)<br />
===============================================================<br />
(&#8216;Platform name:&#8217;, &#8216;NVIDIA CUDA&#8217;)<br />
(&#8216;Platform profile:&#8217;, &#8216;FULL_PROFILE&#8217;)<br />
(&#8216;Platform vendor:&#8217;, &#8216;NVIDIA Corporation&#8217;)<br />
(&#8216;Platform version:&#8217;, &#8216;OpenCL 1.1 CUDA 4.0.1&#8242;)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
(&#8216;Device name:&#8217;, &#8216;Quadro NVS 290&#8242;)<br />
(&#8216;Device type:&#8217;, &#8216;GPU&#8217;)<br />
(&#8216;Device memory: &#8216;, 255L, &#8216;MB&#8217;)<br />
(&#8216;Device max clock speed:&#8217;, 918, &#8216;MHz&#8217;)<br />
(&#8216;Device compute units:&#8217;, 2)<br />
Execution time of test: 0.0360267 s<br />
Results OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in OpenCL: Part 1, Getting Started by Nicholas Cain</title>
		<link>http://enja.org/2010/07/13/adventures-in-opencl-part-1-getting-started/comment-page-1/#comment-1609</link>
		<dc:creator>Nicholas Cain</dc:creator>
		<pubDate>Thu, 12 Jan 2012 04:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=218#comment-1609</guid>
		<description>Thanks Ian!

Worked right out of the box, great job!

I am learning it all as fast as I can!

-n</description>
		<content:encoded><![CDATA[<p>Thanks Ian!</p>
<p>Worked right out of the box, great job!</p>
<p>I am learning it all as fast as I can!</p>
<p>-n</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in OpenCL: Part 1, Getting Started by Harini</title>
		<link>http://enja.org/2010/07/13/adventures-in-opencl-part-1-getting-started/comment-page-1/#comment-1607</link>
		<dc:creator>Harini</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=218#comment-1607</guid>
		<description>hey ,
 can u please help me out. am a student , and very new to openCL. my pc is having AMD processor with ATI graphic card , i have installed visual studio 10 and AMD APP KernelAnalyzer 1.9 , n included 10 header files given in kronous group into my include folder of vc. i am noting getting next steps to compile it , please tell me how should i debug, build ,compile n run my example programs. im using windows vista os. pls do reply need help badly</description>
		<content:encoded><![CDATA[<p>hey ,<br />
 can u please help me out. am a student , and very new to openCL. my pc is having AMD processor with ATI graphic card , i have installed visual studio 10 and AMD APP KernelAnalyzer 1.9 , n included 10 header files given in kronous group into my include folder of vc. i am noting getting next steps to compile it , please tell me how should i debug, build ,compile n run my example programs. im using windows vista os. pls do reply need help badly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Particles in BGE: Fluid Surface and Collision in the works by brett</title>
		<link>http://enja.org/2011/02/10/particles-in-bge-fluid-surface-and-collision-in-the-works/comment-page-1/#comment-1600</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Sun, 08 Jan 2012 14:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=401#comment-1600</guid>
		<description>This looks great, and I hope your work with Evan on using this as a C-library works out well.  I can help with Python ctypes wrappers.</description>
		<content:encoded><![CDATA[<p>This looks great, and I hope your work with Evan on using this as a C-library works out well.  I can help with Python ctypes wrappers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in OpenCL: Part 1.5, C++ Bindings by Jelmer Wolterink</title>
		<link>http://enja.org/2010/07/20/adventures-in-opencl-part-1-5-cpp-bindings/comment-page-1/#comment-1595</link>
		<dc:creator>Jelmer Wolterink</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://enja.org/?p=248#comment-1595</guid>
		<description>Thanks for your tutorial. I was looking for a quick start in OpenCL and this really helped me forward.</description>
		<content:encoded><![CDATA[<p>Thanks for your tutorial. I was looking for a quick start in OpenCL and this really helped me forward.</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
Content Delivery Network via Amazon Web Services: CloudFront: d3a9pqeyre6pa0.cloudfront.net

Served from: enja.org @ 2012-02-03 22:20:53 -->
