<?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>Afiestas Blog</title>
	<atom:link href="http://www.afiestas.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.afiestas.org</link>
	<description>Software Libre, that&#039;s it.</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>BlueDevil 1.0 Review</title>
		<link>http://www.afiestas.org/bluedevil-1-0-review/</link>
		<comments>http://www.afiestas.org/bluedevil-1-0-review/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:07:39 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=211</guid>
		<description><![CDATA[First, a little bit of historyFirst, a little bit of history It Seems that was yesterday when a year ago in the Gran Canaria Desktop Summit, Victor sent a file to me through Bluetooth and kdebluetooth saved it in a hidden folder, the file is still there &#8220;~/.kbluetooth4/Vídeo003.3gp&#8221;. That fact is what made me decide [...]]]></description>
			<content:encoded><![CDATA[<p><strong>First, a little bit of historyFirst, a little bit of history</strong></p>
<p>It Seems that was yesterday when a year ago in the Gran Canaria Desktop Summit, Victor sent a file to me through Bluetooth and kdebluetooth saved it in a hidden folder, the file is still there &#8220;~/.kbluetooth4/Vídeo003.3gp&#8221;. That fact is what made me decide to use my spare time working on kdebluetooth.</p>
<p>After months of work in kbluetooth (the kdebluetooth fork I did), it started to work, but that spent hours made me realize that the kbluetooth never would be stable, it is a clear example of spaghetti code. Because of that, we started a new project called BlueDevil. If you&#8217;re wondering about the name, Edulix came with it while working on the daemon, and it is based on PowerDevil (the name).</p>
<p>After a few fridays working on it, suddenly a Spanish company sent an email to me, asking for help to develop a Qt library to deal with BlueZ. A couple of emails (and beers) later, they hired us (ufocoders) to write the library, the first big step towards a real BlueDevil was done.</p>
<p>It&#8217;s known that the best way to fully test a library is by using it a lot, so we started a negotiation to finance the development of BlueDevil, finally we got an agreement, we&#8217;ll pay it 50% / 50%.</p>
<p>So, this is the boring history, that in my most humble opinion had to be written, now let&#8217;s start with the review.</p>
<p><strong>KDE Config Module (system preferences)</strong><br />
The Bluetooth KCM allows you to configure all the options from a single place, it is divided in 3 pages:</p>
<ol>
<li>Devices, allows you to switch on/off global KDE Platform Bluetooth integration, and manage your remote devices (add, rename, remove&#8230;)</li>
<li>File Transfer, allows you to switch on/off the reception of files, and configure where (by default) they will be saved once received.</li>
<li>Adapters, allows you to configure your adapters, changing the name, the visibility&#8230;</li>
</ol>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/system_settings.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/system_settings.ogv">Download file</a></p>
<p><strong>BlueDevil Wizard:</strong><br />
The wizard allows you to pair with other bluetooth devices, and if they have compatible services connect to them. the highlights are:</p>
<ul>
<li>Pair with any device</li>
<li>Connect to input service (mouse, keyboard, Wiimote)</li>
<li>Connect to audio service (headset, phones)</li>
<li>Powerfull &#8220;auto&#8221; PIN Mode, which has a database containing exceptions.</li>
</ul>
<p>In the following video, you can see the pair+input connection done with a cellphone, which is used at the final to disconnect itself :p</p>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/pairing_input.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/pairing_input.ogv">Download file</a></p>
<p>In this one, you can see the connection of a Nokia Headset, and the integration with the system (kmix/phonon)</p>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/pairing_audio.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/pairing_audio.ogv">Download file</a></p>
<p><strong>Systray:</strong><br />
The systray is executed only if Bluetooth adapters are found, it allows you to do everything you want to:</p>
<ul>
<li>Send files</li>
<li>Browse devices</li>
<li>Configure remote devices</li>
<li>Configure adapters</li>
<li>Configure file transfer</li>
<li>Add new remove devices</li>
<li>Connect to known devices services.</li>
</ul>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/systray.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/systray.ogv">Download file</a></p>
<p><strong>KDE Input/Output integration (KIO):</strong><br />
The KIO integration allows you to discover and browse your devices from your favorite file browser, the highlights are:</p>
<ul>
<li>Discover device</li>
<li>Show and configure (after clicking on them) the supported services.</li>
<li>If supported by the device, browse the files (copy, remove, create dir&#8230;)</li>
</ul>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/kio.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/kio.ogv">Download file</a></p>
<p><strong>File reception:</strong><br />
Receive files from other devices is supported and totally integrated with the system (using notifications instead of blocking popups etc).</p>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />
 <source type="video/ogg" src="http://www.afiestas.org/files/bluedevil/receive_files.ogv"></source><br />
</video><br />
<a href="http://www.afiestas.org/files/bluedevil/receive_files.ogv">Download file</a></p>
<p>Finally, we&#8217;ll be releasing one RC each week until we consider BlueDevil stable enough, so the next release will be Friday 4<br />
</br><br />
if you wish to help in the development of BlueDevil, you can contact us in irc.freenode.net #solid and in the kde-hardware-devel mailist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/bluedevil-1-0-review/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://www.afiestas.org/files/bluedevil/system_settings.ogv" length="7951560" type="video/ogg" />
<enclosure url="http://www.afiestas.org/files/bluedevil/pairing_input.ogv" length="3556120" type="video/ogg" />
<enclosure url="http://www.afiestas.org/files/bluedevil/pairing_audio.ogv" length="3625448" type="video/ogg" />
<enclosure url="http://www.afiestas.org/files/bluedevil/systray.ogv" length="3033802" type="video/ogg" />
<enclosure url="http://www.afiestas.org/files/bluedevil/kio.ogv" length="4015682" type="video/ogg" />
<enclosure url="http://www.afiestas.org/files/bluedevil/receive_files.ogv" length="5938531" type="video/ogg" />
		</item>
		<item>
		<title>BlueDevil, the new KDE bluetooth stack is here</title>
		<link>http://www.afiestas.org/bluedevil-the-new-kde-bluetooth-stack-is-here/</link>
		<comments>http://www.afiestas.org/bluedevil-the-new-kde-bluetooth-stack-is-here/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 22:23:18 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/bluedevil-the-new-kde-bluetooth-stack-is-here/</guid>
		<description><![CDATA[We&#8217;re proud to announce the first release of BlueDevil, the new bluetooth stack for KDE SC. Description: BlueDevil is a set of components, which integrates bluetooth within the KDE SC, for example adding a system preference module (KCM), or allowing to browse the files in a cell phone from you favorite file browser. The list [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce the first release of BlueDevil, the new bluetooth stack for KDE SC.</p>
<p><strong>Description:</strong></p>
<p>BlueDevil is a set of components, which integrates bluetooth within the KDE SC, for example adding a system preference module (KCM), or allowing to browse the files in a cell phone from you favorite file browser.</p>
<p>The list of already implemented components is:</p>
<ul>
<li>System preference module (KCM) to configure all the options regarding Bluetooth (also fully activate/deactivate it)</li>
<li>Integration with the KDE input/output system (KIO), which allows to discover and explore all bluetooth devices around from your favorite file browser</li>
<li>A wizard to pair your devices, and connect directly to the compatible services, such input (mouse, keybaord, Wiimote) and audio (headsets, phones)</li>
<li>Systray application integrated with the last KDE SC 4.5, from where all BlueDevil actions can be done (disconnect devices, send files, configure&#8230;)</li>
<li>Daemon to listen incoming petitions, for example to receive files, or to introduce a requested PIN.</li>
</ul>
<p><strong>Dependencies:</strong></p>
<ul>
<li>bluez (to get it working)</li>
<li>obex-data-server (for receiving files, and KIO&#8217;s)</li>
<li>obexd-client (for sending files)</li>
<li>KDE SC 4.4 or greater</li>
<li>PulseAudio, or a proper configured Alsa (with the bluetooth hook)</li>
</ul>
<p><strong>Errata:</strong></p>
<ul>
<li>When using kio_obexftp in dolphin on a KDE SC 4.4, some times it won&#8217;t load the content because more than one kio is launched at the same time and it is not supported by the backend (Tip: Disable the previews or use konqueror)</li>
<li>In KDE 4.5 SC, some times when a device is removed, the systray is not correctly updated (Seems to be a bug in QDBusMenu)</li>
<li>When trying to open a file from a bluetooth device, the progress gets stucked at 99%</li>
</ul>
<p><strong>Target Audience:</strong></p>
<p>This release should be stable enough to be used by everybody, but we&#8217;re looking specially for advanced users with &#8220;compiling skills&#8221; so we can get quick feedback and fix as many bugs as possible. if you are Interested send an email to alex (at) ufocoders dot com.</p>
<p><strong>Internationalization:</strong></p>
<p>Currently BlueDevil is not ready to be translated (the strings are not final), and we&#8217;re looking for native English speakers who can help us with the strings, interested people send an email to alex {at) ufocoders.com</p>
<p><strong>Special thanks to (in no particular order):</strong></p>
<ul>
<li><a title="BlueZ site" href="http://www.bluez.org/" target="_blank">BlueZ</a> developers and community for their help during the development (and patience)</li>
<li><a title="David Faure Page" href="http://www.davidfaure.fr/" target="_blank">David Faure</a> for his help during the development and infinite patience talking about KIO&#8217;s</li>
<li>To <a title="UFO coders page" href="http://www.ufocoders.com/" target="_blank">ufocoders</a> for sponsor half of the development</li>
</ul>
<p><strong>Obtaining the code:</strong></p>
<p>To get the tag:</p>
<p>git clone git://gitorious.org/bluedevil/bluedevil.git; git checkout v1.0-rc1</p>
<p>In the next release we&#8217;ll provide the proper tarball.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/bluedevil-the-new-kde-bluetooth-stack-is-here/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>I&#8217;m not dead, just working</title>
		<link>http://www.afiestas.org/im-not-dead-just-working/</link>
		<comments>http://www.afiestas.org/im-not-dead-just-working/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:55:15 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=196</guid>
		<description><![CDATA[Hi there I have been quite busy these days, between Akademy and everything. So thought about writing a small blog entry with the status of the projects where I&#8217;m involved: KBluetooth: I&#8217;m sorry guys to announce it in that way, but KBluetooth is almost dead. I&#8217;ll release a new version (0.5) trying to fix all [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there</p>
<p>I have been quite busy these days, between Akademy and everything. So thought about writing a small blog entry with the status of the projects where I&#8217;m involved:</p>
<p><strong>KBluetooth:</strong></p>
<p>I&#8217;m sorry guys to announce it in that way, but KBluetooth is almost dead. I&#8217;ll release a new version (0.5) trying to fix all the crashes we&#8217;re having, and it will be everything from my part. I hope to release that version withing this week.</p>
<p><strong>Kamoso:</strong></p>
<p>We have ported kamoso to vlc1.1 (you can get the code from the proper branch), and it is working quite well. I&#8217;d like to release a new (last) stable version which won&#8217;t crash when the application is closed. After it we&#8217;ll concentrate our efforts in stabilizing the new code, getting it too work perfect with vlc 1.1.1.</p>
<p><strong>KTuberling</strong>:</p>
<p>I did almost nothing for 4.5, but I&#8217;m planning to do some maintainer work for 4.6, closing bugs (yees! the pepperoni bug too), and I&#8217;ll try to remove the &quot;blinking&quot;, but I don&#8217;t know how (yet) :p</p>
<p><strong>BlueDevil</strong>:</p>
<p>Well, tonight (in 8/10 hours) you&#8217;ll have news about this one <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Im not dead, just working" /> </p>
<p><strong>NetworkManager</strong>:</p>
<p>Yay! I&#8217;m planning to join the group of crazy developers that works on NetworkManager+KDE, the first task I&#8217;ll try to accomplish is the removal of Solid::Control, for now, I&#8217;m reading code code and more code, and I&#8217;ll do that until I&#8217;m able to paint a &quot;virtual map&quot; of what is currently implemented. I don&#8217;t have a date for that.</p>
<p>See you in 8/10 hours with a surprise (a known one :p)</p>
<p>Cyap!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/im-not-dead-just-working/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>New KDevelop key feature plugin</title>
		<link>http://www.afiestas.org/new-kdevelop-key-feature-plugin/</link>
		<comments>http://www.afiestas.org/new-kdevelop-key-feature-plugin/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:35:04 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/new-kdevelop-key-feature-plugin/</guid>
		<description><![CDATA[We&#8217;re a lot of developers in KDE, and each of us like to use one or other tool to write code, for example, is known that I love KDevelop, others like vim, emacs, kate, qtcreator, eclipse&#8230; But you know what we all do? ask for help :p So we&#8217;ve develop a new Plugin for KDevelop [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re a lot of developers in KDE, and each of us like to use one or other tool to write code, for example, is known that I love KDevelop, others like vim, emacs, kate, qtcreator, eclipse&#8230; But you know what we all do? ask for help :p</p>
<p>So we&#8217;ve develop a new Plugin for KDevelop which will give us direct access to where all the KDE knowlege is stored</p>
<p><a title="KDevelop faure" href="http://www.afiestas.org/wp-content/uploads/2010/07/kdevelop-faure.png" target="_blank"><img title="David Faure Plugin" src="http://www.afiestas.org/wp-content/uploads/2010/07/kdevelop-faure.png" alt="David Faure Plugin" width="600" height="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/new-kdevelop-key-feature-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>KDE Multimedia Sprint Days 2, 3, 4 and 5</title>
		<link>http://www.afiestas.org/kde-multimedia-sprint-days-2-3-4-and-5/</link>
		<comments>http://www.afiestas.org/kde-multimedia-sprint-days-2-3-4-and-5/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:41:20 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kde-multimedia-sprint-days-2-3-4-and-5/</guid>
		<description><![CDATA[Day 2: Trip to Zermatt This day was marked by the trip to Zermatt but not by the outward journey but by the return one which I did (as the major part of the people) walking. We went through the forest crossing 2 rivers (well, jumping 2 rivers xD) and of course, talking about software, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Day 2: Trip to Zermatt</strong></p>
<p>This day was marked by the trip to Zermatt but not by the outward journey but by the return one which I did (as the major part of the people) walking. We went through the forest crossing 2 rivers (well, jumping 2 rivers xD) and of course, talking about software, akademy, politics etc. By the night, a mysterious KHTML crash produced by gcc appeared in my laptop sadly I lost all the hacking time figuring out that gcc was the problem <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="KDE Multimedia Sprint Days 2, 3, 4 and 5" /> </p>
<p><strong>Day 3: Kamoso meets j-b (aka vlc man)</strong></p>
</p>
<p>I don&#8217;t remember exactly when we introduced Kamoso to j-b, but I do remember that I got stunned because seems that we did it quite well (the usage of libvlc and libvlccore). After a couple of minutes we fixed like 3 kamoso bugs (thanks to j-b). </p>
<p>We can say that since them Kamoso is on the road again <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="KDE Multimedia Sprint Days 2, 3, 4 and 5" /> </p>
</p>
<p><strong>Day 4 and 5: Kamoso hacking and rediscovering vlc</strong></p>
<p>In the following days I concentrated all my efforts in 2 topics: port kamoso to vlc 1.1 and stabilization. The port was rather straight, I got the basic features (display and get pictures) working without many problems. Then once I had the base working with vlc 1.1 I started to fix crashes, I was able to smash all of them but one, anyway that one is fixed now (Thanks to the vlc people).</p>
<p>Additionally, to fix some bugs I needed the help of the vlc community, j-b pointed me to the guy we had to talk with to fix some problems we had with the audio recording, there was where I realized the healthy community that is behind vlc, which is not only a good project but it is also a good community</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kde-multimedia-sprint-days-2-3-4-and-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE Multimedia Sprint QuickSand, day 1</title>
		<link>http://www.afiestas.org/kde-multimedia-sprint-quicksand-day-1/</link>
		<comments>http://www.afiestas.org/kde-multimedia-sprint-quicksand-day-1/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 11:14:32 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kde-multimedia-sprint-quicksand-day-1/</guid>
		<description><![CDATA[For those who know what QuickSand is you may wonder &#34;What is the relationship between QuickSand and Multimedia/Edu?&#34; the answer to that question is quick and short, none :p but it is what I did today. What is QuickSand? QuickSand is an alternative interface for KRunner, it is integrated in KRunner (the code is inside [...]]]></description>
			<content:encoded><![CDATA[<p>For those who know what QuickSand is you may wonder &quot;What is the relationship between QuickSand and Multimedia/Edu?&quot; the answer to that question is quick and short, none :p but it is what I did today.</p>
<p><strong>What is QuickSand? </strong></p>
<p>QuickSand is an alternative interface for KRunner, it is integrated in KRunner (the code is inside KRunner), and since the major part of KDE users seems to like the default interface almost nobody knows his existence :p, but it actually exists and I can prove it!</p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/06/QuickSand44.png" title="QuickSand kde 4.4" alt="QuickSand kde 4.4" /></p>
<p><strong>So what&#8217;s up with QuickSand?</strong></p>
<p>QuickSand is one of these software (or in this case a part of a program) which were developed in the early days of KDE4 and for some reason the maintainer(s)/authors are &quot;missing&quot; or are not taking care of that code anymore, this may seem sad but Hey! here is where the beautiful of the free software comes to the rescue, any interested developer can contribute and even adopt it.</p>
<p><strong>What I did to QuickSand?</strong></p>
<p>Basically what I did is some &quot;maintarnership&quot;, removing/adding stuff here and there</p>
<ul>
<li>Unhardcoded all the colors (Now they are following the respective KDE/Plasma themes)</li>
<li>Added a button to execute the system activity</li>
<li>Tunned the interface a little bit</li>
<li>Fixed some relayouting issues when accessing to the options</li>
<li>Add &quot;Esc&quot; as a shortcut to close the interface (AAAAH! that was really needed)</li>
<li>Fix the only known crash (Has been backported to 4.4.4)</li>
<li>Some other minnors changes.</li>
</ul>
<p><strong>This is the result</strong></p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/06/quicksand.png" title="QuickSand KDE SC 4.5" alt="QuickSand KDE SC 4.5" /></p>
<p>I&#8217;ll write an entire post about QuickSand, I think that it is an interesting concept and I may adopt it in the future (KDE 4.7 at least).</p>
<p>Tomorrow the hard work on Kamoso will start, stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kde-multimedia-sprint-quicksand-day-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>KDE Multimedia Sprint Paris&#8211;&gt;Lyon&#8211;&gt;Geneve&#8211;&gt;Visp&#8211;&gt;Rand, day 0</title>
		<link>http://www.afiestas.org/kde-multimedia-sprint-paris-lyon-geneve-visp-rand-day-0/</link>
		<comments>http://www.afiestas.org/kde-multimedia-sprint-paris-lyon-geneve-visp-rand-day-0/#comments</comments>
		<pubDate>Sat, 22 May 2010 08:53:00 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kde-multimedia-sprint-paris-lyon-geneve-visp-rand-day-0/</guid>
		<description><![CDATA[The train network in the middle of Europe is awesome, but by awesome I mean really awesome you can travel from almost all big cities without using the plane, which is by far more comfortable and green than doing it. To reach Randa we had to take 4 trains, that can be painful in some [...]]]></description>
			<content:encoded><![CDATA[<p>The train network in the middle of Europe is awesome, but by awesome I mean really awesome <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' title="KDE Multimedia Sprint Paris  >Lyon  >Geneve  >Visp  >Rand, day 0" />  you can travel from almost all big cities without using the plane, which is by far more comfortable and green than doing it.</p>
<p>To reach Randa we had to take 4 trains, that can be painful in some countries (in Spain for example) but in Switzerland the trains have an atomic precision so you don&#8217;t even need to know the name of the station where you have to &#8220;leave&#8221;, when you buy the ticket they&#8217;ll give to you a paper with the schedule, so you only have to be careful with the time <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="KDE Multimedia Sprint Paris  >Lyon  >Geneve  >Visp  >Rand, day 0" /> </p>
<p>So, after that 6/7h of traveling we arrived to Randa, where a bunch of KDE hackers were waiting for us :p</p>
<p>The town is beautiful, it remembers me to the Heidi Manga (which was inspired by that kind of towns), maybe it is the most beautiful town I ever saw.</p>
<p><a href="http://www.afiestas.org/wp-content/uploads/2010/05/loussane.jpg"><img class="aligncenter size-large wp-image-166" title="loussane" src="http://www.afiestas.org/wp-content/uploads/2010/05/loussane-1024x681.jpg" alt="loussane 1024x681 KDE Multimedia Sprint Paris  >Lyon  >Geneve  >Visp  >Rand, day 0" width="680" height="460" /></a></p>
<p>In the travel between Geneve and Visp we stop in Lausanne, the city where my mother was born :p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kde-multimedia-sprint-paris-lyon-geneve-visp-rand-day-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE Multimedia Sprint Paris, day -1</title>
		<link>http://www.afiestas.org/kde-multimedia-sprint-paris-day-1/</link>
		<comments>http://www.afiestas.org/kde-multimedia-sprint-paris-day-1/#comments</comments>
		<pubDate>Sat, 22 May 2010 08:03:20 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kde-multimedia-sprint-paris-day-1/</guid>
		<description><![CDATA[In my way to Randa where the Multimedia Sprint will take place I&#8217;m doing a stop in my brothers house, among the obvious reasons (see my brother) I&#8217;m here because the overall price of the travel was 20€ cheaper and because I love &#34;Nutella crepes&#34; In the plane I have been working on QuickSand (the [...]]]></description>
			<content:encoded><![CDATA[<p>In my way to Randa where the Multimedia Sprint will take place I&#8217;m doing a stop in my brothers house, among the obvious reasons (see my brother) I&#8217;m here because the overall price of the travel was 20€ cheaper and because I love &quot;Nutella crepes&quot; <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="KDE Multimedia Sprint Paris, day  1" /> </p>
<p>In the plane I have been working on QuickSand (the KRunner alternative interface), basically what I&#8217;m doing is to remove the hardcoded colors so that it can be used on any kind of colors scheme (I&#8217;m using a dark one right now).</p>
<p>When I finish the fine tuning I&#8217;ll public a small video about QuickSand, I&#8217;m not going to add any new features but I think it is an interesting unknown part of the desktop.</p>
<p>Cheers!</p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/05/DSC04757.jpeg" title="French dessert" width="480" alt=" KDE Multimedia Sprint Paris, day  1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kde-multimedia-sprint-paris-day-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Audio and input support in KBluetooth :)</title>
		<link>http://www.afiestas.org/audio-and-input-support-in-kbluetooth/</link>
		<comments>http://www.afiestas.org/audio-and-input-support-in-kbluetooth/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 15:45:32 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/audio-and-input-support-in-kbluetooth/</guid>
		<description><![CDATA[Finally, the most wanted feature has landed in KBluetooth, support for Audio! The support is divided in 4 blocks: Pair the deviceThe support for pair the devices should be working, not only for HEADSETS but for everything. Connect to the serviceKBluetooth will detect if the paired device has audio service, and connect to it. Support [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, the most wanted feature has landed in KBluetooth, support for Audio!</p>
<p>The support is divided in 4 blocks:</p>
<blockquote><ol>
<li><strong>Pair the device</strong><br />The support for pair the devices should be working, not only for HEADSETS but for everything.</li>
<li><strong>Connect to the service</strong><br />KBluetooth will detect if the paired device has audio service, and connect to it.</li>
<li><strong>Support for PulseAudio</strong><br />PulseAudio rocks, and since it rocks it will detect and configure the new device automagically <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Audio and input support in KBluetooth :)" /> </li>
<li><strong>Support for Alsa</strong><br />Alsa is not automagical like PulseAudio, so we&#8217;ve to write a few things in a file to get it working.</li>
</ol>
</blockquote>
<p>Everything is done by KBluetooth but Alsa support, so I&#8217;ll explain how to get it working manually.</p>
<p>1-Pair it using kbluetooth-wizard (be sure that you&#8217;re using kbluetooth-wizard an not kbluetooth-<strong>input</strong>wizard)</p>
<p>2-Launch kbluetooth-devicemanager, click in your headset and write somewhere the Address (XX:XX:XX:XX:XX:XX)</p>
<p>3-Open with your favorite editor the file ~/.asoundrc (located in your home) and add:</p>
<blockquote><p>pcm.bluetooth {<br />type bluetooth<br />device 00:11:22:33:44:55<br />profile &quot;auto&quot;<br />}</p>
</blockquote>
<p>4-If you want use it with Phonon, try the following configuration (is not working totally but something is something <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Audio and input support in KBluetooth :)" /> )</p>
<blockquote><p>pcm.softvol {<br />type softvol<br />slave {<br />pcm &quot;bluetooth&quot;<br />}</p>
<p>control {<br />name &quot;SoftMaster&quot;<br />card 0<br />}<br />hint {<br />show on<br />description &quot;BlueTooth Headset&quot;<br />}<br />}<br />pcm.bluetooth {<br />type bluetooth<br />device 00:11:22:33:44:55<br />profile &quot;auto&quot;<br />}</p>
</blockquote>
<p>With this, a Bluetooth device should appear in KDE-Multimedia configuration, but as I said is not full working (If I recall correctly the output was working perfectly but not the input).</p>
<p>As always, the corresponding video:<br /><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />   <source type="video/ogg" src="http://www.afiestas.org/wp-content/uploads/2010/03/audioandinput.ogv"></source><br /></video> <a href='http://www.afiestas.org/wp-content/uploads/2010/03/audioandinput.ogv'>Download video</a></p>
<p>Cya!</p>
<p>=-=-=-=-=<br/><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/audio-and-input-support-in-kbluetooth/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
<enclosure url="http://www.afiestas.org/wp-content/uploads/2010/03/audioandinput.ogv" length="5437660" type="video/ogg" />
		</item>
		<item>
		<title>KBluetooth freezeless Wizard:)</title>
		<link>http://www.afiestas.org/kbluetooth-freezeless-wizard/</link>
		<comments>http://www.afiestas.org/kbluetooth-freezeless-wizard/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 09:06:16 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kbluetooth-freezeless-wizard/</guid>
		<description><![CDATA[I&#8217;m not a fussy user, I mean I don&#8217;t really care so much about interfaces or usability (as an user of course, as a developer I try to do my best), wherever there is a terminal I feel like home in there. However, in the other hand, when I&#8217;m developing I need to feel comfortable [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a fussy user, I mean I don&#8217;t really care so much about interfaces or usability (as an user of course, as a developer I try to do my best), wherever there is a terminal I feel like home in there. However, in the other hand, when I&#8217;m developing I need to feel comfortable with the environment, including the application I&#8217;m developing. It&#8217;s for this reason that I&#8217;ve prioritized the GUI polishing of the wizard (the old one pissed me off every time I had to test something).</p>
<p>And well, this is the result, a freezeeless interface for KBluetooth-wizard.</p>
<p><video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />   <source type="video/ogg" src="http://www.afiestas.org/wp-content/uploads/2010/03/wizard-freezeless.ogv"></source><br /></video></p>
<p>PS: As a sneak-peak, notice that the wizard is not longer called &#8220;inputwizard <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="KBluetooth freezeless Wizard:)" /> &#8221;</p>
<p>Saluts!</p>
<p>=-=-=-=-=<br />
<em>Powered by <strong><a href="http://blogilo.gnufolks.org/">Blogilo</a></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kbluetooth-freezeless-wizard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.afiestas.org/wp-content/uploads/2010/03/wizard-freezeless.ogv" length="4447566" type="video/ogg" />
		</item>
		<item>
		<title>Feel a &#8220;natural flow&#8221; in your desktop (Panel at the top)</title>
		<link>http://www.afiestas.org/feel-a-natural-flow-in-your-desktop-panel-at-the-top/</link>
		<comments>http://www.afiestas.org/feel-a-natural-flow-in-your-desktop-panel-at-the-top/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:11:56 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=149</guid>
		<description><![CDATA[As my friends know, I&#8217;m addicted to read KDE/Free Software/Open Source/etc.. blogs when taking my morning coffee, and what I&#8217;m going to explain is a good example of why I love it. Before continuing reading, be aware that I&#8217;m not an usability guy, I lack any kind of design or usability sense/knowledgement, In fact, I [...]]]></description>
			<content:encoded><![CDATA[<p>As my friends know, I&#8217;m addicted to read KDE/Free Software/Open Source/etc.. blogs when taking my morning coffee, and what I&#8217;m going to explain is a good example of why I love it. </p>
</p>
<p>Before continuing reading, be aware that I&#8217;m not an usability guy, I lack any kind of design or usability sense/knowledgement, In fact, I have been I&#8217;m using KDE for years and I never succeed to configure my desktop in a beautiful way (only by copying the others configs), so please keep that in your mind when you read this post.</p>
</p>
<p>A few days ago, Celeste wrote an excellent paper about &quot;Tabs in the Taskbar&quot;. After reading it I decided to move my panel to the top of my main screen. The result has exceeded my expectations. What I got is more than a better relationship between the panel and the applications, what I got is something I&#8217;ve named a &quot;Natural flow&quot;, let me try to explain what I mean.</p>
</p>
<p>The first thing I noticed after placing the panel at the top of the screen was that I forced less my eyes. Because of my work, I need to be aware of the notifications (kmail), but at the same time I&#8217;m usually writing code so I&#8217;m never watching the bottom of the screen, in fact if there is a part of the screen that I totally ignore it is the bottom, so move my eyes to that part of the screen every time I got a notification was painful.</p>
</p>
<p>The second thing I realize a few hours after, was a harder connection between applications and the taskbar. For example I have always ignored the &quot;request attention&quot; thing of the taskbar items, now I guess that because my eyes are &quot;half watching&quot; the taskbar all the time I&#8217;m able to notice the blinking quickly. Also the taskbar is acting now as a &quot;Tab bar&quot;, it also works for applications that are in a different screen or not are maximized thanks of KWIN maximize/minimize effects,</p>
</p>
<p>The third and final thing, is something that may sound stupid to you (It did to me!), it is that menus/notifications/plasmoids etc show up from the top to the bottom. In earth thanks of gravity objects fall down, and I think that it&#8217;s because of this that I feel this behavior more natural than the other one.</p>
</p>
<p>That&#8217;s all! keep the panel at the top a day and decide where you like it more.</p>
</p>
<p>Ps: Please, do not flame in the comments, the objective of this entry is to share my experience with other people not to start an usability flame or something like that. Usability is a complex subject, and I ignore all of it.</p>
<p>=-=-=-=-=<br/><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/feel-a-natural-flow-in-your-desktop-panel-at-the-top/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>What a small thing. what a great improvement (configure your font settings)</title>
		<link>http://www.afiestas.org/what-a-small-thing-what-a-great-improvement-configure-your-font-settings/</link>
		<comments>http://www.afiestas.org/what-a-small-thing-what-a-great-improvement-configure-your-font-settings/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:27:37 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=147</guid>
		<description><![CDATA[Hi there! no, this post is not about Kbluetooth nor KTuberling or any development/technical stuff, is more a user-like post, so common! keep reading this time A few days ago, I was in the office with ereslibre showing something to him (I don&#8217;t remember what), when he noticed something in my desktop that he didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there! no, this post is not about Kbluetooth nor KTuberling or any development/technical stuff, is more a user-like post, so common! keep reading this time <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="What a small thing. what a great improvement (configure your font settings)" /> </p>
<p>A few days ago, I was in the office with ereslibre showing something to him (I don&#8217;t remember what), when he noticed something in my desktop that he didn&#8217;t liked, my fonts. I laughed quite a lot because I thought that it was a &quot;Yet Another Small Detail That Ereslibre Cares Of&quot;. I let him modify my settings so I could say later to him: you see? this thing has not improved my user experience in any way. But as you probably guessed by now, I was terribly wrong.</p>
<p>What&#8217;s more, now I&#8217;m pushing everybody I know which uses KDE to setup the same configuration I have. I don&#8217;t really know what the hell the parameters I modify means, but what I know is that now I&#8217;m happier with my desktop.</p>
<p>The famous settings are:</p>
<ul>
<li>Font: Dejavu Sans</li>
<li>Use anti-aliasing: Enabled</li>
<li>(Click on configure)</li>
<li>Use sub-pixel rendering: RGB</li>
<li>Hinting style: Slight</li>
</ul>
<p>In screenshots (so you can extrapolate it to your language):</p>
<p><strong>Set the font and enable the anti-aliasing:</strong></p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/03/fonts_1.png" title="Fonts settings 1" alt="Fonts settings 1" /></p>
<p><strong>Click on configure and set the subpixel rendering:</strong></p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/03/fonts_2.png" title="Fonts settings 2" alt="Fonts settings 2" /></p>
<p><strong>Set the hinting styke:</strong></p>
<p><img src="http://www.afiestas.org/wp-content/uploads/2010/03/fonts_3.png" title="Fonts settings 3" alt="Fonts settings 3" /></p>
<p>The last KDE user I &quot;moved&quot; to these settings has needed 1 day to notice the changes, so just do it and wait <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="What a small thing. what a great improvement (configure your font settings)" /> </p>
<p>=-=-=-=-=<br/><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/what-a-small-thing-what-a-great-improvement-configure-your-font-settings/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Fulfilling promises, Apple Wireless Keyboard working with KBluetooth</title>
		<link>http://www.afiestas.org/fulfilling-promises-apple-wireless-keyboard-working-with-kbluetooth/</link>
		<comments>http://www.afiestas.org/fulfilling-promises-apple-wireless-keyboard-working-with-kbluetooth/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:33:22 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=140</guid>
		<description><![CDATA[Hi fellow users and developers, sooner than I thought, I have more things to share with you about KBluetooth, so let&#8217;s go Happens that month&#8217;s ago Apol lent me his Apple Wireless Keyboard so I can give support to it in KBluetooth. After small research I concluded that the keyboard wasn&#8217;t standard, so I just [...]]]></description>
			<content:encoded><![CDATA[<p>Hi fellow users and developers, sooner than I thought, I have more things to share with you about KBluetooth, so let&#8217;s go <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Fulfilling promises, Apple Wireless Keyboard working with KBluetooth" /> </p>
<p>Happens that month&#8217;s ago <a title="Apol blog" href="http://www.proli.net/" target="_blank">Apol </a> lent me his Apple Wireless Keyboard so I can give support to it in KBluetooth. After small research I concluded that the keyboard wasn&#8217;t standard, so I just pull it over. Then, a few days ago, Ereslibre was playing with a Gnome and I decided to try to pair the Apple keyboard using the Gnome Bluetooth System, and guess what&#8230; it worked !</p>
<p>So, today, I decided do not go to sleep until I got it working, and here I am, 03:12 and writting this entry with that keyboard <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Fulfilling promises, Apple Wireless Keyboard working with KBluetooth" /><br />
<video width="600" height="350" autobuffer="true" controls="controls" tabindex="0"><br />   <source type="video/ogg" src="http://www.afiestas.org/wp-content/uploads/2010/02/applebluetooth.ogv"></source><br /></video><br />
This feature, should fix the keyboard pairing completely, not matter if your keyboard is the Apple one or not.</p>
<p>This feature will be available in the next version (0.5) together with a new Wizard and maybe a new (or at least improved) device manager.</p>
<p>If you can test your &#8220;non-working&#8221; keyboard with the trunk version and give me some feedback, I&#8217;ll be very appreciated <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Fulfilling promises, Apple Wireless Keyboard working with KBluetooth" /> </p>
<p>Cya and Happy Hacking!</p>
<p>=-=-=-=-=<br />
<em>Powered by <strong><a href="http://blogilo.gnufolks.org/">Blogilo</a></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/fulfilling-promises-apple-wireless-keyboard-working-with-kbluetooth/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
<enclosure url="http://www.afiestas.org/wp-content/uploads/2010/02/applebluetooth.ogv" length="1765377" type="video/ogg" />
		</item>
		<item>
		<title>As promised, KBluetooth 0.4.2</title>
		<link>http://www.afiestas.org/as-promised-kbluetooth-0-4-2/</link>
		<comments>http://www.afiestas.org/as-promised-kbluetooth-0-4-2/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:00:23 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/as-promised-kbluetooth-0-4-2/</guid>
		<description><![CDATA[Hi! Here comes the (hopefully) last version of KBluetooth stable branch. The change list is not very huge (only fixes) but if there is something I&#8217;m glad to have fixed is the speed calculation of the file transfers, it was so annoying for me to see the text blinking ;( Changelog: Fix speed calculation when [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Here comes the (hopefully) last version of KBluetooth stable branch. The change list is not very huge (only fixes) but if there is something I&#8217;m glad to have fixed is the speed calculation of the file transfers, it was so annoying for me to see the text blinking ;(</p>
<p>Changelog:</p>
<ul>
<li>Fix speed calculation when receiving and sending filesI</li>
<li>Pairing request are accepted also when clicking on Trust button</li>
<li>Important dialogs are modal, so they&#8217;re not hidden by other applications</li>
<li>Fix a crash that happens when the sender device disconnects before the file transfer is accepted</li>
</ul>
<p>A small note, the Modals will be removed in the next version, this is a bug fix release so the less code I change, the better.</p>
<p>Today I&#8217;ll start to work on 0.5 more intensively, starting by adding a2dp support.</p>
<p><img title="KBluetooth file transfer" src="http://www.afiestas.org/wp-content/uploads/2010/02/gui_platform3.png" alt="KBluetooth file transfer" width="473" height="243" /></p>
<p>See you!</p>
<p>=-=-=-=-=<br />
<em>Powered by <strong><a href="http://blogilo.gnufolks.org/">Blogilo</a></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/as-promised-kbluetooth-0-4-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Yet Another Delayed FOSDEM Entry</title>
		<link>http://www.afiestas.org/yet-another-delayed-fosdem-entry/</link>
		<comments>http://www.afiestas.org/yet-another-delayed-fosdem-entry/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 08:13:58 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/yet-another-delayed-fosdem-entry/</guid>
		<description><![CDATA[With a week of delay (almost) is time to write my sum up of FOSDEM, which by the way was my first one. Friday 05/02/2010: Wake up at 3:00 AM to take a cab to go to Barajas airport, I have to say that Gate 2 is uglier than the Gate 2 of El prat [...]]]></description>
			<content:encoded><![CDATA[<p>With a week of delay (almost) is time to write my sum up of FOSDEM, which by the way was my first one.</p>
<p><strong>Friday 05/02/2010:</strong></p>
<p>Wake up at 3:00 AM to take a cab to go to Barajas airport, I have to say that Gate 2 is uglier than the Gate 2 of El prat airport (and smaller), but one point in favor is that it was full of power sources :p</p>
<p>Once in Brussels, Kiko, Victor and Oscar were waiting for me, I got some stress because of the airport distribution, is like labyrinth! Then usual route in that kind of travels, Breakfast-&gt;Hotel-&gt;Launch-&gt;FOSDEM beer event. A well, between Launch and FOSDEM we went to Brussels MIDI to met Aleix pol (apol).</p>
<p>About the FOSDEM beer event, I&#8217;m not going to say anything new, lot of good beer, a lot of hackers around and good chat. Maybe I was expecting more free beer <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="Yet Another Delayed FOSDEM Entry" /> </p>
<p><strong>Saturday 06/02/2010:</strong></p>
<p>Mueheh perhaps because I was excited for my first FOSDEM, everything look wonderful to me, and one small detail I&#8217;m still enjoining was the way the donations were done: they gave us a receipt so it looked more like more official/serious.</p>
<p>Aleix pol has already blogged about kamoso appearing in the opensuse stand, it was a good surprise! (I can not image what the people of opensuse were thinking when apol and I started to laughing and taking pictures xD).</p>
<p>Something I found weird (and disappointed me) was that the Mandriva ppl didn&#8217;t have any computer with KDE :/</p>
<p>About the talks, we were in KDE room almost all the day, so there&#8217;s not much to say about.</p>
<p><strong>Sunday 07/02/2010:</strong></p>
<p>This day had a proper noun, Andrew_S._Tanenbaum, this is a short summary but it made my day. Another interesting thing was my chat with Will Stephenson about Bluetooth+KDE, I&#8217;m sure that what we discussed will have good effects in the KDE Bluetooth world.</p>
<p>Small note for future FOSDEM newbies: wearing a t-shirt of a project in which you are not involved IS NOT A GOOD IDEA! the people will think that you&#8217;re a developer of it and will start to ask you a lot of questions xD!</p>
<p>Mental note: Next year bring KDE t-shirts.<a href="http://www.afiestas.org/wp-content/uploads/2010/02/DSC04604.jpeg"><img class="aligncenter size-large  wp-image-130" title="Vintage Brussels" src="http://www.afiestas.org/wp-content/uploads/2010/02/DSC04604-683x1024.jpg" alt="DSC04604 683x1024 Yet Another Delayed FOSDEM Entry" width="580" height="869" /></a></p>
<p>Cya!</p>
<p>=-=-=-=-=<br />
<em>Powered by <strong><a href="http://blogilo.gnufolks.org/">Blogilo</a></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/yet-another-delayed-fosdem-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KBluetooth 0.4.1</title>
		<link>http://www.afiestas.org/kbluetooth-0-4-1/</link>
		<comments>http://www.afiestas.org/kbluetooth-0-4-1/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:59:13 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/kbluetooth-0-4-1/</guid>
		<description><![CDATA[In 0.4 release I asked to the distributions to update they packages, some of them did and some of then not, but the best of all is that I got a lot of feedback from the packagers, and here comes the payment for that feedback With the last release I added a crash when receiving [...]]]></description>
			<content:encoded><![CDATA[<p>In 0.4 release I asked to the distributions to update they packages, some of them did and some of then not, but the best of all is that I got a lot of feedback from the packagers, and here comes the payment for that feedback <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="KBluetooth 0.4.1" /> </p>
<p>With the last release I added a crash when receiving files, I gare say it was not my fault, the KBluetooth code is a mess and I can&#8217;t fix it without rewrite it from scratch (thing that I&#8217;ll explain hopefully in 2 days).</p>
<p>Small roadmap for 0.4 version:</p>
<ul>
<li>Fix file transfer jobs (speed calculation and notifications)</li>
<li>Check (and re-check again) input</li>
</ul>
<p>I&#8217;ll try to get the above points covered in a couple of days too.</p>
<p>=-=-=-=-=<br /><em>Powered by </em><a href="http://blogilo.gnufolks.org/"><strong><em>Blogilo</em></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kbluetooth-0-4-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I&#8217;m going to FOSDEM too!</title>
		<link>http://www.afiestas.org/im-going-to-fosdem-too/</link>
		<comments>http://www.afiestas.org/im-going-to-fosdem-too/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 23:13:46 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/im-going-to-fosdem-too/</guid>
		<description><![CDATA[Seems that this year a lot of KDE hackers will go to FOSDEM and I won&#8217;t be an exception ! I have not defined my roadmap (yet), but at least I&#8217;ll have a couple of meeting regarding the future of KBluetooth, and sooner than you think I&#8217;ll come back with great news about Bluetooth+KDE. If [...]]]></description>
			<content:encoded><![CDATA[<p>Seems that this year a lot of KDE hackers will go to FOSDEM and I won&#8217;t be an exception <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Im going to FOSDEM too!" /> !</p>
<p>I have not defined my roadmap (yet), but at least I&#8217;ll have a couple of meeting regarding the future of KBluetooth, and sooner than you think I&#8217;ll come back with great news about Bluetooth+KDE.</p>
<p>If you&#8217;re in the FOSDEM and you have doubts or ideas about Bluetooth+KDE ping to me I&#8217;ll be around *KDE* stuff in there.</p>
<p>cya!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/im-going-to-fosdem-too/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kbluetooth 0.4 is here!</title>
		<link>http://www.afiestas.org/kbluetooth-0-4-is-here/</link>
		<comments>http://www.afiestas.org/kbluetooth-0-4-is-here/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:18:36 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=99</guid>
		<description><![CDATA[Months ago, I started to take care of a forgotten piece of KDE, kde-bluetooth. After a lot of work and an almost clean the bugtrack of bugs, I&#8217;m proud to announce KBluetooth 0.4! These are the highlights: The official name is now &#34;KBluetooth&#34;. A lot of crashes have been fixed, KBluetooth should not crash now. [...]]]></description>
			<content:encoded><![CDATA[<p>Months ago, I started to take care of a forgotten piece of KDE, kde-bluetooth. After a lot of work and an almost clean the bugtrack of bugs, I&#8217;m proud to announce KBluetooth 0.4!</p>
<p>These are the highlights:</p>
<ul>
<li>The official name is now &quot;KBluetooth&quot;.</li>
<li>A lot of crashes have been fixed, KBluetooth should not crash now.</li>
<li>File transfer (send/receive) reported to work for everybody with any kind of device.</li>
<li>Improved the input pairing (Almost all devices working).</li>
<li>Huge improvements in the UI.</li>
</ul>
<p>Known problems:</p>
<ul>
<li>The speed in notifications is not accurate nor working right</li>
</ul>
<p>Notes for packagers:</p>
<ul>
<li>Since the first RC, I only had fixed BUGS, and almost every commit since then contains an atomic fix, so please upgrade to the 0.4 final or apply the patches yourself, but do not get stuck in the previous RC&#8217;s, doing that you&#8217;ll waste the time of your bugtracker people, as well of kde bugtracker crew and mine.</li>
<li>A tag has been created in tags/kbluetooth/0.4</li>
</ul>
<p>Note for users:</p>
<ul>
<li>Ask to your distribution for the final 0.4 version of KBluetooth, the only and original one <img src='http://www.afiestas.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Kbluetooth 0.4 is here!" /> !</li>
</ul>
<p>In the next days, I&#8217;ll write a series of entries about KBluetooth, the list is not final tough:</p>
<ul>
<li>Review of KBluetooth 0.4</li>
<li>Collaborate with KBluetooth (Developers and users)</li>
<li>Short term future, KBluetooth 0.5</li>
<li>KDE+Bluetooth future</li>
</ul>
<p>Finally:</p>
<p><a href="http://kde-apps.org/content/show.php/kbluetooth?content=112110" target="_blank">http://kde-apps.org/content/show.php/kbluetooth?content=112110</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/kbluetooth-0-4-is-here/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Resuming my adventure in KDE</title>
		<link>http://www.afiestas.org/resuming-my-adventure-in-kde/</link>
		<comments>http://www.afiestas.org/resuming-my-adventure-in-kde/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:08:00 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=119</guid>
		<description><![CDATA[Hi! Is time to resume my adventure in the lands of KDE, I had to stop it because of work, I&#8217;m creating a new business together with ereslibre and edulix and we are kind of busy. Returning to the topic, in this second part of the adventure I&#8217;m not going to change my focus, so [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Is time to resume my adventure in the lands of KDE, I had to stop it because of work, I&#8217;m creating a new business together with ereslibre and edulix and we are kind of busy.</p>
<p>Returning to the topic, in this second part of the adventure I&#8217;m not going to change my focus, so I&#8217;ll continue hacking on kbluetooth, kamoso and ktuberling.</p>
<p>Here comes a small todo list I&#8217;ll try to accomplish:</p>
<ul>
<li>Finish 0.4 release of KBluetooth (2 crashes to be fixed)</li>
<li>Release KBluetooth 0.5 (I&#8217;ll talk about it in a other blog post).</li>
<li>Post at least once a week.</li>
<li>Start to develop the new Bluetooth solution for KDE.</li>
<li>Finish KTuberling easy switch.</li>
<li>Kamoso++</li>
<li>KTuberling++</li>
</ul>
<p>Something I&#8217;d like to hack on is the xrandr support, but I don&#8217;t want to open more fronts not until at least I have kio_bluetooth working.</p>
<p>And well, this is all! I hope to blog in a few days announcing KBluetooth 0.4</p>
</p>
<p>Post written using Blogilo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/resuming-my-adventure-in-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t like why, but I&#8217;m the new maintainer of KTuberling</title>
		<link>http://www.afiestas.org/new-ktuberling-maintaine/</link>
		<comments>http://www.afiestas.org/new-ktuberling-maintaine/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:16:27 +0000</pubDate>
		<dc:creator>afiestas</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Software Libre]]></category>

		<guid isPermaLink="false">http://www.afiestas.org/?p=112</guid>
		<description><![CDATA[As everybody should know by now, tsdgeos is moving to another city (Dublin) and of course is getting a new job. Is because of this job that Albert is not able to continue with his collaboration with anything that have to be with games. Life sometimes has this unintended consequences :/ So well, as you [...]]]></description>
			<content:encoded><![CDATA[<p>As everybody should know by now, tsdgeos is moving to another city (Dublin) and of course is getting a new job. Is because of this job that Albert is not able to continue with his collaboration with anything that have to be with games. Life sometimes has this unintended consequences :/</p>
<p>So well, as you know, I created a patch some month/weeks ago which adds a small feature to KTuberling (will be available in kde 4.5). Since I like the code, and I&#8217;m a &#8220;friend? :p&#8221; of tsdgeos I proposed myself to Albert to continue with KTuberling at least until he can go back to his *games* duties :p</p>
<p>So, this is my roadmap for KTuberling in KDE SC (KSC?, I don&#8217;t like the new branding sorry ._.) 4.5:</p>
<p>1. Support to switch between playgrounds using easier way<br />
2. Possibility to export the playground in some simple web 2.0 service<br />
3. Add Get Hot New Stuff  (in discussion)</p>
<p>If you have any ideas please, drop a bug to bugs.kde.org so we can evaluate it.</p>
<p>Cya!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.afiestas.org/new-ktuberling-maintaine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
