<?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 Ninetynine.be</title>
	<atom:link href="http://ninetynine.be/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ninetynine.be/blog</link>
	<description>Just another blog with no useful content on it at all.</description>
	<lastBuildDate>Thu, 17 May 2012 17:23:10 +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 Setting up OpenCV 2.3 and Netbeans 7.0 on Ubuntu Oneiric 11.10 by Hugo Barros</title>
		<link>http://ninetynine.be/blog/2011/11/setting-up-opencv-2-3-and-netbeans-7-0-on-ubuntu-oneiric-11-10/comment-page-1/#comment-2901</link>
		<dc:creator>Hugo Barros</dc:creator>
		<pubDate>Thu, 17 May 2012 17:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=795#comment-2901</guid>
		<description>Thank you very much! It was very usefulll !</description>
		<content:encoded><![CDATA[<p>Thank you very much! It was very usefulll !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu: backup to USB drive on mount by john</title>
		<link>http://ninetynine.be/blog/2009/03/ubuntu-backup-to-usb-drive-on-mount/comment-page-1/#comment-2896</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 05 Apr 2012 23:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=17#comment-2896</guid>
		<description>Hello,
I just stumbled across this post after hours of searching for a solution to exactly the problem it describes! This site should be higher in the google search results ;-)
A couple of things I&#039;ve had to change:
1) Since Ubuntu no longer uses gnome-panel, line 4 in alt-notify-send should be pids=`pgrep -u $user compiz`. That seems to have done the trick for me.
2) I&#039;ve had to increase the timeout value passed to alt-notify-send from 0 to about 10. When set to 0, a confirmation box appeared instead of the notification.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I just stumbled across this post after hours of searching for a solution to exactly the problem it describes! This site should be higher in the google search results <img src='http://ninetynine.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
A couple of things I&#8217;ve had to change:<br />
1) Since Ubuntu no longer uses gnome-panel, line 4 in alt-notify-send should be pids=`pgrep -u $user compiz`. That seems to have done the trick for me.<br />
2) I&#8217;ve had to increase the timeout value passed to alt-notify-send from 0 to about 10. When set to 0, a confirmation box appeared instead of the notification.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up OpenCV 2.3 and Netbeans 7.0 on Ubuntu Oneiric 11.10 by ruben</title>
		<link>http://ninetynine.be/blog/2011/11/setting-up-opencv-2-3-and-netbeans-7-0-on-ubuntu-oneiric-11-10/comment-page-1/#comment-2880</link>
		<dc:creator>ruben</dc:creator>
		<pubDate>Sat, 07 Jan 2012 22:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=795#comment-2880</guid>
		<description>UPDATE!

