
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>

<link rel="stylesheet" href="http://rizzn.com/wp-content/themes/OnTheGo/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Mark &quot;Rizzn&quot; Hopkins RSS Feed" href="http://rizzn.com/feed/" />
<link rel="alternate" type="application/atom+xml" title="Mark &quot;Rizzn&quot; Hopkins Atom Feed" href="http://rizzn.com/feed/atom/" />
<link rel="pingback" href="http://rizzn.com/xmlrpc.php" />

<!--[if lt IE 7]>
	<link rel="stylesheet" type="text/css" href="http://rizzn.com/wp-content/themes/OnTheGo/ie6style.css" />
	<script type="text/javascript" src="http://rizzn.com/wp-content/themes/OnTheGo/js/DD_belatedPNG_0.0.8a-min.js"></script>
	<script type="text/javascript">DD_belatedPNG.fix('ul#top-menu li ul, ul#top-menu li ul li.dropdown-bottom, img#logo, div#manlayer, ul.control li.recent a, div.entries h3 span, .widget_entries h3, #buildings');</script>
<![endif]-->
<!--[if IE 7]>
	<link rel="stylesheet" type="text/css" href="http://rizzn.com/wp-content/themes/OnTheGo/ie7style.css" />
<![endif]-->

<script type="text/javascript">
	document.documentElement.className = 'js';
</script>

		<link rel="stylesheet" href="http://rizzn.com/wp-content/themes/OnTheGo/style-Brown.css" type="text/css" media="screen" />
	<meta content="OnTheGo v.1.8" name="generator"/><link rel='stylesheet' id='st_player_style-css'  href='http://rizzn.com/wp-content/plugins/captionbox/cbox/captionbox.css?ver=3.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='shortcodesStyleSheets-css'  href='http://rizzn.com/wp-content/themes/OnTheGo/epanel/shortcodes/shortcodes.css?ver=3.2.1' type='text/css' media='all' />
<script>
	var STglobalSettings = {initialState: 'open', defaultHeight: 210};
