<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mario's Weblog</title>
	<atom:link href="http://mario79t.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mario79t.wordpress.com</link>
	<description>Travel, telecommunications, programming, people</description>
	<lastBuildDate>Tue, 13 Oct 2009 06:43:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mario79t.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c9f00fb995be66fc3ed32ae46c899f37?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mario's Weblog</title>
		<link>http://mario79t.wordpress.com</link>
	</image>
			<item>
		<title>The story of AES (Advanced Encryption Standard)</title>
		<link>http://mario79t.wordpress.com/2009/10/13/the-story-of-aes-advanced-encryption-standard/</link>
		<comments>http://mario79t.wordpress.com/2009/10/13/the-story-of-aes-advanced-encryption-standard/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:38:23 +0000</pubDate>
		<dc:creator>mavl4219</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[Telecommunications]]></category>

		<guid isPermaLink="false">http://mario79t.wordpress.com/?p=747</guid>
		<description><![CDATA[Ever wanted to know how AES became AES, or how it works? This is the fun way to learn it.
Story of an AES, presented as a comic&#8230;great work. Complements to the author.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mario79t.wordpress.com&blog=3522899&post=747&subd=mario79t&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mario79t.wordpress.com/2009/10/13/the-story-of-aes-advanced-encryption-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b91c1f54737dd38776b784f2f96efda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mavl4219</media:title>
		</media:content>

		<media:content url="http://mario79t.files.wordpress.com/2009/10/aes_story.png" medium="image">
			<media:title type="html">AES Story</media:title>
		</media:content>
	</item>
		<item>
		<title>Freaky redirecting: &#8230;&gt; /dev/null 2&gt;&amp;1</title>
		<link>http://mario79t.wordpress.com/2009/09/16/freaky-redirecting-devnull-21/</link>
		<comments>http://mario79t.wordpress.com/2009/09/16/freaky-redirecting-devnull-21/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:30:20 +0000</pubDate>
		<dc:creator>mavl4219</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://mario79t.wordpress.com/?p=743</guid>
		<description><![CDATA[I saw this (or similar) redirection many times (specially with g++&#8217;s output), but i have never bothered to search for explanation &#8211; until now.
First:
There are three standard outputs in *NIX environment STDIN (standarad input), STDOUT (standard output) and STDERR (stderror).
By default, STDOUT is used, and so a redirection in style &#8230; &#62; /dev/null means, standard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mario79t.wordpress.com&blog=3522899&post=743&subd=mario79t&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mario79t.wordpress.com/2009/09/16/freaky-redirecting-devnull-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b91c1f54737dd38776b784f2f96efda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mavl4219</media:title>
		</media:content>
	</item>
		<item>
		<title>Run-time library linking</title>
		<link>http://mario79t.wordpress.com/2009/09/09/run-time-library-linking/</link>
		<comments>http://mario79t.wordpress.com/2009/09/09/run-time-library-linking/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 07:35:02 +0000</pubDate>
		<dc:creator>mavl4219</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://mario79t.wordpress.com/?p=737</guid>
		<description><![CDATA[This is not a new thing&#8230;but i&#8217;ve discovered it recently. 
My project tree contains two libraries in libs/ dir, and whenever i try to compile in a new terminal, i have to setup the LD_LIBRARY_PATH&#8230;but not when using -Wl -rpath switches.
When compiling, just add -Wl,-rpath=/path/to/your/libs, and these are the paths, application will used at run-time.
Brief [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mario79t.wordpress.com&blog=3522899&post=737&subd=mario79t&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mario79t.wordpress.com/2009/09/09/run-time-library-linking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9b91c1f54737dd38776b784f2f96efda?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mavl4219</media:title>
		</media:content>
	</item>
	</channel>
</rss>