<?xml version="1.0" encoding="ISO-8859-1" ?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel rdf:about="http://luisbg.blogalia.com/rdf.xml">
		<title>the phrygian cap</title>
		<link>http://luisbg.blogalia.com/</link>
		<description>luis de bethencourt's blog about the technological freedom world.</description>
		<dc:language>es-ES</dc:language>
		<dc:rights>Copyright d33p</dc:rights>
		<dc:publisher>d33p</dc:publisher>
  		<dc:creator>d33p</dc:creator>
		<items>
			<rdf:Seq>
								<rdf:li resource="http://luisbg.blogalia.com//historias/73242" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73194" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73185" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73123" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73089" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73083" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/73068" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/72238" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/72217" />
				<rdf:li resource="http://luisbg.blogalia.com//historias/71835" />

			</rdf:Seq>
		</items>
	</channel>

	
	<item rdf:about="http://luisbg.blogalia.com//historias/73242">
		<title>The Git Hobgoblin</title>
		<link>http://luisbg.blogalia.com//historias/73242</link>
		<description>&lt;center&gt;All the credit to &lt;a href=&quot;http://stevelosh.com/blog/2013/04/git-koans/&quot;&gt;Steve Losh&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A novice was learning at the feet of Master Git. At the end of the lesson he looked through his notes and said, &amp;#8220;Master, I have a few questions. May I ask them?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
Master Git nodded.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;How can I view a list of all tags?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git tag&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;How can I view a list of all remotes?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git remote -v&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;How can I view a list of all branches?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git branch -a&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;And how can I view the current branch?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git rev-parse --abbrev-ref HEAD&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;How can I delete a remote?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git remote rm&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;And how can I delete a branch?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
&amp;#8220;&lt;code&gt;git branch -d&lt;/code&gt;&amp;#8220;, replied Master Git.&lt;br /&gt;
&lt;br /&gt;
The novice thought for a few moments, then asked: &amp;#8220;Surely some of these could be made more consistent, so as to be easier to remember in the heat of coding?&amp;#8221;&lt;br /&gt;
&lt;br /&gt;
Master Git snapped his fingers. A hobgoblin entered the room and ate the novice alive. In the afterlife, the novice was enlightened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://i.imgur.com/dWrbJgS.jpg&quot; width=&quot;300&quot;&gt;&lt;/center&gt;</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73194">
		<title>snappy 0.3 is out!</title>
		<link>http://luisbg.blogalia.com//historias/73194</link>
		<description>&lt;a href=&quot;http://projects.gnome.org/snappy&quot;&gt;snappy&lt;/a&gt; is an open source media player that gathers the power and flexibility of &lt;a href=&quot;http://www.gstreamer.com&quot;&gt;GStreamer&lt;/a&gt; inside the comfort of a minimalistic &lt;a href=&quot;https://live.gnome.org/Clutter&quot;&gt;Clutter&lt;/a&gt; interface.&lt;br /&gt;
