<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Brandon's Blog</title>
	
	<link>http://www.imbrandon.com</link>
	<description>Adventures in OpenSource and Social Media</description>
	<pubDate>Fri, 26 Jun 2009 00:39:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>38.803528</geo:lat><geo:long>-94.451031</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><url>http://feeds2.feedburner.com/~fc/imbrandon?bg=99CCFF&amp;amp;fg=444444&amp;amp;anim=0</url></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/imbrandon" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">imbrandon</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>End of an Era, RIP Michael Jackson</title>
		<link>http://www.imbrandon.com/2009.06.25/end-of-an-era-rip-michael-jackson.html</link>
		<comments>http://www.imbrandon.com/2009.06.25/end-of-an-era-rip-michael-jackson.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 00:36:42 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[michael jackson]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=119</guid>
		<description><![CDATA[Michael Jackson 1958-2009

]]></description>
			<content:encoded><![CDATA[<p><a href="http://in.reuters.com/article/topNews/idINIndia-40612120090625">Michael Jackson 1958-2009</a></p>
<p><img src="http://www.imbrandon.com/wp-content/uploads/2009/06/michael-jackson.jpg" alt="michael-jackson" title="michael-jackson" width="370" height="369" class="aligncenter size-full wp-image-120" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.06.25/end-of-an-era-rip-michael-jackson.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Simplify Dropbox URL’s with Apache2 (reverse)proxy</title>
		<link>http://www.imbrandon.com/2009.04.06/simplify-dropbox-urls-with-an-apache2-reverseproxy.html</link>
		<comments>http://www.imbrandon.com/2009.04.06/simplify-dropbox-urls-with-an-apache2-reverseproxy.html#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:20:44 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=111</guid>
		<description><![CDATA[First off this is a (late) response to Christer Edwards way of simplifying his public Dropbox URL's  with .htaccess and mod_rewrite, it can be found here.
While his solution works, it leaves the URL ugly e.g. a Picture of my son and his toy duck at would redirect to http://dl.getdropbox.com/u/461492/eric-n-duck.jpg . Below is my solution to [...]]]></description>
			<content:encoded><![CDATA[<p>First off this is a (late) response to Christer Edwards way of simplifying his public <a href="http://www.getdropbox.com" target="_blank">Dropbox</a> URL's  with .htaccess and mod_rewrite, it can be <a href="http://ubuntu-tutorials.com/2008/11/08/tinyurl-ify-dropbox-public-links-with-htaccess/" target="_blank">found here</a>.</p>
<p>While his solution works, it leaves the URL ugly e.g. a Picture of my son and his toy duck at would redirect to <a href="http://dl.getdropbox.com/u/461492/eric-n-duck.jpg">http://dl.getdropbox.com/u/461492/eric-n-duck.jpg</a> . Below is my solution to the "problem". Simply setup apache2 as a reverse proxy for your public folder on Dropbox.</p>
<p>Here is the sample config I use on http://storage.imbrandon.com/ , its just a couple of added lines to your vhost/httpd.conf <strong>( change the number after the /u/ to your Dropbox user ID number )</strong>.<br />
<code><br />
&lt;Proxy *&gt;<br />
Order deny,allow<br />
Allow from all<br />
&lt;/Proxy&gt;<br />
ProxyRequests Off<br />
ProxyPass /dropbox http://dl.getdropbox.com/u/461492/<br />
ProxyPassReverse /dropbox http://dl.getdropbox.com/u/461492/<br />
</code></p>
<p>So now when you visit <a href="http://storage.imbrandon.com/dropbox/eric-n-duck.jpg" target="_blank">http://storage.imbrandon.com/dropbox/eric-n-duck.jpg</a> the URL never changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.04.06/simplify-dropbox-urls-with-an-apache2-reverseproxy.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Totus illae has venio pro , quod is mos totus venio iterum</title>
		<link>http://www.imbrandon.com/2009.03.13/totus-illae-has-venio-pro-quod-is-mos-totus-venio-iterum.html</link>
		<comments>http://www.imbrandon.com/2009.03.13/totus-illae-has-venio-pro-quod-is-mos-totus-venio-iterum.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 00:09:52 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[battlestar galatica]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[sci-fi]]></category>

		<category><![CDATA[scifi]]></category>

		<category><![CDATA[uubntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=108</guid>
		<description><![CDATA[Tonight begins the end of a great ( IMHO ) Sci-Fi story.
I just hope that someday it may be continued in written/novel form. Ahh the things dreams are made of.
I'll leave it to the reader to translate the title ...
]]></description>
			<content:encoded><![CDATA[<p>Tonight begins the end of a great ( IMHO ) <a href="http://en.wikipedia.org/wiki/Battlestar_Galactica" target="_blank">Sci-Fi story</a>.</p>
<p>I just hope that someday it may be continued in written/novel form. Ahh the things dreams are made of.</p>
<p>I'll leave it to the reader to translate the title ...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.03.13/totus-illae-has-venio-pro-quod-is-mos-totus-venio-iterum.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>What happens when 20 Million websites suddenly appear ?</title>
		<link>http://www.imbrandon.com/2009.02.24/what-happens-when-20-million-websites-suddenly-appear.html</link>
		<comments>http://www.imbrandon.com/2009.02.24/what-happens-when-20-million-websites-suddenly-appear.html#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:06:58 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[iis]]></category>

		<category><![CDATA[marketshare]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[qq.com]]></category>

		<category><![CDATA[qzhttp]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=102</guid>
		<description><![CDATA[According to Netcraft 20 Million Chinese websites running on "QZHTTP" ( apparently serving mostly the qq.com domain ) just came out of no where, or are at least crawl-able now.
What does this mean? To Me it just means more Questions, I cant seem to find any information on QZHTTP. Is it Open Source ? GPL [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://news.netcraft.com/archives/2009/02/18/february_2009_web_server_survey.html" target="_blank">Netcraft</a> 20 Million Chinese websites running on "QZHTTP" ( apparently serving mostly the qq.com domain ) just came out of no where, or are at least crawl-able now.</p>
<p>What does this mean? To Me it just means more Questions, I cant seem to find any information on QZHTTP. Is it Open Source ? GPL ? Based on Apache ? Totally from scratch ? etc. etc. etc.</p>
<p>So "Dear Lazyweb" what does it mean? Will QZHTTP overrun IIS in web server market share for 2nd place, what about even Apache in 1st ? A quick Google ( don't you like how google is a verb now ) didnt turn up much other than another blog post with just as many questions and not any answers or comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.24/what-happens-when-20-million-websites-suddenly-appear.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Congrats Debian</title>
		<link>http://www.imbrandon.com/2009.02.16/congrats-debian.html</link>
		<comments>http://www.imbrandon.com/2009.02.16/congrats-debian.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:00:51 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[congratulations]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[debian 5.0]]></category>

		<category><![CDATA[gnu]]></category>

		<category><![CDATA[lenny]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=100</guid>
		<description><![CDATA[Congratulations Debian on the Release of Debian 5.0 "Lenny" , I know everyone on the team put in many many hours of hard work into the release and its good to see everything went smoothly.
Cheers !
]]></description>
			<content:encoded><![CDATA[<p>Congratulations <a href="http://www.debian.org">Debian</a> on the Release of Debian 5.0 "Lenny" , I know everyone on the team put in many many hours of hard work into the release and its good to see everything went smoothly.</p>
<p>Cheers !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.16/congrats-debian.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to get rid of curly quotes in your WordPress blog</title>
		<link>http://www.imbrandon.com/2009.02.14/how-to-get-rid-of-curly-quotes-in-your-wordpress-blog.html</link>
		<comments>http://www.imbrandon.com/2009.02.14/how-to-get-rid-of-curly-quotes-in-your-wordpress-blog.html#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:52:29 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=97</guid>
		<description><![CDATA[A.K.A.  "How to make your code copy and paste-able from a wordpress post."
Ah, curly quotes. They look nice, but they’re also such a pain if you display code on your blog, or copy/paste it from another blog. Here’s a very simple recipe that I urge you to use if you display code on your blog. [...]]]></description>
			<content:encoded><![CDATA[<p>A.K.A.  "How to make your code copy and paste-able from a wordpress post."</p>
<p>Ah, curly quotes. They look nice, but they’re also such a pain if you display code on your blog, or copy/paste it from another blog. Here’s a very simple recipe that I urge you to use if you display code on your blog. Your readers will say thanks you!</p>
<p>A very simple addition to the bottom of your themes functions.php file</p>
<p><code>&lt;?php remove_filter('the_content', 'wptexturize'); ?&gt;</code></p>
<p>Filters function are very powerful because they allow you to override some WordPress features without modifying WP core.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.14/how-to-get-rid-of-curly-quotes-in-your-wordpress-blog.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Managing Social Media Accounts</title>
		<link>http://www.imbrandon.com/2009.02.14/managing-social-media-accounts.html</link>
		<comments>http://www.imbrandon.com/2009.02.14/managing-social-media-accounts.html#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:42:32 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[myspace]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=94</guid>
		<description><![CDATA[So in 2009 I've started using Social Media Accounts alot more like Facebook, Twitter,Wordpress ( self hosted ),  and plan to use more as time goes on and I discover new services and new services are introduced.
&#60;rant&#62;
One of the issues I've noticed is most "tweet flows" want you to update your status across multiple services, [...]]]></description>
			<content:encoded><![CDATA[<p>So in 2009 I've started using Social Media Accounts alot more like Facebook, Twitter,Wordpress ( self hosted ),  and plan to use more as time goes on and I discover new services and new services are introduced.</p>
<p>&lt;rant&gt;</p>
<p>One of the issues I've noticed is most "tweet flows" want you to update your status across multiple services, like your IM status would be the same as your Twitter status and again the same as your Facebook status and so on. See the problem with this is not all "status" messages on Social Media sites are used for the same purpose , e.g. the Facebook status allows comments and the Tweet allows replies and RT's ( Re-Tweets ) and IM status doesn't allow any feedback at all, at least not publicly. An posting to both identi.ca and twitter causes replies and such to be checked on both.</p>
<p>Where is our "Digital Convergence" / Digital Universe  for Social Media ?</p>
<p>How do any of you keep all the different forms of social media updated ( an relevant ) to the media its self, e.g. not posting the wrong status to the wrong service and not using 100000(.5) web interfaces constantly.</p>
<p>&lt;/rant&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.14/managing-social-media-accounts.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Upgrade</title>
		<link>http://www.imbrandon.com/2009.02.11/wordpress-upgrade.html</link>
		<comments>http://www.imbrandon.com/2009.02.11/wordpress-upgrade.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:50:14 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress 2.7.1]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=88</guid>
		<description><![CDATA[WordPress 2.7.1 was released and I upgraded this blog right away ( along with some other client installs that were already running 2.7 )
Let me know if you notice anything funky about the upgrade, from a cursory look everything seems to be working as it should.
On that note, I've also added a place in the comment [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.7.1 was released and I upgraded this blog right away ( along with some other client installs that were already running 2.7 )</p>
<p>Let me know if you notice anything funky about the upgrade, from a cursory look everything seems to be working as it should.</p>
<p>On that note, I've also added a place in the comment section where you can input your Twitter ID and eventually I will publish this information along with the users gravatar and name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.11/wordpress-upgrade.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter vs. SMS ( text ) Messages</title>
		<link>http://www.imbrandon.com/2009.02.08/twitter-vs-sms-txt-messages.html</link>
		<comments>http://www.imbrandon.com/2009.02.08/twitter-vs-sms-txt-messages.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:41:13 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[language]]></category>

		<category><![CDATA[mobile computing]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[sms]]></category>

		<category><![CDATA[social media]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=40</guid>
		<description><![CDATA[You know, the more I've been using Twitter the last week or so ( @imbrandon ) I have noticed many things that I'll be blogging about. But one of those such things is the language used on Twitter by large is not the same Language that is used in SMS messages even though the two [...]]]></description>
			<content:encoded><![CDATA[<p>You know, the more I've been using Twitter the last week or so ( <a title="Brandon's Twitter " href="http://www.twitter.com/imbrandon" target="_blank">@imbrandon</a> ) I have noticed many things that I'll be blogging about. But one of those such things is the language used on Twitter by large is not the same Language that is used in SMS messages even though the two technologies while very different have quite a bit that would effect the language used in common such as the 140 character limit on "tweets" and that largely the people that use twitter also make use of SMS messages too.</p>
<p>SMS messages always seem to be much more abbreviated than Tweets , here is an example ( fictional to explain the point better ) :</p>
<p><strong>Twitter to Mark :</strong> @MarkRosky Me and Sarah are having coffee at Starbucks on 4th and Grand, come join us if you have time.<br />
<strong>SMS to Mark :</strong> grabbin cup o java at da spot. get down here</p>
<p>Now I'm curious if this is because most people started ( and continue ) to use SMS via limited phone keyboards instead of fuller featured ones on Blackberries, iPhones, and other smart phones ? Is it a mindset when using a device other than a full computer , e.g. when you send a tweet via SMS does it follow the SMS language or Twitter's ? Or am I mistaken and its a whole different demographic ?</p>
<p>I'd love to hear your thoughts in the comments <a href="http://twitter.com/imbrandon" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.08/twitter-vs-sms-txt-messages.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Its that time of year again</title>
		<link>http://www.imbrandon.com/2009.02.05/its-that-time-of-year-again.html</link>
		<comments>http://www.imbrandon.com/2009.02.05/its-that-time-of-year-again.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:51:36 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[#ff0000]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[roses]]></category>

		<category><![CDATA[roses are red]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[valentines day]]></category>

		<guid isPermaLink="false">https://www.imbrandon.com/?p=37</guid>
		<description><![CDATA[Its getting close to valentines day again so I thought some of you "geeks" out there would appreciate a post I made last november about a "hack" that was inspired by an XKCD comic.
Anyhow here is a link to the original post titled "Roses are #ff0000 ..." , hope you enjoy it as much as [...]]]></description>
			<content:encoded><![CDATA[<p>Its getting close to valentines day again so I thought some of you "geeks" out there would appreciate a post I made last november about a "hack" that was inspired by an <a title="XKCD" href="http://xkcd.org" target="_blank">XKCD</a> comic.</p>
<p><span id="sample-permalink">Anyhow here is a link to the original post titled "<a title="Roses are #ff0000" href="https://www.imbrandon.com/2007.11.11/roses-are-ff0000.html" target="_self">Roses are #ff0000 ...</a>" , hope you enjoy it as much as I did.<br />
</span></p>
<p><span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.02.05/its-that-time-of-year-again.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thinking totaly new …</title>
		<link>http://www.imbrandon.com/2009.01.31/thinking-totaly-new.html</link>
		<comments>http://www.imbrandon.com/2009.01.31/thinking-totaly-new.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:50:45 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[plant-ubuntu]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=32</guid>
		<description><![CDATA[Thinking about totally overhauling the website and blog starting this weekend ( nothing live yet )  to add some more functionality and update the theme to something much more readable ( plus throw in some more categories / projects / {,web-}apps about more stuff that I'm diving into these days , python, php, wordpress, [...]]]></description>
			<content:encoded><![CDATA[<p>Thinking about totally overhauling the website and blog starting this weekend ( nothing live yet )  to add some more functionality and update the theme to something much more readable ( plus throw in some more categories / projects / {,web-}apps about more stuff that I'm diving into these days , python, php, wordpress, ubuntu, debian , and tons of other techno-garble ) </p>
<p>I'm thinking maybe if I choose a few more subjects to blog about I'd likely blog alot more often, just separating the posts by category and/or tag ( I'm not a fan of running multi blogs if the subjects are loosely related or could have alot of crossover )</p>
<p>Ideas ? anything in your blogrolls' missing that you think I might be able to fill the void in ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2009.01.31/thinking-totaly-new.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>10 ways to amuse a geek</title>
		<link>http://www.imbrandon.com/2008.11.11/10-ways-to-amuse-a-geek.html</link>
		<comments>http://www.imbrandon.com/2008.11.11/10-ways-to-amuse-a-geek.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:03:29 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[amuse a geek]]></category>

		<category><![CDATA[binary]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[geek]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=29</guid>
		<description><![CDATA[1. Make a list of the top 10 ways to amuse a geek.
10. Use binary. 
]]></description>
			<content:encoded><![CDATA[<p>1. Make a list of the top 10 ways to amuse a geek.<br />
10. Use binary. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2008.11.11/10-ways-to-amuse-a-geek.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>sudo apt-get install Barack-Obama</title>
		<link>http://www.imbrandon.com/2008.11.05/sudo-apt-get-install-barack-obama.html</link>
		<comments>http://www.imbrandon.com/2008.11.05/sudo-apt-get-install-barack-obama.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:04:25 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Barack Obama]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[election 2008]]></category>

		<category><![CDATA[obama]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[sudo apt-get install]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=28</guid>
		<description><![CDATA[Change is upon us, lets unite and embrace it. Maybe we can make this country a better place and once again be a Role Model to the world of a young ( yes, 221 years young ) Democracy taking its place in the international community for the betterment of all as an Example Nation, not [...]]]></description>
			<content:encoded><![CDATA[<p>Change is upon us, lets unite and embrace it. Maybe we can make this country a better place and once again be a Role Model to the world of a young ( yes, 221 years young ) Democracy taking its place in the international community for the betterment of all as an Example Nation, not a unnecessarily forceful  and arrogant one.</p>
<p>Change  is here, and tonight I will sleep well for the first time in ages dreaming of this change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2008.11.05/sudo-apt-get-install-barack-obama.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>I’ve never been shorted …</title>
		<link>http://www.imbrandon.com/2008.11.03/ive-never-been-shorted.html</link>
		<comments>http://www.imbrandon.com/2008.11.03/ive-never-been-shorted.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 03:48:58 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=27</guid>
		<description><![CDATA[at an ATM machine. Why can we not "seem" to get voting machines correct ? 
Wonder if these things can still be secure, accountable, etc. etc. etc. and be 100% opensource ( dosent even have to be GPL, could be something like the CC no driv lic ) so it could be 100% inspected with [...]]]></description>
			<content:encoded><![CDATA[<p>at an ATM machine. Why can we not "seem" to get voting machines correct ? </p>
<p>Wonder if these things can still be secure, accountable, etc. etc. etc. and be 100% opensource ( dosent even have to be GPL, could be something like the CC no driv lic ) so it could be 100% inspected with a re-count paper trail. This is one time IMHO that tree's should NOT be saved, if i am forced to get a receipt at the ATM for every transaction why dont voting machines have "reciepts" that can later be verified and recounted if nessesary.</p>
<p>/me gets off soapbox</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2008.11.03/ive-never-been-shorted.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Seven Years Ago</title>
		<link>http://www.imbrandon.com/2008.09.11/seven-years-ago.html</link>
		<comments>http://www.imbrandon.com/2008.09.11/seven-years-ago.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:40:13 +0000</pubDate>
		<dc:creator>imbrandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[2001-09-11]]></category>

		<category><![CDATA[9-11]]></category>

		<category><![CDATA[911]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[planet-debian]]></category>

		<category><![CDATA[planet-ubuntu]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.imbrandon.com/?p=26</guid>
		<description><![CDATA[Seven Years Ago, America was a much different place. I don't condone any of our actions ( as a country ) in the middle east since that fateful day in New York, but instead mourn the people and freedoms we lost that day.
Never Forget : 2001-09-11
]]></description>
			<content:encoded><![CDATA[<p>Seven Years Ago, America was a much different place. I don't condone any of our actions ( as a country ) in the middle east since that fateful day in New York, but instead mourn the people and freedoms we lost that day.</p>
<p>Never Forget : 2001-09-11</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imbrandon.com/2008.09.11/seven-years-ago.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
