<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17464595</id><updated>2025-11-17T18:37:46.867+01:00</updated><category term="vídeo"/><category term="londres"/><category term="linux"/><category term="música"/><category term="sistemas"/><category term="comunicaciones"/><category term="España"/><category term="p2p"/><category term="humor"/><category term="recuerdos"/><category term="blog"/><category term="ciencia"/><category term="fon"/><category term="hack"/><category term="pda"/><category term="apuntes"/><category term="english"/><category term="google"/><category term="maps"/><category term="microinformática"/><category term="realidad"/><category term="sgae"/><category term="youtube"/><category term="Navidad"/><category term="blogger"/><category term="crickelwood"/><category term="subtítulos"/><category term="ubuntu beryl nvidia"/><category term="apache"/><category term="arquitectura"/><category term="beta"/><category term="canon"/><category term="cracked"/><category term="cursos gratis madrid baleares"/><category term="daemontools"/><category term="deluxe"/><category term="desktop"/><category term="digg"/><category term="escritorio"/><category term="eta"/><category term="hd-dvd"/><category term="hvr4000"/><category term="imágenes"/><category term="juegos"/><category term="los planetas"/><category term="migración"/><category term="mysql"/><category term="móvil"/><category term="php"/><category term="religión"/><category term="supervise"/><category term="svscan"/><category term="ubuntu enjuto linux"/><category term="unix"/><category term="viajes París"/><category term="windows vista sp1 video"/><category term="wintv ubuntu linux hvr 4000 ir mando distancia remote control lirc"/><title type='text'>Madre míaaaa, madre mía, madre mía QUE eh QUE!!!!</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default?alt=atom&amp;start-index=26&amp;max-results=25'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>366</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17464595.post-35043246893042702</id><published>2012-12-28T22:10:00.001+01:00</published><updated>2012-12-28T22:10:05.234+01:00</updated><title type='text'>Pretty priting json from command line</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: #0c1021; border: 1px solid rgb(221, 221, 221); clear: both; color: #f8f8f8; font-family: Consolas, &#39;Andale Mono&#39;, Monaco, Courier, &#39;Courier New&#39;, Verdana, sans-serif; font-size: 8pt; line-height: 1.5em; margin-bottom: 1.833em; overflow: auto; padding: 0.667em 0.917em;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;alias&lt;/span&gt; &lt;span style=&quot;color: #ff6400; margin: 0px; padding: 0px;&quot;&gt;pp&lt;/span&gt;=&lt;span style=&quot;color: #61ce3c; margin: 0px; padding: 0px;&quot;&gt;&#39;python -mjson.tool&#39;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
http://ruslanspivak.com/2010/10/12/pretty-print-json-from-the-command-line/&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/35043246893042702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/35043246893042702' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/35043246893042702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/35043246893042702'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2012/12/pretty-priting-json-from-command-line.html' title='Pretty priting json from command line'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3704263539245755364</id><published>2012-12-28T11:22:00.000+01:00</published><updated>2012-12-28T11:22:02.704+01:00</updated><title type='text'>Simple json parser for bash using python</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
echo $YOUR_JSON_DATA | python -c &quot;import json; import sys; data=json.load(sys.stdin); print data[&#39;results&#39;]&quot;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3704263539245755364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3704263539245755364' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3704263539245755364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3704263539245755364'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2012/12/simple-json-parser-for-bash-using-python.html' title='Simple json parser for bash using python'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-5717905967333173419</id><published>2012-07-03T08:48:00.000+02:00</published><updated>2012-07-03T08:48:34.180+02:00</updated><title type='text'>365</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/plMpa6mqW5o&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/5717905967333173419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/5717905967333173419' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/5717905967333173419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/5717905967333173419'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2012/07/365.html' title='365'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/plMpa6mqW5o/default.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-7462103595344245992</id><published>2012-06-01T19:26:00.000+02:00</published><updated>2012-06-01T19:26:06.418+02:00</updated><title type='text'>334</title><content type='html'>Nuevo disco&lt;br&gt;&lt;br&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/_EX5HGkeOOw&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/7462103595344245992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/7462103595344245992' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/7462103595344245992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/7462103595344245992'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2012/06/334.html' title='334'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/_EX5HGkeOOw/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-4709815200870450875</id><published>2011-12-30T13:31:00.002+01:00</published><updated>2011-12-30T13:31:38.502+01:00</updated><title type='text'>180</title><content type='html'>&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/8xdO44DJQAQ&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/4709815200870450875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/4709815200870450875' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4709815200870450875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4709815200870450875'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/12/180.html' title='180'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/8xdO44DJQAQ/default.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-6883008318723667763</id><published>2011-11-12T10:30:00.001+01:00</published><updated>2011-11-12T10:37:40.805+01:00</updated><title type='text'>132</title><content type='html'>&lt;p&gt;&quot;Vendrá el futuro a verte cualquiera de estos días...&quot;&lt;/p&gt;
&lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/Omi1KMSqnzo&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/6883008318723667763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/6883008318723667763' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/6883008318723667763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/6883008318723667763'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/11/132.html' title='132'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Omi1KMSqnzo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3192119764588817014</id><published>2011-10-29T11:52:00.000+02:00</published><updated>2011-10-29T11:52:14.637+02:00</updated><title type='text'>118</title><content type='html'>&lt;p&gt;Podría ser&lt;/p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/tTJc-Pac694&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3192119764588817014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3192119764588817014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3192119764588817014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3192119764588817014'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/10/118.html' title='118'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/tTJc-Pac694/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-4589646139543507656</id><published>2011-10-21T16:46:00.004+02:00</published><updated>2011-10-21T17:00:14.769+02:00</updated><title type='text'>Notes - Giving more stability to the mood lamp</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;I had some troubles setting up supervised process for the python binary running &lt;a href=&quot;http://translate.google.com/translate?hl=en&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http%3A%2F%2Fmadremiamadremiaque.blogspot.com%2F2011%2F02%2Fmidiendo-el-animo-del-mundo.html&quot;&gt;the mood lamp&lt;/a&gt;, I guess it might be related with the fact that python is also calling gnuplot subprocess via os.system call, and &lt;a href=&quot;http://cr.yp.to/daemontools.html&quot;&gt;daemontools&lt;/a&gt; might be a bit lost with that (not sure).&lt;br /&gt;&lt;br /&gt;So in order to have the binary running more stable and making it strong against spurious crashes I did a little script that is running under a screen session:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;font-family:sans-serif;font-size:13px;&quot;  &gt;&lt;pre style=&quot;padding: 1em; border: 1px dashed rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em;&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;#!/bin/bash&lt;br /&gt;CRASH_COUNTER=0&lt;br /&gt;while : ; do&lt;br /&gt;python ./animo_mundial.py&lt;br /&gt;let CRASH_COUNTER=$CRASH_COUNTER+1&lt;br /&gt;echo $CRASH_COUNTER &amp;gt; /tmp/animo_crash_counter.txt&lt;br /&gt;sleep 10&lt;br /&gt;done&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/4589646139543507656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/4589646139543507656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4589646139543507656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4589646139543507656'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/10/notes-giving-more-stability-to-mood.html' title='Notes - Giving more stability to the mood lamp'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-1092593629048128492</id><published>2011-10-01T22:04:00.002+02:00</published><updated>2011-10-01T22:07:00.130+02:00</updated><title type='text'>Notes - Have seti@home graphics working with ubuntu</title><content type='html'>sudo xhost +si:localuser:boinc&lt;br /&gt;&lt;br /&gt;this command in your System-Preferences-Sessions-Startup Programs:&lt;br /&gt;/usr/bin/xhost +local:&lt;br /&gt;If you want to run it at start up&lt;br /&gt;&lt;br /&gt;sudo xhost +si:localuser:boinc</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/1092593629048128492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/1092593629048128492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/1092593629048128492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/1092593629048128492'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/10/notes-have-setihome-graphics-working.html' title='Notes - Have seti@home graphics working with ubuntu'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-2527096062862060915</id><published>2011-09-30T22:23:00.001+02:00</published><updated>2011-09-30T22:23:32.475+02:00</updated><title type='text'>89</title><content type='html'>&lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/mYPCYboEpmk&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/2527096062862060915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/2527096062862060915' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/2527096062862060915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/2527096062862060915'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/89.html' title='89'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/mYPCYboEpmk/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-6722074007375821727</id><published>2011-09-19T21:23:00.002+02:00</published><updated>2011-09-19T21:28:48.554+02:00</updated><title type='text'>Notes - Adding stability improvements to the mood lamp</title><content type='html'>If yo want to store chart data for public serving, It&#39;s necessary to have dropbox running, due to encryption issues maybe if you reboot your computer it will not run until you log in and mount your home so first thing run dropbox&lt;br /&gt;&lt;br /&gt;service dropbox start&lt;br /&gt;&lt;br /&gt;bash -c &#39;/usr/bin/screen -dmS minic minicom -o&#39;&lt;br /&gt;&lt;br /&gt;#this is if you put some services with symlink under /service&lt;br /&gt;&lt;br /&gt;#svscanboot will run them, but Im not using them form now&lt;br /&gt;csh -cf &#39;/command/svscanboot &amp;&#39;&lt;br /&gt;&lt;br /&gt;#main soft running supervised and under a screen terminal&lt;br /&gt;bash -c &#39;/usr/bin/screen -dmS lamp supervise /home/me/scripts/animo&#39;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/6722074007375821727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/6722074007375821727' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/6722074007375821727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/6722074007375821727'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/notes-adding-stability-improvements-to.html' title='Notes - Adding stability improvements to the mood lamp'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3724025198099611138</id><published>2011-09-16T18:40:00.003+02:00</published><updated>2011-09-16T19:25:00.399+02:00</updated><title type='text'>Notes - Web scrapping ajax obfuscated websites</title><content type='html'>Im using a perl script that calls selenium server, then I use Beautiful soup to nicely parse the rendered output coming from selenium. Probably using webkit could be done more nicely but this way is easy and quick to setup.&lt;br /&gt;Just wanted to write this note so I don&#39;t forget the pipes that I&#39;m doing. :)&lt;br /&gt;&lt;br /&gt;Really it is not needed to get data first with perl, rc selenium export to python (Remote Control) it is enough later to get the source and parse it.&lt;br /&gt;&lt;br /&gt;To get the source code in python use:&lt;br /&gt;data = sel.get_html_source()&lt;br /&gt;&lt;br /&gt;if you&#39;re using perl:&lt;br /&gt;my $data=$sel-&gt;get_html_source();</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3724025198099611138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3724025198099611138' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3724025198099611138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3724025198099611138'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/notes-web-scrapping-ajax-obfuscated.html' title='Notes - Web scrapping ajax obfuscated websites'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3807076331547312868</id><published>2011-09-11T19:44:00.001+02:00</published><updated>2011-09-11T19:45:29.927+02:00</updated><title type='text'>Notes - Monitor an event and send email when it occours</title><content type='html'>tail -f /var/log/messages | awk &#39;/now/ {system(&quot;mail -s &#39;hi&#39; myemail@mydomain.com &lt; /dev/null&quot;)}&#39;&lt;br /&gt;&lt;br /&gt;interesting for /var/log/auth for example...</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3807076331547312868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3807076331547312868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3807076331547312868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3807076331547312868'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/notes-monitor-event-and-send-email-when.html' title='Notes - Monitor an event and send email when it occours'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-8812957396212334016</id><published>2011-09-11T19:23:00.000+02:00</published><updated>2011-09-11T19:24:37.741+02:00</updated><title type='text'>Notes - Record shell session for later replay (educational use)</title><content type='html'>script -t 2&gt; tutorial.timing -a tutorial.session&lt;br /&gt;type ‘exit’ to end the recording.&lt;br /&gt;&lt;br /&gt;Replay goes like this&lt;br /&gt;scriptreplay tutorial.timing tutorial.session</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/8812957396212334016/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/8812957396212334016' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8812957396212334016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8812957396212334016'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/notes-record-shell-session-for-later.html' title='Notes - Record shell session for later replay (educational use)'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-4970747218145143270</id><published>2011-09-11T19:07:00.002+02:00</published><updated>2011-09-11T19:09:12.293+02:00</updated><title type='text'>Notes - How to create an encrypted tar</title><content type='html'>tar -zcvf -stuff | openssl des3 -salt -k secret_pass | dd of=stuff.des3&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;didn&#39;t try it, juts took it from old notes.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/4970747218145143270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/4970747218145143270' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4970747218145143270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4970747218145143270'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/notes-how-to-create-encrypted-tar.html' title='Notes - How to create an encrypted tar'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-806448824112841064</id><published>2011-09-10T21:12:00.003+02:00</published><updated>2011-09-10T22:10:35.088+02:00</updated><title type='text'>workaround for skype without headphones on ubuntu lucid 64</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;I was having some issues with skype and making it work in Ubuntu without using headphones. My monitor has built in camera and microphone that makes much more easy any videoconference.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The main issue was a kind of strange noise mixed with the output sound and incoming video not appearing.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So for the first issue, the strange noise, I had to disable pulseaudio by:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;creating a client.conf in your .pulse dir in ~ and put the line &quot;autospawn=no&quot; in it. It would be good to turn back on autospawn after you have done what you need to do.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;source: http://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;To enable incoming video make sure cairo-dock is disabled, for some reason there is a bug that makes it interfere with X11 and skype.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;But when re-running pulseaudio to get all controls back I get missing options, that I cannot figure out yet how to get, didnt spent more time on it, as this is an skype issue. Gmail video web conference have no problem at all with pulseaudio.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;dani@mypc:~$ /usr/bin/pulseaudio --start --log-target=syslog&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;dani@mypc:~$ start-pulseaudio-x11&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So had to comment out again the autospawn so pulse audio spawn during boot. At least useful to know it if someday for some reason you need to use skype.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/806448824112841064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/806448824112841064' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/806448824112841064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/806448824112841064'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/workaround-for-skype-without-headphones.html' title='workaround for skype without headphones on ubuntu lucid 64'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3705063492545673806</id><published>2011-09-06T21:05:00.002+02:00</published><updated>2011-09-06T21:09:56.109+02:00</updated><title type='text'>Installing Latex gui Lyx from source</title><content type='html'>sudo su&lt;br /&gt;aptitude install build-essential libqt4-dev libaspell-dev&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;wget ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz&lt;br /&gt;gzip -dc lyx-2.0.0.tar.gz | tar xf -&lt;br /&gt;cd lyx-2.0.0&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;make install&lt;br /&gt;apt-get install texlive-latex-extra</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3705063492545673806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3705063492545673806' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3705063492545673806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3705063492545673806'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/installing-latex-gui-lyx-from-source.html' title='Installing Latex gui Lyx from source'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-4731692423115096656</id><published>2011-09-06T20:36:00.001+02:00</published><updated>2011-09-06T20:36:44.393+02:00</updated><title type='text'>65</title><content type='html'>&lt;iframe width=&quot;420&quot; height=&quot;345&quot; src=&quot;http://www.youtube.com/embed/FNGGhuKd7eo&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/4731692423115096656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/4731692423115096656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4731692423115096656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/4731692423115096656'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/65.html' title='65'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/FNGGhuKd7eo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-8713199903198191732</id><published>2011-09-04T16:58:00.002+02:00</published><updated>2011-09-04T17:17:12.786+02:00</updated><title type='text'>Installing ubuntu from Internet via usb key</title><content type='html'>Dammit, after 2 weeks vacations without using my main desktop pc, ubuntu natty stopped working. Don&#39;t have time to troubleshoot, so rolling back to LTS lucid.&lt;br /&gt;&lt;br /&gt;Got the netboot.tar.gz file from:&lt;br /&gt;http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/&lt;br /&gt;&lt;br /&gt;and then wrote it to a usb key with imagewriter&lt;br /&gt;sudo apt-get install usb-imagewriter&lt;br /&gt;sudo usb-imagewriter&lt;br /&gt;info from:&lt;br /&gt;https://help.ubuntu.com/community/Installation/FromImgFiles&lt;br /&gt;&lt;br /&gt;boot from usb and install</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/8713199903198191732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/8713199903198191732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8713199903198191732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8713199903198191732'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/09/installing-ubuntu-from-internet-via-usb.html' title='Installing ubuntu from Internet via usb key'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-8628516045085488491</id><published>2011-08-24T16:27:00.001+02:00</published><updated>2011-08-24T16:31:28.463+02:00</updated><title type='text'>52</title><content type='html'>&lt;iframe width=&quot;420&quot; height=&quot;345&quot; src=&quot;http://www.youtube.com/embed/Mxv53UiyIHQ&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/8628516045085488491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/8628516045085488491' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8628516045085488491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8628516045085488491'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/08/52.html' title='52'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Mxv53UiyIHQ/default.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-2007508723305384429</id><published>2011-08-15T16:46:00.005+02:00</published><updated>2011-08-15T16:56:36.272+02:00</updated><title type='text'>43</title><content type='html'>&quot;Im not going to say Science is rock and roll, but Science rocks..&quot;&lt;br /&gt;&lt;br /&gt;&lt;iframe width=&quot;560&quot; height=&quot;349&quot; src=&quot;http://www.youtube.com/embed/vYuOKb3gO7E&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/2007508723305384429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/2007508723305384429' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/2007508723305384429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/2007508723305384429'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/08/43.html' title='43'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/vYuOKb3gO7E/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-7124716556687497334</id><published>2011-08-11T19:43:00.003+02:00</published><updated>2011-08-11T20:12:57.182+02:00</updated><title type='text'>39</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1CqNF_vXmnRJDN1XenVpf5E3V9r0hRNkpEGzNJPQPpYCyyQoSWIZrZbPsSjpRPd89sW0PcJjizW0005k3e-mrTiB8AjH5_Pu_OQV_PGb_OMKtOc7DkNyCxkCMMp4GQd2ruvUF/s1600/dani.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 287px; height: 400px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1CqNF_vXmnRJDN1XenVpf5E3V9r0hRNkpEGzNJPQPpYCyyQoSWIZrZbPsSjpRPd89sW0PcJjizW0005k3e-mrTiB8AjH5_Pu_OQV_PGb_OMKtOc7DkNyCxkCMMp4GQd2ruvUF/s400/dani.JPG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5639655564737819618&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Creo que se me han perdido unas piezas, no te las llevarías?&lt;br /&gt;&lt;br /&gt;&lt;object width=&quot;250&quot; height=&quot;40&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://grooveshark.com/songWidget.swf&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;flashvars&quot; value=&quot;hostname=cowbell.grooveshark.com&amp;songIDs=32247854&amp;style=metal&amp;p=0&quot; /&gt;&lt;embed src=&quot;http://grooveshark.com/songWidget.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;250&quot; height=&quot;40&quot; flashvars=&quot;hostname=cowbell.grooveshark.com&amp;songIDs=32247854&amp;style=metal&amp;p=0&quot; allowScriptAccess=&quot;always&quot; wmode=&quot;window&quot; /&gt;&lt;/object&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/7124716556687497334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/7124716556687497334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/7124716556687497334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/7124716556687497334'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/08/39.html' title='39'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1CqNF_vXmnRJDN1XenVpf5E3V9r0hRNkpEGzNJPQPpYCyyQoSWIZrZbPsSjpRPd89sW0PcJjizW0005k3e-mrTiB8AjH5_Pu_OQV_PGb_OMKtOc7DkNyCxkCMMp4GQd2ruvUF/s72-c/dani.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-1344215367551060424</id><published>2011-08-02T22:36:00.001+02:00</published><updated>2011-08-02T22:36:23.921+02:00</updated><title type='text'>Para ti</title><content type='html'>&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5wizPUmjqVZwJXuPvhIz4ROL8v0bDJgjW-5w1yZpZUjppaBTmYGd13A9gpr6IUxc2FFlDt3aslWIdHlHL_lkYgDaovAOrequ06iF1yL1fhol7m6zspTvmAQf-1SFGFmdhbWqp/s1600/IMG_20110802_215239-783922.jpg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5wizPUmjqVZwJXuPvhIz4ROL8v0bDJgjW-5w1yZpZUjppaBTmYGd13A9gpr6IUxc2FFlDt3aslWIdHlHL_lkYgDaovAOrequ06iF1yL1fhol7m6zspTvmAQf-1SFGFmdhbWqp/s320/IMG_20110802_215239-783922.jpg&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5636360248904412226&quot; /&gt;&lt;/a&gt;&lt;/p&gt; </content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/1344215367551060424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/1344215367551060424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/1344215367551060424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/1344215367551060424'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/08/para-ti.html' title='Para ti'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5wizPUmjqVZwJXuPvhIz4ROL8v0bDJgjW-5w1yZpZUjppaBTmYGd13A9gpr6IUxc2FFlDt3aslWIdHlHL_lkYgDaovAOrequ06iF1yL1fhol7m6zspTvmAQf-1SFGFmdhbWqp/s72-c/IMG_20110802_215239-783922.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-3116093160317343264</id><published>2011-07-30T09:50:00.003+02:00</published><updated>2011-07-30T10:55:51.260+02:00</updated><title type='text'>27</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Le encanta tomarse el café de los sábados junto a la ventana, dice que la temperatura es perfecta, diecisiete grados. Los ninyos por alguna extranya razón aun no están gritando en la calle con lo que todo esta muy tranquilo y puede escuchar como por una de esas ventanas, no se si es la mía, &quot;fue en un pueblo con mar una noche&quot;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Los barcos del río, aunque no consigue verlos desde su ventana, siguen atracados, como siempre, pero me ha dicho que las amarras que los unen a la ciudad se están debilitando y tarde o temprano zarparan, sin prisa pero sin pausa. Hace un tiempo fue capitán de uno de esos barcos, el mas bonito de todos, el que tenia escrito en su proa &quot;Elle&quot;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Se le termina el café, pero no hay problema ya que siempre hace para dos, sigue cocinando para dos y pone la mesa con unas velas, también se afeita y se pone camisa y esconde las piernas debajo de la mesa para que no se le vean las espardenyas que se le han roto porque como siempre se le olvid&#39;o cortarse las unyas.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Se ha dado cuenta de que lo miraba por la ventana y ha cerrado una especie de cortina que m&#39;as bien parece una s&#39;abana, bueno, ya seguir&#39;e mirando en otro momento o le llamo mas tarde para ver que hacemos.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/3116093160317343264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/3116093160317343264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3116093160317343264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/3116093160317343264'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/07/27.html' title='27'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17464595.post-8254129109472135391</id><published>2011-07-27T20:41:00.002+02:00</published><updated>2011-07-27T20:49:05.485+02:00</updated><title type='text'>24</title><content type='html'>&lt;iframe width=&quot;425&quot; height=&quot;349&quot; src=&quot;http://www.youtube.com/embed/loNU4fVpO8E&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://madremiamadremiaque.blogspot.com/feeds/8254129109472135391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17464595/8254129109472135391' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8254129109472135391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17464595/posts/default/8254129109472135391'/><link rel='alternate' type='text/html' href='http://madremiamadremiaque.blogspot.com/2011/07/24.html' title='24'/><author><name>Dani</name><uri>http://www.blogger.com/profile/12808681592189175279</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/loNU4fVpO8E/default.jpg" height="72" width="72"/><thr:total>2</thr:total></entry></feed>