</script>
<script type='text/javascript' src='http://rizzn.com/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://rizzn.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://rizzn.com/wp-content/plugins/captionbox/cbox/jquery.captionbox.js?ver=1.0'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://rizzn.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://rizzn.com/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Mark &quot;Rizzn&quot; Hopkins' href='http://rizzn.com/' />
<meta name="generator" content="WordPress 3.2.1" />
<!--##LivefyreHeadTestOK##--><!--##LivefyreHeadTestBlognameOK##--><link rel="hub" href="http://pubsubhubbub.appspot.com" /><link rel="hub" href="http://superfeedr.com/hubbub" />	<script type='text/javascript'>
	// <![CDATA[
	
		<!---- et_switcher plugin v2 ---->
		(function($)
		{
			$.fn.et_shortcodes_switcher = function(options)
			{
				var defaults =
				{
				   slides: '>div',
				   activeClass: 'active',
				   linksNav: '',
				   findParent: true, //use parent elements to define active states
				   lengthElement: 'li', //parent element, used only if findParent is set to true
				   useArrows: false,
				   arrowLeft: 'a#prev-arrow',
				   arrowRight: 'a#next-arrow',
				   auto: false,
				   autoSpeed: 5000,
				   slidePadding: '',
				   pauseOnHover: true,
				   fx: 'fade',
				   sliderType: ''
				};

				var options = $.extend(defaults, options);

				return this.each(function()
				{
									
					var slidesContainer = jQuery(this).parent().css('position','relative'),
						$slides = jQuery(this).css({'overflow':'hidden','position':'relative'}),
						$slide = $slides.find(options.slides).css({'opacity':'1','position':'absolute','top':'0px','left':'0px','display':'none'}),
						slidesNum = $slide.length,
						zIndex = slidesNum,
						currentPosition = 1,
						slideHeight = 0,
						$activeSlide,
						$nextSlide;
					
					if (options.fx === 'slide') {
						$slide.css({'opacity':'0','position':'absolute','top':'0px','left':'0px','display':'block'});
					} else {
						$slide.filter(':first').css({'display':'block'});
					}
					
					if (options.slidePadding != '') $slide.css('padding',options.slidePadding);
					
					$slide.each(function(){
						jQuery(this).css('z-index',zIndex).addClass('clearfix');
						if (options.fx === 'slide') zIndex--;
						
						slideH = jQuery(this).innerHeight();
						if (slideH > slideHeight) slideHeight = slideH;
					});
					$slides.css('height', slideHeight);
					$slides.css('width', $slides.width());
									
					var slideWidth = $slide.width(),
						slideOuterWidth = $slide.outerWidth();
					
					$slide.css('width',slideWidth);
					
					$slide.filter(':first').css('opacity','1');
					
					if (options.sliderType != '') {
						if (options.sliderType === 'images') {
							controllersHtml = '<div class="controllers-wrapper"><div class="controllers"><a href="#" class="left-arrow">Previous</a>';
							for ($i=1; $i<=slidesNum; $i++) {
								controllersHtml += '<a class="switch" href="#">'+$i+'</a>';
							}
							controllersHtml += '<a href="#" class="right-arrow">Next</a></div><div class="controllers-right"></div></div>';		
							$controllersWrap = jQuery(controllersHtml).prependTo($slides.parent());
							jQuery('.controllers-wrapper .controllers').css('width', 65 + 18*slidesNum);
						}
						
						var etimage_width = $slide.width();
			
						slidesContainer.css({'width':etimage_width});
						$slides.css({'width':etimage_width});
						
						if (options.sliderType === 'images') {
							slidesContainer.css({'height':$slide.height()});
							$slides.css({'height':$slide.height()});
							
							var controllers_width = $controllersWrap.width(),
							leftPosition = Math.round((etimage_width - controllers_width) / 2);
						
							$controllersWrap.css({left: leftPosition});
						}	
					}
					
					
					if (options.linksNav != '') {
						var linkSwitcher = jQuery(options.linksNav);
						
						var linkSwitcherTab = '';
						if (options.findParent) linkSwitcherTab = linkSwitcher.parent();
						else linkSwitcherTab = linkSwitcher;
						
						if (!linkSwitcherTab.filter('.active').length) linkSwitcherTab.filter(':first').addClass('active');
										
						linkSwitcher.click(function(){
							
							var targetElement;

							if (options.findParent) targetElement = jQuery(this).parent();
							else targetElement = jQuery(this);
							
							var orderNum = targetElement.prevAll(options.lengthElement).length+1;
							
							if (orderNum > currentPosition) gotoSlide(orderNum, 1);
							else gotoSlide(orderNum, -1); 
							
							return false;
						});
					}
					
					
					if (options.useArrows) {
						var $right_arrow = jQuery(options.arrowRight),
							$left_arrow = jQuery(options.arrowLeft);
											
						$right_arrow.click(function(){				
							if (currentPosition === slidesNum) 
								gotoSlide(1,1);
							else 
								gotoSlide(currentPosition+1),1;
							
							if (options.linksNav != '') changeTab();
													
							return false;
						});
						
						$left_arrow.click(function(){
							if (currentPosition === 1)
								gotoSlide(slidesNum,-1);
							else 
								gotoSlide(currentPosition-1,-1);
							
							if (options.linksNav != '') changeTab();
							
							return false;
						});
						
					}
					
									
					function changeTab(){
						if (linkSwitcherTab != '') { 
							linkSwitcherTab.siblings().removeClass('active');
							linkSwitcherTab.filter(':eq('+(currentPosition-1)+')').addClass('active');
						}
					}
					
					function gotoSlide(slideNumber,dir){
						if ($slide.filter(':animated').length) return;
					
						$slide.css('opacity','0');
																			
						$activeSlide = $slide.filter(':eq('+(currentPosition-1)+')').css('opacity','1');
										
						if (currentPosition === slideNumber) return;
										
						$nextSlide = $slide.filter(':eq('+(slideNumber-1)+')').css('opacity','1');
										
						if ((currentPosition > slideNumber || currentPosition === 1) && (dir === -1)) {
							if (options.fx === 'slide') slideBack(500);
							if (options.fx === 'fade') slideFade(500);
						} else {
							if (options.fx === 'slide') slideForward(500);
							if (options.fx === 'fade') slideFade(500);
						}
						
						currentPosition = $nextSlide.prevAll().length + 1;
						
						if (options.linksNav != '') changeTab();
						
						if (typeof interval != 'undefined' && options.auto) {
							clearInterval(interval);
							auto_rotate();
						}
											
						return false;
					}
					
					
					if (options.auto) {
						auto_rotate();
						var pauseSlider = false;
					}
					
					if (options.pauseOnHover) { 				
						slidesContainer.hover(function(){
							pauseSlider = true;
						},function(){
							pauseSlider = false;
						});
					}
					
					function auto_rotate(){
						
						interval = setInterval(function(){
							if (!pauseSlider) { 
								if (currentPosition === slidesNum) 
									gotoSlide(1,1);
								else 
									gotoSlide(currentPosition+1),1;
								
								if (options.linksNav != '') changeTab();
							}
						},options.autoSpeed);
						
					}
					
					function slideForward(speed){
						$nextSlide.css('left',slideOuterWidth+'px');
						$activeSlide.animate({left: '-'+slideOuterWidth},speed);
						$nextSlide.animate({left: 0},speed);
					}
					
					function slideBack(speed){
						$nextSlide.css('left','-'+slideOuterWidth+'px');
						$activeSlide.animate({left: slideOuterWidth},speed);
						$nextSlide.animate({left: 0},speed);
					}
					
					function slideFade(speed){					
						$activeSlide.css({zIndex: slidesNum}).fadeOut(700);
						$nextSlide.css({zIndex: (slidesNum+1)}).fadeIn(700);
					}
					
				});
			} 
		})(jQuery);
		<!---- end et_switcher plugin v2 ---->
		
		/////// Shortcodes Javascript ///////
		
		/// tooltip ///
		
		$et_tooltip = jQuery('.et-tooltip');
		
		$et_tooltip.live('mouseover mouseout', function(event){
			if (event.type == 'mouseover') {
				jQuery(this).find('.et-tooltip-box').animate({ opacity: 'show', bottom: '25px' }, 300);
			} else {
				jQuery(this).find('.et-tooltip-box').animate({ opacity: 'hide', bottom: '35px' }, 300);
			}
		});
		
		/// learn more ///
		
		$et_learn_more = jQuery('.et-learn-more .heading-more');
		
		$et_learn_more.live('click', function() {
			if ( jQuery(this).hasClass('open') ) 
				jQuery(this).removeClass('open');
			else 
				jQuery(this).addClass('open');
				
			jQuery(this).parent('.et-learn-more').find('.learn-more-content').animate({ opacity: 'toggle', height: 'toggle' }, 300);
		});
	
	// ]]>
	</script>
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
			<style type="text/css">
			.wpwalla-item-list { padding-bottom:10px;}
			.wpwalla-item-icon {width: 25px; height: 25px; float:left; padding-right: 7px}
			</style>

