<?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>Mr. Wizard&#039;s Journal of the Random</title>
	<atom:link href="http://journaloftherandom.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://journaloftherandom.wordpress.com</link>
	<description>Err...Um... It&#039;s a journal, and it&#039;s Random.</description>
	<lastBuildDate>Mon, 12 Sep 2011 15:09:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='journaloftherandom.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mr. Wizard&#039;s Journal of the Random</title>
		<link>http://journaloftherandom.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://journaloftherandom.wordpress.com/osd.xml" title="Mr. Wizard&#039;s Journal of the Random" />
	<atom:link rel='hub' href='http://journaloftherandom.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using CygWin wget and Dropbox to Sync Yahoo! Calendar to Google</title>
		<link>http://journaloftherandom.wordpress.com/2011/08/09/using-cygwin-wget-and-dropbox-to-sync-yahoo-calendar-to-google/</link>
		<comments>http://journaloftherandom.wordpress.com/2011/08/09/using-cygwin-wget-and-dropbox-to-sync-yahoo-calendar-to-google/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 15:33:20 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[I'ld buy that for a dollar!]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://journaloftherandom.wordpress.com/?p=578</guid>
		<description><![CDATA[UPDATE: While this actually does work, unfortunately Google has a long-standing bug which keeps them from properly updating your calendar from a subscribed calendar. Although I have tried, in vain, for years to tear my wife away from Yahoo!, I have been entirely unsuccessful.  She just can&#8217;t part with that oh-so-familiar (and cluttered) UI.  Nor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=578&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>UPDATE: While this actually does work, unfortunately Google has a<a title="http://getsatisfaction.com/google/topics/ical_sync_does_not_refresh_at_all_or_not_fast_enough" href="http://getsatisfaction.com/google/topics/ical_sync_does_not_refresh_at_all_or_not_fast_enough"> long-standing bug</a> which keeps them from properly updating your calendar from a subscribed calendar.</p>
<p>Although I have tried, in vain, for years to tear my wife away from Yahoo!, I have been entirely unsuccessful.  She just can&#8217;t part with that oh-so-familiar (and cluttered) UI.  Nor can she bring herself to part ways with sub par features and overly aggressive in-your-face Flash ads.  So, in quiet desperation, I have been forced to synchronize her Yahoo! Calendar with my Google Calendar in order to keep abreast of our household schedule.<span id="more-578"></span></p>
<p>Desperate to keep it&#8217;s user base from discovering the more responsive and feature rich offerings of it&#8217;s &#8220;competitors&#8221;, Yahoo, of course, adds difficulty and &#8220;bugs&#8221; to every compatibility feature that they offer.  As such, sharing her Yahoo! calendar with Google never works correctly.  There is some speculation on the web that Yahoo! is intentionally rejecting requests from Google in order to keep their user&#8217;s trapped using a calendar system in which they have invested many months or years.  Accessing that calendar from Google would make &#8220;the switch&#8221;  all the more painless.</p>
<p>I have resorted, until recently, to manually downloading the appropriate ICS file to my laptop and uploading it to Google.  This works, but lacks the obvious&#8230;no automatic updates.  I have to repeat the process periodically.</p>
<p>Now, I have been a long time user of Dropbox&#8230;it is superb at certain things, and I have tinkered with cygwin over the years for various tasks.  However, it wasn&#8217;t until this morning that the solution to my problem came to me&#8230;use wget to download the appropriate ICS file to my Public Dropbox folder, then use the public link from dropbox as the source for a subscribed Google Calendar.  Then schedule this to run periodically, and Voilla!!! automatically updated Yahoo! calendars in Google.</p>
<p>The first piece of the puzzle is a bash script which will download the ICS file to dropbox.</p>
<p><strong>cyggetics.sh</strong> becomes&#8230;</p>
<p><em>wget -O /cygdrive/c/DropBoxPath/Public/ycal.ics http://calendar.yahoo.com/###YOUR#INFO#HERE###/ycal.ics?id=ID</em></p>
<p>The ICS link for your calendar is available from within the Yahoo! Calendar interface.</p>
<p>Then, I write a simple CMD script and schedule it to run hourly, or so, from my Windows 7 laptop.</p>
<p><strong>CygGetICS.cmd</strong> becomes&#8230;</p>
<p><em>@echo off</em><br />
<em>C:</em><br />
<em>chdir C:\cygwin\bin</em><br />
<em>bash &#8211;login -i -c &#8220;/cygdrive/c/cyggetics.sh&#8221;</em></p>
<p>This tells the bash shell to execute the appropriate commands.</p>
<p>QED</p>
<p><em><strong>Note:</strong> This obviously could be accomplished with an appropriate windows version of wget, but I found the cygwin approach making me think of all sorts of other possibilities.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/578/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=578&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2011/08/09/using-cygwin-wget-and-dropbox-to-sync-yahoo-calendar-to-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
		<item>
		<title>A short note to the Religious Right</title>
		<link>http://journaloftherandom.wordpress.com/2011/01/21/christ-would-not-be-a-republican/</link>
		<comments>http://journaloftherandom.wordpress.com/2011/01/21/christ-would-not-be-a-republican/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 17:09:44 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[God Stuff]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://journaloftherandom.wordpress.com/?p=487</guid>
		<description><![CDATA[If you truly, in your heart, believe that Jesus Christ would, in today&#8217;s political climate, choose to be a Republican&#8230;then, you, sir, are completely deranged. Now, I&#8217;m not saying he would be thrilled with any political party, given the average politician&#8217;s propensity for corruption.  However, let&#8217;s assume that he must choose between Democrats and Republicans. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=487&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you truly, in your heart, believe that Jesus Christ would, in today&#8217;s political climate, choose to be a Republican&#8230;then, you, sir, are completely deranged.</p>
<p>Now, I&#8217;m not saying he would be thrilled with any political party, given the average politician&#8217;s propensity for corruption.  However, let&#8217;s assume that he must choose between Democrats and Republicans.</p>
<p>One, although mildly retarded, has the best of intentions to help those less fortunate.  While the other, un-apologetically, is intent to help the richest 1% of the people stay rich at the detriment to the well-being of the remaining 99% of the people.  ALL political policies are derived from these basic tenants.</p>
<p>Now, I&#8217;m no religious scholar; however, I find it almost entirely unbelievable that Christ would choose the greedy, hate-filled, Republicans over the slightly slow, and sometimes silly, but well-intentioned, Democrats.  So, if you define yourself as a Christian, meaning that you follow the teachings of Christ, you should start thinking a little harder about the choices that you make at the ballot box.</p>
<p>Jesus would&#8230;</p>
<ul>
<li>embrace homosexuals, not throw stones at them.</li>
<li>lift up the poor, not exploit them for profit.</li>
<li>give healing treatment to the sick, not ignore them</li>
<li>provide shelter to the homeless, not blame them</li>
<li>welcome the sinners with open arms, not judge and ridicule them</li>
</ul>
<p>Some of the things that Jesus would have us do, in his name, are not cheap.  But, you know what.  Nobody said doing the right thing would be easy.  In fact, if you read that book that you like to, so fervently, beat others over the head with, it says just the opposite.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=487&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2011/01/21/christ-would-not-be-a-republican/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;words from the past&#8221;, poems that I wrote long ago and have decided to release into the world all of these years later.</title>
		<link>http://journaloftherandom.wordpress.com/2011/01/01/to-feel-your-face/</link>
		<comments>http://journaloftherandom.wordpress.com/2011/01/01/to-feel-your-face/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 03:46:23 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://journaloftherandom.wordpress.com/?p=493</guid>
		<description><![CDATA[#1 to feel your face hand touching your face surprised by the softness Trying not to tremble, brushing the hair away. Smooth and delicate beneath my hand. warm and inviting against my skin. to press my lips&#8230;a gentle kiss. to catch my breadth&#8230;a lingering touch. softness draws me nearer&#8230; mothers milk&#8230;finest silk. I must pull [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=493&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong><br />
</strong><strong>#1 to feel your face</strong></span></p>
<p>hand touching your face<br />
surprised by the softness</p>
<p>Trying not to tremble,<br />
brushing the hair away.</p>
<p>Smooth and delicate<br />
beneath my hand.</p>
<p>warm and inviting<br />
against my skin.</p>
<p>to press my lips&#8230;a gentle kiss.<br />
to catch my breadth&#8230;a lingering touch.</p>
<p>softness draws me nearer&#8230;<br />
mothers milk&#8230;finest silk.</p>
<p>I must pull away.</p>
<p><span style="text-decoration:underline;"><strong><span id="more-493"></span>#2 the night, my lover</strong></span></p>
<p>the night, my lover,<br />
waiting for me&#8230;</p>
<p>accepting&#8230;<br />
ever present.</p>
<p>taking me&#8230;<br />
never a complaint.</p>
<p>the night, my lover,<br />
cool and dark&#8230;</p>
<p>no warm embrace.<br />
no tender kiss.</p>
<p>penetrating air&#8230;<br />
dark emptiness.</p>
<p>the night, my lover,<br />
undisturbed.</p>
<p>taking my love&#8230;<br />
for only a moment.</p>
<p>showering down<br />
upon my chest.</p>
<p><span style="text-decoration:underline;"><strong>#3 the night, my lover</strong></span></p>
<p>the night, my lover,<br />
waiting for me&#8230;</p>
<p>accepting&#8230;<br />
ever present.</p>
<p>taking me&#8230;<br />
never a complaint.</p>
<p>the night, my lover,<br />
cool and dark&#8230;</p>
<p>no warm embrace.<br />
no tender kiss.</p>
<p>penetrating air&#8230;<br />
dark emptiness.</p>
<p>the night, my lover,<br />
undisturbed.</p>
<p>taking my love&#8230;<br />
for only a moment.</p>
<p>showering down<br />
upon my chest.</p>
<p><span style="text-decoration:underline;"><strong>#4 pisces to please</strong></span></p>
<p>water rushes<br />
to feed the passion.</p>
<p>over stone and grass<br />
seeking you out.</p>
<p>aquarian delights<br />
bind and blind you&#8230;</p>
<p>as pisces seeks its mate.</p>
<p><span style="text-decoration:underline;"><strong>#5 paper dreams</strong></span></p>
<p>the sound of your breadth&#8230;<br />
naked flesh.</p>
<p>the words that you speak&#8230;<br />
ice cold pain.</p>
<p>invite me in&#8230;<br />
then shut the door.</p>
<p>waiting patiently in the dark.<br />
for another brief moment</p>
<p>hopefully building<br />
paper dreams in the rain.</p>
<p><span style="text-decoration:underline;"><strong>#6 morning glow</strong></span></p>
<p>sleeping through the days<br />
melling you on my pillow.</p>
<p>remembering new embraces.<br />
stolen moments in the night.</p>
<p>warm and glowing<br />
happy in my heart.</p>
<p>wishing.<br />
wanting.<br />
waiting.</p>
<p>you by my side again.</p>
<p>cotton sheets<br />
the soft touch of your skin</p>
<p>still air&#8230;<br />
the gentle fragrence of your hair.</p>
<p>heart beating&#8230;<br />
the warmth that you give.</p>
<p>you by my side again.</p>
<p><span style="text-decoration:underline;"><strong>#7 I should not have to feel guilty for loving you.</strong></span></p>
<p>remembering your smell..<br />
longing for your touch.</p>
<p>I should not have to feel guilty for loving you.</p>
<p>dreaming of your taste.<br />
silky skin and parted lips.</p>
<p>I should not have to feel guilty for loving you.</p>
<p>forgotten wars.<br />
long passed hate</p>
<p>I should not have to feel guilty for loving you.</p>
<p>hungry children<br />
sickness and death.</p>
<p>I should not have to feel guilty for loving you.</p>
<p>lonely&#8230;<br />
lonely&#8230;<br />
alone.</p>
<p>I should not have to feel guilty for loving you.</p>
<p><span style="text-decoration:underline;"><strong>#8 graceland</strong></span></p>
<p>Only, don&#8217;t you know<br />
why the winds blow up skirts&#8230;<br />
to softly caress warm flesh<br />
and rustle downy hair&#8230;</p>
<p>the palm of my hand visits you<br />
with a gentle cupping frame<br />
to bask in the warmth you give<br />
and bathe in your sweet musk.</p>
<p>fingers dance and skip,<br />
running through the bush.<br />
searching along the way&#8230;</p>
<p>feeling the smooth.<br />
and the delicate.<br />
searching along the way.</p>
<p>feeling the divine<br />
and the intricate.</p>
<p>finding your pleasure, and you gasp.</p>
<p><span style="text-decoration:underline;"><strong>#9 forbidden</strong></span></p>
<p>forbidden fruit,<br />
I have held you to my mouth.</p>
<p>I have breathed in your fragrence<br />
and brushed my lips against you.</p>
<p>sweet and supple&#8230;<br />
longing to be tasted.</p>
<p>longing to taste.<br />
to drink you in.</p>
<p>forbidden pleasure&#8230;<br />
I have felt you</p>
<p>yet, forbidden.</p>
<p><span style="text-decoration:underline;"><strong>#10 drink with me</strong></span></p>
<p>soft moistness&#8230;<br />
your lips&#8230;<br />
life-giving nectar.</p>
<p>sweet flesh&#8230;<br />
your tongue&#8230;<br />
the feast for my hunger.</p>
<p>warm air<br />
from your lungs&#8230;<br />
my waking breadth.</p>
<p>the smell<br />
your skin so close&#8230;<br />
the fragrance of love longing.</p>
<p>deep inviting green<br />
your eyes&#8230;<br />
my world&#8230;plunging.</p>
<p>if your love for me<br />
is present,my love,<br />
only in the drunken heart,<br />
then drink from my life, my love.<br />
drink with me the wine<br />
which is your beauty<br />
and lighten your heart.<br />
fly with me<br />
high above the clouds of sobriety<br />
from where I look upon the world<br />
when touched by you.</p>
<p>drink with me.<br />
drink with me.</p>
<p>fill your heart<br />
with abandon<br />
and see the world<br />
for the first time.</p>
<p><span style="text-decoration:underline;"><strong>#11 Darling, do you know</strong></span></p>
<p>Darling, do you know<br />
how the winds blow up skirts&#8230;<br />
to softly caress warm flesh<br />
and rustle downy hair&#8230;</p>
<p>the palm of my hand visits you<br />
with a gentle cupping frame<br />
to bask in the warmth you give<br />
and bathe in your sweet musk.</p>
<p>fingers dance and skip,<br />
running through the bush.<br />
searching along the way&#8230;</p>
<p>feel the smooth.<br />
feel the delicate.<br />
searching along the way.</p>
<p>feel the divine<br />
and the intricate.<br />
searching along the way&#8230;</p>
<p>finding your pleasure, and you gasp.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/493/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=493&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2011/01/01/to-feel-your-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
		<item>
		<title>The Face of Politics</title>
		<link>http://journaloftherandom.wordpress.com/2010/12/15/the-face-of-politics/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/12/15/the-face-of-politics/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 23:05:36 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[governments run amok]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=343</guid>
		<description><![CDATA[I have struggled as of late to find an adequate description of the current state of politics in the US. Today, I had an epiphany&#8230;and here is the result. A Democrat is standing at my front door.  He has a line of people behind him, all of whom need or want something.  He is explaining [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=343&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have struggled as of late to find an adequate description of the current state of politics in the US.</p>
<p>Today, I had an epiphany&#8230;and here is the result.</p>
<p>A Democrat is standing at my front door.  He has a line of people behind him, all of whom need or want something.  He is explaining to me why it is in my best interest to give him my money to help all of those people in line behind him, and by doing so, help myself.</p>
<p>Standing beside me on my front porch is a Republican.  He points out all of the reasons that I shouldn&#8217;t trust the Democrat to spend my money wisely&#8230;&#8221;It would simply be throwing good money after bad.&#8221; he argues.</p>
<p>While the Republican waives his arms in the air and rails against the Democrat&#8217;s policies, his buddies are coming out the back of my house carrying all of my fucking stuff.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=343&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/12/15/the-face-of-politics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
		<item>
		<title>Terms and Conditions&#8230;My big hairy arse.</title>
		<link>http://journaloftherandom.wordpress.com/2010/12/06/terms-and-conditions-my-big-hairy-arse/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/12/06/terms-and-conditions-my-big-hairy-arse/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 03:54:46 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[corporations run amok]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[That's Just Wrong]]></category>
		<category><![CDATA[WTF?]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=337</guid>
		<description><![CDATA[What ass-hat decided that simply making a statement to someone somehow holds them legally obliged to adhere to that statement? Some people just don&#8217;t get it.  Existing companies embraced the internet, especially the network created through the HTTP protocol known commonly as the world wide web, because of the ease and low cost by which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=337&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What ass-hat decided that simply making a statement to someone somehow holds them legally obliged to adhere to that statement?</p>
<p>Some people just don&#8217;t get it.  Existing companies embraced the internet, especially the network created through the HTTP protocol known commonly as the world wide web, because of the ease and low cost by which they can communicate with current and potential customers.  Many others started entirely new businesses based upon the same nearly free network infrastructure.  Companies, governments, and individuals alike discovered that they now had the ability to publish content to a world-wide audience, and perhaps even convince some of them to pay for that content.</p>
<p><span id="more-337"></span></p>
<p>However, people seem to be operating under the misguided concept that they can publish content / information across a free and open network architecture all around the world and somehow hold those who would actually use that information to some sort of legally binding requirements in regard to how, when, and where they access that information.  Now, primarily, I&#8217;m speaking of content which is provided free of charge or ad supported to anonymous users.  Certainly, once money changes hands, there can be considered a legal contract that has been entered into in regard to what product or service is being provided at what cost.  However, in the anonymous or even semi-anonymous user case, simply posting a Terms and Conditions statement does not hold the user legally accountable to the terms of that condition.  Firstly, there is no legal requirement that a web browser application function in any particular way.  Although there are general &#8220;standards&#8221; (this term used very loosely) upon which all networking protocols work, there certainly is no legal requirement, for instance, that all web browsers honor every &#8220;standard&#8221; or convention.</p>
<p>A simple example is the &#8220;index.htm&#8221; page.  General convention states that if there is no specific file included in the Uniform Resource Locator (or URL), that the web server should assume that there will always be present an &#8220;index.htm&#8221; and web designers should use that page to guarantee that users do not get HTTP404 Errors (page not found).  This does not mean that every HTTP Server is legally required to honor this convention.  In fact, Microsoft&#8217;s IIS actually assumes a default page of &#8220;default.asp&#8221; or &#8220;default.htm&#8221;.  The same analogy transfers directly to web browsers, or HTTP Clients.  Although, there are conventions and &#8220;standards&#8221; by which client and servers &#8220;should&#8221; observe to ensure a consistent user experience, there is no legal requirement that they do so.  There is no international entity that reviews the functionality of every web browser and approves them based upon their rendering of HTML content.  In fact, most browsers actually have to make assumptions about the author&#8217;s intent and display HTML elements in the way that it deems to be the most accurate because of the vast amount of poorly formed HTML on the internet.  Likewise, no company, individual, or loosely organized group can be held legally liable for any shortcomings in the web browser (HTTP client) that they produce.  How would that affect text-only web browsers or special browsers intended for use by disabled persons?</p>
<p>With that in mind, there is no legal reason that a web browser can not completely bypass or fail to implement the processing of any particular part of an HTML document that they choose to ignore.  This, without a doubt, means that a publisher of content can NOT guarantee or control how the end user of a document that is published on the internet actually experiences that document or its elements.  There is NO WAY that a user can be assumed to have even seen, never mind actually have agreed to, any such ridiculous Terms of Service agreements that a publish decides to make available on their web server.  This includes such TOS statements which exclude &#8220;screen scraping&#8221; techniques.  Because, at its simplest, &#8220;screen scraping&#8221; is simply very poor rendering.</p>
<p>BTW:  This goes TRIPLE for those ridiculous statements included at the bottom of email messages.  Who are these people kidding?  If I send a letter to a stranger, and at the bottom include a phrase which states that by reading this document they agree to send me a check for $100, I better not be planning on retiring early with the flood of funds that will come in from such a scheme.  This is no different than the ridiculous statements that some organizations seem to feel is necessary to include in all emails.</p>
<p>Instead of the threatening, non-binding, legal mumbo jumbo that people seem intent to use, I could accept an earnestly worded request that I be considerate to the producer of any content and not use it in certain ways.  Because, in the end, that&#8217;s all the internet really is&#8230;an informal agreement that if information is provided in a particular way, that the creator of that information intended it to be displayed in a specific manner.  There IS NO requirement to honor that intent.  There is, however, usually a good faith effort to honor that intent.  That&#8217;s what makes the incredible amount of freely available information possible.</p>
<p>In short, don&#8217;t threaten me.  Don&#8217;t try to insinuate that by accessing the data which you have made publicly available on the internet that I am in some way agreeing to some contract.</p>
<p>To those people&#8230;bite me!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=337&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/12/06/terms-and-conditions-my-big-hairy-arse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
		<item>
		<title>The Universe has great faith in me.</title>
		<link>http://journaloftherandom.wordpress.com/2010/11/09/the-universe-has-great-faith-in-me/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/11/09/the-universe-has-great-faith-in-me/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 11:57:12 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[I'ld buy that for a dollar!]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=330</guid>
		<description><![CDATA[However, I think that, perhaps, I eat in Chinese restaurants far too often.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=330&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">However, I think that, perhaps, I eat in Chinese restaurants far too often.</p>
<p><img class="size-full wp-image-332 alignleft" title="11052010-Fortune" src="http://journaloftherandom.files.wordpress.com/2010/11/11052010-fortune11.jpg?w=637&#038;h=147" alt="" width="637" height="147" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=330&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/11/09/the-universe-has-great-faith-in-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>

		<media:content url="http://journaloftherandom.files.wordpress.com/2010/11/11052010-fortune11.jpg" medium="image">
			<media:title type="html">11052010-Fortune</media:title>
		</media:content>
	</item>
		<item>
		<title>Those asian restaraunteurs certainly are observant</title>
		<link>http://journaloftherandom.wordpress.com/2010/08/28/those-asian-restaraunteurs-certainly-are-observant/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/08/28/those-asian-restaraunteurs-certainly-are-observant/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 07:31:33 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[I'ld buy that for a dollar!]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=325</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=325&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-327" title="IMAG0282" src="http://journaloftherandom.files.wordpress.com/2010/08/imag028211.jpg?w=640&#038;h=168" alt="" width="640" height="168" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=325&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/08/28/those-asian-restaraunteurs-certainly-are-observant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>

		<media:content url="http://journaloftherandom.files.wordpress.com/2010/08/imag028211.jpg" medium="image">
			<media:title type="html">IMAG0282</media:title>
		</media:content>
	</item>
		<item>
		<title>I have always suspected that this was the case&#8230;</title>
		<link>http://journaloftherandom.wordpress.com/2010/08/03/i-have-always-suspected-that-this-was-the-case/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/08/03/i-have-always-suspected-that-this-was-the-case/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:00:44 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[I'ld buy that for a dollar!]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/index.php/2010/08/i-have-always-suspected-that-this-was-the-case/</guid>
		<description><![CDATA[Powered by ScribeFire.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=319&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
<div style="text-align:center;"><img style="width:567px;height:136px;" src="http://journaloftherandom.files.wordpress.com/2010/08/imag0276.jpg?w=600" /></div>
<p class="scribefire-powered">Powered by <a href="http://www.scribefire.com/">ScribeFire</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=319&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/08/03/i-have-always-suspected-that-this-was-the-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>

		<media:content url="http://journaloftherandom.files.wordpress.com/2010/08/imag0276.jpg" medium="image" />
	</item>
		<item>
		<title>Web Advertizing Module Not too Smart</title>
		<link>http://journaloftherandom.wordpress.com/2010/08/02/web-advertizing-module-not-too-smart/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/08/02/web-advertizing-module-not-too-smart/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 15:41:09 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[I'ld buy that for a dollar!]]></category>
		<category><![CDATA[WTF?]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=312</guid>
		<description><![CDATA[While reviewing the STL&#8217;s string class functions at http://www.cplusplus.com/reference/string/string/, the following ad was displayed at the bottom of the page. Although, I am interested in those kinds of strings too. Powered by ScribeFire.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=312&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While reviewing the STL&#8217;s string class functions at <a href="http://www.cplusplus.com/reference/string/string/">http://www.cplusplus.com/reference/string/string/</a>, the following ad was displayed at the bottom of the page.</p>
<p><img src="http://journaloftherandom.files.wordpress.com/2010/08/croppercapture151.png?w=620&#038;h=100" alt="" width="620" height="100" /></p>
<p class="scribefire-powered">
<p class="scribefire-powered">Although, I <em>am </em>interested in those kinds of <em>strings</em> too.</p>
<p class="scribefire-powered">
<p class="scribefire-powered">Powered by <a href="http://www.scribefire.com/">ScribeFire</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=312&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/08/02/web-advertizing-module-not-too-smart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>

		<media:content url="http://journaloftherandom.files.wordpress.com/2010/08/croppercapture151.png" medium="image" />
	</item>
		<item>
		<title>Worse than RAP!</title>
		<link>http://journaloftherandom.wordpress.com/2010/07/03/worse-than-rap/</link>
		<comments>http://journaloftherandom.wordpress.com/2010/07/03/worse-than-rap/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:02:54 +0000</pubDate>
		<dc:creator>Mr. Wizard</dc:creator>
				<category><![CDATA[WTF?]]></category>

		<guid isPermaLink="false">http://www.journaloftherandom.com/wordpress/?p=308</guid>
		<description><![CDATA[I have finally stumbled upon something that is actually worse than RAP &#8216;music&#8217;&#8230; RAP Kareoke. E-GADS, MAN!!! What an awful pile of steaming SHE-IT! Slightly worse than Vogon poetry&#8230; I actually considered jamming a straw into my ear to stop the pain. No amount of alcohol could make it even slightly bearable. I don&#8217;t even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=308&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have finally stumbled upon something that is actually worse than RAP <em>&#8216;music&#8217;</em>&#8230; RAP <strong><em>Kareoke</em></strong>.</p>
<p><strong>E-GADS, MAN!!! </strong> What an awful pile of steaming SHE-IT!</p>
<p>Slightly worse than Vogon poetry&#8230;</p>
<p>I actually considered jamming a straw into my ear to stop the pain.</p>
<p>No amount of alcohol could make it even slightly bearable.</p>
<p>I don&#8217;t even think <a href="http://www.journaloftherandom.com/wordpress/index.php/2010/01/fun-bags-galore/">boobs</a> could have made it better.</p>
<p>Several hundred miles from dry land, and I still considered jumping overboard.</p>
<p>Words&#8230;can not describe&#8230;the agony&#8230;the horror&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/journaloftherandom.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/journaloftherandom.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/journaloftherandom.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journaloftherandom.wordpress.com&amp;blog=19337832&amp;post=308&amp;subd=journaloftherandom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journaloftherandom.wordpress.com/2010/07/03/worse-than-rap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f9f3dec9b44414ca918328e270ae0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rockandrollprogrammer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
