<?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>D&#039;oh!</title>
	<atom:link href="http://pabloseminario.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pabloseminario.com</link>
	<description>pabluk&#039;s blog</description>
	<lastBuildDate>Mon, 27 Feb 2012 06:05:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Solr on Debian 6.0</title>
		<link>http://pabloseminario.com/2011/02/22/installing-solr-on-debian-6-0/</link>
		<comments>http://pabloseminario.com/2011/02/22/installing-solr-on-debian-6-0/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 22:23:54 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://pabloseminario.com/?p=478</guid>
		<description><![CDATA[Recently I&#8217;ve been working on a Django project that uses the Haystack search API and the Solr search engine to perform full text searching on indexed data. This project was initially deployed on a Debian 5.0 (Lenny) server with some issues with Tomcat, but using the latest stable release of Debian (code named Squeeze) install]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been working on a Django project that uses the <a title="Haystack - Search for Django" href="http://haystacksearch.org/" target="_blank">Haystack</a> search API and the <a title="Apache Solr" href="http://lucene.apache.org/solr/" target="_blank">Solr</a> search engine to perform full text searching on indexed data.<br />
This project was initially deployed on a Debian 5.0 (Lenny) server with some issues with Tomcat, but using the latest stable release of Debian (code named <a title="Debian Squeeze" href="http://www.debian.org/releases/squeeze/" target="_blank">Squeeze</a>) install Tomcat 6 and Solr is very easy.<br />
Just run the following</p>
<pre class="brush:bash; light: true;">apt-get install tomcat6 tomcat6-admin</pre>
<p>download and install the latest version of <a title="Solr download mirrors" href="http://www.apache.org/dyn/closer.cgi/lucene/solr/" target="_blank">Solr</a></p>
<pre class="brush:bash; light: true;">wget http://apache.cict.fr//lucene/solr/1.4.1/apache-solr-1.4.1.tgz
tar xvfz apache-solr-1.4.1.tgz
cd apache-solr-1.4.1
cp dist/apache-solr-1.4.1.war /var/lib/tomcat6/webapps/solr.war
cp -fr example/solr /var/lib/tomcat6/
chown -R tomcat6:tomcat6 /var/lib/tomcat6/solr</pre>
<p>after install Solr you need to restart the tomcat6 service</p>
<pre class="brush:bash; light: true;">/etc/init.d/tomcat6 restart</pre>
<p>And voilà, Solr is running. Point your browser to http://localhost:8080/solr/admin this should show the Solr Admin interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2011/02/22/installing-solr-on-debian-6-0/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Screenkey 0.2 released!</title>
		<link>http://pabloseminario.com/2010/06/16/screenkey-0-2-released/</link>
		<comments>http://pabloseminario.com/2010/06/16/screenkey-0-2-released/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 09:21:34 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[screenkey]]></category>

		<guid isPermaLink="false">http://pabloseminario.com.ar/?p=431</guid>
		<description><![CDATA[A few days ago I released the first version of Screenkey which was reviewed positively by OMG! Ubuntu!, Korben and Linux und Ich. &#160; &#160; &#160; Now, I&#8217;m happy to announce the release of Screenkey 0.2. This release includes A preferences dialog to adjust size and position Two keyboard modes (normal and raw) Command line options (see]]></description>
			<content:encoded><![CDATA[<div dir="ltr">A few days ago I released the first version of <a href="http://pabloseminario.com.ar/projects/screenkey/" target="_blank">Screenkey</a> which was reviewed positively by <a href="http://www.omgubuntu.co.uk/2010/06/screenkey-desktop-recording-tool.html" target="_blank">OMG! Ubuntu!</a>, <a href="http://www.korben.info/screenkey-le-logiciel-de-screencast-pour-ubuntu-qui-affiche-les-touches-tapees-au-clavier.html" target="_blank">Korben</a> and <a href="http://linuxundich.de/de/ubuntu/screenkey-eingaben-screencasts-visualisieren/" target="_blank">Linux und Ich</a>.</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">Now, I&#8217;m happy to announce the release of Screenkey 0.2. This release includes</div>
<ul>
<li>A preferences dialog to adjust size and position</li>
<li>Two keyboard modes (normal and raw)</li>
<li>Command line options (see &#8211;help)</li>
<li>Some <a href="https://bugs.launchpad.net/screenkey/+bugs?field.status:list=FIXRELEASED" target="_blank">bug fixes</a></li>
</ul>
<p>The next release will include support for Launchpad translations, save session to file and more keyboard modes (specific vim and emacs key bindings).</p>
<p>Thanks to <a href="http://www.sparsebrain.com/" target="_blank">Ivan Makfinsky</a> for Fedora packaging and thanks to everyone who reported problems and made suggestions for improvement!</p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2010/06/16/screenkey-0-2-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Le greffon OpenSubtitles de Totem</title>
		<link>http://pabloseminario.com/2010/05/25/le-greffon-opensubtitles-de-totem/</link>
		<comments>http://pabloseminario.com/2010/05/25/le-greffon-opensubtitles-de-totem/#comments</comments>
		<pubDate>Tue, 25 May 2010 20:18:53 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pabloseminario.com.ar/?p=336</guid>
		<description><![CDATA[Si vous n&#8217;avez pas encore mis à jour votre système Ubuntu vers la dernière version 10.04 « Lucid Lynx » et si vous utilisez le greffon de téléchargement de sous-titres du lecteur vidéo Totem, vous remarquerez que le greffon ne marche plus. Cela est dû à un changement de l&#8217;API XML-RPC du site opensubtitles.org. Mais]]></description>
			<content:encoded><![CDATA[<p>Si vous n&#8217;avez pas encore mis à jour votre système Ubuntu vers la dernière version 10.04 « Lucid Lynx » et si vous utilisez le greffon de téléchargement de sous-titres du lecteur vidéo Totem, vous remarquerez que le greffon ne marche plus. Cela est dû à un changement de l&#8217;<a href="http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC" target="_blank">API XML-RPC</a> du site <a href="http://www.opensubtitles.org" target="_blank">opensubtitles.org</a>.</p>
<p>Mais bon pour le corriger, sans mettre à jour votre système Ubuntu 9.10, vous pouvez ouvrir un terminal et lancez la commande suivante</p>
<pre class="brush:bash; light: true;">cd /usr/lib/totem/plugins/opensubtitles/
sudo sed -i 's/www/api/' opensubtitles.py</pre>
<p>Ainsi, vous pouvez continuer à télécharger vos sous-titres sans problème.</p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2010/05/25/le-greffon-opensubtitles-de-totem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another Counter&#8230; and J2ME</title>
		<link>http://pabloseminario.com/2010/04/08/another-counter-and-j2me/</link>
		<comments>http://pabloseminario.com/2010/04/08/another-counter-and-j2me/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:28:18 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://pabloseminario.com.ar/?p=271</guid>
		<description><![CDATA[Just to try Java Wireless Toolkit, also know as J2ME, on my Samsung C3050 mobile phone I wrote a silly and simple application called Another Counter, wich as its name says is used to count things, like a tally counter, then you can count people, events, measure traffic, etc. A version of the toolkit for]]></description>
			<content:encoded><![CDATA[<p>Just to try Java Wireless Toolkit, also know as J2ME, on my Samsung C3050 mobile phone I wrote a silly and simple application called Another Counter, wich as its name says is used to count things, like a tally counter, then you can count people, events, measure traffic, etc.</p>
<p>A version of the toolkit for Linux can be downloaded from <a title="J2ME Download page" href="http://java.sun.com/products/sjwtoolkit/download.html" target="_blank">here</a>, it includes build tools, utilities, examples,  and a device emulator. With some knowledge of Java programming and reading the <a title="J2ME API" href="http://java.sun.com/javame/reference/apis/jsr118/" target="_self">API</a> is easy to write small applications like this.</p>
<p>To install and run the application on the phone you have to download these files: <a title="Another Counter JAD file" href="http://github.com/downloads/pabluk/AnotherCounter/AnotherCounter.jad">AnotherCounter.jad</a> and <a title="Another Counter JAR file" href="http://github.com/downloads/pabluk/AnotherCounter/AnotherCounter.jar">AnotherCounter.jar</a>.</p>
<p>The source code is licensed under GPL and hosted on <a title="Another Counter on Github" href="http://github.com/pabluk/AnotherCounter" target="_blank">GitHub</a>.</p>

<a href='http://pabloseminario.com/2010/04/08/another-counter-and-j2me/dscn8143/' title='Another Counter in action'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/DSCN81431-150x150.jpg" class="attachment-thumbnail" alt="Another Counter in action" title="Another Counter in action" /></a>
<a href='http://pabloseminario.com/2010/04/08/another-counter-and-j2me/screenshot-6/' title='Java Wireless Toolkit for Linux'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Screenshot11-150x150.jpg" class="attachment-thumbnail" alt="Java Wireless Toolkit for Linux" title="Java Wireless Toolkit for Linux" /></a>
<a href='http://pabloseminario.com/2010/04/08/another-counter-and-j2me/dscn8135/' title='Samsung C3050'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/DSCN81351-150x150.jpg" class="attachment-thumbnail" alt="Samsung C3050" title="Samsung C3050" /></a>
<a href='http://pabloseminario.com/2010/04/08/another-counter-and-j2me/dscn8136/' title='Samsung C3050 keyboard'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/DSCN81361-150x150.jpg" class="attachment-thumbnail" alt="Samsung C3050 keyboard" title="Samsung C3050 keyboard" /></a>

]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2010/04/08/another-counter-and-j2me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metacity Window Buttons</title>
		<link>http://pabloseminario.com/2010/03/10/metacity-window-buttons/</link>
		<comments>http://pabloseminario.com/2010/03/10/metacity-window-buttons/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:24:58 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pabloseminario.com.ar/?p=247</guid>
		<description><![CDATA[Una simple herramienta para configurar los botones de Metacity (el window manager del escritorio GNOME). Si estas usando Ubuntu Karmic Koala y querés configurar los botones para que se vean como en la nueva versión Lucid Lynx. O si usas Lucid Lynx y querés volver la configuración al estilo de Karmic Koala, lo podés hacer]]></description>
			<content:encoded><![CDATA[<p>Una simple herramienta para configurar los botones de Metacity (el window manager del escritorio GNOME).<br />
Si estas usando Ubuntu Karmic Koala y querés configurar los botones para que se vean como en la nueva versión Lucid Lynx. O si usas Lucid Lynx y querés volver la configuración al estilo de Karmic Koala, lo podés hacer sin tener que usar el editor de configuraciones de GNOME (gconf-editor).<br />
Me parece muy bueno el cambio en los botones de las ventanas para la nueva versión de Ubuntu, para hacerlo diferente, único. Costará un poco adaptarse pero es como todo, por eso yo ya cambié el estilo de los botones en mi Karmic <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . De todas formas si a alguien no le gusta lo puede cambiar a su gusto, incluso si lo preferís, podés sacar todos los botones de las ventanas <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br />

<a href='http://pabloseminario.com/2010/03/10/metacity-window-buttons/pantallazo/' title='Pantallazo'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Pantallazo1-150x150.jpg" class="attachment-thumbnail" alt="Pantallazo" title="Pantallazo" /></a>
<a href='http://pabloseminario.com/2010/03/10/metacity-window-buttons/screenshot-3-2/' title='Screenshot-3'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Screenshot-31-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-3" title="Screenshot-3" /></a>
<a href='http://pabloseminario.com/2010/03/10/metacity-window-buttons/screenshot-2-2/' title='Screenshot-2'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Screenshot-21-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-2" title="Screenshot-2" /></a>
<a href='http://pabloseminario.com/2010/03/10/metacity-window-buttons/screenshot-1-2/' title='Screenshot-1'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Screenshot-11-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-1" title="Screenshot-1" /></a>
<a href='http://pabloseminario.com/2010/03/10/metacity-window-buttons/screenshot-5/' title='Screenshot'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/03/Screenshot2-150x150.jpg" class="attachment-thumbnail" alt="Screenshot" title="Screenshot" /></a>
<br />
Este es el enlace a la página de <a href="https://launchpad.net/mwbuttons/+download">descarga</a>.<br />
Y estos son los pasos para descargarlo y ejectuarlo desde una terminal</p>
<pre class="brush:bash; light: true; auto-links: false;">wget http://launchpad.net/mwbuttons/trunk/v0.2/+download/mwbuttons
chmod +x
./mwbuttons</pre>
<p>La aplicación esta hosteada en <a href="https://launchpad.net/mwbuttons">Launchpad</a> y la idea inicial fue solo para probar el módulo gconf de Python y el plugin de Launchpad para Bazaar.</p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2010/03/10/metacity-window-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pimp your GNOME Desktop</title>
		<link>http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/</link>
		<comments>http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:45:56 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=115</guid>
		<description><![CDATA[The real title of this post should have been Pimp your Metacity, but not everyone knows that Metacity is the official window manager of GNOME. This is just a modified version of the default theme in Ubuntu Karmic Koala. The main difference is that the minimize, maximize and close window bottons has been removed. They]]></description>
			<content:encoded><![CDATA[<p>The real title of this post should have been Pimp your Metacity, but not everyone knows that Metacity is the official window manager of GNOME.</p>
<p>This is just a modified version of the default theme in Ubuntu Karmic Koala. The main difference is that the minimize, maximize and close window bottons has been removed. They are only activated by mouseover.</p>
<p>It is useful for users who already know the position of the window buttons in GNOME and all the time use keyboard shortcuts to manage the windows. And especially useful on small screens like netbooks where there is not enough space avaliable to display redundant things.</p>
<p>The Human Simple theme can be downloaded from GNOME-Look <a title="Human Simple theme" href="http://gnome-look.org/content/show.php?content=118052">http://gnome-look.org/content/show.php?content=118052</a></p>

<a href='http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/screenshot/' title='Screenshot'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/01/Screenshot1-150x150.jpg" class="attachment-thumbnail" alt="Screenshot" title="Screenshot" /></a>
<a href='http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/screenshot-2/' title='Screenshot-2'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/01/Screenshot-21-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-2" title="Screenshot-2" /></a>
<a href='http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/screenshot-1/' title='Screenshot-1'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/01/Screenshot-11-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-1" title="Screenshot-1" /></a>
<a href='http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/screenshot-3/' title='Screenshot-3'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/01/Screenshot-31-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-3" title="Screenshot-3" /></a>
<a href='http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/screenshot-4/' title='Screenshot-4'><img width="150" height="150" src="http://pabloseminario.com/wp-content/uploads/2010/01/Screenshot-41-150x150.jpg" class="attachment-thumbnail" alt="Screenshot-4" title="Screenshot-4" /></a>

]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2010/01/19/pimp-your-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ext4 support in Ubuntu Intrepid 8.10</title>
		<link>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/</link>
		<comments>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 01:34:00 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=46</guid>
		<description><![CDATA[This is just a simple tip to use ext4 filesystems in Ubuntu Intrepid Ibex 8.10. In Ubuntu Jaunty ext4 filesystems is fully supported but in Intrepid was in developing. To use it we must load the module ext4dev sudo modprobe ext4dev to check the filesystems supported by the kernel we can do cat /proc/filesystems there]]></description>
			<content:encoded><![CDATA[<p>This is just a simple tip to use ext4 filesystems in Ubuntu Intrepid Ibex 8.10.<br />
In Ubuntu Jaunty ext4 filesystems is fully supported but in Intrepid was in developing.<br />
To use it we must load the module <span style="font-family: monospace;">ext4dev</span></p>
<pre class="brush:bash; light: true;">sudo modprobe ext4dev</pre>
<p>to check the filesystems supported by the kernel we can do</p>
<pre class="brush:bash; light: true;">cat /proc/filesystems</pre>
<p>there should be a line with <span style="font-family: monospace;">ext4dev</span>.<br />
Now, if we try to mount a formatted partition as ext4, will see that we can not do</p>
<pre class="brush:bash; light: true;">sudo dmesg | tail</pre>
<p>shows a line that says</p>
<pre class="brush:bash; light: true;">EXT4-fs: sda2: not marked OK to use with test code.</pre>
<p>to solve it we need to enable <span style="font-family: monospace;">test_fs</span>, an extended option for ext4 partitions</p>
<pre class="brush:bash; light: true;">sudo tune2fs -E test_fs /dev/sda1</pre>
<p>Now, we can mount it without problems</p>
<pre class="brush:bash; light: true;">sudo mount -t ext4dev /dev/sda1 /mnt/disk</pre>
<p>That&#8217;s all folks!</p>
<p><span style="font-style: italic;">Note 1: replace sda1 by the appropiate device<br />
Note 2: sorry for my english <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maravillas del siglo XX&#8230; en el siglo XXI</title>
		<link>http://pabloseminario.com/2009/06/30/maravillas-del-siglo-xx-en-el-siglo-xxi/</link>
		<comments>http://pabloseminario.com/2009/06/30/maravillas-del-siglo-xx-en-el-siglo-xxi/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:25:00 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Real life]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=45</guid>
		<description><![CDATA[Este post solo es un homenaje a mi gran y espectacular control remoto, así es, aunque parezca raro, lo que lo hace tan fabuloso es un botón que se llama zapping, como se ve en la foto, ese botón hace que la expresión calidad de vida cobre sentido ¿Por qué? Porque por lo general solo]]></description>
			<content:encoded><![CDATA[<p><a href="http://pabloseminario.com/wp-content/uploads/2010/01/DSCN7569.jpg"><img class="alignleft size-thumbnail wp-image-107" title="DSCN7569" src="http://blog.pabloseminario.com.ar/wp-content/uploads/2009/06/DSCN7569-150x150.jpg" alt="" width="150" height="150" /></a>Este post solo es un homenaje a mi gran y espectacular control remoto, así es, aunque parezca raro, lo que lo hace tan fabuloso es un botón que se llama <span style="font-weight: bold;">zapping</span>, como se ve en la foto, ese botón hace que la expresión <span style="font-style: italic;">calidad de vida</span> cobre sentido <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>¿Por qué? Porque por lo general solo miro televisión mientras almuerzo o ceno, y ahí es cuando resulta tan útil, porque no hay nada peor que pasar 60 canales y no encontrar nada para ver mientras se enfría la comida. Y presionando este fantabuloso botón comienza a cambiar los canales automáticamente cada 5 segundos, así puedo comer tranquilo hasta que hay algo interesante que ver&#8230; aunque muchas veces queda dando vueltas un buen rato :/<br />
Lo curioso es que este televisor no es la locura, es de esos genéricos de los 90s, así que supongo que los televisores de ahora deben tener features mucho mas zarpadas, o no??</p>
<p>Estoy seguro que el televisor de <a href="http://www.youtube.com/watch?gl=ES&amp;hl=es&amp;v=jyzI7Z4Rb4E" target="_blank">Los Supersónicos</a> tenía el mismo botón!</p>
<p>Lo único que le falta a mi control remoto para ser 2.0 <span style="text-decoration: line-through;">también</span> es tener una forma de agregar Bookmarks o Favoritos y taggear canales <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2009/06/30/maravillas-del-siglo-xx-en-el-siglo-xxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Y ahora&#8230; cuál es la excusa?</title>
		<link>http://pabloseminario.com/2009/05/30/y-ahora-cual-es-la-excusa/</link>
		<comments>http://pabloseminario.com/2009/05/30/y-ahora-cual-es-la-excusa/#comments</comments>
		<pubDate>Sat, 30 May 2009 22:32:00 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ouch]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=43</guid>
		<description><![CDATA[Después de ver este video y escuchar lo que dice la gente, (dejando de lado que la elección de las personas que se muestran es arbitraria) creería que mucha gente que conozco que usa Windows diría lo mismo. Entonces me sigo preguntando por que la gente usa Windows?. Fuente: http://www.zdnet.com.au/insight/software/soa/Is-it-Windows-7-or-KDE-4-/0,139023769,339294810,00.htm]]></description>
			<content:encoded><![CDATA[<p>Después de ver este video y escuchar lo que dice la gente, (dejando de lado que la elección de las personas que se muestran es arbitraria) creería que mucha gente que conozco que usa Windows diría lo mismo.<br />
<object width="400" height="330"><param name="movie" value="http://www.zdnet.com.au/video/embed/22470997"></param></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.zdnet.com.au/video/embed/22470997" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="330"></embed></object><br />
Entonces me sigo preguntando por que la gente usa Windows?.</p>
<p><span style="font-style: italic;">Fuente: <a href="http://www.zdnet.com.au/insight/software/soa/Is-it-Windows-7-or-KDE-4-/0,139023769,339294810,00.htm" target="_blank">http://www.zdnet.com.au/insight/software/soa/Is-it-Windows-7-or-KDE-4-/0,139023769,339294810,00.htm</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2009/05/30/y-ahora-cual-es-la-excusa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetoothificando mi música!</title>
		<link>http://pabloseminario.com/2009/05/27/bluetoothificando-mi-musica/</link>
		<comments>http://pabloseminario.com/2009/05/27/bluetoothificando-mi-musica/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:23:00 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=42</guid>
		<description><![CDATA[Este es un post rápido de como poner un headset Bluetooh en un equipo de sonido para escuchar la música de mi laptop en forma inalámbrica. Lo que necesité fue el headset Bluetooth que consiguio mi chica por €4, un capacitor de 220µF y un pedazo de cable con un conector USB macho. En Linux]]></description>
			<content:encoded><![CDATA[<p><a href="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_S6-Xe-vI/AAAAAAAAHNs/xsvwpK7cN7E/s1600-h/dscn7342.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318701595563588338" style="float: left; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_S6-Xe-vI/AAAAAAAAHNs/xsvwpK7cN7E/s200/dscn7342.jpg" border="0" alt="" /></a><br />
Este es un post rápido de como poner un headset Bluetooh en un equipo de sonido para escuchar la música de mi laptop en forma inalámbrica.<br />
Lo que necesité fue el <a href="http://cgi.ebay.fr/Slim-A2DP-Stereo-Bluetooth-Headphone-Headset-Black_W0QQitemZ280327232988QQcmdZViewItemQQptZFR_YO_Informatique_Peripheriques_CasquesMicros?hash=item280327232988&amp;_trksid=p3286.c0.m14&amp;_trkparms=72%3A1526|66%3A2|65%3A12|39%3A1|240%3A1318" target="_blank">headset Bluetooth</a> que consiguio mi chica por €4, un capacitor de 220µF y un pedazo de cable con un conector USB macho. En Linux este no es mas que otro dispositivo de audio al que se le puede redireccionar cualquier fuente de sonido.<br />
La ventaja de este headset es que tiene una salida para los auriculares, que se puede utilizar para alimentar la entrada auxiliar de mi equipo de sonido. Pero no todo es tan bueno, el problema es que el conector donde se  conecta la salida de audio es el mismo donde se conecta el cargador para la batería interna, el dispositivo contiene una batería recargable que dura aproximadamente 4 horas de reproducción continua, y como usa el mismo conector no se puede escuchar música mientras se está cargando. Así que había que modificarlo para que quedara embebido en mi equipo de sonido.<br />
Las imágenes hablan por si solas<br />
<span id="more-42"></span><br />
1. Todos los materiales<br />
<a href="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_R1c8MRGI/AAAAAAAAHNk/WMXotg1naz8/s1600-h/dscn7338.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318700401179772002" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_R1c8MRGI/AAAAAAAAHNk/WMXotg1naz8/s200/dscn7338.jpg" border="0" alt="" /></a></p>
<p>2. El headset Bluetooth con sus accesorios</p>
<p><a href="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_R1YpLKHI/AAAAAAAAHNc/zVmc-8HqPjE/s1600-h/dscn7351.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318700400026265714" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_R1YpLKHI/AAAAAAAAHNc/zVmc-8HqPjE/s200/dscn7351.jpg" border="0" alt="" /></a><br />
3. Reemplazando la bateria interna por el cable USB.</p>
<p><a href="http://4.bp.blogspot.com/_q0bemMki3uo/Sc_Vz9AHprI/AAAAAAAAHN8/isQnhfUA5GM/s1600-h/dscn7350.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318704773472954034" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_q0bemMki3uo/Sc_Vz9AHprI/AAAAAAAAHN8/isQnhfUA5GM/s200/dscn7350.jpg" border="0" alt="" /></a></p>
<p>4. Colocando el capacitor de 220µF.</p>
<p><a href="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_Vz58RcTI/AAAAAAAAHOE/tcmNNUe7GZI/s1600-h/dscn7353.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318704772651512114" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_Vz58RcTI/AAAAAAAAHOE/tcmNNUe7GZI/s200/dscn7353.jpg" border="0" alt="" /></a></p>
<p>5. Todo reemplazado</p>
<p><a href="http://1.bp.blogspot.com/_q0bemMki3uo/Sc_Vza0WARI/AAAAAAAAHN0/5Z-qv2kXEc8/s1600-h/dscn7349.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318704764296757522" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://1.bp.blogspot.com/_q0bemMki3uo/Sc_Vza0WARI/AAAAAAAAHN0/5Z-qv2kXEc8/s200/dscn7349.jpg" border="0" alt="" /></a></p>
<p>6. La parte trasera del equipo</p>
<p><a href="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_V0GsJNuI/AAAAAAAAHOM/VQtgAmlqEFI/s1600-h/dscn7355.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318704776073524962" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 150px; height: 200px;" src="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_V0GsJNuI/AAAAAAAAHOM/VQtgAmlqEFI/s200/dscn7355.jpg" border="0" alt="" /></a></p>
<p>7. Desarmado</p>
<p><a href="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_V0KygOTI/AAAAAAAAHOU/7ashM6Xr9vk/s1600-h/dscn7357.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318704777173940530" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_V0KygOTI/AAAAAAAAHOU/7ashM6Xr9vk/s200/dscn7357.jpg" border="0" alt="" /></a></p>
<p>8. Adaptando el cargador que incluye el headset para dejarlo fijo</p>
<p><a href="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_WSXsrL2I/AAAAAAAAHOc/_IzL3iF1Ggw/s1600-h/dscn7358.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318705296035229538" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_WSXsrL2I/AAAAAAAAHOc/_IzL3iF1Ggw/s200/dscn7358.jpg" border="0" alt="" /></a></p>
<p>9. Todo conectado</p>
<p><a href="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_WSkFCrSI/AAAAAAAAHOs/lfjlZk--Fh0/s1600-h/dscn7363.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318705299358657826" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_q0bemMki3uo/Sc_WSkFCrSI/AAAAAAAAHOs/lfjlZk--Fh0/s200/dscn7363.jpg" border="0" alt="" /></a></p>
<p>10. Y voilà!<br />
<a href="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_WSueDjnI/AAAAAAAAHO0/RFOCIA8rwLw/s1600-h/dscn7367.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5318705302147927666" style="float: none; margin: 0 10px 10px 0; cursor: hand; width: 150px; height: 200px;" src="http://3.bp.blogspot.com/_q0bemMki3uo/Sc_WSueDjnI/AAAAAAAAHO0/RFOCIA8rwLw/s200/dscn7367.jpg" border="0" alt="" /></a></p>
<p>Después la configuración en Linux, no es complicada, sobretodo en las últimas versiones del kernel y usando <a href="http://pulseaudio.org/" target="_blank">pulseaudio</a>. Y en casi todos los reproductores de sonido (Rhythmbox, Amarok, MPlayer) podemos configurar que dispositivo de salida queremos usar.<br />
Con eso ya puedo mantener mi laptop más wireless y escuchar música desde cualquier rincón de mi departamento de 20 mts² <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2009/05/27/bluetoothificando-mi-musica/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

