<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>blingblong!</title>
	<link>http://blingblong.org</link>
	<description>don't be a square, franky!</description>
	<pubDate>Wed, 07 Nov 2007 21:05:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Mele Kalikimaka is the thing to send&#8230;</title>
		<link>http://blingblong.org/archives/52</link>
		<comments>http://blingblong.org/archives/52#comments</comments>
		<pubDate>Wed, 07 Nov 2007 21:05:01 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/52</guid>
		<description><![CDATA[My lovely bride-to-be has just posted her hand crafted stationary and holiday cards up on her Etsy store.  If you&#8217;re looking for something unique to send out this holiday, please check these out.
www.antonogurl.etsy.com

]]></description>
			<content:encoded><![CDATA[<p>My lovely bride-to-be has just posted her hand crafted stationary and holiday cards up on her Etsy store.  If you&#8217;re looking for something unique to send out this holiday, please check these out.</p>
<p><a target="_blank" title="Etsy: Kapuanani Designs" href="http://www.antonogurl.etsy.com">www.antonogurl.etsy.com</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/52/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>there is justice (on some level)</title>
		<link>http://blingblong.org/archives/51</link>
		<comments>http://blingblong.org/archives/51#comments</comments>
		<pubDate>Fri, 08 Jun 2007 19:54:01 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/51</guid>
		<description><![CDATA[According to this CNN article, Paris Hilton was ordered back to jail today.  The Sheriff&#8217;s office has cried that this is an outrage, and that an example is being made of this celebrity.  I have to imagine that any regular joe on the street would get the same sentence if they were caught driving with [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a target="_blank" title="CNN - Paris Hilton ordered to return to jail" href="http://www.cnn.com/2007/SHOWBIZ/TV/06/08/paris.hilton.ap/index.html">this CNN article</a>, Paris Hilton was ordered back to jail today.  The Sheriff&#8217;s office has cried that this is an outrage, and that an example is being made of this celebrity.  I have to imagine that any regular joe on the street would get the same sentence if they were caught driving with a suspended license on two occasions <strong>AFTER </strong>getting a DUI.</p>
<p>Not only is Paris foolish enough to leave the house drunk to get a burger (can&#8217;t she pay people to do that?), but she&#8217;s foolish enough to break the law two subsequent times.</p>
<p>I am delighted to see that the judge has sent her straight back to jail.   I hope that he now moves on to slapping the sheriff on the wrist for being so stupid in the first place.</p>
<p>If LA county jail is two harsh for this frail bitch, then put her up somewhere that is not a MULTI MILLION DOLLAR MANSION.  I want to know how I can be put on house arrest in her fucking house.</p>
<p>They should totally put her bony ass on a chain gang.</p>
<p>If our impact on this earth is measured by the difference of our contributions and drawls from society, Paris on on her third mortgage and she&#8217;s not even a quarter of the way there.</p>
<p>I wonder if she had a breakdown because someone made her their bitch&#8230;</p>
<p>Shiiiiiiiiit&#8230;.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/51/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CakePHP vs. Symfony</title>
		<link>http://blingblong.org/archives/50</link>
		<comments>http://blingblong.org/archives/50#comments</comments>
		<pubDate>Fri, 01 Jun 2007 16:40:38 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Ruby on Rails</category>
		<guid isPermaLink="false">http://blingblong.org/archives/50</guid>
		<description><![CDATA[CakePHP and Symfony are both inspired by Ruby on Rails.  As an every day Rails user, let me tell you that it&#8217;s fantastic.
I&#8217;m currently setting up a framework for a PHP project I&#8217;m doing and sat in to evaluate both of these.  The requirements for this project are unique and shitty, so I wasn&#8217;t sure [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.cakephp.org/">CakePHP</a> and <a target="_blank" href="http://www.symfony-project.com/">Symfony</a> are both inspired by Ruby on Rails.  As an every day Rails user, let me tell you that it&#8217;s fantastic.</p>
<p>I&#8217;m currently setting up a framework for a PHP project I&#8217;m doing and sat in to evaluate both of these.  The requirements for this project are unique and shitty, so I wasn&#8217;t sure how far I&#8217;d get with these two frameworks.</p>
<p>First of all, my requirements are:<br />
- PHP 4 or 5<br />
- IIS<br />
- MSSQL</p>
<p>Yuck, right?</p>
<p>So my solution looks something like:<br />
- Windows XP Pro<br />
- IIS 5.1<br />
- SQL Server 2005 Express<br />
- PHP 5.2.3</p>
<p><em><strong>Now, let&#8217;s talk about CakePHP&#8230;<br />
</strong></em><br />
I installed CakePHP and immediately had a web page responding.  I was seeing directory names such as &#8220;model&#8221; that I&#8217;m familiar with in Rails.  However, when I began to search for all  the sweet scripts that simplify Rails development and everything is strangely absent.  I was able to find a script that allows you to add models views or controllers, but it&#8217;s overdone and underpowered, giving you few options and running from a menu driven interface.</p>
<p>It took me awhile to figure out that the mssql driver bundled with php just wouldn&#8217;t work.  I wound up settling for the adobb-mssql driver, which is easily integrated with CakePHP.</p>
<p>Once I was able to get the DB up, my CakePHP installation was complete.  Not super featured, but easy to get up.</p>
<p><em><strong>As for Symfony&#8230;.<br />
</strong></em><br />
I downloaded the Symfony Sandbox, as it seemed it would suit my needs.  The moment I unzipped Symfony, I was excited.  Everything just looked more organized.  Then when  it was actually unzipped, I started to notice that the file structure is actually quite confusing.</p>
<p>Much to my delight, Symfony comes bundled with a shock of command line tools that help you manage the parts of your project.</p>
<p>The more I worked to setup Symfony the more excited I got.  All  of the config files are in YML which is true to Rails&#8230;  Heavy use of prototype.js, like Rails&#8230;</p>
<p>However, I ran into a problem once the whole picture started to form in my mind.  Symfony was really really complete&#8230; However it was also really really complex.  One thing Rails is not, is complex.  It would seem a lot of thought  has gone into things like the Rails file hierarchy.   I just don&#8217;t think the Symfony guys have put this much thought into it.</p>
<p><em><strong>The Straight Dope:</strong></em></p>
<p><strong>CakePHP<br />
</strong><br />
Pros:<br />
- Easy to setup<br />
- Easy integration with 3rd party plugins<br />
- Simplicity of file hierarchy is true to Rails vision of MVC<br />
- Application seems very portable<br />
Cons:<br />
- Lacking supporting cast of command line scripts<br />
- Doesn&#8217;t seem to make much use of YML for configs<br />
- Everything you need is there, but doesn&#8217;t feel complet<strong>e</p>
<p>Symfony</strong></p>
<p>Pros:<br />
- Feels very complete<br />
- Makes use of YML, leaving it feeling very Rails-like<br />
- Powerful command line tools to help you develop<br />
Cons:<br />
- Application seems tied down and reliant on other software<br />
- Confusing file hierarchy<br />
- A lot to learn<br />
<em><strong>My Solution&#8230;</strong></em><br />
In the end, I decided on CakePHP because it felt like they were truly Rails inspired and I want to see where they are going.   With CakePHP, I am really left with the feeling that my application is portable.  I know this is hardly a measure of quality for frameworks, but this is really only a review of the installation and first impressions.</p>
<p>Now I need to figure out rewrite in IIS <img src='http://blingblong.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/50/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ruby on Rails&#8230; Multiple Databases, Single Project</title>
		<link>http://blingblong.org/archives/49</link>
		<comments>http://blingblong.org/archives/49#comments</comments>
		<pubDate>Thu, 03 May 2007 01:22:56 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Ruby on Rails</category>
		<guid isPermaLink="false">http://blingblong.org/archives/49</guid>
		<description><![CDATA[Ruby on Rails brings a lot to the table, but it doesn&#8217;t necessarily scale well without a little hand holding.  However, you&#8217;ll likely find that this hand holding is very much worth it.
My example of scaling issues is a real life situation I&#8217;m working on with my employer.  Rails makes it incredibly easy [...]]]></description>
			<content:encoded><![CDATA[<p>Ruby on Rails brings a lot to the table, but it doesn&#8217;t necessarily scale well without a little hand holding.  However, you&#8217;ll likely find that this hand holding is very much worth it.</p>
<p>My example of scaling issues is a real life situation I&#8217;m working on with my employer.  Rails makes it incredibly easy to have isolated environments for every stage of your application design, but it doesn&#8217;t offer many built in solutions for having isolated databases within a single project and single environment.  No elegant solutions anyways.</p>
<p>In our situation, we wanted to access a local readonly mirror of our co-location hosted database in situations where no write access was needed.  Not only would this reduce the bandwidth used by accessing a database on our LAN, but it would relieve stress on our master database server.</p>
<p><a target="_blank" href="http://rails.rubyonrails.org/classes/ActiveRecord/Base.html">ActiveRecord</a>  provides a few methods for managing your connection pool, but how do you use these easily?  I propose the following solution that appears to be fairly elegant.  Only time will tell how efficient it is.</p>
<p>The first thing we needed to do is provide a profile for our readonly database in the database configuration of our rails project.</p>
<p><em>config/database.yml:</em></p>
<p><strong>readonly:</strong></p>
<p><strong>username: readonly</strong></p>
<p><strong>password: readonly</strong></p>
<p><strong>host: readonly</strong></p>
<p><strong>database: readonly</strong></p>
<p>You will want to substitute the values above for the correct values for your given situation.</p>
<p>The next step is to create a library that will assist you in swapping out your connections.  I called my library ro_database.rb</p>
<p><em>lib/ro_database.rb:</em></p>
<p><strong># This library hijaacks the DB connection forcing it to the read only<br />
# local mirror.  Us this __ONLY__ when you do 0 writes, or you will<br />
# derail the train!</strong></p>
<p><strong>module ReadOnlyDatabase<br />
def ro_database<br />
if RAILS_ENV == &#8220;production&#8221;<br />
ActiveRecord::Base.connection = :readonly<br />
end<br />
end</strong></p>
<p><strong>def rw_database<br />
ActiveRecord::Base.connection = RAILS_ENV.to_sym<br />
end<br />
end</strong></p>
<p>From here, the final steps are surprisingly simple.  You will need to take precautions to isolate your code that writes to the db from the code that doesn&#8217;t, however how far you take that is at your own discretion.  In our situation, this was already done for the most part.  So, all I had to do to make a specific controller hit the readonly database was:</p>
<p><em>app/controllers/sample_controller.rb:</em></p>
<p><strong>class SampleController < ApplicationController<br />
# This bit sets us to the read only mirror and back when we're done<br />
require 'ro_database'<br />
include ReadOnlyDatabase<br />
before_filter :ro_database<br />
after_filter  :rw_database<br />
# End funky DB bits </strong></p>
<p>You could even move the require and include statements into the application_controller so you only need the before filter and after filter.</p>
<p>This code possibly makes a few unfair assumptions, but I&#8217;m not sure what they are yet.  I&#8217;m also looking for more elegant ways of switching back so we only switch back when we need to, but I wanted something that wasn&#8217;t too intrusive across the board.</p>
<p>In the event that Rails doesn&#8217;t hold the primary connection open while it hits readonly, I will look into storing the primary connection somewhere while the switch is in effect.  There&#8217;s no point in opening and closing connections repeatedly here.</p>
<p>So there you have it.  It&#8217;s easy and it&#8217;s pretty damned clean.  I&#8217;d love to hear suggestions on making it more efficient, however my goal here is to remain as streamlined as possible.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/49/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ruby on Rails&#8230; Refactor! Refactor! Refactor!</title>
		<link>http://blingblong.org/archives/48</link>
		<comments>http://blingblong.org/archives/48#comments</comments>
		<pubDate>Thu, 03 May 2007 01:05:07 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Ruby on Rails</category>
		<guid isPermaLink="false">http://blingblong.org/archives/48</guid>
		<description><![CDATA[to my existing readers &#8212; I&#8217;m sorry that this programming crap is boring, but for Christ&#8217;s sake, I need to post!
For what it is, Ruby on Rails is, simply put, Amazing.  Who knew how much additional fun you can have on a project when all of the monotony is replaced by a comprehensive, easy [...]]]></description>
			<content:encoded><![CDATA[<p><em>to my existing readers &#8212; I&#8217;m sorry that this programming crap is boring, but for Christ&#8217;s sake, I need to post!</em></p>
<p>For what it is, Ruby on Rails is, simply put, Amazing.  Who knew how much additional fun you can have on a project when all of the monotony is replaced by a comprehensive, easy to use framework backed by a language that you can try to spread as far and as thin as you want and still get that same great taste with no aftertaste?</p>
<p>Everything great has a pitfalls though, right?  Right.  A very large pitfall in Rails is knowing where the magic stops.  As a Perl coder, I can recount stories in which I poured hours into trying to develop libraries that make insanely monotonous tasks incredibly simple.  As a Ruby on Rails coder, I pour hours into searching for that magic that Rails must have in order to do something incredibly simple, and wind up turning the event into something entirely monotonous.</p>
<p>In this pitfall, the real beauty of Rails makes itself glaringly apparent.  Refactoring Rails is easy, and borderline fun.  Furthermore, if you partake in test-driven development, you can rest soundly knowing that your refactoring doesn&#8217;t harm anything else.</p>
<p>Next time you&#8217;re stuck looking for the magic, just create a solution.  It doesn&#8217;t have to be elegant.  When you find the right magic later, you&#8217;ll find that updating your code is easy as pie.</p>
<p>It&#8217;s there&#8230; Take advantage of it.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/48/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>new old adventures in bathtub hootch</title>
		<link>http://blingblong.org/archives/47</link>
		<comments>http://blingblong.org/archives/47#comments</comments>
		<pubDate>Tue, 06 Feb 2007 06:41:50 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/47</guid>
		<description><![CDATA[When a friend asked a group of us what the theme for a weekly potluck should be, I suggested White Russians and a Burger Buffet.  White Russians because; A. They taste great, B. The Dude abides.  I suggested Burgers, because&#8230;  Well?  What the fuck do you eat with White Russians?  [...]]]></description>
			<content:encoded><![CDATA[<p>When a friend asked a group of us what the theme for a weekly potluck should be, I suggested White Russians and a Burger Buffet.  White Russians because; A. They taste great, B. The Dude abides.  I suggested Burgers, because&#8230;  Well?  What the fuck do you eat with White Russians?  I thought about that one for awhile.<img align="right" style="width: 205px; height: 197px" alt="XXX" id="image46" title="XXX" src="http://blingblong.org/wp-content/uploads/2007/02/DSC02947.thumbnail.jpg" /></p>
<p>When I got to thinking more about the White Russians, I decided I was going to try something my mother referenced awhile back.  Making your own Kahlua.</p>
<p>So here I am working on Jereme&#8217;s Kahlua recipe 1.0.  Actually I&#8217;m just trying someone else&#8217;s.  Using <a target="_blank" href="http://www.recipezaar.com/18458">Dana&#8217;s homemade Kahlua recipe</a> I&#8217;m working up my first batch.</p>
<table class="ingredients">
<tr>
<td class="amt">1</td>
<td>quart 			 		 		 	 	 <span class="food"> 	 		  	 	 water</span></td>
</tr>
<tr>
<td class="amt">2 1/2</td>
<td>cups 			 		 		 	 	 <span class="food"> 	 		  	 	 sugar</span></td>
</tr>
<tr>
<td class="amt">3</td>
<td>tablespoons 			 		 		 	 	 <span class="food"> 	 		  	 	 instant coffee</span></td>
</tr>
<tr>
<td class="amt">1</td>
<td>tablespoon 			 		 		 	 	 <span class="food"> 	 		  	 	 vanilla</span></td>
</tr>
<tr>
<td class="amt">2 1/2</td>
<td>cups 			 		 		 	 	 <span class="food"> 	 		  	 	 vodka</span></td>
</tr>
</table>
<div class="steps">
<ol>
<li>Boil water, coffee, sugar.</li>
<li>Simmer for 3 hours (stirring frequently).</li>
<li>Let cool and add vanilla and vodka.</li>
<li>Bottle and cap tightly.</li>
</ol>
</div>
<div class="steps">I&#8217;ll let you know how it goes.  So far it tastes like old people candy.</div>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/47/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>bushlit</title>
		<link>http://blingblong.org/archives/39</link>
		<comments>http://blingblong.org/archives/39#comments</comments>
		<pubDate>Thu, 30 Nov 2006 01:00:41 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/39</guid>
		<description><![CDATA[This was actually meant to be a response to a stupid comment on some news site.  However it grew far too long and too angry&#8230;  So I publish it&#8230; as-is&#8230; here.
Say what you want about Clinton.  He was far from perfect.  However, he did produce positive results in this country.  [...]]]></description>
			<content:encoded><![CDATA[<p>This was actually meant to be a response to a stupid comment on some news site.  However it grew far too long and too angry&#8230;  So I publish it&#8230; as-is&#8230; here.<br />
Say what you want about Clinton.  He was far from perfect.  However, he did produce positive results in this country.  I can&#8217;t see where GW has succeeded once, save capturing Saddam Hussein, which arguably didn&#8217;t need to be done.</p>
<p>To call lefties &#8220;terrorist loving&#8221; is proposterous.  Nobody loves the terrorists.  Everyone is in favor of finding better ways to combat terrorism, but not in favor of curbing a great many of the liberties that make this country so fantastic.</p>
<p>Bush screwed up bad.  His approval rating is in the 20% range.  The economy is finally on a rebound, but it will take awhile before people actually feel the relief.</p>
<p>Not to mention, Bush is the laughing stock of the world&#8230; and it&#8217;s not funny at all.  My grandma sends me Bush jokes and e-mails often, and she has always voted and will still vote Republican.<a id="more-39"></a></p>
<p>He hasn&#8217;t caught Bin Laden.  The administrations plans for Iraq were essentially a photocopy of Desert Storm.  A <strong>different</strong> war needs <strong>different</strong> plans.  If we&#8217;re to assume that in a decade, things wouldn&#8217;t be different in Iraq, then why have we even bothered to change our strategy over the last century?  We should be fighting on horses!</p>
<p>This administration has cast a dark cloud over American society and our image to the rest of the world.  It doesn&#8217;t matter if the next president is Dem or Repub, it&#8217;s going to be a hard job either way.</p>
<p>As for the tactic of calling people names like &#8220;terrorist lover&#8221;&#8230;  It really helps drive my point home when the only response you can muster to the straight facts is something akin to &#8220;I know you are, but what am I?&#8221;</p>
<p>Really, I want the candidates to be great no matter what party they are from, because one of them is going to win.  It&#8217;s not the party that bothers me, it&#8217;s the people.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/39/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Man immolates self in Chicago as war protest&#8230;  Media doesn&#8217;t care.</title>
		<link>http://blingblong.org/archives/43</link>
		<comments>http://blingblong.org/archives/43#comments</comments>
		<pubDate>Thu, 30 Nov 2006 00:59:07 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/43</guid>
		<description><![CDATA[All the way from truthout.org comes the story of a artist/musician/activist who hoped to make the ultimate statement and sacrifice in order to wake this country up.  It&#8217;s almost certain that he didn&#8217;t count on the media not caring&#8230;
&#8220;Chicago - Malachi Ritscher envisioned his death as one full of purpose. He carefully planned the details, [...]]]></description>
			<content:encoded><![CDATA[<p>All the way from <a target="_blank" href="http://truthout.org">truthout.org</a> comes the story of a artist/musician/activist who hoped to make the ultimate statement and sacrifice in order to wake this country up.  It&#8217;s almost certain that he didn&#8217;t count on the media not caring&#8230;</p>
<p><em>&#8220;<font size="1" face="Arial, Helvetica, sans-serif"><font size="2" face="Arial, Helvetica, sans-serif">Chicago - Malachi Ritscher envisioned his death as one full of purpose. He carefully planned the details, mailed a copy of his apartment key to a friend, created to-do lists for his family. On his Web site, the 52-year-old experimental musician who&#8217;d fought with depression even penned his obituary. </font></font></em></p>
<p><em><font size="1" face="Arial, Helvetica, sans-serif"><font size="2" face="Arial, Helvetica, sans-serif">    At 6:30 a.m. on Nov. 3 - four days before an election caused a seismic shift in Washington politics - Ritscher, a frequent anti-war protester, stood by an off-ramp in downtown Chicago near a statue of a giant flame, set up a video camera, doused himself with gasoline and lit himself on fire.&#8221;</font></font></em></p>
<p><em></em></p>
<p><a href="http://blingblong.org/http3A2F2Fwww.truthout.org2Fdocs_20062F112706T.shtml">Read More&#8230;<br />
</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/43/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>thirty two inevitable truths</title>
		<link>http://blingblong.org/archives/42</link>
		<comments>http://blingblong.org/archives/42#comments</comments>
		<pubDate>Wed, 25 Oct 2006 19:26:45 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>Life in General</category>
		<guid isPermaLink="false">http://blingblong.org/archives/42</guid>
		<description><![CDATA[
Moles are always smaller than you imagine.
At the end of every party there is always a fat girl crying.
One of the most awkward things that can happen in a bar is when your pint-to-toilet cycle gets syncronized with a complete stranger.
Everyone who grew up in the 80&#8217;s has entered the digits 55378008 into a calculator.
Reading [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Moles are always smaller than you imagine.</li>
<li>At the end of every party there is always a fat girl crying.</li>
<li>One of the most awkward things that can happen in a bar is when your pint-to-toilet cycle gets syncronized with a complete stranger.</li>
<li>Everyone who grew up in the 80&#8217;s has entered the digits 55378008 into a calculator.</li>
<li>Reading while you&#8217;re drunk is horrible.</li>
<li>Sharpening a pencil with a knife makes you feel really manly.</li>
<li>You&#8217;re never quite sure whether it&#8217;s against the law or not to have a fire in your back yard.</li>
<li>Whatever your age, the desire to make plastic dolls mate is impossible to resist.</li>
<li>Nobody ever dares make cup o soup in a bowl.</li>
<li>You never know where to look when eating an apple.</li>
<li>It is impossible to describe the smell of wet cat.</li>
<li>Prodding a fire with a stick makes you feel manly.</li>
<li>Digging through an overgrown garden will always turn up a super bouncy ball.</li>
<li>You always feel a bit scared when petting a horse.</li>
<li>The smaller the monkey, the more it looks like it would kill you at the first given opportunity.</li>
<li>Some days you see a lot of people on crutches.</li>
<li>Every man at least once has flushed halfway through a piss, then raced to beat the flush.</li>
<li>Old women with mobile phones look funny.</li>
<li>It is impossible to look cool while picking up a frisbee.</li>
<li>Driving through a tunnel makes you excited.</li>
<li>You never run out of table salt.</li>
<li>Old ladies can eat more than you think.</li>
<li>You can&#8217;t respect a man who carries a dog.</li>
<li>There&#8217;s no panic like the panic you momentarily feel when you get your head or hand stuck in something.</li>
<li>No one knows the origins of their metal coat hangers.</li>
<li>The most painful household incident is wearing socks and stepping on an appliance plug.</li>
<li>People who don&#8217;t drive slam car doors too hard.</li>
<li>Everyone had an uncle who tried to steal their nose.</li>
<li>Bricks are horrible to carry.</li>
<li>In every bag of chips there is one bad chip.</li>
<li>Triangle sandwiches taste better than square ones.</li>
<li>I didn&#8217;t make any of these up.</li>
</ol>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/42/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Freakshow!</title>
		<link>http://blingblong.org/archives/41</link>
		<comments>http://blingblong.org/archives/41#comments</comments>
		<pubDate>Wed, 25 Oct 2006 19:00:20 +0000</pubDate>
		<dc:creator>jereme</dc:creator>
		
	<category>found crap</category>
		<guid isPermaLink="false">http://blingblong.org/archives/41</guid>
		<description><![CDATA[These morbid little comics crack me up&#8230;  See the link for more.

Freakshow Homepage


]]></description>
			<content:encoded><![CDATA[<p>These morbid little comics crack me up&#8230;  See the link for more.</p>
<p><img alt="Freakshow 1" id="image40" style="width: 427px; height: 283px" src="http://blingblong.org/wp-content/uploads/2006/10/Lawn.jpg" /><br />
<a href="http://blingblong.org/http3A2F2Fwww.pipingrad.com2Ffop2Ffop1.html">Freakshow Homepage<br />
</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blingblong.org/archives/41/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