</head>
<body class="error404">

	<div class="container">
		<div id="header">
							<ul id="top-menu" class="superfish nav">
					
						<li class="cat-item cat-item-3"><a href="http://rizzn.com/category/blog/" title="View all posts filed under /blog">/blog</a>
</li>
	<li class="cat-item cat-item-4"><a href="http://rizzn.com/category/robots-2/" title="View all posts filed under /robots">/robots</a>
</li>
	<li class="cat-item cat-item-5"><a href="http://rizzn.com/category/socnets/" title="View all posts filed under /socnets">/socnets</a>
</li>
					
					<li class="page_item page-item-3310"><a href="http://rizzn.com/spotify-mixtapes/" title="Spotify Mixtapes">Spotify Mixtapes</a></li>
				</ul> <!-- end ul.nav -->
					</div> <!-- end header -->

		<div id="contentwrap">
			<div id="content">

				<div id="manlayer"></div>

				<!-- LOGO -->
				<div id="logowrap">
					<a href="http://rizzn.com">						<img src="http://rizzn.com/wp-content/uploads/2011/09/profile-e1315335483683.png" alt="Logo" id="logo"/></a>
				</div>
				<!-- end LOGO -->

				<div id="main-area" class="clearfix">	
		
	<div id="main-content">
		<h1 id="index"></h1>
	
					<!--If no results are found-->
	<h1>No Results Found</h1>
	<p>The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.</p>
<!--End if no results are found-->			</div> <!-- #main-content -->
	
<div id="sidebar">
		
	<div class="widget_wrap">
							<div class="widget_entries"><h3>Find Stuff.</h3><div class="widget-content"><form method="get" id="searchform" action="http://rizzn.com/">
    <div>
        <input type="text" value="" name="s" id="s" />
        <input type="submit" id="searchsubmit" value="Search" />
    </div>
