<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eugeni&#039;s blog &#187; Uncategorized</title>
	<atom:link href="http://dodonov.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodonov.net/blog</link>
	<description>My view on technology, open-source, Linux and other cool things.</description>
	<lastBuildDate>Sun, 29 Jan 2012 15:11:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Updates from the Intel Linux Graphics land</title>
		<link>http://dodonov.net/blog/2012/01/29/updates-from-the-intel-linux-graphics-land/</link>
		<comments>http://dodonov.net/blog/2012/01/29/updates-from-the-intel-linux-graphics-land/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:11:34 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[mesa]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=1252</guid>
		<description><![CDATA[The real life and work issues had eaten most of my time for the past 2 weeks, but things seem to be geting back to normal now. So time for semi-regular updates from the Intel Linux Graphics land. Starting with kernel, many notable changes happened in the past weeks. To make our -next merge window <a href='http://dodonov.net/blog/2012/01/29/updates-from-the-intel-linux-graphics-land/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The real life and work issues had eaten most of my time for the past 2 weeks, but things seem to be geting back to normal now. So time for semi-regular updates from the Intel Linux Graphics land.</p>

<p>Starting with <strong>kernel</strong>, many notable changes happened in the past weeks. To make our -next merge window process go faster, a new process was adopted for the kernel patch and branch handling process. Let me elaborate a bit more about how this is going to work.</p>

<p>For the past months, we had the <strong>drm-intel-next</strong> branch (containing patches intended to go into the next merge window &#8211; e.g., when the <strong>3.3</strong> kernel is being developed, this is the branch which contains patches intended to be included in the <strong>3.4</strong> kernel version), and also <strong>drm-intel-fixes</strong> branch (containing patches for the currently developed kernel &#8211; e.g., patches which fix issues which were added during the past merge window. So for instance, those are the patches which go into <strong>3.3-rcN</strong> kernel versions after the merge window). Both of those patches were maintained by <strong>Keith Packard</strong>.</p>

<p>However, the amount of patches combined with other tasks resulted in a somewhat slower patch queuing process. So <strong>Daniel Vetter</strong> has volunteered himself to maintain the <strong>drm-intel-next</strong> branch from now on, reviewing, queuing and managing the patches intended to get into the next kernel merge window (for now, those are targeting the <strong>3.4</strong> kernel version).</p>

<p>At the same time, <strong>Keith Packard</strong> will continue to maintain the <strong>drm-intel-fixes</strong> branch, managing and carrying stability patches for the current kernel.</p>

<p>And finally, to improve the testing and availability of newer features for older kernel versions, I&#8217;ve started my own <strong>drm-intel-backports</strong> set of branches, for <strong>3.0</strong>, <strong>3.1</strong> and <strong>3.2</strong> kernel versions &#8211; containing all the latest and greatest patches from the latest kernel releases. Of course, those patches do not follow the usual kernel stable development model, so they introduce new features, capabilities and possible issues. But for the brave souls out there willing to see and test the absolutely latest development in our drivers on top of their kernels, it should be a great chance to do so.</p>

<p>(I assume that I was not that fast with the <strong>drm-intel-backports</strong> patch merging process in the past 2 weeks, so for now it only contains patches from the <strong>3.2</strong> kernel branch. I intend to backport the <strong>3.3</strong> and <strong>3.4-next</strong> patches for all those versions in the coming days. Also, apparently those backported patches do not work correctly with pre-Ironlake chipsets on 3.0 kernel, and there are some display-related issues on top of <strong>3.1</strong> one &#8211; I&#8217;ll look into it as well. Sorry for the delay &#8211; but the real life interfered with my patching capability for the past weeks&#8230;)</p>

<p>Besides those changes, we had a large number of notable kernel advances in the past weeks:</p>

<ul>
<li>One of the most interesting features is the support for <strong>interlaced</strong> modes in the Intel Linux Graphics cards. A great work by Peter Ross, Daniel Vetter and Paulo Zanoni resulted in a series of patches which provided support for interlaced modes. These patches will be queued for inclusion in the <strong>3.4</strong> kernel &#8211; but when I&#8217;ll get back to my <strong>-backports</strong> series of patches, I&#8217;ll certainly include them into the <strong>3.[012]</strong> series as well.</li>
<li>More <strong>Ivy bridge 3-display pipes</strong> issues were fixed, such as the hibernation problem with 3rd pipe being active.</li>
<li>Stabilizing the almost-ready-to-launch <strong>Ivy bridge</strong> platform, the hopefully final forcewake-related fixes were included in both <strong>drm-intel-next</strong> and <strong>drm-intel-fixes</strong> branches, and were also cherry-picked by Greg to be included in the stable <strong>3.2</strong> kernel as well. This should solve the remaining missing interrupts problems we were experiencing.</li>
<li>Initial patches to support the hardware context switching were sent by <strong>Ben Widawsky</strong>, and are accessible <a href="http://cgit.freedesktop.org/~bwidawsk/drm-intel/?h=context-support" onclick="urchinTracker('/outgoing/cgit.freedesktop.org/_bwidawsk/drm-intel/?h=context-support&amp;referer=');">in his own freedesktop.org repository for testing</a>. Hardware-supported context switching allows to save the hardware registers and state for each process, so it could essentially help the GL_EXT_transform_feedback extension and advanced geometry shading state passing between different stages. And, of course, it can also improve the stability &#8211; hardware would ensure that different processes would not interfere with each other in a harmful way.</li>
<li>And almost a hundred pending patches were picked by Daniel Vetter for his new <strong>drm-intel-next</strong> branch. The next merge window certainly looks interesting for the Intel Linux Graphics support in this sense&#8230;</li>
</ul>

<p>On <strong>Mesa</strong> side, the <strong>8.0</strong> release is getting really close. After the <strong>8.0-rc1</strong> release a couple of weeks ago, lots of patches were picked into the <strong>8.0</strong> branch, improving the stability, performance, and fixing many rendering issues &#8211; especially on the Ivy Bridge platform. More excitingly, the communication between Mesa and Unigine developers resulted in better support for open-source drivers in the just released <strong>Oil Rush</strong> game. It is really great to see such cooperation &#8211; and Unigine-based game certainly is one of the most advanced graphical releases of past years on Linux.</p>

<p>Speaking about the Mesa development, this final stabilization phase prior to the <strong>8.0</strong> release is a great chance for you to report issues, bugs and problems before the release which is expected in a few days from now. So if you observe any last-minute problems and regressions with <strong>Mesa 8.0</strong> branch &#8211; please, let us know! This next release looks really impressive from the technical side, but your help in additional testing is more than welcome.</p>

<p>On <strong>Wayland</strong> side, lots of different patches and features were received in the past weeks. Wayland and Weston development goes on with great pace &#8211; and the ones of you to attend <strong>FOSDEM</strong> next week will have some really interesting stuff to gaze upon. But I won&#8217;t spoil the surprise <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>On <strong>Xserver</strong> development, the <strong>1.12 RC2</strong> and <strong>1.11.4</strong> releases were unleashed last week, together with a new <strong>glproto</strong>, <strong>util-macros</strong> and <strong>xkeyboard-config</strong> versions. The development continues non-stop, with hundreds of patches and discussions happening in the mailing lists.</p>

<p>And finally, the <strong>phoronix</strong> feedback I got from you over the past weeks <a href="http://www.phoronix.com/scan.php?page=news_item&amp;px=MTA0MjI" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=news_item_amp_px=MTA0MjI&amp;referer=');">was amazing</a>. Thank you all for all your questions and suggestions &#8211; it was really nice to hear what you have in mind, what you like (and dislike) in our drivers and what direction we should be heading. I&#8217;ll try to answer the last remaining questions in the next few day, and will summarize everything on a dedicated blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2012/01/29/updates-from-the-intel-linux-graphics-land/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And now, on your favorite Intel Linux Graphics news station&#8230;</title>
		<link>http://dodonov.net/blog/2011/11/08/and-now-on-your-favorite-intel-linux-graphics-news-station/</link>
		<comments>http://dodonov.net/blog/2011/11/08/and-now-on-your-favorite-intel-linux-graphics-news-station/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:08:04 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux-Planet]]></category>
		<category><![CDATA[mageia]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[mesa]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=1161</guid>
		<description><![CDATA[After some period of silence, this blog returns in bringing you the latest and greatest news from the Intel Linux Graphics world. So if you were sad, depressed and crying in despair without having a chance of reading about what was going on with the Intel Graphics for the past days, rejoice! Those past few <a href='http://dodonov.net/blog/2011/11/08/and-now-on-your-favorite-intel-linux-graphics-news-station/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>After some period of silence, this blog returns in bringing you the latest and greatest news from the Intel Linux Graphics world.</p>

<p>So if you were sad, depressed and crying in despair without having a chance of reading about what was going on with the Intel Graphics for the past days, rejoice! <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Those past few days were quite busy on all the projects, and with thousands of emails to keep track of it is hard to select the most relevant news &#8211; all of them are! But I&#8217;ll try to summarize the most interesting stuff that happened for the past few days.</p>

<p>Starting with kernel, as you all already know, we are living in the post-3.1 era now, with the release of <a href="https://plus.google.com/109995262342451767357/posts/jALV6z8SnC7" onclick="urchinTracker('/outgoing/plus.google.com/109995262342451767357/posts/jALV6z8SnC7?referer=');">Linux 3.2-rc1</a>. It brings lots and lots of fixes and improvements all around, and much more are yet to come.</p>

<p>On Intel Graphics side, the following items caught my attention for the past days:</p>

<ul>
<li>Keith Packard sent yet more <strong>eDP</strong>-related patches, allowing eDP displays connected to the PCH to, well, work <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The main issue came from the fact that the driver incorrectly was treating a PCH-connected eDP panel like a CPU-connected one, setting the wrong bits in the wrong places.</li>
<li>Daniel Vetter has sent out a series of patches for <strong>simulating GPU hangs</strong>. As you all know, GPU hangs are an (unfortunate) part of a GPU driver life, and there are many factors which could cause them, ranging from incorrect GL instructions to out-of-bounds variables somewhere in the stream of commands and down to hardware failures. Prior to Daniel&#8217;s patches, the only way to see a GPU hang was by having a hung GPU, so most of them were not easy to reproduce and investigate. Now, it is possible to stop the GPU at will, and see the effects. This is particularly interesting at least for me, because I was working on some tools for doing <a href="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.drivers.intel/6408" onclick="urchinTracker('/outgoing/permalink.gmane.org/gmane.comp.freedesktop.xorg.drivers.intel/6408?referer=');">heuristics analysis</a> of the root-causes of GPU hangs. Now, I can do this task with much more ease.</li>
<li>Jesse Barnes sent out a new round of <strong>planes</strong> support, and support for SNB and IVB <strong>video sprites</strong>. The video sprites support different video formats natively and can do scaling as well, and their support was added to the DRM overlay code with this patchset.</li>
<li>Ken and Daniel did a bit of <strong>cleanup</strong> of code specific to some pre-production SNB systems. Now that Sandy Bridge is out there, those bits are not necessary anymore, so they were wiped out.</li>
<li>Daniel has sent a 13-patch series of <strong>pwrite/pread</strong> reworking. This patchset fixes some spurious -EFAULTS issues which could lead to kernel issues, improves the performance of pread/pwrite calls on LLC machines and cleanups unused code, replacing them with faster execution paths.</li>
<li>Also on kernel,  I&#8217;ve found an issue which can cause <strong>division-by-zero</strong> in kernel when accessing power-related registers from userspace, and sent a small patch fixing it. Apparently, the very same issue was already found back in July by <a href="http://lists.freedesktop.org/archives/intel-gfx/2011-July/011380.html" onclick="urchinTracker('/outgoing/lists.freedesktop.org/archives/intel-gfx/2011-July/011380.html?referer=');">Konstantin Belousov</a>. It is a small fix for a potential kernel crashing issue, and let&#8217;s hope it will be picked up in one of the next kernel pull requests.</li>
<li>And Jesse Barnes sent out some documentation and cleanup patches for the <strong>drm</strong> subsystem.</li>
<li>Still on kernel, but outside of our team&#8217;s area, one big news for Linux Graphics will certainly make some people out there happy. Yes, I am speaking about Alan Cox moving of basic <strong>GMA500</strong> driver out of staging. This driver support accelerated console and non-accelerated KMS on Poulsbo, Oaktrail, Cedarview and Medfield hardware. Note that medfield support in this initial patchset is left out on purpose, as it needs considerable rework to be ready to enter main kernel.</li>
</ul>

<p>One particular issue worth highlighting is that a <strong>long-standing issue</strong> on GL-based applications (among which Unigine Tropics and Sanctuary are probably the most notable examples, among many others) was finally fixed, thanks to an amazing work by Eric Anholt, Kenneth Graunke and Keith Packard. This issue can be described as &#8216;small moving ants on top of image edges&#8217; or &#8216;<strong>flickering pixels</strong>&#8216;. So if you have had this issue, make sure to check out the <a href="http://lkml.indiana.edu/hypermail/linux/kernel/1111.0/02876.html" onclick="urchinTracker('/outgoing/lkml.indiana.edu/hypermail/linux/kernel/1111.0/02876.html?referer=');">patches</a>!</p>

<p>Going to Mesa, out of hundreds of emails and commits, it is hard to choose the most interesting ones. Work on <strong>GL 3.0</strong> support proceeds quickly, and new mesa stability release, <strong>7.11.1</strong> is almost out of the door. Our Q&amp;A team did a full testing of this bugfixing release, and haven&#8217;t found much issues. So prepare yourself, as in few weeks we&#8217;ll have <strong>MESA 7.11.1</strong> out there. Stay tuned for Ian&#8217;s announcement in nearby future.</p>

<p>But as for mesa master branch, the following patches called my attention the most:</p>

<ul>
<li>Eric sent a patch series to add support for GL_EXT_texture_integer on i965 driver.</li>
<li>More work towards EXT_transform_feedback was done by Dan McCabe and Paul Berry, and Marek from the community side.</li>
<li>And we had lots of fixes for potential segmentation faults, safety checks, better hardware specification compatibility, piglit-based fixes and other issues from Yuanhan, Eric, Ken, Chad and Ian.</li>
</ul>

<p>On Wayland side of the force, lots of patches went in those days. Among those, there was an interesting proposal for the screen locking protocol by Pekka Paalanen, and some bugfixing patches from Juan Zhao.</p>

<p>Going to the other components, we had a release of <strong>xorg-xserver</strong> 1.11.2 RC2, with several crashes and correctness fixes; and new stable <strong>pixman</strong> 0.24.0 which brings many performance improvements and usage of architecture-specific instructions to improve overall performance over a number of different operations (such as bilinear scaling for example).</p>

<p>And finally, for the <strong>intel-gpu-tools</strong>, I was working on a new <strong>intel_gpu_analyze</strong> application, which I was using to tracing and analyzing CPU and GPU performance data during workloads, and also checking on the corresponding power consumption. This is a very experimental code yet, and it lives at <a href="http://cgit.freedesktop.org/~eugeni/intel-gpu-tools" onclick="urchinTracker('/outgoing/cgit.freedesktop.org/_eugeni/intel-gpu-tools?referer=');">my freedesktop.org git</a> for now. But still, I can already do some nice performance analysis like <a href="http://eugeni.dodonov.net/webgl_firefox_lasso/" onclick="urchinTracker('/outgoing/eugeni.dodonov.net/webgl_firefox_lasso/?referer=');">this one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2011/11/08/and-now-on-your-favorite-intel-linux-graphics-news-station/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Continuing with the semi-periodic updates&#8230;</title>
		<link>http://dodonov.net/blog/2011/11/01/continuing-with-the-semi-periodic-updates/</link>
		<comments>http://dodonov.net/blog/2011/11/01/continuing-with-the-semi-periodic-updates/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:41:30 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux-Planet]]></category>
		<category><![CDATA[mageia]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vaapi]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=1151</guid>
		<description><![CDATA[&#8230;lots of things happened in the past days, on all fronts. It took me longer than I originally expected to write this next post in the series due to some personal problems which kept me out of the virtual world for quite some time, but better late then never. So, starting with Kernel, as usual, <a href='http://dodonov.net/blog/2011/11/01/continuing-with-the-semi-periodic-updates/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>&#8230;lots of things happened in the past days, on all fronts.</p>

<p>It took me longer than I originally expected to write this next post in the series due to some personal problems which kept me out of the virtual world for quite some time, but better late then never.</p>

<p>So, starting with Kernel, as usual, we had lots of updates.</p>

<ul>
<li><strong>Jesse Barnes</strong> sent out his patches for adding DRM <strong>planes</strong> and support for a new <strong>FB creation ioctl</strong>. Planes are similar to half-CRTCs, in the sense that they have a location and fb, but don&#8217;t drive outputs directly. His patchset provided two new interfaces: <strong>addfb2</strong>, a new FB creation ioctl that lets specify a surface format, as defined by a fourcc code from the video4linux headers; and ** <strong>planes</strong> &#8211; ioctls for fetching plane info and attaching an fb to a plane.</li>
<li>Jesse has also proposed some patches for enabling video sprites via overlays.</li>
<li><strong>Keith Packard</strong> has prepared some patches for flicker-free boot, which attempts to avoid the initial modesetting in drm.</li>
<li>A very interesting set of patches from Ben which attempt at adding <strong>fairness</strong> to <strong>GPU scheduling</strong>, preventing greedy apps from over-dominating the GPU and leaving nothing for other apps. This, of course, is still experimental, but think about this like on what <strong>CFS</strong> scheduler did to Linux Process Scheduling, and <strong>CFQ</strong> did to I/O scheduling. Of course, this also raises some concerns, like for example what should happen to benchmarks &#8211; which expect to grab all the possible power to get some measurable numbers, but nothing unsolvable here. It would be really interesting to see how it will go.</li>
<li>Ben has also sent out some patches which attempt to fix <strong>recursive unmapping</strong> of pages, a side effect of the Ironlake workaround which was done recently.</li>
</ul>

<p>For <strong>Mesa</strong>, lots of activities on all fronts too. I won&#8217;t be able to cover all of them, but the main highlights of the past days were:</p>

<ul>
<li>Work on <strong>EXT_transform_feedback</strong> by <strong>Dan McCabe</strong> and <strong>Paul Berry</strong> from Intel and Marek Olsak. The piglit tests are already in place for some months (I actually started to work on some of them, but then Marek has published his own set of tests, and I left mine in a half-finished state for now at my freedesktop.org personal repo. But I think I&#8217;ll finish them at some point). The mesa support for this GL 3.0 extension is approaching its completeness fairly quickly.</li>
<li>A 33-patch series from <strong>Eric Anholt</strong> with lots of fixes for batch buffer handling within mesa.</li>
<li>Lots of different fixes and consistency improvements for Gen6 and Gen7 generations of cards from <strong>Ken</strong> were also unleashed into the wild.</li>
<li>A <strong>HUGE</strong> cleanup of the remaining DRI1 pieces, such as the radeon drivers, dri1-specific extensions and core mesa bits, was carried out by <strong>Kristian  Høgsberg, Eric</strong> and many others who participated in the discussion.</li>
<li><strong>GLSL</strong> and extensions-related work continues, with clean-ups, fixes and improvements from Ian, Ken, Paul Berry and Chad.</li>
<li><strong>GL_ARB_texture_storage</strong> support was brought in by Brian Paul from VMware. It is supported by gallium drivers and swrast for now.</li>
<li>Chad Versace sent more patches for the <strong>Stencil buffer</strong> and <strong>HiZ</strong> support.</li>
<li>Ian sent out a 20-patch series which completely refactors the handling of <strong>uniforms</strong> within Mesa.</li>
<li>Eric has sent 24-patch series for improved renderbuffer mapping (<strong>MapRenderbuffer</strong>).</li>
<li>Paul Berry has added support for <strong>GLSL 1.30 interpolation qualifiers</strong> for Gen6+. This allows to keep track of which fragment shader inputs are overridden with the GLSL &#8220;flat&#8221;, &#8220;smooth&#8221;, &#8220;perspective&#8221; and &#8220;noperspective&#8221; interpolation qualifiers.</li>
<li>And Chia-I Wu has sent some new patches for an updated version of <strong>glext.h</strong> and for improved <strong>android-x86</strong> support within core Mesa.</li>
</ul>

<p>On <strong>Wayland</strong> land, we also had quite some interesting changes:</p>

<ul>
<li><strong>Tiago Vignatti</strong> sent several patches for improving input and evdev handling.</li>
<li>Juan Zhao has put out some <strong>documentation</strong> about Wayland building.</li>
<li>Ander, me, Benjamin Franzke, Casey Dahlin, Pekka Paalanen and Juan Zhao has also sent some build, correctness and GL-related patches. In overall, Wayland development is moving on nicely.</li>
</ul>

<p>Moving to <strong>VAAPI</strong>, as I already wrote here, Gwenole has released a new version of both <strong>libva</strong> and <strong>vaapi-driver-intel</strong>. Also, speaking on new releases, Eric Anholt has also released <strong>libdrm 2.4.27</strong>, we had the release of <strong>xorg-server 1.11.2 RC2</strong>, a new <strong>pixman 0.23.8</strong> release, which happens to be a release candidate for the stable <strong>0.24</strong> release, and Chris Wilson has put out <strong>xf86-video-intel 2.17 RC1</strong>, with several fixes and amazing list of <strong>200+</strong> SNA-related patches.</p>

<p>Also on <strong>SNA</strong>, I&#8217;ve put out two patches which would allow to activate <strong>SNA</strong> by means of a config file option, without recompiling. Those patches patches are floating around the <strong>intel-gfx</strong> mailing list, and make the task of <strong>SNA</strong> testing amazingly more easy (at least, for me <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>

<p>So &#8211; I guess I&#8217;ll stop here for now.</p>

<p>See you in the next iteration of The Tales from the <strike>Crypt</strike> Intel Linux Graphics land <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2011/11/01/continuing-with-the-semi-periodic-updates/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A first post about Intel Linux Graphics and their friends</title>
		<link>http://dodonov.net/blog/2011/10/03/a-first-post-about-intel-linux-graphics-and-their-friends/</link>
		<comments>http://dodonov.net/blog/2011/10/03/a-first-post-about-intel-linux-graphics-and-their-friends/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 19:50:24 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux-Planet]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[mesa]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=1067</guid>
		<description><![CDATA[A long time no post.. but then, it was also a long time without a home, internet and free time as well. As you already know, since August I am working at Intel, within the Intel Linux Graphics group. And, as many of you know as well, the news about Intel Linux graphics out there <a href='http://dodonov.net/blog/2011/10/03/a-first-post-about-intel-linux-graphics-and-their-friends/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A long time no post.. but then, it was also a long time without a home, internet and free time as well.</p>

<p>As you already know, since August I am working at Intel, within the <a href="http://intellinuxgraphics.org/team.html" onclick="urchinTracker('/outgoing/intellinuxgraphics.org/team.html?referer=');">Intel Linux Graphics</a> group. And, as many of you know as well, the news about Intel Linux graphics out there vary a lot, but usually just between the &#8220;it just works&#8221; and &#8220;nothing works&#8221; states, with few intermediate points in between (many of which are usually covered by phoronix news).</p>

<p>So to fill those empty spots, I thought on getting back into the habit of semi periodic write-ups I got while at Mandriva &#8211; just giving out some insights, overviews and overall updates about what is going on with Intel Linux Graphics and related open-source projects from time to time.</p>

<p>But first of all, let me do a quick review about what Intel Linux Graphics is all about. Unlikely other drivers project, the Linux Graphics does not consists from a single and unique driver. By the contrary, it has a lot of ground to cover, working directly on the upstream projects which compose the graphical stack &#8211; ranging from the i915 driver in <strong>kernel</strong> to the entire <strong>MESA</strong> 3D/GL stack, passing through <strong>libdrm</strong> and <strong>vaapi</strong> and all the way up to <strong>x11-server</strong>, <strong>cairo</strong> and <strong>wayland</strong> &#8211; among others. So when you read about an Intel Linux Graphics release, it considers a snapshot version of each of those components.</p>

<p>Of course, each of those projects has a different release goals and timelines, different sets of features to cover, and so on. And, of course, there is a matrix of different generations of graphical hardware, different variations of the models and revisions, and a multitude of OEM platforms to cover.</p>

<p>So, in short, &#8220;it&#8217;s complicated&#8221; <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>In this sense, the Intel Linux Graphics project so far was doing quarterly releases of the entire stack, as one could see at <a href="http://intellinuxgraphics.org/2011Q3.html" onclick="urchinTracker('/outgoing/intellinuxgraphics.org/2011Q3.html?referer=');">2011Q3</a>, <a href="http://intellinuxgraphics.org/2011Q1.html" onclick="urchinTracker('/outgoing/intellinuxgraphics.org/2011Q1.html?referer=');">2011Q1</a>, <a href="http://intellinuxgraphics.org/2010Q4.html" onclick="urchinTracker('/outgoing/intellinuxgraphics.org/2010Q4.html?referer=');">2010Q4</a> and all the previous ones. However, one of the problems with the quarterly releases, specially over such a big and varying stack, is that they don&#8217;t fit all the situations. So starting with the next release, we&#8217;ll be changing our process to carry out more specific releases, based on pre-defined release criteria for each of them. And the next release will be focused specifically on performance and stability enhancement over our current code.</p>

<p>What do I mean by performance and stability? While most of the people out there do not experience any issues with the drivers (e.g., &#8220;they just work&#8221; category I mentioned out there), we are by no means perfect, and yes, we have bugs which affect different users, operating systems and hardware components (all the way to that &#8220;nothing works&#8221; category of people &#8211; which is thankfully quite small, and of course we hope to promote it to the &#8220;just work&#8221; category of the people ASAP). And we are trying to get better and better for each release, at the same time trying to maintain the same level of openness as one would expect from open-source projects.</p>

<p>If you look at the freedesktop bugzilla, for intel graphics-specific issues, there is a quite complete list out there. Of course, many of those bugs are old, or do not apply to the current state of the code anymore, but some of those are valid &#8211; and they don&#8217;t get the level of attention they need. Specially considering the large number of reports, it is really hard to keep track of all of them, and it is specially easy to get lost among all of them. So if your bug is not getting enough attention &#8211; just go over to it, and ping us. We do not ignore you, but sometimes we lose track of specific issues out there, and we&#8217;ll be happy to be reminded either when an issue is fixed, or whether it is still out there and needs some love <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>So, as I said previously, I&#8217;ll try to cover up the details of each part of our drivers stack, and try to keep updated the list of the current work and goals we have in mind. So I&#8217;ll start with this first post, and will try to cover a bit about the areas we&#8217;ve been focused the most for the past months &#8211; specially considering the &#8220;performance&#8221; and &#8220;stability&#8221; criteria, and the most interesting features we have out there.</p>

<p><strong>RC6</strong></p>

<p>The first feature which I&#8217;d like to mention, which is probably unknown to most of you out there, is the support for <strong>RC6</strong> technology. This is a feature which allows the GPU (in other words, the graphical adapter) to enter an extremely low power-consuming state while the graphical card is idle. This feature has drastic effects on the power usage of the system &#8211; up to 26% power usage improvements according to <a href="http://www.phoronix.com/scan.php?page=article&amp;item=intel_i915_power&amp;num=1" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=article_amp_item=intel_i915_power_amp_num=1&amp;referer=');">Phoronix testing</a>. So in theory, having this feature enabled by default would allow a much better battery life for a casual system out there equipped with an Intel graphical card.</p>

<p>However, one drawback to the rc6 is that in some very rare cases, it results in different set of issues. The good part is that very few systems are affected by this bug, and none of the machines either the developers or QA team has managed to reproduce the problems, so chances are very high that it could just work for your by adding a <strong>&#8216;i915.i915_enable_rc6=1&#8242;</strong> parameter to the kernel. The bad part is.. well.. the same as the good part &#8211; we could not reproduce the issues on any of the machines we had. So by a chance, if you enable this feature and hit some unexpected behavior or issue &#8211; please, let us know! We would be really interested in fixing this for all the systems out there. But, with all the magnitude of different x86-based machines, it is virtually impossible to test them all. So we need your help to help of us fix this issue, in case it affects your machine. All the details, such as the vendor, model, installed OS, whether the issue happens with a new install from scratch, bios configuration &#8211; would help.</p>

<p><strong>FBC</strong></p>

<p>Besides <strong>RC6</strong>, one other interesting feature present in the Intel graphical drivers is the support for framebuffer compression, of <strong>fbc</strong>. This feature allows the driver to store the contents of the picture on screen in a compressed format, effectively reducing the amount of energy (and, therefore, power) required to update the screen. On some hardware revisions, however, this feature sometimes causes the GPU not to redraw the display correctly, resulting in only partial screen updates, sometimes visible only after a few suspend-resume sequences. The solution for this problem was to disable this feature by default on such machines, while having it enabled automatically on the chips which do not reproduce the problem. However, even on those chips, you can always enable it manually, by using a <strong>i915.i915_enable_fbc=1</strong> kernel parameter.</p>

<p><strong>Semaphores</strong></p>

<p>And finally, the 3rd major issue being worked on the kernel side is the usage of semaphores in the graphical driver, which allows for a big jump in performance, and also in stability in some cases. However, not everything is perfect in this world <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , so on some hardware models this feature results in performance choppiness or GPU hangs. It is within of the nature of the bug to appear only on some selected machines, most of which are out of our reach, so chances are, like with the <strong>RC6</strong> and <strong>FBC</strong> features, it should just work out of the box. But if it does not &#8211; please, let us know!</p>

<p>Apart from those 3 big items, lots of work has been carried out on different components of the stack in the past months. I&#8217;ll try to summarize the most interesting points for each component below.</p>

<p><strong>Kernel</strong></p>

<p>The Linux kernel 3.1, which is quickly approaching its release date, brings lots of stability and performance improvements over 3.0 version. The performance results are the most notable ones, as according to the initial testing, you could expect about 25% performance improvements in 3D games and performance benchmarks (and even up to 40% in some of them). I won&#8217;t enter into the details here, as I am certain that Michal Larabel from Phoronix will do his usual round of benchmarks soon enough and provide the numbers <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>Besides the performance fixes, the timing for detecting the different video outputs has also received lots of attention. Some of the fixes will appear in 3.1 kernel, and some of them are already being prepared to get into 3.2 as soon as its merge window will open.</p>

<p>And of course, there were lots of patches for stability and error recovery within GPU.</p>

<p>Out of the major distributions out there, as far as I know, only Mandriva Cooker has already updated its kernel to the latest 3.1 pre-released version, so its users already have most of those features with them. So if you are a brave soul and are willing to try this as soon as possible, you could either try Mandriva&#8217;s development version; or download and build the 3.1-git kernel yourself. Or just wait a few weeks and it will came to you as soon as your $FAVORITE_DISTRIBUTION would update it in the repository.</p>

<p>So, leaving kernel area, let&#8217;s move to another major component of the stack, which is well-known by its name..</p>

<p><strong>MESA</strong></p>

<p>(No, it is not the Black Mesa Research Facility, so you may put away your crowbar <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>

<p>Lots of work has been done on Mesa library, and some thousands of emails on the mesa-dev mailing list complement this statement.</p>

<p>Some initial patches for HiZ support from Chad Versace landed on the list, and Phoronix has also performed initial testing on them, obtaining very impressive <a href="http://www.phoronix.com/scan.php?page=article&amp;item=intel_mesa_hiz&amp;num=1" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=article_amp_item=intel_mesa_hiz_amp_num=1&amp;referer=');">results</a>.</p>

<p>Also, a huge cleanup of old drivers, together with the removal of old DRI1 code and overall refactoring of the code in preparation for the GL 3.0 was done by Ian Romanick. Kenneth Graunke provided lots of patches for both performance and stability improvements for a large number of cases, together with the IvyBridge-specific optimizations. New Vertex Shader backend, lots of TextureImage development by Eric Anholt, work on gl_ClipDistance and the layout of vertex attributes by Paul Berry, lots of GLSL 1.30 development and overall bugfixing complement the picture of what happened with Mesa for the past month or so.</p>

<p>As mesa-dev list, and the git source tree, are quite busy places, there were lots of other development and updates all around which I haven&#8217;t covered here. Mesa 7.11.1 and 7.12 are really going to be amazing releases when they will come out!</p>

<p>But leaving mesa, the next stop in the Intel Linux Graphics stack overview leads us to..</p>

<p><strong>DDX, or xf86-video-intel X driver</strong></p>

<p>The video driver for Intel graphics cards has received lots of attention for the past weeks. Most of the patches came from Chris Wilson, and were related to further improvements in the SNA backend, and a fix for a non-SNA-related X crash. Besides those, we also had some IvyBridge-specific fixes from Kenneth Graunke and cleanup of some warnings from Paulo Zanoni.</p>

<p><strong>Cairo</strong></p>

<p>On Cairo side, a huge work has been made on performance, stability and testing. In some workloads, the performance improved by several orders of magnitude, and in average, one could expect better performance for Cairo on most cases when comparing with the previous release.</p>

<p><strong>Wayland</strong></p>

<p>For Wayland compositor, lots of discussions took place in the wayland-devel mailing list, covering a large collection of topics, randing from the best way to process configuration events and requests, similarities and differences between the wayland protocol and X operations, window management and overall interaction between the clients and the compositor within the Wayland world. From the technical side, there were lots of patches from Tiago Vignatti and Kristian Høgsberg on both core wayland and the wayland-demos repository. One notable change was the change of the GPLv2 headers to MIT for the remaining files where such change wasn&#8217;t applied previously.</p>

<p><strong>Intel-gpu-tools</strong></p>

<p>The package for providing tools for debugging, analyzing, tracing and profiling the Intel graphical cards on Linux/Unix has received some code cleanups from Paulo Zanoni, some news tests from Daniel Vetter, and also a small series of patches from myself which allows it to work in a non-interactive way, generating a tab-separated list of performance values for each capturing points. Those events can be further analyzed with a statistical tool, or plotted with gnuplot, or dumped into openoffice calc/excel applications &#8211; you name it.</p>

<p><strong>Libdrm</strong></p>

<p>Libdrm, which is a glue between the kernel and the userspace applications that use the kernel graphical driver, has received some fixes from Daniel Vetter last week. Besides those, there was a fix to make &#8216;make check&#8217; work correctly, and a support for using xf86drm.h from C++ applications.</p>

<p><strong>Xserver</strong></p>

<p>X.org X server has received lots of updates and merges since the 1.11.0 release in the past weeks. Among the most notable ones, there were some enhancements to the DRI2, XRANDR and DAMAGE extensions, documentation, comments and scripts fixes, besides the changes in the input framework.</p>

<p><strong>VAAPI</strong></p>

<p>And finally, as for VAAPI, not much activities happened in the git repo for the past weeks besides some refinements on the API and the vatrace tool.</p>

<p>So, as this post has already grown past the size I originally expected, I think that I&#8217;ll stop about here this time.</p>

<p>I&#8217;ll try to continue with the semi-regular blogging about the news in the graphics land of Intel world on a weekly basis.</p>

<p>See you!
Eugeni</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2011/10/03/a-first-post-about-intel-linux-graphics-and-their-friends/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mac experience</title>
		<link>http://dodonov.net/blog/2011/06/25/mac-experience/</link>
		<comments>http://dodonov.net/blog/2011/06/25/mac-experience/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 13:31:20 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux-Planet]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=897</guid>
		<description><![CDATA[At request from my friends from ROSA Labs , I was using a mac os x-based machine this week, to get a feeling on how it works, feels and looks like. As I had never used a mac before, it was certainly a nice experience, and I think I managed to extract the feeling of <a href='http://dodonov.net/blog/2011/06/25/mac-experience/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>At request from my friends from ROSA Labs <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , I was using a mac os x-based machine this week, to get a feeling on how it works, feels and looks like. As I had never used a mac before, it was certainly a nice experience, and I think I managed to extract the feeling of what is fundamentally different between a Mac and PC-based approaches (in this case, let&#8217;s consider PC as being Linux-based OS instead of Windows, which stands in between those approaches and perhaps I&#8217;ll describe my thoughts about it later).</p>

<div id="attachment_902" class="wp-caption aligncenter" style="width: 310px"><a href="http://dodonov.net/blog/wp-content/uploads/2011/06/Screen-shot-2011-06-25-at-10.11.21-AM.png"><img src="http://dodonov.net/blog/wp-content/uploads/2011/06/Screen-shot-2011-06-25-at-10.11.21-AM-300x168.png" alt="" title="mac" width="300" height="168" class="size-medium wp-image-902" /></a><p class="wp-caption-text">Hi, I&#039;m Mac.</p></div>

<p>So, after using a Linux-based OS exclusively for my Desktop for the past 10 years or so (except the time at Microsoft where I was using a pre-released version of Vista during the work hours), I finally was able to get a hold of a MacBook Air. One thing I can say that most of the mac advertizements are true &#8211; the hardware really looks amazing and &#8220;cool&#8221;. As for the software, well, let&#8217;s go step-by-step in this evaluation.</p>

<p>The fest thesis I want to emphasize is that the fundamental change between the Mac and Linux Desktop approaches is that Mac does everything to force you to understand and bend to the system default settings and the way it works, and Linux is completely aimed at making the system easy to customize and adapt to you. In other words, Mac forces you to adapt to the system, and Linux focuses on making system easily adaptable to what you want. This ranges from each and every level of the system configuration, starting with the UI, standardization of the used applications, the standardized menu, dock, and so on. On Mac, it is done this way, and you should <strong>not</strong> even think on changing it &#8211; it just works and the only solution for you is to get used to it.</p>

<p>On Linux, the things are quite opposite on all stages. Each and every part of the system can be customized, adapted, modified; there is no single point of complete integration between applications, settings and features. It is quite common to have a Linux system with systemd+kde+pidgin+openoffice, where each application has its programming framework, UI, look-and-feel, and functionality. And by no means it makes this system a second-class citizen when comparing to a upstart+gnome+emphaty+libreoffice one. This is the biggest advantage (and, for some, disadvantage) of Linux-based approaches &#8211; the large choice without One True Way of doing things.</p>

<p>This also brings me back to the eternal flame was which says that &#8220;the Mac is the Best Desktop Experience out there&#8221;, which I personally cannot agree with. Yes, Mac has its own experience, but the largest drawback is that is the <strong>only</strong> experience you could get out of it. By the contrary, on Linux there are <strong>thousands</strong> ways of how one could create, customize and run his Desktop. Somebody feels comfortable with pure KDE experience, someone would feel much more natural with a GNOME desktop. Many productivity-oriented Linux desktops are running dwm, icewm, ratpoison, wm3, evilwm and many many other desktop environments with multitude of apparently incompatible applications and do not miss any of their larger cousins (like kde, gnome or xfce) features.</p>

<p>So to summarize it all, one big advantage of a Mac-based experience is that the entire desktop feels like an <strong>appliance</strong>. To illustrate, consider any cellphone OS, or any TV or a videogame &#8211; the things &#8220;just work&#8221;, and you have no choice nor need to modify the way they work and just go on with using them. This is certainly a huge plus for casual users who just need to use their devices to get things done &#8211; it is very hard to get confused about what to do with the system, and in most applications all keyboard shortcuts, UI, menus, appearance and so on is standardized. In other words, you don&#8217;t learn how to use a Mac or Android or Symbian, you just use it, and there is only one correct way to get something done.</p>

<p>The advantage of a Linux-based desktops is their absolute &#8211; and even exaggerated sometimes &#8211; flexibility. They are completely focused on making the desktop experience bendable towards what <strong>you</strong> need, at a cost of much higher entry level and necessary learning about all the puzzles which compose it. It is certainly not focused on casual users (and, in my personal opinion, it should not be), and it is more of an elitist system &#8211; only the ones willing to learn, customize and adapt the system will be able to get the most out of it. But the ones who manage to get through this exhaustive task will be truly rewarded with a system where you know exactly what each and every piece, process or file are responsible for.</p>

<p>In other words, Mac is an appliance, and Linux is a constructor. Mac just works (not necessarily the way you expect), and Linux gives you the possibility to make it work the way you want (at a cost of a high learning and customization curve).</p>

<p>So in my personal opinion, it is pointless comparing a Mac experience to a Linux Desktop one. If Mac should be compared to anything, it is to other appliance-like environments, like cellphones and similar devices for example; or to end-to-end solutions based on any OS which has the similar goals in mind (like meego, android, winphone, windows, symbian, ubuntu &#8211; and now mandriva, which has invested a lot of time of ROSA Labs designers and developers to introduced a new UI experience for the 2011 release). In such cases, the user does not cares &#8211; nor should he &#8211; about what the system is based upon &#8211; a darwin os, a win kernel, a linux or any other low-level operating system. What use gets is the overall default UI which just works, and he should adapt to.</p>

<div id="attachment_904" class="wp-caption aligncenter" style="width: 310px"><a href="http://dodonov.net/blog/wp-content/uploads/2011/06/mandriva20111beta3-large_002.jpg"><img src="http://dodonov.net/blog/wp-content/uploads/2011/06/mandriva20111beta3-large_002-300x187.jpg" alt="" title="mdv2011" width="300" height="187" class="size-medium wp-image-904" /></a><p class="wp-caption-text">Hi, I am PC^WMandriva 2011 (this shot was shamelessly borrowed from softpedia because it really looks awesome!)</p></div>

<p>At the end, summarizing and concluding this long text, I can say now that it is more clear for me now where the ROSA Labs designers and developers are getting their inspiration from. Personally, for me, the Rosa Panel (included by default in Mandriva 2011) feels more natural and easy to use than its Mac equivalent and more flexible and tunable than its Windows counterpart. The same way, the ROSA Launcher application feels more powerful than Mac&#8217;s finder+dockbar combination, and much more flexible and friendly than Windows 7 start menu. This, at least for me, only complements my opinion that Linux is a constructor &#8211; you can build anything from the tools and pieces it has, take the best ideas out there and use them as inspiration, and result in something new. This is specially true to the geeks (like me) who do not like some of the design choices taken by ROSA &#8211; so we can just go ahead and make the system the way we want, taking the best from the both worlds.</p>

<div id="attachment_906" class="wp-caption aligncenter" style="width: 310px"><a href="http://dodonov.net/blog/wp-content/uploads/2011/06/timeframe1.jpg"><img src="http://dodonov.net/blog/wp-content/uploads/2011/06/timeframe1-300x168.jpg" alt="" title="timeframe" width="300" height="168" class="size-medium wp-image-906" /></a><p class="wp-caption-text">Hi, I&#039;m a bit customized Mandriva 2011 - and the limit to my customization is only your imagination <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>

<p>And, of course, having the power of Linux constructor, you can certainly adapt the system towards your needs, remove or change things you don&#8217;t want, and add what you find missing.</p>

<p>That&#8217;s it <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>

<p>P.S.: Please, consider everything said here as my own personal opinion. By no means it represents the official Mandriva or ROSA view on the matter. This is what <strong>I</strong> think.</p>

<p><strong>P.P.S.: </strong>Some extremely interesting discussion and feedbacks in the comments, be sure to check them out. Thanks for all this feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2011/06/25/mac-experience/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>&#8220;just for fun&#8221;</title>
		<link>http://dodonov.net/blog/2011/05/14/just-for-fun/</link>
		<comments>http://dodonov.net/blog/2011/05/14/just-for-fun/#comments</comments>
		<pubDate>Sat, 14 May 2011 14:15:15 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=860</guid>
		<description><![CDATA[For some years, I was wondering why there is no some easy, small and simple &#8211; but yet full-featured class-control in the open-source world. This question started to occur to me while I was at mstech, developing the BlueLab class control application. It always seemed to me that everyone is interested in big, complex, premium <a href='http://dodonov.net/blog/2011/05/14/just-for-fun/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>For some years, I was wondering why there is no some easy, small and simple &#8211; but yet full-featured class-control in the open-source world. This question started to occur to me while I was at mstech, developing the BlueLab class control application. It always seemed to me that everyone is interested in big, complex, premium and advanced applications for such tasks; but at least I had a very opposite things in mind.</p>

<p>In other words, I was missing some small, simple &#8211; but efficient and, of course, open-sourced class control application.</p>

<p>So in the past week, I took some hours of my free time to gather some of the my scratches and ideas, and put them all together into a simple class control application.</p>

<p>Why the heck the would would need yet another class control solution? In my case, and probably in most geek&#8217;s, the answer is simple: <strong>just for fun</strong>.</p>

<p>So &#8211; this is how <a href="http://openclass.dodonov.net" onclick="urchinTracker('/outgoing/openclass.dodonov.net?referer=');">OpenClass</a> was born.</p>

<p>Have fun <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2011/05/14/just-for-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Não tem preço!</title>
		<link>http://dodonov.net/blog/2009/07/02/nao-tem-preco/</link>
		<comments>http://dodonov.net/blog/2009/07/02/nao-tem-preco/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 03:43:03 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=470</guid>
		<description><![CDATA[Defender o doutorado com camisa de Corinthians a tarde no dia que o Corinthians é campeão brasileiro a noite &#8211; não tem preço!!]]></description>
			<content:encoded><![CDATA[<p>Defender o doutorado com camisa de Corinthians a tarde no dia que o Corinthians é campeão brasileiro a noite &#8211; <strong>não tem preço</strong>!! <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/07/02/nao-tem-preco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated to wordpress 2.8</title>
		<link>http://dodonov.net/blog/2009/06/11/updated-to-wordpress-2-8/</link>
		<comments>http://dodonov.net/blog/2009/06/11/updated-to-wordpress-2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:32:56 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/06/11/updated-to-wordpress-2-8/</guid>
		<description><![CDATA[Everything seems to be working nicely. Automatic update is great!]]></description>
			<content:encoded><![CDATA[<p>Everything seems to be working nicely. Automatic update is great!</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/06/11/updated-to-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Awesome Ads (For Traumatizing Children) &#124; Cracked.com</title>
		<link>http://dodonov.net/blog/2009/03/10/10-awesome-ads-for-traumatizing-children-crackedcom/</link>
		<comments>http://dodonov.net/blog/2009/03/10/10-awesome-ads-for-traumatizing-children-crackedcom/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 00:34:48 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=334</guid>
		<description><![CDATA[Extremely funny. hehehe. 10 Awesome Ads (For Traumatizing Children) &#124; Cracked.com.]]></description>
			<content:encoded><![CDATA[<p>Extremely funny. hehehe.</p>

<p><a href='http://www.cracked.com/article_17093_10-awesome-ads-traumatizing-children.html' onclick="urchinTracker('/outgoing/www.cracked.com/article_17093_10-awesome-ads-traumatizing-children.html?referer=');">10 Awesome Ads (For Traumatizing Children) | Cracked.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/10/10-awesome-ads-for-traumatizing-children-crackedcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video muito demais&#8230;</title>
		<link>http://dodonov.net/blog/2009/03/09/video-muito-demais/</link>
		<comments>http://dodonov.net/blog/2009/03/09/video-muito-demais/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 19:54:43 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/?p=332</guid>
		<description><![CDATA[Um video muito MUITO bom. World Builder from Bruce Branit on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>Um video muito MUITO bom.</p>

<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3365942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3365942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/3365942" onclick="urchinTracker('/outgoing/vimeo.com/3365942?referer=');">World Builder</a> from <a href="http://vimeo.com/user1349603" onclick="urchinTracker('/outgoing/vimeo.com/user1349603?referer=');">Bruce Branit</a> on <a href="http://vimeo.com" onclick="urchinTracker('/outgoing/vimeo.com?referer=');">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/09/video-muito-demais/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-03-04</title>
		<link>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04/</link>
		<comments>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04/</guid>
		<description><![CDATA[Autenticação por pam_blue rules! Para que usar tokens? Celular é o que há . http://tinyurl.com/dc8nvb # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>Autenticação por pam_blue rules! Para que usar tokens? Celular é o que há <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://tinyurl.com/dc8nvb" rel="nofollow" onclick="urchinTracker('/outgoing/tinyurl.com/dc8nvb?referer=');">http://tinyurl.com/dc8nvb</a> <a href="http://twitter.com/eugeni_dodonov/statuses/1280945556" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1280945556?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-03-04</title>
		<link>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04-2/</link>
		<comments>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04-2/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04-2/</guid>
		<description><![CDATA[Autenticação por pam_blue rules! Para que usar tokens? Celular é o que há . http://tinyurl.com/dc8nvb # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>Autenticação por pam_blue rules! Para que usar tokens? Celular é o que há <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://tinyurl.com/dc8nvb" rel="nofollow" onclick="urchinTracker('/outgoing/tinyurl.com/dc8nvb?referer=');">http://tinyurl.com/dc8nvb</a> <a href="http://twitter.com/eugeni_dodonov/statuses/1280945556" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1280945556?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/04/twitter-updates-for-2009-03-04-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-03-03</title>
		<link>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03/</link>
		<comments>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03/</guid>
		<description><![CDATA[T-12 days to Iron Maiden in São Paulo. # Isso sim é promoção! Petra Bock, no extra São Carlos, foi de R$ 12 para R$ 1.99! Para ficar melhor é só poder comprar com visa vale! # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>T-12 days to Iron Maiden in São Paulo. <a href="http://twitter.com/eugeni_dodonov/statuses/1275211186" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1275211186?referer=');">#</a></li>
    <li>Isso sim é promoção! Petra Bock, no extra São Carlos, foi de R$ 12 para R$ 1.99! Para ficar melhor é só poder comprar com visa vale! <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1275392529" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1275392529?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-03-03</title>
		<link>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03-2/</link>
		<comments>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03-2/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03-2/</guid>
		<description><![CDATA[T-12 days to Iron Maiden in São Paulo. # Isso sim é promoção! Petra Bock, no extra São Carlos, foi de R$ 12 para R$ 1.99! Para ficar melhor é só poder comprar com visa vale! # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>T-12 days to Iron Maiden in São Paulo. <a href="http://twitter.com/eugeni_dodonov/statuses/1275211186" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1275211186?referer=');">#</a></li>
    <li>Isso sim é promoção! Petra Bock, no extra São Carlos, foi de R$ 12 para R$ 1.99! Para ficar melhor é só poder comprar com visa vale! <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1275392529" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1275392529?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/03/03/twitter-updates-for-2009-03-03-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-02-26</title>
		<link>http://dodonov.net/blog/2009/02/26/twitter-updates-for-2009-02-26/</link>
		<comments>http://dodonov.net/blog/2009/02/26/twitter-updates-for-2009-02-26/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/26/twitter-updates-for-2009-02-26/</guid>
		<description><![CDATA[Running kde4 inside virtualbox feels like running doom1 on 386 with 2MB RAM. It works and looks nice, but it is slow as hell. # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>Running kde4 inside virtualbox feels like running doom1 on 386 with 2MB RAM. It works and looks nice, but it is slow as hell. <a href="http://twitter.com/eugeni_dodonov/statuses/1255322372" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1255322372?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/26/twitter-updates-for-2009-02-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-02-22</title>
		<link>http://dodonov.net/blog/2009/02/22/twitter-updates-for-2009-02-22-2/</link>
		<comments>http://dodonov.net/blog/2009/02/22/twitter-updates-for-2009-02-22-2/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 16:41:00 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/22/twitter-updates-for-2009-02-22-2/</guid>
		<description><![CDATA[por algum motivo a integração twitter/blog quebrou de vez esses dias&#8230; # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>por algum motivo a integração twitter/blog quebrou de vez esses dias&#8230; <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1237693853" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1237693853?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/22/twitter-updates-for-2009-02-22-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/21/post-from-twitter-44/</link>
		<comments>http://dodonov.net/blog/2009/02/21/post-from-twitter-44/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 02:01:16 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/21/post-from-twitter-44/</guid>
		<description><![CDATA[18:47 T-13 (and counting) para o carnaval! # Automatically shipped by LoudTwitter]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>18:47</em> T-13 (and counting) para o carnaval! <a href="http://twitter.com/eugeni_dodonov/statuses/1231987813" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1231987813?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a><img src="http://1231987813.data.loudtwitter.com/72113269682990210" width="1" height="1" border="0" style="display: none" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/21/post-from-twitter-44/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-02-20</title>
		<link>http://dodonov.net/blog/2009/02/20/twitter-updates-for-2009-02-20/</link>
		<comments>http://dodonov.net/blog/2009/02/20/twitter-updates-for-2009-02-20/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:59:59 +0000</pubDate>
		<dc:creator>eugeni</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/20/twitter-updates-for-2009-02-20/</guid>
		<description><![CDATA[T-13 (and counting) para o carnaval! # Powered by Twitter Tools.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>T-13 (and counting) para o carnaval! <a href="http://twitter.com/eugeni_dodonov/statuses/1231987813" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1231987813?referer=');">#</a></li>
</ul>

<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/20/twitter-updates-for-2009-02-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/20/post-from-twitter-43/</link>
		<comments>http://dodonov.net/blog/2009/02/20/post-from-twitter-43/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 02:01:21 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/20/post-from-twitter-43/</guid>
		<description><![CDATA[09:46 @olavojunior, querer eu quero faz tempo, o problema é $$$. Depois de andar num Land Rover, a minha vida nunca mais foi a mesma hehehe. # 18:59 Estava em Salvador a exatamente 1 ano atrás&#8230; e exatamente 2 anos atrás estava nos EUA. E hoje estou trabalhando. hehehe. É a vida . # Automatically <a href='http://dodonov.net/blog/2009/02/20/post-from-twitter-43/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>09:46</em> @<a href="http://twitter.com/olavojunior" onclick="urchinTracker('/outgoing/twitter.com/olavojunior?referer=');">olavojunior</a>, querer eu quero faz tempo, o problema é $$$. Depois de andar num Land Rover, a minha vida nunca mais foi a mesma <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hehehe. <a href="http://twitter.com/eugeni_dodonov/statuses/1226333744" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1226333744?referer=');">#</a></li> <li><em>18:59</em> Estava em Salvador a exatamente 1 ano atrás&#8230; e exatamente 2 anos atrás estava nos EUA. E hoje estou trabalhando. hehehe. É a vida <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://twitter.com/eugeni_dodonov/statuses/1228075311" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1228075311?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a><img src="http://1226333744.data.loudtwitter.com/72113269682990210" width="1" height="1" border="0" style="display: none" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/20/post-from-twitter-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/19/post-from-twitter-42/</link>
		<comments>http://dodonov.net/blog/2009/02/19/post-from-twitter-42/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 02:01:19 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/19/post-from-twitter-42/</guid>
		<description><![CDATA[10:31 World of Goo acaba com a vida social.. # 10:43 Living with XFCE 4.6 alpha. Arch Linux version uses the same source as Mandriva, but it just works WAAY faster&#8230; # 11:00 @Capitulino, @coxande, i686. I just installed default packages for both Mandriva and Arch. I&#8217;m looking on what&#8217;s wrong with it right now <a href='http://dodonov.net/blog/2009/02/19/post-from-twitter-42/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>10:31</em> World of Goo acaba com a vida social.. <a href="http://twitter.com/eugeni_dodonov/statuses/1222605182" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1222605182?referer=');">#</a></li> <li><em>10:43</em> Living with XFCE 4.6 alpha. Arch Linux version uses the same source as Mandriva, but it just works WAAY faster&#8230; <a href="http://twitter.com/eugeni_dodonov/statuses/1222631849" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1222631849?referer=');">#</a></li> <li><em>11:00</em> @<a href="http://twitter.com/capitulino" onclick="urchinTracker('/outgoing/twitter.com/capitulino?referer=');">Capitulino</a>, @coxande, i686. I just installed default packages for both Mandriva and Arch. I&#8217;m looking on what&#8217;s wrong with it right now <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://twitter.com/eugeni_dodonov/statuses/1222671104" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1222671104?referer=');">#</a></li> <li><em>12:45</em> @<a href="http://twitter.com/fabiocpn" onclick="urchinTracker('/outgoing/twitter.com/fabiocpn?referer=');">fabiocpn</a>, o arch é um dos melhores que eu conheço. Mas é um rolling release, não tem versões fixas, tudo é atualizado diariamente. <a href="http://twitter.com/eugeni_dodonov/statuses/1222974036" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1222974036?referer=');">#</a></li> <li><em>17:44</em> @<a href="http://twitter.com/capitulino" onclick="urchinTracker('/outgoing/twitter.com/capitulino?referer=');">Capitulino</a>, daqui a 1 mes tem Iron em SP! Esse é mais light <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://twitter.com/eugeni_dodonov/statuses/1224026840" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1224026840?referer=');">#</a></li> <li><em>18:09</em> haja paciencia.. (<a href="http://tinyurl.com/cxq3r8" onclick="urchinTracker('/outgoing/tinyurl.com/cxq3r8?referer=');">tinyurl.com/cxq3r8</a>) <a href="http://twitter.com/eugeni_dodonov/statuses/1224113165" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1224113165?referer=');">#</a></li> <li><em>20:05</em> @<a href="http://twitter.com/mvkampen" onclick="urchinTracker('/outgoing/twitter.com/mvkampen?referer=');">mvkampen</a> é f**a&#8230; a mesma coisa acontece com UFSCar, metade do campus é praticamente sede de PSTU.. <a href="http://twitter.com/eugeni_dodonov/statuses/1224502442" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1224502442?referer=');">#</a></li> <li><em>21:32</em> @<a href="http://twitter.com/olavojunior" onclick="urchinTracker('/outgoing/twitter.com/olavojunior?referer=');">olavojunior</a> eu tentei fazer trilha (sem querer <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) com o meu megane nesse fim da semana. Meu deus&#8230; como eu queria um jipe <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . hehehe. <a href="http://twitter.com/eugeni_dodonov/statuses/1224791677" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1224791677?referer=');">#</a></li> <li><em>21:35</em> Chegou um spam aqui: &quot;Earn your PhD easily&quot;. Eles só podem estar de brincadeira!! Que raiva!!!! <a href="http://twitter.com/eugeni_dodonov/statuses/1224799306" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1224799306?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a><img src="http://1222605182.data.loudtwitter.com/72113269682990210" width="1" height="1" border="0" style="display: none" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/19/post-from-twitter-42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/18/post-from-twitter-41/</link>
		<comments>http://dodonov.net/blog/2009/02/18/post-from-twitter-41/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 02:01:34 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/18/post-from-twitter-41/</guid>
		<description><![CDATA[08:41 @fabiocpn xulrunner nada, compila o openoffice para você ver # 12:22 Dear God.. please, please, PLEASE make all perl code in the world burst in flames and disappear from this universe forever. # 21:03 update do X do arch linux f***u com minha configuracao de teclado de uma vez por todas agora! # 22:33 <a href='http://dodonov.net/blog/2009/02/18/post-from-twitter-41/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>08:41</em> @<a href="http://twitter.com/fabiocpn" onclick="urchinTracker('/outgoing/twitter.com/fabiocpn?referer=');">fabiocpn</a> xulrunner nada, compila o openoffice para você ver <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1218492700" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1218492700?referer=');">#</a></li> <li><em>12:22</em> Dear God.. please, please, PLEASE make all perl code in the world burst in flames and disappear from this universe forever. <a href="http://twitter.com/eugeni_dodonov/statuses/1218986843" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1218986843?referer=');">#</a></li> <li><em>21:03</em> update do X do arch linux f***u com minha configuracao de teclado de uma vez por todas agora! <a href="http://twitter.com/eugeni_dodonov/statuses/1220747887" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1220747887?referer=');">#</a></li> <li><em>22:33</em> Um email que recebi hoje literalmente f***u com o meu carnaval. <a href="http://twitter.com/eugeni_dodonov/statuses/1221025505" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1221025505?referer=');">#</a></li> <li><em>22:45</em> @<a href="http://twitter.com/capitulino" onclick="urchinTracker('/outgoing/twitter.com/capitulino?referer=');">Capitulino</a>, eu estou remoto de qualquer jeito.. No pior caso, código com àlcool no sangue sai até mais bonito! Principalmente em perl <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1221059414" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1221059414?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a><img src="http://1218492700.data.loudtwitter.com/72113269682990210" width="1" height="1" border="0" style="display: none" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/18/post-from-twitter-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/16/post-from-twitter-40/</link>
		<comments>http://dodonov.net/blog/2009/02/16/post-from-twitter-40/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 02:01:01 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/16/post-from-twitter-40/</guid>
		<description><![CDATA[18:40 400+ emails para email de mandriva over the weekend&#8230; e isso que só estamos na metade de domingo ainda&#8230; # 23:48 Updated flickr with nice Ituverava photos. Powered by N95. And a bit of gimp+hugin . tinyurl.com/c32tvv # Automatically shipped by LoudTwitter]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>18:40</em> 400+ emails para email de mandriva over the weekend&#8230; e isso que só estamos na metade de domingo ainda&#8230; <a href="http://twitter.com/eugeni_dodonov/statuses/1213194858" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1213194858?referer=');">#</a></li> <li><em>23:48</em> Updated flickr with nice Ituverava photos. Powered by N95. And a bit of gimp+hugin <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://tinyurl.com/c32tvv" onclick="urchinTracker('/outgoing/tinyurl.com/c32tvv?referer=');">tinyurl.com/c32tvv</a> <a href="http://twitter.com/eugeni_dodonov/statuses/1213916651" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1213916651?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/16/post-from-twitter-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/15/post-from-twitter-39/</link>
		<comments>http://dodonov.net/blog/2009/02/15/post-from-twitter-39/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 02:01:49 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/15/post-from-twitter-39/</guid>
		<description><![CDATA[09:04 World of Goo nativo para Linux!! Mais um software comprado . # Automatically shipped by LoudTwitter]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>09:04</em> World of Goo nativo para Linux!! Mais um software comprado <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://twitter.com/eugeni_dodonov/statuses/1209462029" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1209462029?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/15/post-from-twitter-39/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/14/post-from-twitter-38/</link>
		<comments>http://dodonov.net/blog/2009/02/14/post-from-twitter-38/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 02:02:00 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/14/post-from-twitter-38/</guid>
		<description><![CDATA[00:21 Rest in Peace PalmOS! I&#8217;ll turn on my Palm Zire 31 in your memoriam. And play DopeWars. hehe. tinyurl.com/ckxvba # 00:24 @mvkampen agora é só compilar o openoffice pro motorola E8 que t # 00:25 @mvkampen tá tudo feito (maldito enter que cortou mensagem no meio!) # 11:02 @Capitulino modelo cascata devia ter morrido <a href='http://dodonov.net/blog/2009/02/14/post-from-twitter-38/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>00:21</em> Rest in Peace PalmOS! I&#8217;ll turn on my Palm Zire 31 in your memoriam. And play DopeWars. hehe.  <a href="http://tinyurl.com/ckxvba" onclick="urchinTracker('/outgoing/tinyurl.com/ckxvba?referer=');">tinyurl.com/ckxvba</a> <a href="http://twitter.com/eugeni_dodonov/statuses/1205012131" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205012131?referer=');">#</a></li> <li><em>00:24</em> @<a href="http://twitter.com/mvkampen" onclick="urchinTracker('/outgoing/twitter.com/mvkampen?referer=');">mvkampen</a> agora é só compilar o openoffice pro motorola E8 que t <a href="http://twitter.com/eugeni_dodonov/statuses/1205019990" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205019990?referer=');">#</a></li> <li><em>00:25</em> @<a href="http://twitter.com/mvkampen" onclick="urchinTracker('/outgoing/twitter.com/mvkampen?referer=');">mvkampen</a> tá tudo feito (maldito enter que cortou mensagem no meio!) <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1205021367" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205021367?referer=');">#</a></li> <li><em>11:02</em> @<a href="http://twitter.com/capitulino" onclick="urchinTracker('/outgoing/twitter.com/capitulino?referer=');">Capitulino</a> modelo cascata devia ter morrido na década de 70&#8230; <a href="http://twitter.com/eugeni_dodonov/statuses/1206231327" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1206231327?referer=');">#</a></li> <li><em>11:03</em> @<a href="http://twitter.com/olavojunior" onclick="urchinTracker('/outgoing/twitter.com/olavojunior?referer=');">olavojunior</a> Death Magnetic é o melhor CD deles da última década-e-pouco! <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1206232421" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1206232421?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/14/post-from-twitter-38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post from Twitter</title>
		<link>http://dodonov.net/blog/2009/02/13/post-from-twitter-37/</link>
		<comments>http://dodonov.net/blog/2009/02/13/post-from-twitter-37/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:00:30 +0000</pubDate>
		<dc:creator>twitter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodonov.net/blog/2009/02/13/post-from-twitter-37/</guid>
		<description><![CDATA[22:41 Just watched Transporter 3. Another great french movie. Well.. mostly . # 23:58 2.6.28.5&#8230; maaaaais um update.. que saudades do 2.4&#8230; # 00:00 O último jogo de computador que me viciou mesmo foi Baldur&#8217;s Gate. Depois dele nada chegou nem perto&#8230;.. # 00:21 Rest in Peace PalmOS! I&#8217;ll turn on my Palm Zire 31 <a href='http://dodonov.net/blog/2009/02/13/post-from-twitter-37/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ul class="loudtwitter"><li><em>22:41</em> Just watched Transporter 3. Another great french movie. Well.. mostly <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . <a href="http://twitter.com/eugeni_dodonov/statuses/1204756696" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1204756696?referer=');">#</a></li> <li><em>23:58</em> 2.6.28.5&#8230; maaaaais um update.. que saudades do 2.4&#8230; <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1204955474" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1204955474?referer=');">#</a></li> <li><em>00:00</em> O último jogo de computador que me viciou mesmo foi Baldur&#8217;s Gate. Depois dele nada chegou nem perto&#8230;.. <a href="http://twitter.com/eugeni_dodonov/statuses/1204961014" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1204961014?referer=');">#</a></li> <li><em>00:21</em> Rest in Peace PalmOS! I&#8217;ll turn on my Palm Zire 31 in your memoriam. And play DopeWars. hehe.  <a href="http://tinyurl.com/ckxvba" onclick="urchinTracker('/outgoing/tinyurl.com/ckxvba?referer=');">tinyurl.com/ckxvba</a> <a href="http://twitter.com/eugeni_dodonov/statuses/1205012131" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205012131?referer=');">#</a></li> <li><em>00:24</em> @<a href="http://twitter.com/mvkampen" onclick="urchinTracker('/outgoing/twitter.com/mvkampen?referer=');">mvkampen</a> agora é só compilar o openoffice pro motorola E8 que t <a href="http://twitter.com/eugeni_dodonov/statuses/1205019990" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205019990?referer=');">#</a></li> <li><em>00:25</em> @<a href="http://twitter.com/mvkampen" onclick="urchinTracker('/outgoing/twitter.com/mvkampen?referer=');">mvkampen</a> tá tudo feito (maldito enter que cortou mensagem no meio!) <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/eugeni_dodonov/statuses/1205021367" onclick="urchinTracker('/outgoing/twitter.com/eugeni_dodonov/statuses/1205021367?referer=');">#</a></li></ul>

<p>Automatically shipped by <a href="http://www.loudtwitter.com" onclick="urchinTracker('/outgoing/www.loudtwitter.com?referer=');">LoudTwitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dodonov.net/blog/2009/02/13/post-from-twitter-37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: dodonov.net @ 2012-02-07 13:53:42 -->