&lt;br /&gt;
The snappy development team is proud to announce it's second release: 0.3&lt;br /&gt;
codename: &lt;i&gt;&quot;Rosebud&quot;, Citizen Kane&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://projects.gnome.org/snappy/data/images/snappy_0.3.png&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Some of the changes you will notice are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UI redesign with nicer icons and layout.&lt;/li&gt;&lt;li&gt;Has a cool &lt;a href=&quot;http://luisbg.blogalia.com/historias/72238&quot;&gt;logo&lt;/a&gt;&lt;/li&gt;&lt;li&gt;It is a &lt;a href=&quot;http://luisbg.blogalia.com/historias/71750&quot;&gt;GNOME Project&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Sample video player of the &lt;a href=&quot;http://www.gstreamer.com/&quot;&gt;GStreamer SDK&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Drag and drop media files into snappy&lt;/li&gt;&lt;li&gt;Support for subtitle streams&lt;/li&gt;&lt;li&gt;Ported to GStreamer 1.0&lt;/li&gt;&lt;li&gt;Launcher from the desktop&lt;/li&gt;&lt;li&gt;Works in Windows, OS X and Android&lt;/li&gt;&lt;li&gt;Multi-screen Desktop full-screening&lt;/li&gt;&lt;li&gt;Support for media queues&lt;/li&gt;&lt;li&gt;Code style fixes for readibility&lt;/li&gt;&lt;li&gt;Option to run without a User Interface&lt;/li&gt;&lt;li&gt;More bug fixes than we are proud of :P&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
Give it a spin and &lt;a href=&quot;mailto:snappy-list@gnome.org&quot;&gt;let us know&lt;/a&gt; how it can be even better for you.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;download a tarball: &lt;a href=&quot;http://people.collabora.co.uk/~luisbg/snappy/snappy-0.3.tar.bz2&quot;&gt;bz2&lt;/a&gt;, &lt;a href=&quot;http://people.collabora.co.uk/~luisbg/snappy/snappy-0.3.tar.gz&quot;&gt;gz&lt;/a&gt; or &lt;a href=&quot;http://people.collabora.co.uk/~luisbg/snappy/snappy-0.3.tar.xz&quot;&gt;xz&lt;/a&gt;&lt;br /&gt;
clone the &lt;a href=&quot;https://git.gnome.org/browse/snappy&quot;&gt;git repo&lt;/a&gt;&lt;br /&gt;
packages in distributions will be updated soon&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://git.gnome.org/browse/snappy/tree/THANKS&quot;&gt;Thanks&lt;/a&gt; to all who helped in snappy's &lt;a href=&quot;https://git.gnome.org/browse/snappy/tree/README&quot;&gt;0.3&lt;/a&gt; creation!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disclaimer: No narwhals were harmed during the making of this release. One got homesick and an other disappeared for days in a The Wire marathon, but that's about it.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73185">
		<title>Do you use Vim? donate to Uganda</title>
		<link>http://luisbg.blogalia.com//historias/73185</link>
		<description>Independently of where you stand in the &lt;a href=&quot;http://www.vim.org&quot;&gt;Vim&lt;/a&gt; versus &lt;a href=&quot;http://www.gnu.org/software/emacs/&quot;&gt;Emacs&lt;/a&gt; infamous battle, it is hard to deny that Vim is an amazing text editor, but did you knew about Vim's peculiar license? Vim is &lt;a href=&quot;http://charityware.info/&quot;&gt;charityware&lt;/a&gt;, with a GPL-compatible license. It's distributed freely, but they ask that if you find it useful you make a donation to help children in Uganda through the &lt;a href=&quot;http://iccf-holland.org/&quot;&gt;ICCF&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://iccf-holland.org/images/2012class.jpg&quot; width=&quot;400&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Bram Moolenaar, author and maintainer of Vim, helped establish a foundation called &lt;a href=&quot;http://iccf-holland.org/&quot;&gt;ICCF Holland&lt;/a&gt; that works to support a children's center in Uganda. He encourages users to consider making a donation to this foundation, which he serves as treasurer of and &lt;a href=&quot;http://iccf-holland.org/news.html#March2011&quot;&gt;visits the site in Uganda&lt;/a&gt; nearly every year to monitor the center's progress.&lt;br /&gt;
&lt;br /&gt;
You can become a registered user by sponsoring 10 euros or more, and you can vote for new features. Amazing.&lt;br /&gt;
&lt;br /&gt;
Inside Vim try :help sponsor, and :help uganda, for more information.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73123">
		<title>Vector killed the pixel star</title>
		<link>http://luisbg.blogalia.com//historias/73123</link>
		<description>&lt;center&gt;&lt;img src=&quot;http://cdn.physorg.com/newman/gfx/news/2012/isthepixelab.jpg&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Might the pixel be on it's way out and dead in 5 years? This project developing a &lt;a href=&quot;http://phys.org/news/2012-12-pixel-die.html#jCp&quot;&gt;vector based video codec predicts&lt;/a&gt; so. The project team consists of researches of the University, Root6 Technology, Smoke &amp; Mirrors and Ovation Data Services.&lt;br /&gt;
