<?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 Gustavo Sverzut Barbieri</title>
	<atom:link href="http://blog.gustavobarbieri.com.br/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gustavobarbieri.com.br</link>
	<description>Computer Hacker and Entrepreneur</description>
	<lastBuildDate>Sun, 28 Oct 2012 14:18:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Eina_Log customizations by Gustavo Barbieri</title>
		<link>http://blog.gustavobarbieri.com.br/2012/10/27/eina_log-customizations/#comment-21246</link>
		<dc:creator>Gustavo Barbieri</dc:creator>
		<pubDate>Sun, 28 Oct 2012 14:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=276#comment-21246</guid>
		<description><![CDATA[Hi Michael,

Thanks for letting us know. It still makes zero sense on Tizen :-)

Anyway, from the article is even easy to understand dlog() can be used as an output function for Eina_Log. What makes zero sense is to use EFL and not use its logging system, then you cannot do unified log of what you wrote and what you use.

Let&#039;s hope with the change to systemd/journal, dlog will go away. Polluting kmsg with user messages is not that good.]]></description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Thanks for letting us know. It still makes zero sense on Tizen <img src='http://blog.gustavobarbieri.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyway, from the article is even easy to understand dlog() can be used as an output function for Eina_Log. What makes zero sense is to use EFL and not use its logging system, then you cannot do unified log of what you wrote and what you use.</p>
<p>Let&#8217;s hope with the change to systemd/journal, dlog will go away. Polluting kmsg with user messages is not that good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eina_Log customizations by Michael Leibowitz</title>
		<link>http://blog.gustavobarbieri.com.br/2012/10/27/eina_log-customizations/#comment-21245</link>
		<dc:creator>Michael Leibowitz</dc:creator>
		<pubDate>Sun, 28 Oct 2012 00:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=276#comment-21245</guid>
		<description><![CDATA[Nice article.  However, Tizen didn&#039;t invent DLOG.  &lt;a href=&quot;https://review.tizen.org/git/?p=framework/system/dlog.git;a=blob;f=NOTICE;h=c27bc2839c831bc61b7f4c935799082a3d1c834b;hb=HEAD&quot; rel=&quot;nofollow&quot;&gt;It comes from Android&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Nice article.  However, Tizen didn&#8217;t invent DLOG.  <a href="https://review.tizen.org/git/?p=framework/system/dlog.git;a=blob;f=NOTICE;h=c27bc2839c831bc61b7f4c935799082a3d1c834b;hb=HEAD" rel="nofollow">It comes from Android</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ANN: LightMediaScanner 0.4.4 released by Gustavo Barbieri</title>
		<link>http://blog.gustavobarbieri.com.br/2011/08/19/ann-lightmediascanner-0-4-4-released/#comment-21186</link>
		<dc:creator>Gustavo Barbieri</dc:creator>
		<pubDate>Sat, 20 Aug 2011 12:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=259#comment-21186</guid>
		<description><![CDATA[Fair enough Adrien! I&#039;ll leave the actual comparison to someone else as I&#039;ll not bother to install tracker on my machine to measure it.

While doing the development (4 years ago) I compared scan speed on Maemo and LightMediaScanner was between 5-10 times faster, sometimes more. Particularly much more than that when users plugged in pendrives or external USB hard drives with audio/video/pictures mixed with backups and other documents that shouldn&#039;t matter (tarballs, random text like source code).

And this is comparing the indexing, as the fetching/query is unfair to compare as accessing SQLite3 directly compared to 2-process solution with intermediate data representation is unbeatable.

Last but not least, LMS has a &quot;check&quot; mode that will just check if everything in the DB still exists and if it was updated, flagging accordingly. Removed files are actually just marked as so and if they become present again (removable media), they will be marked live again. This kind of things would save lots of scanning times in real world.]]></description>
		<content:encoded><![CDATA[<p>Fair enough Adrien! I&#8217;ll leave the actual comparison to someone else as I&#8217;ll not bother to install tracker on my machine to measure it.</p>
<p>While doing the development (4 years ago) I compared scan speed on Maemo and LightMediaScanner was between 5-10 times faster, sometimes more. Particularly much more than that when users plugged in pendrives or external USB hard drives with audio/video/pictures mixed with backups and other documents that shouldn&#8217;t matter (tarballs, random text like source code).</p>
<p>And this is comparing the indexing, as the fetching/query is unfair to compare as accessing SQLite3 directly compared to 2-process solution with intermediate data representation is unbeatable.</p>
<p>Last but not least, LMS has a &#8220;check&#8221; mode that will just check if everything in the DB still exists and if it was updated, flagging accordingly. Removed files are actually just marked as so and if they become present again (removable media), they will be marked live again. This kind of things would save lots of scanning times in real world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ANN: LightMediaScanner 0.4.4 released by Adrien Bustany</title>
		<link>http://blog.gustavobarbieri.com.br/2011/08/19/ann-lightmediascanner-0-4-4-released/#comment-21185</link>
		<dc:creator>Adrien Bustany</dc:creator>
		<pubDate>Sat, 20 Aug 2011 09:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=259#comment-21185</guid>
		<description><![CDATA[It would be interesting to compare the time needed to scan say a folder with 3000 MP3 files with both solutions, even though the feature set is different. Is tracker 10% slower, twice slower, 10x slower?]]></description>
		<content:encoded><![CDATA[<p>It would be interesting to compare the time needed to scan say a folder with 3000 MP3 files with both solutions, even though the feature set is different. Is tracker 10% slower, twice slower, 10x slower?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog recovered by Daniel Juyung Seo</title>
		<link>http://blog.gustavobarbieri.com.br/2011/06/03/blog-recovered/#comment-21179</link>
		<dc:creator>Daniel Juyung Seo</dc:creator>
		<pubDate>Fri, 03 Jun 2011 17:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=258#comment-21179</guid>
		<description><![CDATA[Welcome back :)]]></description>
		<content:encoded><![CDATA[<p>Welcome back <img src='http://blog.gustavobarbieri.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on United &#8220;sucker&#8221; Airlines by danilocesar</title>
		<link>http://blog.gustavobarbieri.com.br/2010/06/29/united-sucker-airlines/#comment-21178</link>
		<dc:creator>danilocesar</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=218#comment-21178</guid>
		<description><![CDATA[http://acertodecontas.blog.br/economia/pense-numa-viagem-trash/

http://acertodecontas.blog.br/atualidades/piloto-da-american-airlines-confessa-que-avio-est-danificado-mas-que-viajar-mesmo-assim-para-recife/

Some nice histories (portuguese only) about AA and their Miami-Recife flight. The pilot said the flight wouldn&#039;t be secure, but the company (AA) was forcing him to do it.]]></description>
		<content:encoded><![CDATA[<p><a href="http://acertodecontas.blog.br/economia/pense-numa-viagem-trash/" rel="nofollow">http://acertodecontas.blog.br/economia/pense-numa-viagem-trash/</a></p>
<p><a href="http://acertodecontas.blog.br/atualidades/piloto-da-american-airlines-confessa-que-avio-est-danificado-mas-que-viajar-mesmo-assim-para-recife/" rel="nofollow">http://acertodecontas.blog.br/atualidades/piloto-da-american-airlines-confessa-que-avio-est-danificado-mas-que-viajar-mesmo-assim-para-recife/</a></p>
<p>Some nice histories (portuguese only) about AA and their Miami-Recife flight. The pilot said the flight wouldn&#8217;t be secure, but the company (AA) was forcing him to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Webkit-EFL interface prototype by Eve : new browser running on N810 with Mamona &#171; franciscoalecrim.com</title>
		<link>http://blog.gustavobarbieri.com.br/2008/12/22/webkit-efl-interface-prototype/#comment-21177</link>
		<dc:creator>Eve : new browser running on N810 with Mamona &#171; franciscoalecrim.com</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=132#comment-21177</guid>
		<description><![CDATA[[...] INdT came with Webkit-EFL port. Later on, Barbieri came with EVE browser based on the Webkit and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] INdT came with Webkit-EFL port. Later on, Barbieri came with EVE browser based on the Webkit and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Webkit-EFL interface prototype by Webkit Ported To EFL &#124; Programmer's Log</title>
		<link>http://blog.gustavobarbieri.com.br/2008/12/22/webkit-efl-interface-prototype/#comment-21176</link>
		<dc:creator>Webkit Ported To EFL &#124; Programmer's Log</dc:creator>
		<pubDate>Sun, 04 Jan 2009 17:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=132#comment-21176</guid>
		<description><![CDATA[[...] There has even been some work about wrapping the Webkit rendering in a user interface (apart from the example one available in the WebKit git) and it has a really good name ewww. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] There has even been some work about wrapping the Webkit rendering in a user interface (apart from the example one available in the WebKit git) and it has a really good name ewww. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone-like virtual keyboard for n800 by ensandecer de um computÃ³logo &#187; Estudando python EFL - parte 2</title>
		<link>http://blog.gustavobarbieri.com.br/2007/07/24/iphone-like-virtual-keyboard-for-n800/#comment-21175</link>
		<dc:creator>ensandecer de um computÃ³logo &#187; Estudando python EFL - parte 2</dc:creator>
		<pubDate>Sun, 14 Dec 2008 20:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/2007/07/24/iphone-like-virtual-keyboard-for-n800/#comment-21175</guid>
		<description><![CDATA[[...] olha um teclado virtual feito com EFL baseado no teclado do iPhone, feito pelo Gustavo Barbiery, um dos geeks que trabalha com EFL aqui no Brasil e que por sinal prÃ³xima semana estarÃ¡ em Manaus [...]]]></description>
		<content:encoded><![CDATA[<p>[...] olha um teclado virtual feito com EFL baseado no teclado do iPhone, feito pelo Gustavo Barbiery, um dos geeks que trabalha com EFL aqui no Brasil e que por sinal prÃ³xima semana estarÃ¡ em Manaus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Translucent widgets on X11, EFL version. by Gustavo Sverzut Barbieri</title>
		<link>http://blog.gustavobarbieri.com.br/2008/09/23/translucent-widgets-on-x11-efl-version/#comment-21174</link>
		<dc:creator>Gustavo Sverzut Barbieri</dc:creator>
		<pubDate>Thu, 27 Nov 2008 10:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gustavobarbieri.com.br/?p=110#comment-21174</guid>
		<description><![CDATA[For Canola we just have the window to not listen to mouse events, so it goes to the window below it, in this case our application. I can&#039;t remember if we just disabled mouse events with some mplayer command line option or by reseting event mask of the window that we give for mplayer with -wid.

Anyway, if you opt to go with inputwin, it will work.]]></description>
		<content:encoded><![CDATA[<p>For Canola we just have the window to not listen to mouse events, so it goes to the window below it, in this case our application. I can&#8217;t remember if we just disabled mouse events with some mplayer command line option or by reseting event mask of the window that we give for mplayer with -wid.</p>
<p>Anyway, if you opt to go with inputwin, it will work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.378 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-02-04 07:10:02 -->
