<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>El chit-chat en mi cabeza...</title>
	
	<link>http://blah.generaciongeek.com</link>
	<description>Cronicas de ocurrencias desiguales</description>
	<pubDate>Sun, 16 Nov 2008 07:42:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Blah-GeneracionGeek" type="application/rss+xml" /><item>
		<title>Ruleta rusa</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/454678057/</link>
		<comments>http://blah.generaciongeek.com/2008/11/16/ruleta-rusa/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 07:42:39 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=374</guid>
		<description><![CDATA[Via Slashdot
[ $[ $RANDOM % 6 ] == 0 ] &#38;&#38; rm -rf / &#124;&#124; echo &#8220;You live&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://tech.slashdot.org/article.pl?sid=08/11/05/2027234">Slashdot</a></p>
<blockquote><p>[ $[ $RANDOM % 6 ] == 0 ] &amp;&amp; rm -rf / || echo &#8220;You live&#8221;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/454678057" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/11/16/ruleta-rusa/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/11/16/ruleta-rusa/</feedburner:origLink></item>
		<item>
		<title>Ultamatix - BAD codding</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/441125980/</link>
		<comments>http://blah.generaciongeek.com/2008/11/03/ultamatix-bad-codding/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:08:11 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Computadoras]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Text]]></category>

		<category><![CDATA[automatix]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ultamatix]]></category>

		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=369</guid>
		<description><![CDATA[La mala programacion en Ultamatix, heredada de Automatix...]]></description>
			<content:encoded><![CDATA[<p>Ubuntu es la distro mas popular, y tambien una de las mas aptas para la gente que recien empieza&#8230; Y tanta cantidad de usuarios con pocos o nulos conocimientos tiene sus contras, en especial a la hora de ayudar a otros&#8230; Se me viene a la mente la frase celebre &#8220;el que sabe, sabe y el que no, es jefe&#8221;</p>
<p>He visto cosas horripilantes a lo largos de estos años principalmente con Ubuntu, el caso mas popular que veo es cuando para pasar parametros a un modulo del kernel en lugar de editar modules.conf y amigos se hacen script de inicio en bash que corren desde init.d (ni noticia de rc.local ), es sabido que en GNU/Linux hay mas de una forma de hacer una misma cosa, sin embargo <strong>tambien hay formas incorrectas</strong> de hacerlas&#8230;</p>
<p>Ahora me encontré con un &#8220;segundo&#8221; post en los blogs de Kernel Planet de <em>Matthew Garret</em> que habla de los horrores en el código de automatix que fueron heredados por una aplicación nueva llamada Ultamatix&#8230;</p>
<p>Acontinuacion un copy paste del post con alguna traduccion pedorra&#8230;.( mia )</p>
<p>First, let me make one thing clear. This isn&#8217;t constructive criticism. This is just criticism. It&#8217;s directed at software that&#8217;s so wrong-headed that there&#8217;s no way to make it significantly better, and everyone involved would be much better spending their time doing something else instead of trying to fix any of what I&#8217;m about to describe. It&#8217;s not worth it. Sit in a park or something instead. Meet new and interesting people. Take up a hobby that doesn&#8217;t involve writing shell scripts for Linux. You&#8217;ll be happier. I&#8217;ll be happier. Everyone wins.</p>
<p>Anyway. I wrote about Automatix some time ago. It died and the world became a better place. More recently it&#8217;s been resurrected as something called Ultamatix. In summary, don&#8217;t bother. It&#8217;s crap. And dangerous. But mostly crap. Again, I&#8217;m going to utterly ignore the UI code and just concentrate on what it runs.</p>
<ul>
<li> function cleanup {<br />
echo &#8220;Cleaning up&#8230;&#8221;<br />
sudo apt-get autoremove &#8211;assume-yes &#8211;force-yes<br />
}</p>
<ul>
<li> In other words, &#8220;Remove a bunch of packages that might have nothing to do with anything Ultamatix has installed, and don&#8217;t ask the user first. Oh, and assume yes when asked whether to do anything potentially damaging&#8221;. This gets called 103 times in various bits of Ultamatix.</li>
</ul>
<ul>
<li> Oh, notice the sudo in there? Ultamatix is running as root already. Despite this, there are 429 separate calls to sudo.</li>
</ul>
</li>
<li>#Test O/S 64 or 32 bit&#8230;<br />
architecture=`uname -m`<br />
targetarch=&#8221;x86&#8243; #Set 64-bit machines to download 32-bit<br />
if no options are set<br />
if [ "$architecture" != "x86_64" ] &amp;&amp; [ "$architecture" != "ia64" ];<br />
then<br />
architecture=&#8221;x86&#8243;<br />
else<br />
architecture=&#8221;x86_64&#8243;<br />
fi</p>
<ul>
<li> It turns out that ia64 is not especially good at running x86_64 binaries. Never mind, eh?</li>
</ul>
</li>
<li> rm -rf $AXHOME/.gstreamer-0.10<br />
gst-inspect<br />
sudo gst-inspect</p>
<ul>
<li> Which translates as &#8220;Delete any self-installed plugins, run gst-inspect as root in an attempt to regenerate the plugin database, really run gst-inspect as root in an attempt to regenerate the plugin database&#8221;. The flaws in this are left as an exercise for the reader.</li>
</ul>
</li>
<li> sudo apt-get &#8211;assume-yes &#8211;force-yes remove &#8211;purge
<ul>
<li> Used 111 times. Will remove the packages it installed, but also any other packages the user has installed that happen to depend on them. Without asking.</li>
</ul>
</li>
<li> sudo cp /etc/apt/sources.list /etc/apt/sources.bak<br />
sudo echo &#8220;deb <a href="http://ppa.launchpad.net/project-neon/ubuntu" target="_blank">http://ppa.launchpad.net/project-neon/ubuntu</a> hardy main&#8221; &gt;&gt; /etc/apt/sources.list<br />
sudo apt-get update</li>
</ul>
<ul>
<li> if !    sudo apt-get install &#8211;assume-yes &#8211;force-yes amarok-nightly amarok-nightly-tools amarok-nightly-taglib<br />
then<br />
AX_fatal &#8220;An apt-based error occurred and installation was unsuccessful&#8221;;<br />
fi<br />
echo &#8220;Restoring sources.&#8221;<br />
sudo cp /etc/apt/sources.bak /etc/apt/sources.list<br />
sudo apt-get update</p>
<ul>
<li> The good news is that it backs up your sources.list before breaking things. The bad news is that it&#8217;s still utterly horrifying.</li>
</ul>
</li>
<li>#since we have root we need to discover normal username so we can create the shortcut &amp; set proper permissions<br />
NU=$(cat /etc/passwd | grep 1000 | cut -d: -f1)<br />
sudo chown $NU:$NU &#8220;legends_linux-0.4.1.43.deb&#8221;<br />
sudo chmod +x legends_linux-0.4.1.43.deb<br />
sudo dpkg -i legends_linux-0.4.1.43.debList of fail:<br />
<strong>1.</strong> Assuming that the user has uid 1000<br />
<strong>2.</strong> Chowning a deb to the user for no obvious reason (hint: a user can delete root owned files that are in the user&#8217;s home directory)<br />
<strong>3. </strong>Making a deb executable for no reason whatsoever<br />
<strong>4. </strong>Assuming that user information will be in /etc/passwd<br />
<strong>5. </strong>Not just, say, passing the user&#8217;s name to the application IN THE FIRST PLACE</li>
<li> sudo apt-get &#8211;assume-yes &#8211;force-yes install f-spot dvgrab kino devede gtkpod-aac ipod gnupod-tools libgpod-common<br />
libipod-cil libipoddevice0 libipodui-cil libhfsp0 hfsplus hfsutils libipod0</p>
<ul>
<li>If only we had some way of saying that libraries used by programs should automatically be installed when a program is. Wouldn&#8217;t that be great?</li>
</ul>
</li>
<li> echo &#8220;Adding mediabuntu repository&#8221;<br />
sudo cp /etc/apt/sources.list /etc/apt/sources.bak<br />
sudo wget <a href="http://www.medibuntu.org/sources.list.d/hardy.list" target="_blank">http://www.medibuntu.org/sources.list.d/hardy.list</a> -O /etc/apt/sources.list.d/medibuntu.list<br />
&#8230;<br />
echo &#8220;Restoring sources.&#8221;<br />
sudo cp /etc/apt/sources.bak /etc/apt/sources.list</p>
<ul>
<li><em>Yeah. that&#8217;ll help. </em></li>
</ul>
</li>
<li> The Swiftweasel install that checks your CPU type and then has some insane number of cut and paste code chunks that differ only by the filename of the tarball it grabs. Rather than, say, using a variable and writing the code once.</li>
</ul>
<ul>
<li> The cutting and pasting of the same code in order to install swiftdove.</li>
</ul>
<ul>
<li> Code that installs packages differently depending on whether they happened to be in your home directory to start with or whether it had to download them for you</li>
</ul>
<ul>
<li> if !    DEBIAN_FRONTEND=kde sudo apt-get &#8211;assume-yes &#8211;force-yesinstall virtualbox
<ul>
<li><em>No, I didn&#8217;t remove any spaces from that. </em></li>
</ul>
</li>
<li> #create directory incase they installed it elsewhere, no sense in scraping all thier games<br />
sudo mkdir /usr/local/games/WoP/ 2&gt;/dev/null<br />
&#8230;<br />
sudo rm -R /usr/local/games/WoP/ 2&gt;/dev/null</p>
<p>What, create a directory and then immediately delete it? How is this useful in any way whatsoever?</li>
</ul>
<p>There&#8217;s almost certainly more. I got bored. The worrying thing about this is that the Ultamatix author read my criticisms of Automatix and appears to have attempted to fix all of them. The problem with this is that there&#8217;s clearly a complete lack of understanding of the fundamental problem in several cases. For example, one of my criticisms of Automatix:</p>
<p>sudo sed -i &#8220;s/^vboxusers\(.*\):$/vboxusers\1:$AXUSER/&#8221; /etc/group</p>
<ul>
<li>assumes that the system isn&#8217;t using some sort of user directory service.</li>
</ul>
<p>and the Ultamatix response:</p>
<p>Fixed&#8230;Got rid of Virtualbox</p>
<p>Except exactly the same problem is present at other points in Ultamatix, as noted above. Taking a bug list and slavishly fixing or deleting all the bugs isn&#8217;t helpful if you then proceed to add the same bug back in 24 other places. In that respect, it&#8217;s even worse than Automatix - the author&#8217;s managed to produce a huge steaming pile of shite despite having been told how to avoid doing so beforehand. He may be no newbie to programming, but if not it&#8217;s a perfect example of how experience doesn&#8217;t imply competence.</p>
<p><strong>Don&#8217;t install</strong> this package. <strong>Don&#8217;t let anyone</strong> else <strong>install this package</strong>. If you see anyone advocating the installation of this package, call them a fool. There&#8217;s absolutely no excuse whatsoever for the existence of this kind of crap.</p>
<p>Minor update:<br />
The above was looking at 1.8.0-4. It turns out that there&#8217;s a 1.8.0-5 that&#8217;s not linked off the website. There&#8217;s no substantive difference, but some of the numbers may be slightly different.</p>
<p>ORIGINAL: <a class="postlink" href="http://mjg59.livejournal.com/99905.html" target="_blank">http://mjg59.livejournal.com/99905.html</a></p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/441125980" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/11/03/ultamatix-bad-codding/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/11/03/ultamatix-bad-codding/</feedburner:origLink></item>
		<item>
		<title>Disaster Girl</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/441011532/</link>
		<comments>http://blah.generaciongeek.com/2008/11/03/disaster-girl/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:26:33 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=361</guid>
		<description><![CDATA[Parece que se esta gestando otra de esas fiebres de photoshop&#8230; Disaster Girl, no solo la nena tiene una pinta tierna si no que tambien tiene su lado siniestro&#8230; posteo la imagen &#8220;original&#8221; aunque no estoy seguro de si esa es realmente la primer imagen o la primera edicion&#8230;



Visitar la Galeria de imagenes
]]></description>
			<content:encoded><![CDATA[<p>Parece que se esta gestando otra de esas fiebres de photoshop&#8230; Disaster Girl, no solo la nena tiene una pinta tierna si no que tambien tiene su lado siniestro&#8230; posteo la imagen &#8220;original&#8221; aunque no estoy seguro de si esa es realmente la primer imagen o la primera edicion&#8230;</p>
<p style="text-align: center;">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://photos.jpgmag.com/349763_83097_4430b431ff_p.jpg"  class="wmp" id="wmp2"><img class="aligncenter" title="Disaster Girl" src="http://photos.jpgmag.com/349763_83097_4430b431ff_p.jpg" alt="" width="395" height="296" /></a></p>
<p>Visitar la <a title="Mas Imagenes" href="http://buzzfeed.com/scott/disaster-girl" target="_blank">Galeria de imagenes</a></p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/441011532" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/11/03/disaster-girl/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/11/03/disaster-girl/</feedburner:origLink></item>
		<item>
		<title>RIP</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/439597375/</link>
		<comments>http://blah.generaciongeek.com/2008/11/01/rip/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 02:42:05 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=358</guid>
		<description><![CDATA[Bueno&#8230; Natz me comento q fallecio este pibe q conoci alguna vez en una salida con Neurotic donde se reunia gente del foro contra el rio no me acuerdo para que&#8230;
Sea como sea el pibe era buena onda, y se parecia al de mi pobre angelito!!! XD


Nada..no soy bueno para esto, por suerte me falta [...]]]></description>
			<content:encoded><![CDATA[<p>Bueno&#8230; <a href="http://natuchanblue.blogspot.com/">Natz </a>me comento q fallecio este pibe q conoci alguna vez en una salida con Neurotic donde se reunia gente del foro contra el rio no me acuerdo para que&#8230;</p>
<p>Sea como sea el pibe era buena onda, y se parecia al de mi pobre angelito!!! XD</p>
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/11/img_0104.jpg"  class="wmp" id="wmp4"><img class="aligncenter size-thumbnail wp-image-359" title="img_0104" src="http://blah.generaciongeek.com/wp-content/uploads/2008/11/img_0104-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Nada..no soy bueno para esto, por suerte me falta practica&#8230;</p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/439597375" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/11/01/rip/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/11/01/rip/</feedburner:origLink></item>
		<item>
		<title>Cargando o reintentando?</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/432123893/</link>
		<comments>http://blah.generaciongeek.com/2008/10/25/ya-cargara/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 23:22:35 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Quote]]></category>

		<category><![CDATA[Text]]></category>

		<category><![CDATA[problemas]]></category>

		<category><![CDATA[psicofxp]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=356</guid>
		<description><![CDATA[


El dia que cargue en los primeros 5 intentos se termina el mundo
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/comosiempre.jpg"  class="wmp" id="wmp6"><img class="size-medium wp-image-355 aligncenter" title="comosiempre" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/comosiempre-300x184.jpg" alt="" width="300" height="184" /></a></p>
<p style="text-align: center;">El dia que cargue en los primeros 5 intentos <em>se termina el mundo</em></p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/432123893" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/25/ya-cargara/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/25/ya-cargara/</feedburner:origLink></item>
		<item>
		<title>Pelotudeces si las hay…</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/426477875/</link>
		<comments>http://blah.generaciongeek.com/2008/10/20/pelotudeces-si-las-hay/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 14:25:44 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Photo]]></category>

		<category><![CDATA[Text]]></category>

		<category><![CDATA[amor]]></category>

		<category><![CDATA[arte]]></category>

		<category><![CDATA[beso]]></category>

		<category><![CDATA[boludeces]]></category>

		<category><![CDATA[jesus]]></category>

		<category><![CDATA[superman]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=351</guid>
		<description><![CDATA[Hay mucha gente preocupada ultimamente, al parecer hay una crisis economica mundial bastante importante&#8230;
Seguramente mucha gente se quedará sin trabajo, sin hogar, o quien sabe cuantas cosas, y es entendible la preocupacion&#8230;.
PERO OJO, si tu preocupacion era el cuadro de SuperMan besando a Jesus, no lo van a sacar&#8230;.
 El cuadro del beso entre Cristo [...]]]></description>
			<content:encoded><![CDATA[<p>Hay mucha gente preocupada ultimamente, al parecer hay una crisis economica mundial bastante importante&#8230;</p>
<p>Seguramente mucha gente se quedará sin trabajo, sin hogar, o quien sabe cuantas cosas, y es entendible la preocupacion&#8230;.</p>
<p>PERO OJO, si tu preocupacion era el cuadro de SuperMan besando a Jesus, no lo van a sacar&#8230;.</p>
<p style="padding-left: 30px;"><strong> <span id="cuerponoticia_lbltitulo">El cuadro del beso entre Cristo y Superman no se descuelga</span></strong></p>
<p style="padding-left: 30px;"><span id="cuerponoticia_lblbajada">El secretario de Cultura municipal negó la posibilidad de quitar el polémico cuadro del artista Mauro Guzmán del Museo Castagnino ante el reclamo de un hombre católico que sintió que la imagen era ofensiva y debía ser retirada. También amenazó con ir la Justicia </span></p>
<p style="padding-left: 30px;"><span id="cuerponoticia_lbldescripcion" class="txt_g_12">Un abogado católico visitó la muestra en el museo municipal y tras ver la imagen decidió escribir a Lifschitz una carta documento para que la obra fuera descolgada o, en caso contrario, iría a la justicia.</span></p>
<p style="padding-left: 30px;">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://www.rosario3.com/archivos_rosario3/jpg/20102008105018.jpg"  class="wmp" id="wmp8"><img class="alignnone" title="Jesus y Superman" src="http://www.rosario3.com/archivos_rosario3/jpg/20102008105018.jpg" alt="" width="446" height="173" /></a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p>Un <strong>abogado catolico</strong> no hay algo medio curioso en esto? Ya me veo cualquier dia, mormones punk y hasta jefes de policia corruptos testigos de jeo-no-se-cuanto&#8230;</p>
<p>Me cuesta mucho trabajo comprender las ocurrencias de algunas personas&#8230;Sinceramente, yo no veo a Jesus causando un diluvio pq no le gusto el cuadro&#8230;.despues de todo, el no es paz y amor? <img src='http://blah.generaciongeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Fuente: <a href="http://rosario3.com/noticias/noticias.aspx?idNot=39093">Rosario3</a></p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/426477875" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/20/pelotudeces-si-las-hay/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/20/pelotudeces-si-las-hay/</feedburner:origLink></item>
		<item>
		<title>Las frases de cassandra</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/425176126/</link>
		<comments>http://blah.generaciongeek.com/2008/10/19/las-frases-de-cassandra/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 04:18:46 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Quote]]></category>

		<category><![CDATA[citas]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/2008/10/19/las-frases-de-cassandra/</guid>
		<description><![CDATA[-Cassandra- says:
creo, nunca supe cual de las rubias era xD
para mi las rubias son como los orientales
Chat con Cassandra
]]></description>
			<content:encoded><![CDATA[<blockquote><p>-Cassandra- says:</p>
<p>creo, nunca supe cual de las rubias era xD<br />
para mi las rubias son como los orientales</p></blockquote>
<p>Chat con Cassandra</p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/425176126" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/19/las-frases-de-cassandra/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/19/las-frases-de-cassandra/</feedburner:origLink></item>
		<item>
		<title>Mensajes a printer HP o Lexmark</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/425030234/</link>
		<comments>http://blah.generaciongeek.com/2008/10/18/mensajes-a-printer-hp-o-lexmark/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 00:44:47 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Text]]></category>

		<category><![CDATA[impresoras]]></category>

		<category><![CDATA[insert coin]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=344</guid>
		<description><![CDATA[Hace algun tiempo encontre en un blog un poco de codigo para cambiar por medio de un comando PJL el mensaje de estado de algunas impresoras con display, especialmente HP y Lexmark, segun el modelo se puede hacer el texto mas largo o no, en especial con las que tienen display de mas de una [...]]]></description>
			<content:encoded><![CDATA[<p>Hace algun tiempo encontre en <a title="Fuente" href="http://kovaya.com/miscellany/2007/10/insert-coin.html" target="_blank">un blog</a> un poco de codigo para cambiar por medio de un comando PJL el mensaje de estado de algunas impresoras con display, especialmente HP y Lexmark, segun el modelo se puede hacer el texto mas largo o no, en especial con las que tienen display de mas de una linea&#8230;</p>
<p>Dejo posteado el fuente del script en Python, es una modificacion de uno que encontre pro ahi&#8230; y tambien la version ejecutable para windows de <a href="http://http://code.mogrify.org/wp-content/insertcoin.d">este</a> codigo</p>
<p>Ambas versiones son para consola y se ejecutan con 2 parametros, la direccion IP y el mensaje a enviar, entre comillas. P. EJ: ./instertcoin 192.168.1.2 &#8220;mensaje a mostrar&#8221;</p>
<p><strong><a title="Version en para windows y Python" href="http://drop.io/insertcoin">DESCARGAR</a></strong></p>
<p>Algunos mensajes que se me ocurrieron y tambien otros que encontre son:</p>
<p><span id="more-344"></span></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">&#8220;Impresora casi lista, espere&#8221;<br />
&#8220;Reemplazar toner blanco&#8221;<br />
&#8220;Cargar papel A3&#8243;<br />
&#8220;Out to Launch&#8221;<br />
&#8220;GAME OVER&#8221;<br />
&#8220;INSERT COIN&#8221;<br />
&#8220;I LOVE LAMP!&#8221;<br />
&#8220;THE COW SAYS MOO.&#8221;<br />
&#8220;I CAN HAS CHZPAPER?&#8221;<br />
&#8220;umop apisdn w,I&#8221;<em> (I&#8217;m upside down)</em><br />
&#8220;You lookin&#8217; at me?&#8221;<br />
&#8220;[READY] TO ROCK&#8221;<br />
&#8220;PC LOAD LETTER&#8221;<em> (viene en chiste a una pelicula)</em><br />
&#8220;Wake up, Neo&#8221;<br />
&#8220;I can&#8217;t do that, Dave. -HAL&#8221; <em> (2001: odisea en el espacio)</em><br />
&#8220;YOU&#8217;RE KILLING TREES&#8221;<br />
&#8220;SKYNET ONLINE&#8221;<br />
&#8220;Spelling Errors Found&#8221;<br />
&#8220;Replace Flux Capacitor&#8221;  <em> (Volver al futuro)</em><br />
&#8220;PEN IS STUCK&#8221;<br />
&#8220;DOES NOT COMPUTE&#8221;<br />
&#8220;OUT OF LETTERS&#8221;<br />
&#8220;I CAN SEE YOU&#8221;<br />
&#8220;DON&#8217;T PANIC&#8221; <em> (guia del autoestopista intergalactico)</em><br />
&#8220;ERROR 10: INTERNAL FIRE&#8221;<br />
&#8220;I PRINT THEREFORE I AM&#8221;  <em> (imprimo, luego existo&#8230;)</em><br />
&#8220;TAKE ME TO YOUR LEADER.&#8221;<br />
&#8220;RADIATION LEAK&#8221;<br />
&#8220;HUMAN DETECTED.&#8221;<br />
&#8220;BACK TO WORK.&#8221;<br />
&#8220;BUTT PHOTOCOPIED.&#8221;<br />
&#8220;MOTHER?&#8221;<br />
&#8220;LANE CLOSED.&#8221;<br />
&#8220;Dry - Add Water&#8221;<br />
&#8220;PRINTER BECAME SELF-AWARE @ 2:27 PM&#8221;<br />
&#8220;WAITING FOR COMMAND FROM SKYNET&#8221;<br />
&#8220;Insert coin: 1P 25C - 2P 50C&#8221;</p>
<p style="padding-left: 30px;">
<p>Codigo fuente en Python:</p>
<blockquote><p>#!/usr/bin/python<br />
from socket import *<br />
import sys</p>
<p>printer = &#8220;10.1.1.2&#8243;  # Change this to the IP of your printers<br />
msg = &#8220;INSERT COIN&#8221;   # Or, AYBABTU for longer displays</p>
<p>if __name__==&#8217;__main__&#8217;:<br />
if len(sys.argv) == 2:<br />
printer = sys.argv[1]<br />
try:<br />
sys.argv[2]<br />
except IndexError:<br />
msg = &#8220;Lista.&#8221;</p>
<p>else:<br />
msg = sys.argv[2]</p>
<p># s = socket(AF_INET, SOCK_STREAM)<br />
# send_message = \<br />
#   &#8216;\x1b%%-12345X@PJL JOB\n@PJL RDYMSG DISPLAY=&#8221;%s&#8221;\n@PJL EOJ\n\x1b%%-12345X&#8217; % (msg, )<br />
# s.connect((printer, 9100))<br />
# s.send(send_message)<br />
# s.close()<br />
print &#8220;Enviando msg \&#8221;", msg, &#8220;\&#8221; a&#8221;, printer<br />
print msg</p></blockquote>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/425030234" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/18/mensajes-a-printer-hp-o-lexmark/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/18/mensajes-a-printer-hp-o-lexmark/</feedburner:origLink></item>
		<item>
		<title>Diferencias y ser multiuso…</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/424308300/</link>
		<comments>http://blah.generaciongeek.com/2008/10/18/diferencias-y-ser-multiuso/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 04:22:17 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Photo]]></category>

		<category><![CDATA[Text]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=331</guid>
		<description><![CDATA[Dicen que el hombre es un animal de costumbres&#8230;.eso explica porque pierdo algunos segundos durante el dia buscando cosas donde no estan&#8230;veamos:
Trabajo:
Desktop bajo perfil, monitor LCD 17, teclado en español, configurado como ingles, mouse comun, Windows XP
Casa: desktop, monitor LCD 22, teclado en ingles, configurado como tal, mouse Logitech MX Revolution, Gentoo (KDE, KDE4, Gnome, [...]]]></description>
			<content:encoded><![CDATA[<p>Dicen que el hombre es un animal de costumbres&#8230;.eso explica porque pierdo algunos segundos durante el dia buscando cosas donde no estan&#8230;veamos:</p>
<p>Trabajo:</p>
<p>Desktop bajo perfil, monitor LCD 17, teclado en español, configurado como ingles, mouse comun, Windows XP</p>
<div id="attachment_332" class="wp-caption alignnone" style="width: 310px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/xp.png"  class="wmp" id="wmp9"><img class="size-medium wp-image-332" title="Win XP" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/xp-300x225.png" alt="Skin Zune..." width="300" height="225" /></a><p class="wp-caption-text">Skin Zune...</p></div>
<p>Casa: desktop, monitor LCD 22, teclado en ingles, configurado como tal, mouse Logitech MX Revolution, Gentoo (KDE, KDE4, Gnome, XFCE) y Mac OS X&#8230;</p>
<div id="attachment_333" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/screen_22_full.jpg"  class="wmp" id="wmp10"><img class="size-thumbnail wp-image-333" title="screen_22_full" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/screen_22_full-150x150.jpg" alt="Mi KDE 3.5 en Gentoo" width="150" height="150" /></a><p class="wp-caption-text">Mi KDE 3.5 en Gentoo </p></div> <div id="attachment_335" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/kde41.jpg"  class="wmp" id="wmp11"><img class="size-thumbnail wp-image-335" title="KDE 4" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/kde41-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">KDE 4</p></div>
<div id="attachment_339" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/gnome.jpg"  class="wmp" id="wmp12"><img class="size-thumbnail wp-image-339" title="gnome" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/gnome-150x150.jpg" alt="Gnome" width="150" height="150" /></a><p class="wp-caption-text">Gnome</p></div> <div id="attachment_338" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/xfce4.png"  class="wmp" id="wmp13"><img class="size-thumbnail wp-image-338" title="xfce4" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/xfce4-150x150.png" alt="XFCE" width="150" height="150" /></a><p class="wp-caption-text">XFCE</p></div>
<div id="attachment_337" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/osx.jpg"  class="wmp" id="wmp14"><img class="size-thumbnail wp-image-337" title="OSX" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/osx-150x150.jpg" alt="Mac OS X 10.5" width="150" height="150" /></a><p class="wp-caption-text">Mac OS X 10.5</p></div>
<p>Notebook: monitor LCD 15, teclado español, configurado como tal, mouse touchpad&#8230;.Window Vista, Ubuntu (Gnome, KDE, KDE4), Mac OS X&#8230;.</p>
<p>*mismas imagenes que arriba + Vista:</p>
<div id="attachment_334" class="wp-caption alignnone" style="width: 160px">
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://blah.generaciongeek.com/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://blah.generaciongeek.com/wp-content/uploads/2008/10/windows_vista.png"  class="wmp" id="wmp15"><img class="size-thumbnail wp-image-334" title="windows_vista" src="http://blah.generaciongeek.com/wp-content/uploads/2008/10/windows_vista-150x150.png" alt="Win Vista" width="150" height="150" /></a><p class="wp-caption-text">Win Vista</p></div>
<p>P.D.: Quien es el responsable de q este escuchando Kare Bear Mafia? o algo asi&#8230;</p>
<p><em><strong>Nota:</strong></em> Solo dos imagenes son de mi escritorio, Vger la de Mac OS X y la de KDE&#8230;.</p>
<p>Para la proxima posteo la tabla de particiones&#8230;o hardware?
<div style="display: none;" class="wmpDesc wmp9">Skin Zune&#8230;</div>
<div style="display: none;" class="wmpDesc wmp10">Mi KDE 3.5 en Gentoo</div>
<div style="display: none;" class="wmpDesc wmp11"></div>
<div style="display: none;" class="wmpDesc wmp12">Gnome</div>
<div style="display: none;" class="wmpDesc wmp13">XFCE</div>
<div style="display: none;" class="wmpDesc wmp14">Mac OS X 10.5</div>
<div style="display: none;" class="wmpDesc wmp15">Win Vista</div>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/424308300" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/18/diferencias-y-ser-multiuso/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/18/diferencias-y-ser-multiuso/</feedburner:origLink></item>
		<item>
		<title>Aprender a bailar solo</title>
		<link>http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~3/424144519/</link>
		<comments>http://blah.generaciongeek.com/2008/10/17/aprender-a-bailar-solo/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 23:41:07 +0000</pubDate>
		<dc:creator>LuisManson</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Video]]></category>

		<category><![CDATA[boludeces]]></category>

		<guid isPermaLink="false">http://blah.generaciongeek.com/?p=329</guid>
		<description><![CDATA[Simple y exitante metodo para aprender a bailar o morir en el intento&#8230;..

Via los shared items de M4rs0n, via Granangular
]]></description>
			<content:encoded><![CDATA[<p>Simple y exitante metodo para aprender a bailar o morir en el intento&#8230;..</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/1mO_qZrhEXU" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/1mO_qZrhEXU"></embed></object></p>
<p>Via los shared items de M4rs0n, via Granangular</p>
<img src="http://feeds.feedburner.com/~r/Blah-GeneracionGeek/~4/424144519" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blah.generaciongeek.com/2008/10/17/aprender-a-bailar-solo/feed/</wfw:commentRss>
		<feedburner:origLink>http://blah.generaciongeek.com/2008/10/17/aprender-a-bailar-solo/</feedburner:origLink></item>
	</channel>
</rss>
