<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>expatiari expatria &#187; geek</title>
	<atom:link href="http://genaud.net/cat/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://genaud.net</link>
	<description>genaud.net</description>
	<lastBuildDate>Wed, 16 Nov 2011 05:51:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Xmonad on Oneiric Ocelot, Gnome Classic</title>
		<link>http://genaud.net/2011/11/xmonad-on-oneiric-ocelot-gnome-classic/</link>
		<comments>http://genaud.net/2011/11/xmonad-on-oneiric-ocelot-gnome-classic/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 05:20:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://genaud.net/?p=642</guid>
		<description><![CDATA[Following up on Karmic, Lucid and Natty, we have Xmonad on Oneiric Ocelot. Let&#8217;s get my biases out of the way. I love Xmonad. I hate Ubuntu Unity. $ sudo apt-get install gnome-panel xmonad $ sudo vi /usr/share/applications/xmonad.desktop [Desktop Entry] Type=Application Encoding=UTF-8 Name=Xmonad Exec=xmonad NoDisplay=true X-GNOME-WMName=Xmonad X-GNOME-Autostart-Phase=WindowManager X-GNOME-Provides=windowmanager X-GNOME-Autostart-Notify=true $ sudo vi /usr/share/xsessions/xmonad-classic.desktop [Desktop Entry] [...]]]></description>
			<content:encoded><![CDATA[<p>Following up on <a href="http://genaud.net/2010/04/xmonad-on-karmic-koala/" >Karmic</a>, <a href="http://genaud.net/2010/05/xmonad-on-lucid-lynx/" >Lucid</a> and <a href="http://genaud.net/2011/10/xmonad-on-natty-narwhal/">Natty</a>, we have Xmonad on Oneiric Ocelot. Let&#8217;s get my biases out of the way. I love Xmonad. I hate Ubuntu Unity.</p>
<p><center><br />
<table>
<tr>
<td><code>
<pre>
$ sudo apt-get install gnome-panel xmonad

$ sudo vi /usr/share/applications/xmonad.desktop
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Xmonad
Exec=xmonad
NoDisplay=true
X-GNOME-WMName=Xmonad
X-GNOME-Autostart-Phase=WindowManager
X-GNOME-Provides=windowmanager
X-GNOME-Autostart-Notify=true

$ sudo vi /usr/share/xsessions/xmonad-classic.desktop
[Desktop Entry]
Name=XMonad Classic
Comment=Tiling window manager that works
TryExec=/usr/bin/gnome-session
Exec=gnome-session --session=xmonad
Type=XSession

$ sudo vi /usr/share/gnome-session/sessions/xmonad.session
[GNOME Session]
Name=Xmonad Classic
RequiredComponents=gnome-settings-daemon;
RequiredProviders=windowmanager;panel;
DefaultProvider-windowmanager=xmonad
DefaultProvider-panel=gnome-panel
FallbackSession=gnome-classic

$ mkdir -p ~/.xmonad

$ vi ~/.xmonad/xmonad.hs
import XMonad
import XMonad.Config.Gnome
import XMonad.Layout.NoBorders
import XMonad.Layout.ThreeColumns

main = xmonad
    gnomeConfig {
            modMask = mod4Mask
          , layoutHook = smartBorders (layoutHook gnomeConfig)
         ||| ThreeCol 1 (3/100) (1/2)
         ||| ThreeColMid 1 (3/100) (1/2)
    }

$ xmonad --recompile
</pre>
<p></code></td>
</tr>
</table>
<p></center></p>
<p>After you logout, be sure to select &#8220;Xmonad Classic&#8221; from the login menu (gear). I&#8217;ve added a command <a href="http://genaud.net/2010/05/xmonad-on-lucid-lynx/">cheat sheet to a previous post</a> (trust me, if you&#8217;ve never used Xmonad before you need to learn five command before you even begin). Perhaps you&#8217;d prefer <a href="http://haskell.org/haskellwiki/Image:Xmbindings.png">something more visual</a>:</p>
<p><a href="http://haskell.org/wikiupload/b/b8/Xmbindings.png"><img src="http://haskell.org/wikiupload/b/b8/Xmbindings.png" width="720" /></a></p>
<p>Thanks to <a href="http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Unity_2D">Haskell Wiki</a> and <a href="https://gist.github.com/1292142">myszek123</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://genaud.net/2011/11/xmonad-on-oneiric-ocelot-gnome-classic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inferno 4</title>
		<link>http://genaud.net/2011/10/inferno-4/</link>
		<comments>http://genaud.net/2011/10/inferno-4/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:54:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://genaud.net/?p=636</guid>
		<description><![CDATA[Inferno is a distributed operating system developed by the same geniuses who invented UNIX, C, UTF-8, Plan-9 from Bell Labs/Lucent. It&#8217;s cutting edge research and I&#8217;m installing it to do, well, research. If things work out, I&#8217;ll be installing it on another machine, and will clean this up then. But for now on Ubuntu 11.04 [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.vitanuova.com/images/inf4e_banner_rhs.jpg" /></center></p>
<p>Inferno is a distributed operating system developed by the same geniuses who invented UNIX, C, UTF-8, Plan-9 from Bell Labs/Lucent. It&#8217;s cutting edge research and I&#8217;m installing it to do, well, research. If things work out, I&#8217;ll be installing it on another machine, and will clean this up then. But for now on Ubuntu 11.04 (386):</p>
<p>I cloned the mercurial repository as well as downloaded the tar with fonts. I haven&#8217;t decided which path is smarter. I installed graphics libraries. I also ran most of this as root in /usr/lib (was that smart?):</p>
<p>hg clone https://code.google.com/p/inferno-os/<br />
wget http://www.vitanuova.com/dist/4e/inferno-20100120.tgz<br />
apt-get install libxext-dev libxpm-dev x11proto-xext-dev</p>
<p>Extracted/moved to /usr/lib/inferno (not sure that&#8217;s wise)<br />
edited mkconfig, set ROOT to the path above, set OBJTYPE=386, etc<br />
PATH=/usr/lib/inferno/Linux/386/bin:$PATH<br />
And this was not anywhere reasonable (like INSTALL, the repo web site, nor vita nuova) except Ueber.net:<br />
./makemk.sh &#038;&#038; mk -s nuke mkdirs install</p>
<p>Very fast boot time!</p>
<p>$ /usr/lib/inferno/Linux/386/bin/emu -r/usr/lib/inferno -c0 -g1024x768<br />
; wm/wm</p>
<p>http://www.vitanuova.com/inferno/downloads.html</p>
<p>http://www.ueber.net/who/mjl/inferno/getting-started.html</p>
]]></content:encoded>
			<wfw:commentRss>http://genaud.net/2011/10/inferno-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xmonad on Natty Narwhal</title>
		<link>http://genaud.net/2011/10/xmonad-on-natty-narwhal/</link>
		<comments>http://genaud.net/2011/10/xmonad-on-natty-narwhal/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 05:31:39 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://genaud.net/?p=620</guid>
		<description><![CDATA[Xmonad on Natty Narwhal is a snap to set up. Just install xmonad 0.9.1: $ sudo apt-get install xmonad Create a config directory: $ mkdir ~/.xmonad Create a new config: $ vi ~/.xmonad/xmonad.hs import XMonad import XMonad.Config.Gnome import XMonad.Layout.NoBorders main = xmonad gnomeConfig { modMask = mod4Mask , layoutHook = smartBorders (layoutHook gnomeConfig) } Compile [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/alex/2011/10/xmonad-natty-narwhal01_720.png" alt="Three Xmonad tiles, including some basic commands in a web browser, config and compilation in a terminal window, and a clock" /></p>
<p>Xmonad on Natty Narwhal is a snap to set up. Just install xmonad 0.9.1:<strong><code><br />
$ sudo apt-get install xmonad<br />
</code></strong></p>
<p>Create a config directory:<strong><code><br />
$ mkdir ~/.xmonad<br />
</code></strong></p>
<p>Create a new config:<strong><code>
<pre>$ vi ~/.xmonad/xmonad.hs

import XMonad
import XMonad.Config.Gnome
import XMonad.Layout.NoBorders
main = xmonad
    gnomeConfig {
            modMask = mod4Mask
          , layoutHook  = smartBorders (layoutHook gnomeConfig)
    }
</pre>
<p></code></strong></p>
<p>Compile (if/when successful, end with &#8220;:q&#8221;):<strong><code><br />
$ ghci ~/.xmonad/xmonad.hs<br />
:q<br />
</code></strong></p>
<p>Create the Gnome session files:<strong><code><br />
$ sudo vi /usr/share/gnome-session/sessions/xmonad.session</p>
<p>[GNOME Session]<br />
Name=Xmonad<br />
Required=windowmanager;panel;filemanager;<br />
Required-windowmanager=xmonad<br />
Required-panel=gnome-panel<br />
Required-filemanager=nautilus<br />
DefaultApps=gnome-settings-daemon;<br />
</code></strong></p>
<p>And desktop:<strong><code><br />
$ sudo vi /usr/share/xsessions/xmonad.desktop</p>
<p>[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=XMonad<br />
Comment=Lightweight tiling window manager + Gnome<br />
Exec=gnome-session --session=xmonad<br />
Icon=xmonad.png<br />
Type=Application<br />
X-Ubuntu-Gettext-Domain=gnome-session-2.0<br />
</code></strong></p>
<div><script id="playterm-MjAxMS0xMC90dHlyZWNvcmQtMTMxNzYyNDc1MXw4MHgyNA==" type="text/javascript" src="http://www.playterm.org/js/?hash=MjAxMS0xMC90dHlyZWNvcmQtMTMxNzYyNDc1MXw4MHgyNA==" class="size:80x24"></script></div>
<p>Then when you log out, enter your user name, select &#8220;Xmonad&#8221; from the bottom menu (as opposed to &#8220;Ubuntu&#8221;, &#8220;Unity&#8221;, or &#8220;Classic&#8221;), then enter your password, and enter. Note that I set the meta key to the &#8220;Win&#8221; key which seems to be most compatible with Gnome. See the <a href="/2010/05/xmonad-on-lucid-lynx/">previous post</a> for the basic dozen Xmonad commands (here are two: Win-Shift-q to logout of Xmonad and Win-Shift-Return to open a terminal window).</p>
<p><img src="/alex/2010/04/xmonad-pix-720.png" alt="An earlier image including many tiles, one floating, featuring a water color image of my dog in Greenland" /></p>
]]></content:encoded>
			<wfw:commentRss>http://genaud.net/2011/10/xmonad-on-natty-narwhal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inflation</title>
		<link>http://genaud.net/2011/06/inflation/</link>
		<comments>http://genaud.net/2011/06/inflation/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 04:59:55 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[kamma]]></category>

		<guid isPermaLink="false">http://genaud.net/?p=568</guid>
		<description><![CDATA[It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote>It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to heaven, we were all going direct the other way &#8211; in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only.</p>
<p>&#8211;Charles Dickens, 1859, regarding the 1775 French adventure with hyperinflation that lead to the Revolution</p></blockquote>
<p><a href="http://genaud.net/uploads/2011/06/800px-100_million_zimbabwe.jpg"><img src="http://genaud.net/uploads/2011/06/800px-100_million_zimbabwe.jpg" alt="" title="800px-100_million_zimbabwe" width="720" w="800" h="418" class="aligncenter size-full wp-image-594" /></a></p>
<p>From the Roman empire, pre-French Revolution, pre-World War II Germany, whenever governments get a taste for printing free money, they send their citizens on an exciting ride called hyperinflation. But of course, that won&#8217;t happen this time&#8230;</p>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/stlouis-fed-fredgraph.png"><img src="http://genaud.net/uploads/2011/06/stlouis-fed-fredgraph.png" alt="" title="stlouis-fed-fredgraph" width="720" w="630" h="378" class="size-full wp-image-572" /></a><p class="wp-caption-text">http://research.stlouisfed.org/fred2/graph/fredgraph.png?&#038;id=BASE</p></div>
<p></p>
<p>The above chart was published by the St. Louis Federal Reserve. Wow, that&#8217;s a lot of printing in just two years. To put that in historical perspective, here is the money supply for the past hundred years. That fun little jump at the end, oh let us not concern ourselves with that. We&#8217;re only getting started.</p>
<div id="attachment_586" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/adjusted-monetary-base1920-2011.png"><img src="http://genaud.net/uploads/2011/06/adjusted-monetary-base1920-2011.png" alt="" title="adjusted-monetary-base1920-2011" width="720" w="630" h="378" class="size-full wp-image-586" /></a><p class="wp-caption-text">St. Louis Federal Reserve Monetary Base 1917-2011</p></div>
<p></p>
<div id="attachment_573" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/money-supply.gif"><img src="http://genaud.net/uploads/2011/06/money-supply.gif" alt="" title="money-supply" width="720" w="600" height="300" class="size-full wp-image-573" /></a><p class="wp-caption-text">http://www.chartingstocks.net/2009/03/chart-of-the-us-money-supply-1917-2009/</p></div>
<p></p>
<p>Soon after 1971, when all governments of the world used fiat currency, the temptation to print debt-backed paper money would not be resisted. We are told that inflation today is under control. It is only certain goods whose value is increasing, not the devaluation of the currency. Certain goods like food, energy, housing, and metals. What&#8217;s left?</p>
<div id="attachment_571" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/grain-price-trends.jpg"><img src="http://genaud.net/uploads/2011/06/grain-price-trends.jpg" alt="" title="grain-price-trends" width="720" w="800" h="436" class="size-full wp-image-571" /></a><p class="wp-caption-text">http://crs.org/emergency/global-food-crisis-faq.cfm</p></div>
<p></p>
<p>The pattern seems to be the same, whether just before the fall of the Roman Empire, pre-French Revolution and seventy years earlier, the Weimar Republic in the 20s before Hitler, Hungary in the 40&#8242;s, <a href="http://en.wikipedia.org/wiki/Economic_history_of_Chile_(1973-1990)">Chile</a> in the 70s before and during Pinochet&#8217;s coup, neighboring Argentina and Peru a decade later, Angola, Yugoslavia, Belarus, and Zimbabwe today, or <a href="http://en.wikipedia.org/wiki/European_sovereign_debt_crisis_%282010%E2%80%93present%29#Greek_government_funding_crisis">Greece</a>, Portugal, Ireland, and the United States tomorrow. In the past, governments set price controls. Today we set &#8216;inflation targets&#8217;, print more money to grant loans and bail out banks. We inflate at consistent rates until the debt becomes greater than domestic production and deflation sets in, then devalue fiat currency. Maybe we&#8217;ll learn from Iceland and let the banks and their backers fail, but recent history on both sides of the Atlantic tell a tired old story.</p>
<p>Notice, if you will, the 80% drops around 2008, the year the housing bubbles collapsed, M3 money (no longer published in the United States) contracted, and M0 money printing reached over 350% in the United States. In other words, bad money (debt backed fiat) deflated, prices dropped, and the central banks began printing money to bring prices back up. While looking at the identical patterns of these commodity prices, ask yourself, did they all become less valuable, or is the value of fiat (dollars and euros) money itself manipulated?</p>
<div id="attachment_569" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/crude_oil.png"><img src="http://genaud.net/uploads/2011/06/crude_oil.png" alt="" title="crude_oil" width="720" w="700" h="420" class="size-full wp-image-569" /></a><p class="wp-caption-text">http://www.mongabay.com/images/commodities/charts/crude_oil.html</p></div>
<p></p>
<div id="attachment_608" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/kitco_plat_pt3650lf_ma_10years.gif"><img src="http://genaud.net/uploads/2011/06/kitco_plat_pt3650lf_ma_10years.gif" alt="" title="kitco_plat_pt3650lf_ma_10years" width="720" class="size-full wp-image-608" /></a><p class="wp-caption-text">Platinum ten year price (notice the exact same 2008 drop)</p></div>
<p></p>
<div id="attachment_609" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/kitco_pd3650lf_ma_palladium_10years.gif"><img src="http://genaud.net/uploads/2011/06/kitco_pd3650lf_ma_palladium_10years.gif" alt="" title="kitco_pd3650lf_ma_palladium_10years" width="720" class="size-full wp-image-609" /></a><p class="wp-caption-text">Palladium 10 years</p></div>
<p></p>
<div id="attachment_610" class="wp-caption aligncenter" style="width: 460px"><a href="http://genaud.net/uploads/2011/06/kitco_rd00-09_rhodium_10years.gif"><img src="http://genaud.net/uploads/2011/06/kitco_rd00-09_rhodium_10years.gif" alt="" title="kitco_rd00-09_rhodium_10years" width="720" height="270" class="size-full wp-image-610" /></a><p class="wp-caption-text">Rhodium (rare precious noble metal) </p></div>
<p></p>
<p>Whether because of dwindling supply, higher demand, instability in the middle east, you can&#8217;t deny that the price of oil suspiciously matches &#8216;real money&#8217; namely gold. We are told that the dollar, yen, and euro are not loosing value, only that food, oil, and gold are improving. I suspect Gold did not take as large a hit as other commodities because bankers have be buying up gold as a hedge against fiat collapse.</p>
<div id="attachment_570" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/gold_10_year_o_usd.png"><img src="http://genaud.net/uploads/2011/06/gold_10_year_o_usd.png" alt="" title="gold_10_year_o_usd" width="720" w="450" h="311" class="size-full wp-image-570" /></a><p class="wp-caption-text">http://www.goldprice.org/spot-gold.html</p></div>
<p></p>
<p><a href="http://genaud.net/uploads/2011/06/kitco_ag00-pres_silver_10years.gif"><img src="http://genaud.net/uploads/2011/06/kitco_ag00-pres_silver_10years.gif" alt="Silver 10 year prices drop in 2008" title="kitco_ag00-pres_silver_10years" width="720" height="270" class="aligncenter size-full wp-image-613" /></a></p>
<p></p>
<p>
<blockquote>
&#8220;If the American people ever allow private banks to control the issue of their currency, first by <strong>inflation</strong>, then by <strong>deflation</strong>, the banks and corporations that will grow up around them will deprive the people of all property until their children wake up homeless on the continent their Fathers conquered.&#8221;</p>
<p>&#8211;Thomas Jefferson
</p></blockquote>
<div id="attachment_582" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/HousePricesNominalApril2011.jpg"><img src="http://genaud.net/uploads/2011/06/HousePricesNominalApril2011-1024x682.jpg" alt="" title="HousePricesNominalApril2011" width="720" w="1024" h="682" class="size-large wp-image-582" /></a><p class="wp-caption-text">http://www.calculatedriskblog.com/2011/06/update-real-house-prices-and-price-to.html</p></div>
<p></p>
<p>The US housing prices increased 900% since the seventies and increased 100% before crashing almost as low in the past ten years.</p>
<p>Quantitative easing (money printing) is used to avoid deflation or when inflation is below target. Japan has been in a deflationary gridlock for decades. With a 0% interest rate, the central bank can not give money away! The United States has reached the peak of credit. Considering there is more debt (M1, Principal + Interest) than money (Principal), then without producing more debt, the money supply will necessarily collapse. Since the central fractional reserve banking system (Federal Reserve) can not loan more money to people (or countries like China) who don&#8217;t want it, the US Fed has recently tripled the amount of dollars in circulation to devalue the currency. Since the Fed can not force producers to create goods that consumers know they can obtain at lower prices later (price deflation), the Fed attempts instead to create a situation whereby consumers accept more debt and recklessly spend in fear that their savings will evaporate (70% devaluation &#8211; or 30% of the value tomorrow for money earned today).</p>
<p>Wages are not going up, indeed some people are losing their jobs, record high numbers can not find new jobs and are foreclosing on their homes (deflation) while the prices of basic requirements (food and energy) are going up (inflation).</p>
<p>Since the <a href="http://www.clevelandfed.org/research/commentary/1997/1015.pdf">terms inflation and deflation</a> no longer refer to monetary inflation (printing money) and since necessities such as energy, food, and metal are excluded from official price inflation calculation, one must assume that inflation and deflation today refers to wages. For why else would the Fed announce concerns over deflation, when clearly prices are going up! &#8230;at least in markets not propped up by toxic debt (housing).</p>
<p>
<blockquote>
The sources of deflation are not a mystery. Deflation is in almost all cases a side effect of a collapse of aggregate demand &#8212; a drop in spending so severe that producers must cut prices on an ongoing basis in order to find buyers. Likewise, the economic effects of a deflationary episode, for the most part, are similar to those of any other sharp decline in aggregate spending&#8211;namely, recession, rising unemployment, and financial stress&#8230;</p>
<p>The U.S. government has a technology, called a printing press, that allows it to produce as many dollars as it wishes at essentially no cost&#8230; Under a paper-money system, a determined government can always generate higher spending and, hence, positive inflation&#8230; a central bank should always be able to generate inflation, even when the short-term nominal interest rate is zero&#8230;</p>
<p>The Fed has the authority to buy foreign government debt &#8230; this class of assets offers huge scope for Fed operations because the quantity of foreign assets eligible for purchase by the Fed is several times the stock of U.S. government debt&#8230;</p>
<p>&#8211;Ben Shalom Bernanke, 2002 (Chairman of the Board of Governors of the United States Federal Reserve as of 2006)</p>
<p>http://www.federalreserve.gov/boardDocs/speeches/2002/20021121/default.htm</p>
</blockquote>
<p><a href="http://genaud.net/uploads/2011/06/Zimbabwe_100_trillion_2009_Obverse.jpg"><img src="http://genaud.net/uploads/2011/06/Zimbabwe_100_trillion_2009_Obverse.jpg" alt="" title="Zimbabwe_100_trillion_2009_Obverse" width="720" w="600" h="300" class="aligncenter size-full wp-image-595" /></a></p>
<div id="attachment_602" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/Germany_1B_image13.jpg"><img src="http://genaud.net/uploads/2011/06/Germany_1B_image13.jpg" alt="" title="Germany 1923 Deutsche Mark 1 Billion" width="720" class="size-full wp-image-602" /></a><p class="wp-caption-text">Germany 1923 Deutsche Mark 1 Billion</p></div>
<div id="attachment_603" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/Hungary_10M_image11.jpg"><img src="http://genaud.net/uploads/2011/06/Hungary_10M_image11.jpg" alt="" title="Hungary 10M Pengo" width="720" class="size-full wp-image-603" /></a><p class="wp-caption-text">Hungary 10 million Pengo</p></div>
<div id="attachment_604" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/Nicaragua_10M_image10.jpg"><img src="http://genaud.net/uploads/2011/06/Nicaragua_10M_image10.jpg" alt="" title="Nicaragua_10M_image10" width="720" class="size-full wp-image-604" /></a><p class="wp-caption-text">Nicaragua 10 Million</p></div>
<div id="attachment_605" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/Turkey_5M_image5_5.jpg"><img src="http://genaud.net/uploads/2011/06/Turkey_5M_image5_5.jpg" alt="" title="Turkey_5M_image5_5" width="720" class="size-full wp-image-605" /></a><p class="wp-caption-text">Turkey 5 Million</p></div>
<div id="attachment_606" class="wp-caption aligncenter" style="width: 730px"><a href="http://genaud.net/uploads/2011/06/Yugoslavia10B_image1_40.jpg"><img src="http://genaud.net/uploads/2011/06/Yugoslavia10B_image1_40.jpg" alt="" title="Yugoslavia10B_image1_40" width="720" class="size-full wp-image-606" /></a><p class="wp-caption-text">Yugoslavia 10 Billion</p></div>
]]></content:encoded>
			<wfw:commentRss>http://genaud.net/2011/06/inflation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>hi.c</title>
		<link>http://genaud.net/2011/06/hi-c/</link>
		<comments>http://genaud.net/2011/06/hi-c/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 18:42:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://genaud.net/?p=441</guid>
		<description><![CDATA[echo -e "#include&#60;stdio.h&#62;\nint main(){printf(\"Hi\\\n\");}"&#62;hi.c;gcc hi.c -o hi;./hi]]></description>
			<content:encoded><![CDATA[<p><code>echo -e "#include&lt;stdio.h&gt;\nint main(){printf(\"Hi\\\n\");}"&gt;hi.c;gcc hi.c -o hi;./hi</code></p>
]]></content:encoded>
			<wfw:commentRss>http://genaud.net/2011/06/hi-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