&lt;br /&gt;
The pixel isn't perfect. A grid simplification of the original image, at any scale bigger than it was intended the image looks blocky. To that add the &lt;a href=&quot;http://blog.abandonedwig.info/blog//2013/02/24/edge-distance-anti-aliasing.html&quot;&gt;aliasing problems&lt;/a&gt; regarding edges and lines that don't match the grid nicely, and even at the original size things can look chunky.&lt;br /&gt;
&lt;br /&gt;
The transition from pixel based bitmaps to &lt;a href=&quot;http://inkscape.org/&quot;&gt;vector&lt;/a&gt; based images has been happening for a long time in the static image world. This team of researchers is saying this is also a better way to record moving images and that it will replace the pixel in five years.&lt;br /&gt;
&lt;br /&gt;
The team developed something called a vector-based video codec that attempts to overcome the challenges of a typical vector display. A typical vector display features drawn lines and contoured colors on a screen (rather than the simple, geometrical map of pixels we're all accustomed to). But it has problems--notably, areas between colors can't be filled in well enough for a high-quality image to be displayed, the researchers say.&lt;br /&gt;
&lt;br /&gt;
Professor Phil Willis, from the University's Department of Computer Science, said: &quot;&lt;i&gt;This is a significant breakthrough which will revolutionize the way visual media is produced&lt;/i&gt;.&quot;&lt;br /&gt;
&lt;br /&gt;
Read more &lt;a href=&quot;http://phys.org/news/2012-12-pixel-die.html#jCp&quot;&gt;here&lt;/a&gt;.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73089">
		<title>hipstercrite</title>
		<link>http://luisbg.blogalia.com//historias/73089</link>
		<description>&lt;a href=&quot;http://lyrahowell.com/&quot;&gt;Lyra Howell&lt;/a&gt;, a talented artistic friend, coined the word '&lt;i&gt;hipstercrite&lt;/i&gt;' during a recent conversation. I couldn't help laughing at the pure genius and wordsmith-juggling skill of her creation and now want it to become part of our urban lingo:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;hip·ster·crite&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;/&amp;#712;hipst&amp;#601;rkrit/&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Noun&lt;br /&gt;
1. A person who hates on so-called hipsters while actually being a hipster himself and denies it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I secretly wait for any conversation where I can drop and share this new gem into the urban vernacular.&lt;br /&gt;
&lt;br /&gt;
Apparently the word already exists in &lt;a href=&quot;http://www.urbandictionary.com/define.php?term=Hipstercrite&quot;&gt;urban dictionary&lt;/a&gt;. Proving once again &lt;a href=&quot;http://epc.buffalo.edu/authors/goldsmith/if_it_doesnt_exist.html&quot;&gt;the rule&lt;/a&gt; that if it doesn't exist on the internet, it doesn't exist. Damn you internets full of hipstercrites, even the &lt;a href=&quot;http://www.hipstercrite.com&quot;&gt;domain&lt;/a&gt; (which I wanted to buy) is gone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://www.jonathanmalm.com/wp-content/uploads/2011/10/hipster-cat.jpg&quot; width=&quot;350&quot;&gt;&lt;/center&gt;</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73083">
		<title>Primeval C: two very early compilers</title>
		<link>http://luisbg.blogalia.com//historias/73083</link>
		<description>Dennis Ritchie, the creator of the C programming language and co-creator of UNIX operating system, had been curating some old DECtapes, and he offered some of the artifacts. Unfortunately existing tapes lack interesting things like earliest Unix OS source, but some indicative fossils have been prepared for &lt;a href=&quot;http://cm.bell-labs.com/cm/cs/who/dmr/primevalC.html&quot;&gt;exhibition&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;i&gt;As described in the &lt;a href=&quot;http://cm.bell-labs.com/cm/cs/who/dmr/chist.html&quot;&gt;C History paper&lt;/a&gt;, 1972-73 were the truly formative years in the development of the C language: this is when the transition from typeless B to weakly typed C took place, mediated by the (Neanderthal?) NB language, of which no source seems to survive. It was also the period in which Unix was rewritten in C.&lt;br /&gt;
&lt;br /&gt;
In looking over this material, I have mixed emotions; so much of this stuff is immature and not well-done, and there is an element of embarrassment about displaying it. But at the same time it does capture two moments in a period of creativeness and may have some historical interest.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Two tapes are present here&lt;/b&gt;; the first is labeled &quot;last1120c&quot;, the second &quot;prestruct-c&quot;. I know from distant memory what these names mean: &lt;b&gt;the first is a saved copy of the compiler preserved just as we were abandoning the PDP-11/20, which did not have multiply or divide instructions, but instead a separate, optional unit that did these operations (and also shifts) by storing the operands into memory locations.&lt;/b&gt; [...]&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&quot;prestruct-c&quot; is a copy of the compiler just before I started changing it to use structures itself.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It's a bit hard to get really accurate dates for these compilers, except that they are certainly 1972-73. There are date bits on the tape image, but they suffer from a possible off-by-a-year error because we changed epochs more than once during this era, and also because the files may have been copied or fiddled after they were the source for the compiler in contemporaneous use.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;The earlier compiler does not know about structures at all: the string &quot;struct&quot; does not appear anywhere. The second tape has a compiler that does implement structures in a way that begins to approach their current meaning&lt;/b&gt;. Their declaration syntax seems to use () instead of {}, but . and -&gt; for specifying members of a structure itself and members of a pointed-to structure are both there.&lt;/i&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
mortdeus, from &lt;a href=&quot;http://news.ycombinator.com/item?id=5306680&quot;&gt;Hacker News&lt;/a&gt;, has mirrored these files into a &lt;a href=&quot;https://github.com/mortdeus/legacy-cc&quot;&gt;github repo&lt;/a&gt; where you can view these files.&lt;br /&gt;
&lt;br /&gt;
Read more at Dennis Ritchie's &lt;a href=&quot;http://cm.bell-labs.com/cm/cs/who/dmr/primevalC.html&quot;&gt;original article&lt;/a&gt;.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/73068">
		<title>Arctic Sea Ice Death Spiral</title>
		<link>http://luisbg.blogalia.com//historias/73068</link>
		<description>&lt;center&gt;&lt;iframe width=&quot;640&quot; height=&quot;480&quot; src=&quot;http://www.youtube.com/embed/qUO23Y179pU?rel=0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.reric.org&quot;&gt;R. Eric Collins&lt;/a&gt; made &lt;a href=&quot;http://www.reric.org/wordpress/archives/1092&quot;&gt;this&lt;/a&gt; fascinating and alarming movie to visually demonstrate the dramatic decrease in Arctic sea ice happening right now.&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;i&gt;When I was born, in 1979, the minimum summer sea ice extent in the Arctic was about 17,000 cubic kilometers. In 2012, it was less than 5,000 cubic kilometers.&lt;br /&gt;
&lt;br /&gt;
The red points show weekly estimates of sea ice volume in the Arctic through time, from 1979 to today. The scale is from 0 to 35,000 cubic kilometers. There is a seasonal expansion of the ice during winter and a shrinking during the summer. There is no evidence for a sea-ice free summer in the past 700,000 years of Earth history. The next one is predicted to take place in the &lt;a href=&quot;http://onlinelibrary.wiley.com/doi/10.1029/2005EO340001/abstract&quot;&gt;next 5-30 years&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sea ice volume estimates by PIOMAS show a long-term decline in sea ice volume in the Arctic. The summer sea ice minimum now contains only &lt;a href=&quot;http://psc.apl.washington.edu/wordpress/research/projects/arctic-sea-ice-volume-anomaly/&quot;&gt;20&amp;#8211;30% of the ice volume observed in the last 1970&amp;#8242;s&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
This phenomenon has been termed the &amp;#8220;&lt;a href=&quot;http://deepclimate.org/2012/10/04/2012-arctic-sea-ice-minimum-part-3-arctic-sea-ice-death-spiral-continues/&quot;&gt;Arctic Sea Ice Death Spiral&lt;/a&gt;&amp;#8221; and is directly related to anthropogenic greenhouse warming of the atmosphere.&lt;br /&gt;
&lt;br /&gt;
It is possible that the Arctic has reached an irreversible &amp;#8220;&lt;a href=&quot;http://www.the-cryosphere.net/7/275/2013/tc-7-275-2013.html&quot;&gt;tipping point&lt;/a&gt;&amp;#8221; from which it cannot recover the lost ice.&lt;/i&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Read more and comment at the &lt;a href=&quot;http://www.reric.org/wordpress/archives/1092&quot;&gt;original source&lt;/a&gt;.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/72238">
		<title>Habemus Logo</title>
		<link>http://luisbg.blogalia.com//historias/72238</link>
		<description>Since the first few days of the project; the idea for the snappy logo was a crocodile, one of those jokes made while having a few too many beers with other developers and just stuck.&lt;br /&gt;
&lt;br /&gt;
Thanks to the awesome artwork of &lt;a href=&quot;http://troy-sobotka.blogspot.com.es/&quot;&gt;Troy Sobotka&lt;/a&gt; which was able to run with the simple idea of &quot;make it a crocodile&quot;, snappy now has a very cool logo. snappy eats everything pouncing fast. Lame pun, I know.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;The logo:&lt;br /&gt;
&lt;img src=&quot;http://i.imgur.com/O9RKL.png&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
snappy. snap! snap!&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;Logo with project name:&lt;br /&gt;
&lt;img src=&quot;http://i.imgur.com/bULDo.png&quot; width=&quot;600&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Stay tuned for the announcement of the 0.3 release. Meanwhile, use the comments section to joke, mock or make even lammer puns about the crocodile.&lt;br /&gt;
&lt;br /&gt;
Thanks Troy!</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/72217">
		<title>Obligatory post-Guadec post</title>
		<link>http://luisbg.blogalia.com//historias/72217</link>
		<description>Let me start first by congratulating the organizers for the best planned &lt;a href=&quot;&quot;&gt;Guadec&lt;/a&gt; in modern history. It was spectacular! Though some hipster old-schoolers disgree with me and say that Villanova was the most fun (or Vinylnova), I think they are confused by nostalgia, not being able to handle a little ocean breeze, and just general old age crankiness from not finding shorts that fit. Competitions aside, it is clear that Guadec+beach is the most epic of combos.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://i.imgur.com/ImI8M.jpg&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
...but even the nicest of days with the best of people come to an end. Looking forward to seeing you all again.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://i.imgur.com/JVij2.jpg&quot; width=&quot;700&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
That said... where in the world is Duckie?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jeff.ecchi.ca/blog/2012/08/03/what-the-duck/#more-2166&quot;&gt;Jeff&lt;/a&gt; and &lt;a href=&quot;http://seilo.geekyogre.com/&quot;&gt;Seif&lt;/a&gt; don't know if somebody took him in the airport or if he is lost his way. Not as naive as them, I know the truth, I saw it in Duckie's eyes. Jeff finally found somebody that would help clean PiTiVi's bugs and he wasn't ready to let it go, but Duckie couldn't take PiTiVi's issues anymore. They could bring even the mightiest of men down, and Duckie kept looking at the destination boards with hopes of freedom, waiting for his chance. Luck was on his side that morning, since the guys attention slipped for a moment due to Guadec sleep deprivation and some Norwegian conspiracy, and he went for it.&lt;br /&gt;
&lt;br /&gt;
Run free Duckie! Run free!&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://i.imgur.com/zfpj3.jpg&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
Perhaps this is just wishful thinking. We love you duckie.</description>
	</item>

	<item rdf:about="http://luisbg.blogalia.com//historias/71835">
		<title>emacs for losers</title>
		<link>http://luisbg.blogalia.com//historias/71835</link>
		<description>I was reading the first book of &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Losers_(Vertigo)&quot;&gt;&lt;i&gt;The Losers&lt;/i&gt;&lt;/a&gt;, where in issue/chapter 2 Jensen is stealing some information from a hard drive in an insurance firm office:&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://i.imgur.com/TVP9B.jpg&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
and suddenly I notice...&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;img src=&quot;http://i.imgur.com/HJrsJ.jpg&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
bash, emacs, and bsd!&lt;br /&gt;
I have to admit a had a little nerdgasm.&lt;br /&gt;
&lt;br /&gt;
By the way, I totally recommend this book. Consistently fun over the top action within an interesting caper story.</description>
	</item>


</rdf:RDF>