<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	
	<channel>
		<title>ihateyousomuch.com</title>
		<link>http://ihateyousomuch.com</link>
		<description>Elegant... like hand-rolled toilet paper.</description>
		<language>en</language>
		<managingEditor>ajh@adrianhensler.com</managingEditor>
                <copyright>Copyright 2010</copyright>
		<generator>Pivot Pivot - 1.40.1: 'Dreadwind'</generator>
		<pubDate>Thu, 03 Jun 2010 19:14:41 -0400</pubDate>
		<ttl>60</ttl>
		
		
		
		
		<item>
			<title>Microsoft stock versus Apple stock.</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=257</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=257#comm</comments>
                        <description><![CDATA[ <div style="font-family: Arial,sans-serif">
<div>
<h1 style="margin: 0pt"><strong> Microsoft stock versus Apple stock.</strong></h1>
</div>
<br />
<div>
 In 1997, <a href="http://news.cnet.com/Microsoft-to-invest-150-million-in-Apple/2100-1001_3-202143.html"  target='_blank'>Microsoft invested $150 million in Apple.</a>
</div>
<br />
<div>
 The thinking was to keep MS Office alive on Apple, and also to help avoid antitrust suits.
</div>
<br />
<div>
 If you look at <a href="http://www.google.ca/finance?chdnp=1&amp;chdd=1&amp;chds=1&amp;chdv=1&amp;chvs=Logarithmic&amp;chdeh=0&amp;chfdeh=0&amp;chdet=1275602489385&amp;chddm=997050&amp;chls=IntervalBasedLine&amp;q=NASDAQ:AAPL&amp;ntsp=0"  target='_blank'>Apple stock for the past ten years</a>, you&#39;ll notice it is up just over 1000%. If you look at <a href="http://www.google.ca/finance?chdnp=1&amp;chdd=1&amp;chds=1&amp;chdv=1&amp;chvs=Logarithmic&amp;chdeh=0&amp;chfdeh=0&amp;chdet=1275602601570&amp;chddm=997050&amp;chls=IntervalBasedLine&amp;q=NASDAQ:MSFT&amp;ntsp=0"  target='_blank'>Microsoft stock for the past ten years</a> it is down roughly 19%.
</div>
<br />
<div>
 Microsoft then <a href="http://uneasysilence.com/archive/2007/08/11933/"  target='_blank'>made 18 billion dollars on sales of that stock.</a>
</div>
<br />
<br />
<br />
</div> ]]></description>
			<guid isPermaLink="false">257@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Thu, 03 Jun 2010 19:14:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Adding streaming audio to MPD</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=256</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=256#comm</comments>
                        <description><![CDATA[ <p>
<a href="http://glennji.com/content/streaming-audio-with-mpd-and-icecast"  title="http://glennji.com/content/streaming-audio-with-mpd-and-icecast" target='_blank'>http://glennji.com/content/streaming-audio-with-mpd-and-icecast</a>
</p>
<p>
Haven&#39;t tried this yet.</p><p>
Quoting in case the source goes away:
</p>
<p>
sudo aptitude install mpd<br />
sudo aptitude install icecast
</p>
<p>
Now edit the /etc/mpd.conf file and add the following audio_output (leave any existing audio_output sections alone.
</p>
<p>
audio_output {<br />
type                    &ldquo;shout&rdquo;<br />
name                    &ldquo;Icecast Stream&rdquo;<br />
host                    &ldquo;localhost&rdquo;<br />
port                    &ldquo;8000?<br />
mount                   &ldquo;/mpd.ogg&rdquo;<br />
password                &ldquo;youricecastpassword&rdquo;<br />
bitrate                 &ldquo;96?<br />
format                  &ldquo;44100:16:1?<br />
}
</p>
<p>
Now edit the icecast configuration at /etc/icecast2/icecast.xml.</p> ]]></description>
			<guid isPermaLink="false">256@ihateyousomuch.com/blog/index.php</guid>
			<category>linux</category>
			<pubDate>Fri, 13 Nov 2009 22:10:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Installing Relaxx on Ubuntu 9.10 using lighttpd</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=255</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=255#comm</comments>
                        <description><![CDATA[ <p>
install lighttpd<br />
install php5-cgi<br />
<br />
unpack relaxx<br />
<br />
Follow:<br />
<a href="http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html"  title="http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html" target='_blank'>http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html</a><br />
<br />
Also this stuff<br />
<br />
<a href="http://news.softpedia.com/news/Installing-Lighttpd-on-Fedora-and-Ubuntu-44557.shtml "  title="http://news.softpedia.com/news/Installing-Lighttpd-on-Fedora-and-Ubuntu-44557.shtml " target='_blank'>http://news.softpedia.com/news/Installing-Lighttpd-on-Fedora-and-Ubuntu-44557.shtml </a></p><p>
Specifically these bits in lighttpd.conf:
</p>
<blockquote>
	<p>
	&nbsp;fastcgi.server&nbsp;&nbsp; &nbsp;= ( &quot;.php&quot; =&gt;<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; ( &quot;localhost&quot; =&gt;<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&quot;socket&quot; =&gt; &quot;/tmp/php-fastcgi.socket&quot;,<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&quot;bin-path&quot; =&gt; &quot;/usr/bin/php-cgi&quot;<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br />
	&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;)&nbsp;&nbsp;&nbsp; 
	</p>
</blockquote>
</p>
<p>
and:
</p>
<blockquote>
	<p>
	cgi.fix_pathinfo = 1
	</p>
</blockquote>
<p>
in php.ini.</p> ]]></description>
			<guid isPermaLink="false">255@ihateyousomuch.com/blog/index.php</guid>
			<category>linux</category>
			<pubDate>Sun, 08 Nov 2009 16:31:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Fixing festival can't open /dev/dsp error</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=254</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=254#comm</comments>
                        <description><![CDATA[ <p>
This should work in more than Ubuntu; but I use Ubuntu:
</p>
<p>
&nbsp;printf &quot;;use ALSA\n(Parameter.set &#39;Audio_Method &#39;Audio_Command)\n(Parameter.set &#39;Audio_Command \&quot;aplay -q -c 1 -t raw -f s16 -r \$SR \$FILE\&quot;)\n&quot; &gt; .festivalrc 
</p>
<p>
&nbsp;From the Ubuntu forums:
</p>
<p>
http://ubuntuforums.org/showthread.php?t=171182&amp;page=2</p> ]]></description>
			<guid isPermaLink="false">254@ihateyousomuch.com/blog/index.php</guid>
			<category>linux</category>
			<pubDate>Tue, 09 Sep 2008 20:21:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Starting gps bluetooth client on Ubuntu Hardy</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=253</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=253#comm</comments>
                        <description><![CDATA[ <p>
First, get the device paired:
</p>
<p>
hcitool scan
</p>
<p>
Then use the MAC address to pair it:
</p>
<p>
rfcomm connect 0 00:02:00:F1:1A:70
</p>
<p>
Then start gpsd:
</p>
<p>
gpsd -N /dev/rfcomm0
</p>
<p>
Then view the results with xgps.</p> ]]></description>
			<guid isPermaLink="false">253@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Thu, 14 Aug 2008 22:24:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>&quot;My 5km run&quot; - or: &quot;How I almost died.&quot;</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=252</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=252#comm</comments>
                        <description><![CDATA[ <p>
So I&#39;ve been wanting to get back into running.&nbsp; Instead of being all talk; I actually got up at 6 am. I already plotted my course:
</p>
<p>
<a href="http://www.gmap-pedometer.com/?r=1945556"  target='_blank'>http://www.gmap-pedometer.com/?r=1945556</a></p>Kilometer 1 took about 5 minutes; mostly flat.&nbsp; No problems.&nbsp; Start of
kilometer 2 - slight incline.&nbsp; Stopped running for a minute.&nbsp; Breathing
hard.&nbsp; Legs fine though. Walked a bunch in kilometer 2.&nbsp; At one point I
started to run after walking and only made it about 30 feet.&nbsp; Worried I
was going to have to bail. Kilometer 3 was also a lot of walking and a
big hill.&nbsp; Nausea kicked in pretty hard here. Legs were still fine
though.&nbsp; Thought I was going to have to abort my 5km path.&nbsp; Also
considered sitting down or passing out.&nbsp; Kilometer 4 I actually started
running again.&nbsp; Legs starting to feel tight.&nbsp; Kilometer 5 also
consisted of a lot of walking at the beginning - I wanted to ensure I
was running at the end.&nbsp; Nausea pretty much gone; but now my legs are
starting to really stiffen up.&nbsp; Time of run - or &#39;outing&#39; as much of
the last half was walking - roughly 30 minutes. ]]></description>
			<guid isPermaLink="false">252@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Sat, 31 May 2008 06:01:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Will PCIe 1.1 cards work in PCIe 2.0 slots</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=251</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=251#comm</comments>
                        <description><![CDATA[ <p>
Someone asked me if PCIe 1.x cards would work in a PCIe 2.0 board.  Here&#39;s what I found:
</p>
<p>
<a href="http://en.wikipedia.org/wiki/PCI_Express"  target="_blank" target='_blank'>http://en.wikipedia.org/wiki/PCI_Express</a><br />
<br />
This says:<br />
</p>
<div style="margin-left: 40px">
In PCIe 1.1 (the most common version as of 2007) each lane carries 250 MB/s in each direction. PCIe 2.0 doubles this and PCIe 3.0 doubles it again.<br />
<br />
</div>
Then it goes on:<br />
<br />
<div style="margin-left: 40px">
PCIe 2.0
is completely backwards compatible with PCIe v1.x. Graphic
cards and motherboards designed for v2.0 will be able to work with v1.1
and v1.0, and vice versa.<br />
 
</div>
</p>
<p>
That wiki entry has lots of neat stuff; worth a quick peruse.<br />
<br />
So
the short answer is yes; I think this is fine. You just don&#39;t get the advantage of the 2.0
spec if you put a 1.x speced card in a 2.0 slot.  They did the same
thing with AGP when you had 8x cards in 4x boards.
<br />
<br />
That&#39;s not to say that you won&#39;t get goofball cards that don&#39;t
work in a select few motherboards; that usually turns out to be the
case but that sort of thing seems to be improving as well in recent
years.  I&#39;d trust it enough to try it.</p> ]]></description>
			<guid isPermaLink="false">251@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Mon, 07 Jan 2008 19:34:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>VMWare and Welch's Juice</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=250</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=250#comm</comments>
                        <description><![CDATA[ <p>
Great quote.  Hey; if Welch can trust themso can I.
</p>
<blockquote>
	<p>
	&quot;I have so much faith in the VMware technology that we are rolling
	it out to our five production plants. In fact, our secret juice recipe
	database runs in a virtual machine and has been running there for four
	years.&quot;
	</p>
	&mdash;George Scangas, <span class="customer_cite_smaller">Sr. IT Infrastructure Analyst, Welch&rsquo;s, Welch&#39;</span>
	<p align="left">
	&nbsp;
	</p>
</blockquote> ]]></description>
			<guid isPermaLink="false">250@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Wed, 10 Oct 2007 23:29:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>Thank you again spammers...</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=249</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=249#comm</comments>
                        <description><![CDATA[ ...... for posting pointless entries in my photo gallery.&nbsp; No; I am not going to buy your sex toys.&nbsp; Thank you for posting your ad 800 times on a picture of a frog.&nbsp; Stupid turds. ]]></description>
			<guid isPermaLink="false">249@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Wed, 10 Oct 2007 23:27:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>3d Desktop on linux</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=248</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=248#comm</comments>
                        <description><![CDATA[ <p>
Just a couple of cool examples of the new Compiz Fusion. 
</p>
<p>
http://www.youtube.com/watch?v=x4fTh0x3xLE&amp;mode=related&amp;search=&nbsp;
</p>
<p>
http://www.youtube.com/watch?v=_ImW0-MgR8I&amp;mode=related&amp;search=</p> ]]></description>
			<guid isPermaLink="false">248@ihateyousomuch.com/blog/index.php</guid>
			<category>linux</category>
			<pubDate>Sun, 26 Aug 2007 09:01:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>My life's a living joke</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=247</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=247#comm</comments>
                        <description><![CDATA[ <p>
and here&#39;s the proof:
</p>
<p>
<a href="http://www.savagechickens.com/blog/2007/08/eight-steps.html"  target='_blank'>Life in 8 Steps</a></p> ]]></description>
			<guid isPermaLink="false">247@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Tue, 07 Aug 2007 22:37:00 -0400</pubDate>
		</item>
		
		
		
		<item>
			<title>New puppy.</title>
			<link>http://ihateyousomuch.com/blog/pivot/entry.php?id=246</link>
			<comments>http://ihateyousomuch.com/blog/pivot/entry.php?id=246#comm</comments>
                        <description><![CDATA[ <p>
We now have a new puppy.&nbsp; She&#39;s pretty hideous as you can see in this picture.&nbsp;&nbsp;
</p>
<a href="http://www.ihateyousomuch.com/pictures/main.php?g2_itemId=178"  target='_blank'><img style="border: medium none " src="http://www.ihateyousomuch.com/pictures/main.php?g2_view=core.DownloadItem&amp;g2_itemId=180&amp;g2_serialNumber=2" alt="Picture of our new puppy" /></a> ]]></description>
			<guid isPermaLink="false">246@ihateyousomuch.com/blog/index.php</guid>
			<category>default</category>
			<pubDate>Sun, 01 Jul 2007 08:59:00 -0400</pubDate>
		</item>
		
		
		
	</channel>
</rss>
