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

<channel>
	<title>brianirish.com</title>
	<atom:link href="http://brianirish.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianirish.com</link>
	<description>Scientific progress goes *boink*</description>
	<lastBuildDate>Sun, 30 May 2010 02:43:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing an Anonymous Squid Proxy in CentOS 5.5</title>
		<link>http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/</link>
		<comments>http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/#comments</comments>
		<pubDate>Sun, 30 May 2010 02:35:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Technical Mumbo Jumbo]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=416</guid>
		<description><![CDATA[Purpose: Given access to your own CentOS box, you can setup Squid to make your server a proxy. And not just any proxy - an anonymous proxy (one that will mask your IP address). We'll also go a step further for you, and tell you how you can use this and your local firewall to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose:</strong> Given access to your own CentOS box, you can setup Squid to make your server a proxy. And not just any proxy - an anonymous proxy (one that will mask your IP address). We'll also go a step further for you, and tell you how you can use this and your local firewall to access Hulu from outside of the United States.<br />&nbsp;<br />
<strong>Assumptions:</strong></p>
<ul>
<li>You have root access to your CentOS box.</li>
<li>You have eyes that are connected to your brain.</li>
</ul>
<p><strong>Step 1: Squid sure is yummy.</strong><br />
Install the latest Squid from yum:<br />
<code>yum install squid</code><br />
<strong> </strong></p>
<p><strong>Step 2: Time to play "EDIT! THAT! CONF!" (applause)</strong><br />
Go on ahead and vi into that brand spanking new squid.conf file:</p>
<p><code>vi /etc/squid/squid.conf</code></p>
<p>There are a couple of things we're going to edit in here. By default, Squid installs as a non-anonymous proxy. However, the Squid developers have left behind a very nicely documented conf file, so that even grandma can get in on the action.</p>
<p><strong>Step 2a: Forwarded For OFF!</strong></p>
<p>What we'll do first is keep the client IP address from being recognized. Search for "forwarded_for" and turn it off:</p>
<p><code>forwarded_for off</code></p>
<p><strong>Step 2b: Paranoia sets in</strong></p>
<p>Good. Next, we're going to enable the old "http_anonymizer paranoid" feature of Squid. Go ahead and do a search for just that, and uncomment the example they give you:<br />
<code> </code></p>
<p><code>header_access Allow allow all<br />
header_access Authorization allow all<br />
header_access WWW-Authenticate allow all<br />
header_access Proxy-Authorization allow all<br />
header_access Proxy-Authenticate allow all<br />
header_access Cache-Control allow all<br />
header_access Content-Encoding allow all<br />
header_access Content-Length allow all<br />
header_access Content-Type allow all<br />
header_access Date allow all<br />
header_access Expires allow all<br />
header_access Host allow all<br />
header_access If-Modified-Since allow all<br />
header_access Last-Modified allow all<br />
header_access Location allow all<br />
header_access Pragma allow all<br />
header_access Accept allow all<br />
header_access Accept-Charset allow all<br />
header_access Accept-Encoding allow all<br />
header_access Accept-Language allow all<br />
header_access Content-Language allow all<br />
header_access Mime-Version allow all<br />
header_access Retry-After allow all<br />
header_access Title allow all<br />
header_access Connection allow all<br />
header_access Proxy-Connection allow all<br />
header_access All deny all</code></p>
<p>Sweet. The documentation gives a quick and dirty explanation of what this does, but it's basically fine-tuning your HTTP headers for maximum anonymousness. I love that that's actually a word.</p>
<p><strong>Step 2c: Agent Anonymous, reporting for duty! (Haha, doodie)</strong></p>
<p>Right, the final edit in this wonderful conf file is right beneath our last one, in the header_replace area. You can do a search for TAG: header_replace, but it's just as easy to scroll down a few ticks. Add the following:<br />
<code>header_replace User-Agent anonymous</code></p>
<p><strong>Step 3: Hello, World! From, Nobody at All</strong></p>
<p>You're done! Restart the Squid service using:<br />
<code>/etc/init.d/squid restart</code></p>
<p>Change your proxy settings in your browser to point to the IP address of your Squid server (Squid defaults to listening on port 3128). If you don't know how to do that, Google that shit. What am I, a comprehensive tutorial author?</p>
<p><strong>EXTRA SAUCE: International Hulu Support</strong></p>
<p>Ah, so the whole reason you want this Squid server is to watch Hulu, eh? Now that you've done the hard part in connecting to your very own Squid proxy server, getting to Hulu is quite simple. First, let's double check that your proxy is working as it should.</p>
<p>Visit <a title="What Is My IP?" href="http://whatismyip.com" target="_blank">http://www.whatismyip.com</a> and make sure you see the IP address of your proxy server. Also ensure that underneath it doesn't give you a warning saying that a possible proxy server is connected. That would mean you didn't properly configure Squid to be entirely anonymous. If you've followed my instructions above, then I don't know WTF you've done and you're on your own. Google is your friend now, not me.</p>
<p>Take one last precaution and visit <a title="Hulu's Geo Check" href="http://releasegeo.hulu.com/geoCheck" target="_blank">http://releasegeo.hulu.com/geoCheck</a>. You should see "valid false", which means your Geo Location check is valid, and it doesn't think you're using a proxy. Hooray!</p>
<p>Whatever OS you're using, be it Windows, Linux, or OS X, find the easiest way to block OUTGOING ports. In Windows, it's super easy using Windows Firewall. Windows users can follow the guide here: <a title="Block a port in Windows 7's firewall" href="http://maximumpcguides.com/windows-7/block-a-port-in-windows-7s-firewall/" target="_blank">http://maximumpcguides.com/windows-7/block-a-port-in-windows-7s-firewall/</a> NOTE: If you follow that guide, make sure to use the OUTGOING port blocker, not INCOMING like it tells you. Block outgoing ports 80, 443, and 1935.</p>
<p>If you're using *NIX or OS X, you probably know how to do this shit already. Block outgoing ports 80, 443, and 1935 (ah, that was a good year). Use whatever means necessary!</p>
<p>After your new firewall rules are in place, you should now be able to view videos on Hulu. Depending on your proxy, you *probably* won't get HD videos but hey, it's better than nothing at all.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;title=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;title=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;t=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;title=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/&amp;title=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Installing+an+Anonymous+Squid+Proxy+in+CentOS+5.5+-+http://sl.ly/21da9&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2010/05/29/installing-an-anonymous-squid-proxy-in-centos-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;World Peace&#8221;: More probable than political civil discourse?</title>
		<link>http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/</link>
		<comments>http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:05:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=413</guid>
		<description><![CDATA[We are at a critical point in the political atmosphere of this country. The Internet has been around in a public manner for approximately 15 years now, and with the dawn of "social media", we are seeing an incredible voice rise out of the ones and zeros speeding through the internet tubes. A growing percentage [...]]]></description>
			<content:encoded><![CDATA[<p>We are at a critical point in the political atmosphere of this country. The Internet has been around in a public manner for approximately 15 years now, and with the dawn of "social media", we are seeing an incredible voice rise out of the ones and zeros speeding through the internet tubes. A growing percentage of people are teaming up with other Americans with like-minded ideas, and voicing their opinion to Congress, and to the President. And instead of meeting up once a week to discuss and argue ideas, as it happened 50 years ago, we are seeing this discussion occur every minute of every day. Instead of a group of locals, it's a group of countrymen and countrywomen. To think you can speak with someone thousands of miles away *instantly* is truly unbelievable. And I say that as a man working in the internet industry. The technology continues to boggle my mind to this day.</p>
<p>But, as they say, with any great accomplishment there comes a price. The problem lying within any open and largely unmoderated medium is that, given enough people using it, you start to expose the "fringe" to a much greater audience. When I say "fringe" here, I'm not pointing to one particular side of the aisle. I'm pointing to both. I'm pointing to the two ends of the political spectrum.</p>
<p>These extreme conservatives and extreme liberals have no place in proper, civil discussion. They will hear only what they want to hear, and will say things only with the intent to divide. As a nation we must not become distracted with the ramblings of unstable minds - we must focus on solving the important issues that face us all. There is a saying - "The things which are most important don't always scream the loudest." Unfortunately, even if we were to try and listen for the important things, they would be drowned out by those demanding to see birth certificates of President Obama, or birth certificates for Sarah Palin's son Trig.</p>
<p>On the bright side, instability cannot sustain itself for long. The screams of a few will soon dwindle to the mumblings of a couple, and life will move on. But until that happens, we must not let ourselves be so easily persuaded by the fanatical claims on both sides. President Obama, like it or not, is not planning on turning the USA into a Muslim country, complete with compliance to Sharia law. Nor are Republicans trying to force the country into a shithole.</p>
<p>Both sides are trying to do what they think is right, and the sooner everybody realizes that, the sooner we can come back to having some civil %@!#ing discourse.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;title=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;title=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;t=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;title=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/&amp;title=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=%22World+Peace%22%3A+More+probable+than+political+civil+discourse%3F+-+http://sl.ly/2bf65&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2010/03/28/world-peace-more-probable-than-political-civil-discours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I still have a website?</title>
		<link>http://brianirish.com/2009/06/11/i-still-have-a-website/</link>
		<comments>http://brianirish.com/2009/06/11/i-still-have-a-website/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 02:41:16 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=392</guid>
		<description><![CDATA[I'm finding it pretty difficult lately to find reasons to post on this blog. Pretty much everything I find interesting goes on Twitter, and because I don't write any articles myself, this site dwindles to a personal journal of sorts. I have a motivation to begin writing my own stuff, but it has never materialized [...]]]></description>
			<content:encoded><![CDATA[<p>I'm finding it pretty difficult lately to find reasons to post on this blog. Pretty much everything I find interesting goes on Twitter, and because I don't write any articles myself, this site dwindles to a personal journal of sorts. I have a motivation to begin writing my own stuff, but it has never materialized into anything worthwhile. You might say I could have writer's block, but I would say I just don't have enough of a creative imagination these days. Maybe that's what writer's block is.</p>
<p>For now, I'll just write down what I've been thinking lately. I want more and more to learn either Mandarin or Cantonese (or both). I wish I had more of a background in mathematics and physics. I'm pretty sure Richard Feynman is an idol of mine, if I had to have one. I love taking care of my wife. No matter how hard I try, I can't stay away from politics. Perhaps one day I'll run for something in the US. Maybe start campaigning now? A historic 10 or 15 year campaign? Studio 60 on the Sunset Strip was a great television show. Finished the first and only season the other night (Thanks again Chad for that gift on my birthday), it was very entertaining. It's really too bad NBC cut the show.</p>
<p>Yes, I still have a website.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;title=I+still+have+a+website%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;title=I+still+have+a+website%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;t=I+still+have+a+website%3F" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;title=I+still+have+a+website%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/06/11/i-still-have-a-website/&amp;title=I+still+have+a+website%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/06/11/i-still-have-a-website/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=I+still+have+a+website%3F+-+http://sl.ly/f5b7b&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/06/11/i-still-have-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Happy Anniversary</title>
		<link>http://brianirish.com/2009/05/03/a-happy-anniversary/</link>
		<comments>http://brianirish.com/2009/05/03/a-happy-anniversary/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:04:06 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=388</guid>
		<description><![CDATA[A year ago today I married my beautiful and adoring wife, but really my life changed the day we finally met after long talks over the internet. That day was October 20th, 2006, about a week after my brother was married. It was the somewhat rainy weekend that would eventually lead me to tonight, sitting [...]]]></description>
			<content:encoded><![CDATA[<p>A year ago today I married my beautiful and adoring wife, but really my life changed the day we finally met after long talks over the internet. That day was October 20th, 2006,  about a week after my brother was married. It was the somewhat rainy weekend that would eventually lead me to tonight, sitting in a restaurant with just that woman, as I asked myself, "How did I get <strong>here</strong>?" I'm a 23 year old white male from a small town in western Massachusetts, a year and a half out of university, residing in a different country and own a house, celebrating my one year wedding anniversary with an amazing wife, and I'm the only Caucasian in the Chinese restaurant that we're dining at. I mean, really? Am I really here? This isn't some sort of paradise dream?</p>
<p>The two and a half years since that weekend in October have been a roller coaster, and I'm lucky enough to say there have been far more peaks than valleys. I'm finally settling down in Canada, as a permanent resident I have a full-time job, and our amount of housework is becoming a routine. If you had told me just three years ago, as a sophomore in college, that by this time I'd be where I am now, I would have laughed you out of my dorm room.</p>
<p>So what does the future hold? Startlingly, this has only been the beginning; the introduction to the rest of my life. My hope for the near future is that I can really begin pursuing the passions of life after buckling down in a new home and a new life. My hope for the long term is only that I get to spend each and every moment with my wife - my better half, and my best friend.</p>
<p>A Happy Anniversary, indeed.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;title=A+Happy+Anniversary" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;title=A+Happy+Anniversary" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;t=A+Happy+Anniversary" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;title=A+Happy+Anniversary" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/05/03/a-happy-anniversary/&amp;title=A+Happy+Anniversary" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/05/03/a-happy-anniversary/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=A+Happy+Anniversary+-+http://sl.ly/8ccb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/05/03/a-happy-anniversary/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is the USA without Texas?</title>
		<link>http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/</link>
		<comments>http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:29:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=386</guid>
		<description><![CDATA[An interesting read I found a day ago in a poll that found a dead even tie between Texas Republicans on the question of whether Texas should secede from the Union. Yes, seceding from the United States of America. ... Texas. http://tpmdc.talkingpointsmemo.com/2009/04/poll-texas-republicans-approve-of-rick-perrys-secession-remarks.php I saved the best poll result for you to find out at the [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting read I found a day ago in a poll that found a dead even tie between Texas Republicans on the question of whether Texas should secede from the Union. Yes, seceding from the United States of America. ... Texas.</p>
<p><a href="http://tpmdc.talkingpointsmemo.com/2009/04/poll-texas-republicans-approve-of-rick-perrys-secession-remarks.php">http://tpmdc.talkingpointsmemo.com/2009/04/poll-texas-republicans-approve-of-rick-perrys-secession-remarks.php</a></p>
<p>I saved the best poll result for you to find out at the end of that page. Trust me, it's worth it for the shock factor really.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;title=What+is+the+USA+without+Texas%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;title=What+is+the+USA+without+Texas%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;t=What+is+the+USA+without+Texas%3F" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;title=What+is+the+USA+without+Texas%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/&amp;title=What+is+the+USA+without+Texas%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=What+is+the+USA+without+Texas%3F+-+http://sl.ly/6a305&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/04/29/what-is-the-usa-without-texas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 7 Ways to Approach Twitter</title>
		<link>http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/</link>
		<comments>http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:32:40 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=382</guid>
		<description><![CDATA[This is a great article on the different ways to approach Twitter: http://mashable.com/2009/04/20/twitter-strategy/ Personally, I'm against using it as a personal status updater. Why limit your personal status to 140 characters when you have a Facebook account? Or your own blog? There are so many more methods of getting out what you're doing this very [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great article on the different ways to approach Twitter: <a href="http://mashable.com/2009/04/20/twitter-strategy/" target="_blank">http://mashable.com/2009/04/20/twitter-strategy/</a></p>
<p>Personally, I'm against using it as a personal status updater. Why limit your personal status to 140 characters when you have a Facebook account? Or your own blog? There are so many more methods of getting out what you're doing this very instant much more effectively, and Twitter will not survive as a fad for long if more and more people use it in this very way (and they are).</p>
<p>My unfortunate prediction for Twitter is the following: Although it will remain useful as a means for professionals in certain industries to communicate effectively, it will die as a fad within a year. Growth has been extremely high recently, given the popularity given to it by certain celebreties (Opera, Ashton Kutcher, etc.), however these new users are almost all using it as a limited Facebook status. They will use it for a month, and slowly move on to other things and forget about it entirely. It's just the nature of things, but mainly the nature of fads. Harumph.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;title=The+7+Ways+to+Approach+Twitter" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;title=The+7+Ways+to+Approach+Twitter" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;t=The+7+Ways+to+Approach+Twitter" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;title=The+7+Ways+to+Approach+Twitter" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/&amp;title=The+7+Ways+to+Approach+Twitter" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+7+Ways+to+Approach+Twitter+-+http://sl.ly/2e3b3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/04/20/the-7-ways-to-approach-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Defensive Coding</title>
		<link>http://brianirish.com/2009/04/20/css-defensive-coding/</link>
		<comments>http://brianirish.com/2009/04/20/css-defensive-coding/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:20:30 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=380</guid>
		<description><![CDATA[Too often are CSS coders developing down a narrow road, thinking only of what will get the job done. To them, cross-browser functionality comes as a chore after the intial coding is completed (and is rendering fine in Firefox 3/Safari). Clearly this should not be the case, defensive coding is a best practice not just [...]]]></description>
			<content:encoded><![CDATA[<p>Too often are CSS coders developing down a narrow road, thinking only of what will get the job done. To them, cross-browser functionality comes as a chore after the intial coding is completed (and is rendering fine in Firefox 3/Safari). Clearly this should not be the case, defensive coding is a best practice not just in functional languages, but in CSS as well. This article, sent by a colleague of mine, is a great introduction to this practice in CSS to prevent the most common browser (and non-browser) related bugs. <a href="http://fecklessmind.com/2009/02/02/defensive-coding-and-css-part-1/" target="_blank">Check out the article here.</a></p>
<p>"Don't fix, prevent."</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;title=CSS%3A+Defensive+Coding" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;title=CSS%3A+Defensive+Coding" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;t=CSS%3A+Defensive+Coding" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;title=CSS%3A+Defensive+Coding" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/04/20/css-defensive-coding/&amp;title=CSS%3A+Defensive+Coding" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/04/20/css-defensive-coding/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=CSS%3A+Defensive+Coding+-+http://sl.ly/3ec68&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/04/20/css-defensive-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Integration</title>
		<link>http://brianirish.com/2009/04/07/twitter-integration/</link>
		<comments>http://brianirish.com/2009/04/07/twitter-integration/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:59:25 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=365</guid>
		<description><![CDATA[I've finally integrated the latest 4 "tweets" from my Twitter account into the far right sidebar here on this blog. Took a little JavaScript/PHP work but it's working beautifully! For those that want to know what Twitter is, it's a means of communication (somewhere in between Instant Messaging and Email) between friends and people you [...]]]></description>
			<content:encoded><![CDATA[<p>I've finally integrated the latest 4 "tweets" from my Twitter account into the far right sidebar here on this blog. Took a little JavaScript/PHP work but it's working beautifully! For those that want to know what Twitter is, it's a means of communication (somewhere in between Instant Messaging and Email) between friends and people you don't know but share the same interests. It's a great tool to make new connections in the industry you are interested in, for example I use it to "follow" people who are tweeting about web development. When I follow them, I receive any tweets they make on my home page on Twitter. They do not receive MY tweets until they decide to follow me. It works in reverse as well, if someone follows me because they like what I'm tweeting about, I will see if it's worth my time to follow them in return. If I like what they write about, I'll follow them. It's a pretty simple idea that has gone viral in the past year or so, and the company has seen an incredible amount of growth. Pretty interesting stuff!</p>
<p>Anyway, you can now see my four latest tweets (why four? Because that's what I decided, haha) on the far right sidebar of this page. You can also click the link "Follow me on Twitter" to see my Twitter homepage.</p>
<p>Cheers!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/04/07/twitter-integration/&amp;title=Twitter+Integration" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/04/07/twitter-integration/&amp;title=Twitter+Integration" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/04/07/twitter-integration/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/04/07/twitter-integration/&amp;t=Twitter+Integration" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/04/07/twitter-integration/&amp;title=Twitter+Integration" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/04/07/twitter-integration/&amp;title=Twitter+Integration" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/04/07/twitter-integration/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Twitter+Integration+-+http://sl.ly/caa09&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/04/07/twitter-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari: Table cells inheriting row backgrounds</title>
		<link>http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/</link>
		<comments>http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:47:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://brianirish.com/?p=351</guid>
		<description><![CDATA[I had the pleasure just now of working with tables (shudder), backgrounds, and Safari v3.2.1. In an attempt to acheive rounded corners on the top left and right of the table, I placed a CSS background property on &#60;tr class="head"&#62;. Safari apparently likes to make the child cells (&#60;td&#62;'s) of said row inherit the background [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure just now of working with tables (shudder), backgrounds, and Safari v3.2.1. In an attempt to acheive rounded corners on the top left and right of the table, I placed a CSS background property on &lt;tr class="head"&gt;. Safari apparently likes to make the child cells (&lt;td&gt;'s) of said row inherit the background image as well, because hey, sharing is caring. As it turns out, THAT'S NOT WHAT I WANT, SAFARI. Even Internet Explorer, the bane of many web developer's existances, has a workable hack. Safari does not.</p>
<p>So, my remedy? After sitting and stewing in anger, I followed <a href="http://www.designateonline.com/discussions/comments.php?DiscussionID=4818&amp;page=1" target="_blank">this advice</a> and gave in. I took the background property off of the table row and put it on its parent, the table itself. Problem <span style="text-decoration: line-through;">solved</span> averted.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;title=Safari%3A+Table+cells+inheriting+row+backgrounds" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;title=Safari%3A+Table+cells+inheriting+row+backgrounds" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;t=Safari%3A+Table+cells+inheriting+row+backgrounds" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;title=Safari%3A+Table+cells+inheriting+row+backgrounds" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/&amp;title=Safari%3A+Table+cells+inheriting+row+backgrounds" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Safari%3A+Table+cells+inheriting+row+backgrounds+-+http://sl.ly/d362&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/03/09/safari-table-cells-inheriting-row-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future</title>
		<link>http://brianirish.com/2009/03/03/the-future/</link>
		<comments>http://brianirish.com/2009/03/03/the-future/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 18:53:36 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Inspiring]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://brianirish.com/2009/03/03/the-future/</guid>
		<description><![CDATA[I stumbled upon this really great image online today, and thought I'd share it with you all. Share this on del.icio.us Digg this! Post on Google Buzz Submit this to Hacker News Share this on Reddit Stumble upon something good? Share it on StumbleUpon Share this on Technorati Tweet This!]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon this really great image online today, and thought I'd share it with you all.</p>
<p><a href="http://brianirish.com/wp-content/uploads/2009/03/thefuture1.jpg" class="image"><img class="size-medium wp-image-339" title="The Future" src="http://brianirish.com/wp-content/uploads/2009/03/thefuture1-300x240.jpg" alt="The Future" width="300" height="240" /></a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://brianirish.com/2009/03/03/the-future/&amp;title=The+Future" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://brianirish.com/2009/03/03/the-future/&amp;title=The+Future" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://brianirish.com/2009/03/03/the-future/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://brianirish.com/2009/03/03/the-future/&amp;t=The+Future" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://brianirish.com/2009/03/03/the-future/&amp;title=The+Future" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://brianirish.com/2009/03/03/the-future/&amp;title=The+Future" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://brianirish.com/2009/03/03/the-future/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+Future+-+http://sl.ly/18ff7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://brianirish.com/2009/03/03/the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