I wrote a follow-up article for OpenCV 2.3.1 and Netbeans 7.1, regarding the recent updates in Gijzelaar&#039;s PPA: http://ninetynine.be/blog/2012/01/setting-up-opencv-2-3-1-and-netbeans-7-1-on-ubuntu-oneiric-11-10/</description>
		<content:encoded><![CDATA[<p>UPDATE!</p>
<p>I wrote a follow-up article for OpenCV 2.3.1 and Netbeans 7.1, regarding the recent updates in Gijzelaar&#8217;s PPA: <a href="http://ninetynine.be/blog/2012/01/setting-up-opencv-2-3-1-and-netbeans-7-1-on-ubuntu-oneiric-11-10/" rel="nofollow">http://ninetynine.be/blog/2012/01/setting-up-opencv-2-3-1-and-netbeans-7-1-on-ubuntu-oneiric-11-10/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up OpenCV 2.3 and Netbeans 7.0 on Ubuntu Oneiric 11.10 by ruben</title>
		<link>http://ninetynine.be/blog/2011/11/setting-up-opencv-2-3-and-netbeans-7-0-on-ubuntu-oneiric-11-10/comment-page-1/#comment-2879</link>
		<dc:creator>ruben</dc:creator>
		<pubDate>Sat, 07 Jan 2012 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=795#comment-2879</guid>
		<description>A couple of days ago, the PPA was updated to OpenCV 2.3.1

It&#039;s better to first purge libopencv-dev and all opencv packages before upgrading. 

Also, I&#039;m not quite sure which command is best to install opencv. Gijzelaar&#039;s launchpad says

sudo apt-get install libcv-dev

But I got better results using

sudo apt-get install libopencv-dev

Try it out</description>
		<content:encoded><![CDATA[<p>A couple of days ago, the PPA was updated to OpenCV 2.3.1</p>
<p>It&#8217;s better to first purge libopencv-dev and all opencv packages before upgrading. </p>
<p>Also, I&#8217;m not quite sure which command is best to install opencv. Gijzelaar&#8217;s launchpad says</p>
<p>sudo apt-get install libcv-dev</p>
<p>But I got better results using</p>
<p>sudo apt-get install libopencv-dev</p>
<p>Try it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Runtime font embedding using compiled CSS with loader by Reny Mohan</title>
		<link>http://ninetynine.be/blog/2009/04/flex-runtime-font-embedding-using-compiled-css-with-loader/comment-page-1/#comment-2877</link>
		<dc:creator>Reny Mohan</dc:creator>
		<pubDate>Thu, 29 Dec 2011 07:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=118#comment-2877</guid>
		<description>Excellent tutorial!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up OpenCV 2.3 and Netbeans 7.0 on Ubuntu Oneiric 11.10 by AimingHigh</title>
		<link>http://ninetynine.be/blog/2011/11/setting-up-opencv-2-3-and-netbeans-7-0-on-ubuntu-oneiric-11-10/comment-page-1/#comment-2873</link>
		<dc:creator>AimingHigh</dc:creator>
		<pubDate>Tue, 06 Dec 2011 13:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=795#comment-2873</guid>
		<description>Thank you very much.
In my case, I had to add the opencv_imgproc library as well. Otherwise it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Thank you very much.<br />
In my case, I had to add the opencv_imgproc library as well. Otherwise it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick workaround for missing &#8220;switch-display&#8221;-key or &#8220;lcd/crt&#8221;-key by Davide Aimi</title>
		<link>http://ninetynine.be/blog/2010/05/quick-workaround-for-missing-switch-display-key-or-lcdcrt-key-on-ubuntu/comment-page-1/#comment-2861</link>
		<dc:creator>Davide Aimi</dc:creator>
		<pubDate>Mon, 25 Jul 2011 20:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=599#comment-2861</guid>
		<description>Great! It works fine at once! Thank you</description>
		<content:encoded><![CDATA[<p>Great! It works fine at once! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick workaround for missing &#8220;switch-display&#8221;-key or &#8220;lcd/crt&#8221;-key by Tim</title>
		<link>http://ninetynine.be/blog/2010/05/quick-workaround-for-missing-switch-display-key-or-lcdcrt-key-on-ubuntu/comment-page-1/#comment-2860</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 22 Jul 2011 00:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=599#comment-2860</guid>
		<description>Thanks!  That&#039;s well explained, and it worked perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks!  That&#8217;s well explained, and it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick workaround for missing &#8220;switch-display&#8221;-key or &#8220;lcd/crt&#8221;-key by Hendra</title>
		<link>http://ninetynine.be/blog/2010/05/quick-workaround-for-missing-switch-display-key-or-lcdcrt-key-on-ubuntu/comment-page-1/#comment-2858</link>
		<dc:creator>Hendra</dc:creator>
		<pubDate>Tue, 10 May 2011 10:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=599#comment-2858</guid>
		<description>Thanks, work with a little modification on my machine (change name of displays)</description>
		<content:encoded><![CDATA[<p>Thanks, work with a little modification on my machine (change name of displays)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thickbox: reinitialize Thickbox after change by Ajax by Andrew Abogado</title>
		<link>http://ninetynine.be/blog/2009/03/thickbox-reinitialize-thickbox-after-change-by-ajax/comment-page-1/#comment-2857</link>
		<dc:creator>Andrew Abogado</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://ninetynine.be/blog/?p=52#comment-2857</guid>
		<description>Exactly what I need. Now I can getaway the duplication of linking the same thickbox.js to the AJAX loaded HTML.

Big thanks for your help on this tutorial.</description>
		<content:encoded><![CDATA[<p>Exactly what I need. Now I can getaway the duplication of linking the same thickbox.js to the AJAX loaded HTML.</p>
<p>Big thanks for your help on this tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