</form>
</div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap --><div class="widget_wrap">
							<div class="widget_entries"><h3>Community Chatter</h3><div class="widget-content"><ul id="recentcomments"><li class="recentcomments"><a href='http://rizzn.com/2012/04/04/in-which-jolie-odell-trolls-me-again-yougotmegirl/' rel='external nofollow' class='url'>&hellip; in which Jolie O&rsquo;Dell trolls me. Again. [#yougotmegirl!] | Mark &quot;Rizzn&quot; Hopkins</a> on <a href="http://rizzn.com/2010/03/18/someone-help-me-my-life-is-too-hard-sxswi-sucks-edition/#comment-3167">Someone Help Me, My Life is Too Hard [#SxSWi Sucks Edition]</a></li><li class="recentcomments"><a href='http://tumblring.net/' rel='external nofollow' class='url'>Tumblr Tricks</a> on <a href="http://rizzn.com/2009/02/09/tumblrs-david-karp-discusses-going-pro/#comment-3166">Tumblr’s David Karp Discusses Going Pro [video]</a></li><li class="recentcomments"><a href='http://domain.tldzeydonk' rel='external nofollow' class='url'>zeydonk</a> on <a href="http://rizzn.com/2011/02/25/fun-with-bots-now-on-gchat-chat-with-juicyqt72/#comment-3164">Fun With Bots (Now, on GChat!): Chat with juicyqt72</a></li><li class="recentcomments"><a href='http://www.inquisitr.net/68597/netbooks-are-dead-in-the-water-and-its-not-ipads-fault/' rel='external nofollow' class='url'>Netbooks are dead in the water, and it&#8217;s not iPad&#8217;s fault</a> on <a href="http://rizzn.com/2010/04/01/would-you-do-it-starve-the-children-to-change-portable-computing-profoundly/#comment-3163">Would You Do It? Starve the Children to &#8220;Change Portable Computing Profoundly&#8221;?</a></li><li class="recentcomments"><a href='http://siliconangle.com/' rel='external nofollow' class='url'>rizzn</a> on <a href="http://rizzn.com/2011/05/30/mashable-fired-federated-media-in-january/#comment-3162">Mashable Fired Federated Media in January</a></li></ul></div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap --><div class="widget_wrap">
							<div class="widget_entries"><h3>Old Stuff</h3><div class="widget-content">		<select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Select Month</option> 	<option value='http://rizzn.com/2012/04/'> April 2012 </option>
	<option value='http://rizzn.com/2012/03/'> March 2012 </option>
	<option value='http://rizzn.com/2011/10/'> October 2011 </option>
	<option value='http://rizzn.com/2011/09/'> September 2011 </option>
	<option value='http://rizzn.com/2011/08/'> August 2011 </option>
	<option value='http://rizzn.com/2011/07/'> July 2011 </option>
	<option value='http://rizzn.com/2011/06/'> June 2011 </option>
	<option value='http://rizzn.com/2011/05/'> May 2011 </option>
	<option value='http://rizzn.com/2011/04/'> April 2011 </option>
	<option value='http://rizzn.com/2011/03/'> March 2011 </option>
	<option value='http://rizzn.com/2011/02/'> February 2011 </option>
	<option value='http://rizzn.com/2011/01/'> January 2011 </option>
	<option value='http://rizzn.com/2010/12/'> December 2010 </option>
	<option value='http://rizzn.com/2010/11/'> November 2010 </option>
	<option value='http://rizzn.com/2010/10/'> October 2010 </option>
	<option value='http://rizzn.com/2010/09/'> September 2010 </option>
	<option value='http://rizzn.com/2010/08/'> August 2010 </option>
	<option value='http://rizzn.com/2010/07/'> July 2010 </option>
	<option value='http://rizzn.com/2010/06/'> June 2010 </option>
	<option value='http://rizzn.com/2010/05/'> May 2010 </option>
	<option value='http://rizzn.com/2010/04/'> April 2010 </option>
	<option value='http://rizzn.com/2010/03/'> March 2010 </option>
	<option value='http://rizzn.com/2010/02/'> February 2010 </option>
	<option value='http://rizzn.com/2010/01/'> January 2010 </option>
	<option value='http://rizzn.com/2009/12/'> December 2009 </option>
	<option value='http://rizzn.com/2009/11/'> November 2009 </option>
	<option value='http://rizzn.com/2009/10/'> October 2009 </option>
	<option value='http://rizzn.com/2009/08/'> August 2009 </option>
	<option value='http://rizzn.com/2009/07/'> July 2009 </option>
	<option value='http://rizzn.com/2009/06/'> June 2009 </option>
	<option value='http://rizzn.com/2009/05/'> May 2009 </option>
	<option value='http://rizzn.com/2009/04/'> April 2009 </option>
	<option value='http://rizzn.com/2009/03/'> March 2009 </option>
	<option value='http://rizzn.com/2009/02/'> February 2009 </option>
	<option value='http://rizzn.com/2009/01/'> January 2009 </option>
	<option value='http://rizzn.com/2008/12/'> December 2008 </option>
	<option value='http://rizzn.com/2008/11/'> November 2008 </option>
	<option value='http://rizzn.com/2008/10/'> October 2008 </option>
	<option value='http://rizzn.com/2008/09/'> September 2008 </option>
	<option value='http://rizzn.com/2008/08/'> August 2008 </option>
	<option value='http://rizzn.com/2008/07/'> July 2008 </option>
	<option value='http://rizzn.com/2008/06/'> June 2008 </option>
	<option value='http://rizzn.com/2008/05/'> May 2008 </option>
	<option value='http://rizzn.com/2008/04/'> April 2008 </option>
	<option value='http://rizzn.com/2007/10/'> October 2007 </option>
	<option value='http://rizzn.com/2007/09/'> September 2007 </option>
	<option value='http://rizzn.com/2007/08/'> August 2007 </option>
	<option value='http://rizzn.com/2007/07/'> July 2007 </option>
	<option value='http://rizzn.com/2007/06/'> June 2007 </option>
	<option value='http://rizzn.com/2007/05/'> May 2007 </option>
	<option value='http://rizzn.com/2007/04/'> April 2007 </option>
	<option value='http://rizzn.com/2007/03/'> March 2007 </option>
	<option value='http://rizzn.com/2007/02/'> February 2007 </option>
	<option value='http://rizzn.com/2007/01/'> January 2007 </option>
	<option value='http://rizzn.com/2006/12/'> December 2006 </option>
	<option value='http://rizzn.com/2006/11/'> November 2006 </option>
	<option value='http://rizzn.com/2006/10/'> October 2006 </option>
	<option value='http://rizzn.com/2006/09/'> September 2006 </option>
	<option value='http://rizzn.com/2006/08/'> August 2006 </option>
	<option value='http://rizzn.com/2006/07/'> July 2006 </option>
	<option value='http://rizzn.com/2006/06/'> June 2006 </option>
	<option value='http://rizzn.com/2006/05/'> May 2006 </option>
	<option value='http://rizzn.com/2006/04/'> April 2006 </option>
	<option value='http://rizzn.com/2006/03/'> March 2006 </option>
	<option value='http://rizzn.com/2006/02/'> February 2006 </option>
	<option value='http://rizzn.com/2006/01/'> January 2006 </option>
	<option value='http://rizzn.com/2005/12/'> December 2005 </option>
	<option value='http://rizzn.com/2005/11/'> November 2005 </option>
	<option value='http://rizzn.com/2005/10/'> October 2005 </option>
	<option value='http://rizzn.com/2005/09/'> September 2005 </option>
	<option value='http://rizzn.com/2005/08/'> August 2005 </option>
	<option value='http://rizzn.com/2005/07/'> July 2005 </option>
	<option value='http://rizzn.com/2005/06/'> June 2005 </option>
	<option value='http://rizzn.com/2005/05/'> May 2005 </option>
	<option value='http://rizzn.com/2005/04/'> April 2005 </option>
	<option value='http://rizzn.com/2005/03/'> March 2005 </option>
	<option value='http://rizzn.com/2005/02/'> February 2005 </option>
	<option value='http://rizzn.com/2004/12/'> December 2004 </option>
	<option value='http://rizzn.com/2004/11/'> November 2004 </option>
	<option value='http://rizzn.com/2004/10/'> October 2004 </option>
	<option value='http://rizzn.com/2004/09/'> September 2004 </option>
	<option value='http://rizzn.com/2004/08/'> August 2004 </option>
	<option value='http://rizzn.com/2004/07/'> July 2004 </option>
	<option value='http://rizzn.com/2004/06/'> June 2004 </option>
	<option value='http://rizzn.com/2004/05/'> May 2004 </option>
	<option value='http://rizzn.com/2004/04/'> April 2004 </option>
	<option value='http://rizzn.com/2004/03/'> March 2004 </option>
	<option value='http://rizzn.com/2004/02/'> February 2004 </option>
	<option value='http://rizzn.com/2004/01/'> January 2004 </option>
	<option value='http://rizzn.com/2003/12/'> December 2003 </option>
	<option value='http://rizzn.com/2003/11/'> November 2003 </option>
	<option value='http://rizzn.com/2003/10/'> October 2003 </option>
	<option value='http://rizzn.com/2003/09/'> September 2003 </option>
	<option value='http://rizzn.com/2003/08/'> August 2003 </option>
	<option value='http://rizzn.com/2002/02/'> February 2002 </option>
	<option value='http://rizzn.com/2001/12/'> December 2001 </option>
	<option value='http://rizzn.com/2001/11/'> November 2001 </option>
	<option value='http://rizzn.com/2001/10/'> October 2001 </option>
	<option value='http://rizzn.com/2001/09/'> September 2001 </option>
	<option value='http://rizzn.com/2001/05/'> May 2001 </option>
	<option value='http://rizzn.com/2001/04/'> April 2001 </option>
	<option value='http://rizzn.com/2001/03/'> March 2001 </option>
	<option value='http://rizzn.com/2001/02/'> February 2001 </option>
	<option value='http://rizzn.com/2001/01/'> January 2001 </option>
	<option value='http://rizzn.com/2000/12/'> December 2000 </option>
	<option value='http://rizzn.com/2000/11/'> November 2000 </option>
	<option value='http://rizzn.com/2000/10/'> October 2000 </option>
	<option value='http://rizzn.com/2000/09/'> September 2000 </option>
	<option value='http://rizzn.com/2000/08/'> August 2000 </option>
	<option value='http://rizzn.com/2000/07/'> July 2000 </option>
	<option value='http://rizzn.com/2000/06/'> June 2000 </option>
	<option value='http://rizzn.com/2000/05/'> May 2000 </option>
	<option value='http://rizzn.com/2000/04/'> April 2000 </option>
	<option value='http://rizzn.com/2000/03/'> March 2000 </option>
	<option value='http://rizzn.com/2000/02/'> February 2000 </option>
	<option value='http://rizzn.com/2000/01/'> January 2000 </option>
	<option value='http://rizzn.com/1999/10/'> October 1999 </option>
	<option value='http://rizzn.com/1999/07/'> July 1999 </option>
	<option value='http://rizzn.com/1999/01/'> January 1999 </option>
	<option value='http://rizzn.com/1998/12/'> December 1998 </option>
 </select>
</div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap --><div class="widget_wrap">
							<div class="widget_entries"><h3>Follow Me, Find Me, Contact Me</h3><div class="widget-content">			<div class="textwidget"><center><object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=414387f3eeda28d9c21826c6c2ac2cb8040c0b7c&style=0" /></object></center>
<BR><BR>
<center><div class="socialstatistics-widget" data-id="108832773152747423283"></div><script>(function(d,t){var b=d.createElement(t),c=d.getElementsByTagName(t)[0];b.async=b.src="http://socialstatistics.com/widget/widget.min.js";c.parentNode.insertBefore(b,c);})(document,'script');</script></center><BR>
<centeR><a href="http://open.spotify.com/user/rizzn"><img src="https://www.spotify.com/static/images/social-badge-en.png" alt="Follow me on Spotify" title="Follow me on Spotify"></a></center>

<script type="text/javascript" src="http://widgets.plusclout.com/badge?gid=108832773152747423283"></script></div>
		</div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap --><div class="widget_wrap">
							<div class="widget_entries"><h3>Tags</h3><div class="widget-content"><div class="tagcloud"><a href='http://rizzn.com/tag/55-words/' class='tag-link-33' title='8 topics' style='font-size: 8.7608695652174pt;'>55 words</a>
<a href='http://rizzn.com/tag/akaradio/' class='tag-link-48' title='65 topics' style='font-size: 22pt;'>akaradio</a>
<a href='http://rizzn.com/tag/blogosphere/' class='tag-link-103' title='8 topics' style='font-size: 8.7608695652174pt;'>blogosphere</a>
<a href='http://rizzn.com/tag/cam-mafia/' class='tag-link-115' title='65 topics' style='font-size: 22pt;'>cam-mafia</a>
<a href='http://rizzn.com/tag/celebrity/' class='tag-link-122' title='10 topics' style='font-size: 10.130434782609pt;'>celebrity</a>
<a href='http://rizzn.com/tag/christmas/' class='tag-link-134' title='25 topics' style='font-size: 15.760869565217pt;'>christmas</a>
<a href='http://rizzn.com/tag/cyberwar/' class='tag-link-168' title='9 topics' style='font-size: 9.5217391304348pt;'>cyberwar</a>
<a href='http://rizzn.com/tag/earthshell/' class='tag-link-204' title='27 topics' style='font-size: 16.369565217391pt;'>earthshell</a>
<a href='http://rizzn.com/tag/erth/' class='tag-link-215' title='27 topics' style='font-size: 16.369565217391pt;'>ERTH</a>
<a href='http://rizzn.com/tag/facebook/' class='tag-link-220' title='20 topics' style='font-size: 14.391304347826pt;'>facebook</a>
<a href='http://rizzn.com/tag/finkelstein/' class='tag-link-235' title='25 topics' style='font-size: 15.760869565217pt;'>finkelstein</a>
<a href='http://rizzn.com/tag/flydlux/' class='tag-link-236' title='26 topics' style='font-size: 16.065217391304pt;'>FlyDLUX</a>
<a href='http://rizzn.com/tag/funny/' class='tag-link-254' title='8 topics' style='font-size: 8.7608695652174pt;'>funny</a>
<a href='http://rizzn.com/tag/google/' class='tag-link-10' title='27 topics' style='font-size: 16.369565217391pt;'>google</a>
<a href='http://rizzn.com/tag/google-phone/' class='tag-link-268' title='9 topics' style='font-size: 9.5217391304348pt;'>google phone</a>
<a href='http://rizzn.com/tag/google-things/' class='tag-link-269' title='36 topics' style='font-size: 18.195652173913pt;'>google things</a>
<a href='http://rizzn.com/tag/gphone/' class='tag-link-11' title='18 topics' style='font-size: 13.782608695652pt;'>gphone</a>
<a href='http://rizzn.com/tag/hackers/' class='tag-link-277' title='24 topics' style='font-size: 15.608695652174pt;'>hackers</a>
<a href='http://rizzn.com/tag/humor/' class='tag-link-296' title='11 topics' style='font-size: 10.739130434783pt;'>humor</a>
<a href='http://rizzn.com/tag/jacob-li-hopkins/' class='tag-link-14' title='12 topics' style='font-size: 11.195652173913pt;'>jacob li hopkins</a>
<a href='http://rizzn.com/tag/khashoggi/' class='tag-link-356' title='31 topics' style='font-size: 17.282608695652pt;'>khashoggi</a>
<a href='http://rizzn.com/tag/laura-colaner/' class='tag-link-365' title='9 topics' style='font-size: 9.5217391304348pt;'>laura colaner</a>
<a href='http://rizzn.com/tag/libertarian/' class='tag-link-372' title='34 topics' style='font-size: 17.739130434783pt;'>libertarian</a>
<a href='http://rizzn.com/tag/libertarian-party/' class='tag-link-373' title='28 topics' style='font-size: 16.521739130435pt;'>libertarian party</a>
<a href='http://rizzn.com/tag/marketing/' class='tag-link-403' title='8 topics' style='font-size: 8.7608695652174pt;'>marketing</a>
<a href='http://rizzn.com/tag/mashable/' class='tag-link-16' title='10 topics' style='font-size: 10.130434782609pt;'>mashable</a>
<a href='http://rizzn.com/tag/myspace/' class='tag-link-442' title='27 topics' style='font-size: 16.369565217391pt;'>myspace</a>
<a href='http://rizzn.com/tag/new-media/' class='tag-link-453' title='9 topics' style='font-size: 9.5217391304348pt;'>new media</a>
<a href='http://rizzn.com/tag/personal-updates/' class='tag-link-488' title='13 topics' style='font-size: 11.804347826087pt;'>personal updates</a>
<a href='http://rizzn.com/tag/podcasting/' class='tag-link-504' title='58 topics' style='font-size: 21.239130434783pt;'>podcasting</a>
<a href='http://rizzn.com/tag/politics/' class='tag-link-17' title='36 topics' style='font-size: 18.195652173913pt;'>politics</a>
<a href='http://rizzn.com/tag/presidential-politics/' class='tag-link-511' title='15 topics' style='font-size: 12.565217391304pt;'>presidential politics</a>
<a href='http://rizzn.com/tag/rabbi-finkelstein/' class='tag-link-518' title='25 topics' style='font-size: 15.760869565217pt;'>rabbi finkelstein</a>
<a href='http://rizzn.com/tag/rantradio/' class='tag-link-523' title='30 topics' style='font-size: 16.978260869565pt;'>rantradio</a>
<a href='http://rizzn.com/tag/robert-scoble/' class='tag-link-542' title='11 topics' style='font-size: 10.739130434783pt;'>robert scoble</a>
<a href='http://rizzn.com/tag/robots/' class='tag-link-18' title='56 topics' style='font-size: 21.086956521739pt;'>robots</a>
<a href='http://rizzn.com/tag/ron-paul/' class='tag-link-547' title='8 topics' style='font-size: 8.7608695652174pt;'>ron paul</a>
<a href='http://rizzn.com/tag/sean-p-aune/' class='tag-link-564' title='9 topics' style='font-size: 9.5217391304348pt;'>sean p. aune</a>
<a href='http://rizzn.com/tag/simon-hodson/' class='tag-link-576' title='26 topics' style='font-size: 16.065217391304pt;'>simon hodson</a>
<a href='http://rizzn.com/tag/steven-hodson/' class='tag-link-598' title='9 topics' style='font-size: 9.5217391304348pt;'>steven hodson</a>
<a href='http://rizzn.com/tag/technology/' class='tag-link-621' title='27 topics' style='font-size: 16.369565217391pt;'>technology</a>
<a href='http://rizzn.com/tag/techno-music/' class='tag-link-620' title='28 topics' style='font-size: 16.521739130435pt;'>techno music</a>
<a href='http://rizzn.com/tag/twitter/' class='tag-link-21' title='12 topics' style='font-size: 11.195652173913pt;'>twitter</a>
<a href='http://rizzn.com/tag/vonage/' class='tag-link-676' title='7 topics' style='font-size: 8pt;'>vonage</a>
<a href='http://rizzn.com/tag/working-projects/' class='tag-link-690' title='8 topics' style='font-size: 8.7608695652174pt;'>working projects</a></div>
</div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap --><div class="widget_wrap">
							<div class="widget_entries"><h3><a class='rsswidget' href='http://feeds.feedburner.com/RizznNewsFeed' title='Syndicate this content'><img style='border:0' width='14' height='14' src='http://rizzn.com/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='' title=''>stuff in my linkblog</a></h3><div class="widget-content"><ul><li><a class='rsswidget' href='http://feedproxy.google.com/~r/RizznNewsFeed/~3/wcHmQvaqzvM/watch' title='I liked a YouTube video: Life In A Day is a historic film capturing for future generations what it was like to be alive on the 24th of July, 2010. Executive produced by Ridley Scott and directed by Kevin Macdonald. Live in the UK? 12th Nov 2011 will do for Britain ... [&hellip;]'>Life In A Day</a> <span class="rss-date">November 4, 2011</span> <cite>(author unknown)</cite></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/RizznNewsFeed/~3/_6AM2EEO0RY/' title='Shared by Rizzn Admit it, you find racist ignorance to be humorous, sometimes. Submitted by: ross [&hellip;]'>Religious Change FAIL</a> <span class="rss-date">October 31, 2011</span> <cite>(author unknown)</cite></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/RizznNewsFeed/~3/j7-RGH3MMyU/' title='Shared by Rizzn The CW still exists? Hulu has signed a five-year licensing agreement with The CW, the company announced Friday. The deal will bring current season programming, including The Vampire Diaries, Gossip Girl and Supernatural, to both subscribers of Hulu Plus, and Hulu’s ad-supported web-based service. CW shows will start making their way to Hulu l [&hellip;]'>Put this in your vampire diary: The CW coming to Hulu</a> <span class="rss-date">October 31, 2011</span> <cite>(author unknown)</cite></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/RizznNewsFeed/~3/S5S5XMh9rGA/buy-bitcoins-with-paypal-or-credit-card.html' title='Shared by Rizzn This might change the game - liquidity for Bitcoins was previously not that easy. Memory Dealers is proud to announce that it&#039;s acquired the rights to sell the famous Casascius Physical Bitcoins. Customers can purchase these physical Bitcoins (which have hologram-coded private keys) with credit cards or Paypal. Each coin is worth its fac [&hellip;]'>Buy Bitcoins With PayPal or Credit Card</a> <span class="rss-date">October 31, 2011</span> <cite>(author unknown)</cite></li></ul></div> <!-- .widget-content -->
							<div class="entries-bottom usual"></div>
							</div> <!-- .entries -->
							</div> <!-- .widget_wrap -->	
	
</div> <!-- end sidebar --></div> <!-- end #main-area -->
				
			</div> <!-- end #content -->
		</div> <!-- end #contentwrap -->
		
		<div id="footer-widgets-wrap">
			<div id="footer-widgets" class="clearfix">
			
				<div class="widget">
						<div class="widgettop"><h4><span><a class='rsswidget' href='http://siliconangle.com/feed' title='Syndicate this content'><img style='border:0' width='14' height='14' src='http://rizzn.com/wp-includes/images/rss.png' alt='RSS' /></a> <a class='rsswidget' href='http://siliconangle.com' title='Computer Science meets Social Science'>SiliconANGLE News</a></span></h4><div class="widget-content"><ul><li><a class='rsswidget' href='http://siliconangle.com/blog/2012/04/09/rotten-easter-egg-for-nokia-lumia-900-holiday-launch/' title='On Friday, April 6th, New York’s Times Square was filled with thousands of Nokia and Nicki Minaj fans to launch the Nokia Lumia 900.  Minaj performed the “Starship Remix” and much to the delight of her fans, the performance was … Continue reading → Rotten Easter Egg for Nokia Lumia 900 Holiday Launch is a post from: SiliconANGLE We&#039;re now available on t [&hellip;]'>Rotten Easter Egg for Nokia Lumia 900 Holiday Launch</a> <span class="rss-date">April 9, 2012</span><div class='rssSummary'>On Friday, April 6th, New York’s Times Square was filled with thousands of Nokia and Nicki Minaj fans to launch the Nokia Lumia 900.  Minaj performed the “Starship Remix” and much to the delight of her fans, the performance was … Continue reading → Rotten Easter Egg for Nokia Lumia 900 Holiday Launch is a post from: SiliconANGLE We&#039;re now available on t [&hellip;]</div> <cite>Mellisa Tolentino</cite></li><li><a class='rsswidget' href='http://siliconangle.com/blog/2012/04/09/utah-gets-a-cybersecurity-rude-awakening-181000-medical-records-hacked/' title='With cybersecurity the way that it is, data breaches are constantly rolling news and when it comes to cultures such as Anonymous and hactivist groups like LulzSec it was the amount of data taken or the number of lives touched … Continue reading → Utah Gets a Cybersecurity Rude Awakening: 181,000 Medical Records Hacked is a post from: SiliconANGLE We&#039;re  [&hellip;]'>Utah Gets a Cybersecurity Rude Awakening: 181,000 Medical Records Hacked</a> <span class="rss-date">April 9, 2012</span><div class='rssSummary'>With cybersecurity the way that it is, data breaches are constantly rolling news and when it comes to cultures such as Anonymous and hactivist groups like LulzSec it was the amount of data taken or the number of lives touched … Continue reading → Utah Gets a Cybersecurity Rude Awakening: 181,000 Medical Records Hacked is a post from: SiliconANGLE We&#039;re  [&hellip;]</div> <cite>Kit Dotson</cite></li><li><a class='rsswidget' href='http://siliconangle.com/blog/2012/04/09/what-facebooks-instagram-buy-means-for-its-mobile-strategy-data-search/' title='Facebook’s taken the proactive measure of acquiring Instagram, the mobile photo-sharing network regularly referred to as Facebook’s biggest competition.  What’s most notable about the deal is the price tag – $1 billion for the startup that, just last week, was … Continue reading → What Facebook’s Instagram Buy Means for its Mobile Strategy: Data, Search is a [&hellip;]'>What Facebook’s Instagram Buy Means for its Mobile Strategy: Data, Search</a> <span class="rss-date">April 9, 2012</span><div class='rssSummary'>Facebook’s taken the proactive measure of acquiring Instagram, the mobile photo-sharing network regularly referred to as Facebook’s biggest competition.  What’s most notable about the deal is the price tag – $1 billion for the startup that, just last week, was … Continue reading → What Facebook’s Instagram Buy Means for its Mobile Strategy: Data, Search is a [&hellip;]</div> <cite>Kristen Nicole</cite></li></ul></div> <!-- end .widget-content -->	
						</div> <!-- end .widgettop -->
						<div class="widgetbottom"></div> <!-- end .widgetbottom -->
					</div> <!-- end .widget --><div class="widget">
						<div class="widgettop"><h4><span>Which Couch I&#8217;m On</span></h4><div class="widget-content">			<div class="textwidget"><!-- Google Public Location Badge -->
<iframe src="http://www.google.com/latitude/apps/badge/api?user=2937426550718216944&type=iframe&maptype=satellite" width="250" height="250" frameborder="0"></iframe>
<!-- To disable location sharing, you *must* visit https://www.google.com/latitude/apps/badge and disable the Google Public Location badge. Removing this code snippet is not enough! --></div>
		</div> <!-- end .widget-content -->	
						</div> <!-- end .widgettop -->
						<div class="widgetbottom"></div> <!-- end .widgetbottom -->
					</div> <!-- end .widget --><div class="widget">
						<div class="widgettop"><h4><span>My Location Badges</span></h4><div class="widget-content">Couldn't fetch Gowalla</div> <!-- end .widget-content -->	
						</div> <!-- end .widgettop -->
						<div class="widgetbottom"></div> <!-- end .widgetbottom -->
					</div> <!-- end .widget -->				
			</div> <!-- end #footer-widgets -->
		</div> <!-- end #footer-widgets-wrap -->
		
		<div id="footer">
			
		</div> <!-- end #footer -->
		
	</div> <!-- end container -->
				
	
<script type="text/javascript" src="http://rizzn.com/wp-content/themes/OnTheGo/js/superfish.js"></script>
<script type="text/javascript" src="http://rizzn.com/wp-content/themes/OnTheGo/js/init.js"></script>

<script type="text/javascript">
//<![CDATA[

	jQuery(".js #feat-content, .js div#from-blog div.entries").show(); //prevents a flash of unstyled content
	
	
	

//]]>
</script>
<!-- START Quantcast By WP-Plugin: Quantcast-Quantifier http://wordpress.org/extend/plugins/quantcast-quantifier/ -->
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-0bRKhF16V5Cqk"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-0bRKhF16V5Cqk.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
<!-- End Quantcast tag -->
<!-- END Quantcast-Quantifier -->
<!-- Woopra Analytics Code -->
<script type="text/javascript">
(function(){
var wsc=document.createElement('script');
wsc.type='text/javascript';
wsc.src=document.location.protocol+'//static.woopra.com/js/woopra.js';
wsc.async=true;
var ssc = document.getElementsByTagName('script')[0];
ssc.parentNode.insertBefore(wsc, ssc);})();
</script>
<!-- End of Woopra Analytics Code -->

<!--
<p style="text-align:center" class="yd_linkware"><small><a href="http://www.yann.com/en/wp-plugins/yd-feedwordpress-content-filter">Featuring YD Feedwordpress Content Filter Plugin</a></small></p>
-->	
</body>
</html>	
