<?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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Eric VB.com</title>
	
	<link>http://www.ericvb.com</link>
	<description>A Distinction Without a Difference...</description>
	<lastBuildDate>Sat, 30 Mar 2013 04:22:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta1-23980</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ericvb" /><feedburner:info uri="ericvb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to Stop YouTube from Sucking (DD-WRT Version)</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/hNnjqNmxgJ8/how-to-stop-youtube-from-sucking-dd-wrt-version</link>
		<comments>http://www.ericvb.com/archives/how-to-stop-youtube-from-sucking-dd-wrt-version#comments</comments>
		<pubDate>Sat, 30 Mar 2013 04:22:29 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=3556</guid>
		<description><![CDATA[This awesome blog post at MitchRibar.com outlined a great way to improve YouTube&#8217;s sometimes crappy load times and performance. It works very well and I&#8217;m glad somebody took the time to share this knowledge on the internet. His method is &#8230; <a href="http://www.ericvb.com/archives/how-to-stop-youtube-from-sucking-dd-wrt-version">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This <a href="http://mitchribar.com/2013/02/how-to-stop-youtube-sucking-windows-guide/">awesome blog post</a> at MitchRibar.com outlined a great way to improve YouTube&#8217;s sometimes crappy load times and performance. It works very well and I&#8217;m glad somebody took the time to share this knowledge on the internet.</p>
<p>His method is a local client only option, so if you have alot of computers like I do it may be a pain to set this up on every computer, phone, etc that you have. Instead, I decided to try and block it at my router which I happened to have flashed with DD-WRT.</p>
<p>Here&#8217;s how you do it!</p>
<ul>
<li><span style="line-height: 16px;">Log into your router&#8217;s admin interface</span></li>
<li>Click on &#8220;Administration&#8221; and then select the &#8220;Commands&#8221; tab</li>
<li>Paste the following lines into the commands text area:<br />
<code>iptables -I FORWARD -s 173.194.55.0/24 -j DROP<br />
iptables -I FORWARD -s 206.111.0.0/16 -j DROP</code></li>
<li>Now click &#8220;Save Firewall&#8221;</li>
<li>You should now notice a firewall section with these lines added, which looks like this:<br />
<a href="http://www.ericvb.com/ericvb/wp-content/uploads/2013/03/firewall_settings.jpg"><img class="alignnone size-full wp-image-3559" alt="firewall_settings" src="http://www.ericvb.com/ericvb/wp-content/uploads/2013/03/firewall_settings.jpg" width="589" height="117" /></a></li>
</ul>
<p>Congratulations! You&#8217;ve now improved YouTube&#8217;s performance on your entire network. I did this on a DD-WRT enabled router; but this could be done on any device that runs iptables. Open-WRT, Tomato, Linux boxes, etc. If you have ipables, give it a try!</p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/hNnjqNmxgJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/how-to-stop-youtube-from-sucking-dd-wrt-version/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/how-to-stop-youtube-from-sucking-dd-wrt-version</feedburner:origLink></item>
		<item>
		<title>Creating an HP Integrity Virtual Machine on HP-UX 11.31</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/0ttb4SYEYCg/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31</link>
		<comments>http://www.ericvb.com/archives/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31#comments</comments>
		<pubDate>Wed, 13 Mar 2013 15:17:00 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=3548</guid>
		<description><![CDATA[When I was trying to find a way to create an Integrity VM, I had to do alot of research. It was difficult to find updated information and correct syntax for later builds of HP-UX and later versions of the &#8230; <a href="http://www.ericvb.com/archives/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When I was trying to find a way to create an Integrity VM, I had to do alot of research. It was difficult to find updated information and correct syntax for later builds of HP-UX and later versions of the VM software. Being the thoughtful and forward thinking internet citizen that I am, I figured I&#8217;d give back a little&#8230;</p>
<p>So, without further adieu, here is the steps necessary to create an HP-UX Integrity VM on HP-UX 11.31 using HPVM version 6.x</p>
<p>Create a virtual switch first</p>
<ul>
<li><strong>hpvmnet -c -S &lt;vswitchname&gt; -n &lt;lanID&gt;</strong>
<ul>
<li>The LanID references the numeric portion of the name. Run netstat -in to find yours</li>
<li>Example: hpvmnet -c -S vswitch1 -n 10</li>
</ul>
</li>
<li>Boot up the switch by running: <strong>hpvmnet -b -S &lt;vswitchname&gt;</strong></li>
<li>Run <strong>hpvmnet</strong> to see a status</li>
</ul>
<p>Now, create the virtual machine</p>
<ul>
<li><strong>hpvmcreate -P &lt;servername&gt; -l &lt;label or description&gt; -O HPUX -a network:avio_lan::vswitch:&lt;vswitchname&gt;</strong>
<ul>
<li>This creates the VM with a default network connection.</li>
</ul>
</li>
<li><strong>hpvmmodify -P &lt;servername&gt; -a dvd:avio_stor::file:/path/to/HPUX1131.iso</strong>
<ul>
<li>This will create a virtual DVD device connected to an iso for installation later. If you&#8217;re going to install from ignite or something else, dont worry about this part</li>
</ul>
</li>
<li><strong>hpvmmodify -P &lt;servername&gt; -a disk:avio_stor::lv:/dev/vgname/rdevice</strong>
<ul>
<li>This is adding storage for the VM to use. You could also add a disk image file instead of a real logical volume if you wanted</li>
<li>To create a disk image file, run something like <strong>hpvmdevmgmt -A -S 10G /path/to/vmdir/diskimage.fd</strong></li>
</ul>
</li>
<li>Your VM is now created! You can run <strong>hpvmstart -P &lt;vmname&gt; </strong>to boot the VM up</li>
<li>If you need to install via an iso, just connect to the console by using <strong>hpvmconsole -P &lt;vmname&gt;</strong> and then selecting boot to file from the boot menu, and then selecting removable media. Or, just wait and it should boot automatically if you added the DVD device.</li>
<li>hpvmstart, hpvmstatus, hpvmstop are useful commands to manage your VMs</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/0ttb4SYEYCg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/creating-an-hp-integrity-virtual-machine-on-hp-ux-11-31</feedburner:origLink></item>
		<item>
		<title>SOPA / PIPA – The Day After</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/9wGRHn8zo4Y/sopa-pipa-the-day-after</link>
		<comments>http://www.ericvb.com/archives/sopa-pipa-the-day-after#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:22:42 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1598</guid>
		<description><![CDATA[1/18/2012 was a very interesting day on the Internet. I was somehow infatuated with what websites were doing to show their opposition and protest to the SOPA and PIPA bills. I think I liked reddit&#8217;s blackout page the best of &#8230; <a href="http://www.ericvb.com/archives/sopa-pipa-the-day-after">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>1/18/2012 was a very interesting day on the Internet.</p>
<p>I was somehow infatuated with what websites were doing to show their opposition and protest to the SOPA and PIPA bills. I think I liked reddit&#8217;s blackout page the best of anybody that I personally saw, but there was certainly alot of creativity across the board.</p>
<p><a href="http://latimesblogs.latimes.com/technology/2012/01/sopa-blackout-who-is-joining-the-protest.html">This blog</a> captured many of the screenshots of big players in the blackout day. They somehow left out my site on that blog, so I&#8217;ll go ahead and share <a href="http://www.ericvb.com/ericvb/wp-content/uploads/2012/01/Site_Sopa_day.png">what my site looked like</a> with you yesterday.</p>
<p>The most amazing thing, is that I <a href="http://www.cnn.com/2012/01/19/tech/sopa-blackouts/index.html?hpt=hp_c2">really</a> <a href="http://news.cnet.com/8301-31921_3-57361237-281/protests-lead-to-weakening-support-for-protect-ip-sopa/">think</a> <a href="http://abcnews.go.com/blogs/politics/2012/01/amid-internet-blackouts-support-for-anti-piracy-bills-dwindling-in-congress/">this actually</a> <a href="http://www.forbes.com/sites/insertcoin/2012/01/19/internet-blackout-causes-18-senators-to-flee-from-pipa/">worked</a>.</p>
<p><a href="http://www.huffingtonpost.com/2012/01/18/glenn-beck-sopa_n_1214701.html?ref=glenn-beck">Even GLENN BECK is against it</a>!</p>
<p>This social media age has ignited a fight in the common people. It&#8217;s awesome to see. From insane corporate strategies [Netflix], to the occupy movements, to protests that literally changed the landscape of countries: A small spark can ignite a firestorm. </p>
<p>Where the SOPA and PIPA bills will end up remains to be seen, but yesterday was pretty historic. The Internet bonded together and certainly made an impact on a very key turning point in the information age.</p>
<p>Yesterday was supremely significant, yes, but it&#8217;s certainly not over. Watch the video. Share it with friends. Use the form to contact somebody and tell them how you feel. Part of the solution.</p>
<p><iframe src="http://player.vimeo.com/video/31100268?byline=0&amp;portrait=0" width="560" height="315" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/9wGRHn8zo4Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/sopa-pipa-the-day-after/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/sopa-pipa-the-day-after</feedburner:origLink></item>
		<item>
		<title>SOPA / PIPA Blackout</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/HOEOAXI9mdQ/sopa-pipa-blackout</link>
		<comments>http://www.ericvb.com/archives/sopa-pipa-blackout#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:11:13 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Site related]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1591</guid>
		<description><![CDATA[I&#8217;m not the &#8220;activist&#8221; type&#8230; But following the ongoing SOPA and PIPA proposed legislation has me inspired to do my part. Many strong internet companies are against these bills, and many of them are taking action up to and including &#8230; <a href="http://www.ericvb.com/archives/sopa-pipa-blackout">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not the &#8220;activist&#8221; type&#8230;</p>
<p>But following the ongoing SOPA and PIPA proposed legislation has me inspired to do my part.</p>
<p><a href="http://techcrunch.com/2011/12/22/over-40-internet-companies-have-come-out-publicly-against-sopa/">Many strong internet companies</a> are against these bills, and many of them are taking action up to and including <a href="http://news.yahoo.com/wikipedia-blackout-brings-sopa-pipa-issue-forefront-businesses-162801217.html">blacking out their website for a day</a>.</p>
<p>This is a viral protest, and many sites are taking part in this campaign. Certainly, ericvb.com and its 50 visits per day are merely a drop in an olympic size swimming pool &#8211; but we are all swimming in that pool.</p>
<p>Therefore, tomorrow I will be using <a href="http://wordpress.org/extend/plugins/sopa-blackout/">this handy WordPress plugin</a> to black out my site as well and stand at arms with <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, etc.</p>
<p>Learn more about these bills and the blackout by visiting this site:<br />
<a href="http://sopablackout.org/learnmore/">http://sopablackout.org/learnmore/</a></p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/HOEOAXI9mdQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/sopa-pipa-blackout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/sopa-pipa-blackout</feedburner:origLink></item>
		<item>
		<title>Fantasy Football 2011 – Delight and Angers</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/gFlRbUKy6Bk/fantasy-football-2011</link>
		<comments>http://www.ericvb.com/archives/fantasy-football-2011#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:42:39 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Sports]]></category>
		<category><![CDATA[fantasy]]></category>
		<category><![CDATA[ff]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1582</guid>
		<description><![CDATA[Our beloved fantasy football league, &#8220;The Worst People Ever&#8221;, has concluded another epic season of virtual competition. I usually try to come up with a good team name, and this year I chose &#8220;Delight and Angers&#8221; which couldn&#8217;t possibly be &#8230; <a href="http://www.ericvb.com/archives/fantasy-football-2011">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Our beloved fantasy football league, &#8220;The Worst People Ever&#8221;, has concluded another epic season of virtual competition. I usually try to come up with a good team name, and this year I chose &#8220;<a href="http://www.youtube.com/watch?v=S0fWP9CZGII">Delight and Angers</a>&#8221; which couldn&#8217;t possibly be a more accurate description.</p>
<p>In the 2010 season, I had a really good year. Arian Foster and a quick Mike Vick pickup powered me to an overall 12 &#8211; 2 record and over 2,000 points scoring. I did very well and I don&#8217;t mind saying that. But, the regular season means nothing once you make the playoffs. A singular loss by 3 points and the championship is no longer yours; and that is exactly what happened. My brother defeated me, as I can only describe was perfect karma for the <a href="http://www.ericvb.com/archives/brothers-2010-rated-r-for-language">terrible defeat</a> I handed him in the regular season. He went on to win the league, and I went on to 3rd place even though I all but dominated overall.</p>
<p>The 2012 season brought me a similar amount of success, although I was much luckier in many areas. Calvin Johnson, Lesean McCoy, and Darren Sproles powered me to the same overall record as last season at 12 &#8211; 2. I won 10 games in a row to start the season, but had a few close calls in there. Two of my victories were achieved by less than one point.</p>
<p>I clinched the playoffs very early and tried not to get my hopes up. Obviously anything can happen in this fake sport, as the previous season showed.</p>
<p>As playoffs started, I finished in 1st place and was fittingly matched up with a 4th place <a href="http://www.vanlandw.com">Vanlandw</a>. He and I had a 1 &#8211; 1 split the regular season matchup. I certainly wasn&#8217;t confident in an easy victory; but, I should have been. My team put up the highest score that has ever been tallied in our league&#8217;s 5 year lifespan. I honestly felt a little guilty&#8230; Vanlandw&#8217;s team had put up enough points to beat any of the other 6 teams playing; and I still defeated him by more than 70 points. </p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2012/01/Blowout.Vanlandw.jpg"><img src="http://www.ericvb.com/ericvb/wp-content/uploads/2012/01/Blowout.Vanlandw.jpg" alt="" title="Blowout.Vanlandw" width="302" height="249" class="alignnone size-full wp-image-1584" /></a></p>
<p>I allowed myself to enjoy the success and the notion of playing for a fantasy championship for the first time; and really the matchup was very favorable in my direction. Payner&#8217;s team was lacking Matt Forte, Darren McFadden, and it was possible that the Packers may sit his quarterback Aaron Rodgers. I really liked my chances and I was a very heavy favorite to win based on projected points.</p>
<p>Flo even gave me the league trophy a few days early&#8230; </p>
<p>I&#8217;m not one for superstitions, but he absolutely jinxed me by doing that.</p>
<p>The downward spiral started with Tony Romo getting hurt on the first drive of his game. I literally scored 0 points at the QB position. Shortly after that, Lesean McCoy was rendered with an ankle injury. And with those two players each getting me an average of 20 points a game &#8211; I now had a 40 point swing to make up for. I had strong performances from Calvin, Colston, Sproles, and even my kicker &#8211; but it was not enough.</p>
<p>I&#8217;m settling for 2nd place this year it seems, but I have put together back-to-back 12 win seasons and that is really pretty impressive.</p>
<p>Congrats are surely in order for Payner, and I&#8217;m not a sore loser here by any means&#8230;<br />
<a href="http://www.ericvb.com/ericvb/wp-content/uploads/2012/01/wpe-standings.jpg"><img src="http://www.ericvb.com/ericvb/wp-content/uploads/2012/01/wpe-standings.jpg" alt="" title="wpe-standings" width="613" height="250" class="alignnone size-full wp-image-1586" /></a></p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/gFlRbUKy6Bk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/fantasy-football-2011/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/fantasy-football-2011</feedburner:origLink></item>
		<item>
		<title>“Better Come Much Bigger Than This”</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/DBvJKfrzakE/better-come-much-bigger-than-this</link>
		<comments>http://www.ericvb.com/archives/better-come-much-bigger-than-this#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:07:03 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1557</guid>
		<description><![CDATA[&#8220;Oh, ok&#8230; Thanks for the email. Let me sign right up&#8221;]]></description>
				<content:encoded><![CDATA[<p>&#8220;Oh, ok&#8230; Thanks for the email. Let me sign right up&#8221;</p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/yeah.jpg"><img class="alignnone size-full wp-image-1558" title="NetflixBegging" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/yeah.jpg" alt="Newp!" width="542" height="682" /></a></p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/DBvJKfrzakE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/better-come-much-bigger-than-this/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/better-come-much-bigger-than-this</feedburner:origLink></item>
		<item>
		<title>PHP Site Tweaks</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/Lp3XYpoLyW0/php-site-tweaks</link>
		<comments>http://www.ericvb.com/archives/php-site-tweaks#comments</comments>
		<pubDate>Tue, 15 Nov 2011 16:19:44 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Site related]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1540</guid>
		<description><![CDATA[Recently I&#8217;ve made a couple of subtle tweaks to my theme to fix minor issues that have bugged me for some time. 1: The Completion of Twitter De-integration First on my list was to button up the exclusion of my &#8230; <a href="http://www.ericvb.com/archives/php-site-tweaks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Recently I&#8217;ve made a couple of subtle tweaks to my theme to fix minor issues that have bugged me for some time.</p>
<p><strong>1: The Completion of Twitter De-integration</strong><br />
First on my list was to button up the exclusion of my Twitter category. For some time, I&#8217;ve been using the <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> plugin to create weekly digest posts of all my Twitter activity. I appreciate this functionality quite a lot. I like being able to search a subject and find my WordPress blog entries AND tweets on the subject. However, I didn&#8217;t like spamming readers via RSS or pushing down the real content of my site with what I&#8217;d consider &#8220;archival&#8221; content. Ultimately I wanted to exclude the Twitter category from every possible area except if you actually click on the Twitter header link to get to that category.</p>
<p>Using a couple <a href="http://www.ericvb.com/archives/better-twitter-integration">custom tweaks</a> to my theme&#8217;s functions.php file, I was able to mostly implement this back in 2010. The Twitter category primarily only shows up if you go the category page. But, recently I also happened to notice that the single posts have links to the previous post and next post; and unfortunately this loop didn&#8217;t read the standard WordPress query. The previous/next post links embrace their own functions completely. As such, these were showing the posts from my Twitter category. :-(</p>
<p>With a little research on the functions specific to post navigation, I found it was pretty easy to ditch the Twitter category here as well.</p>
<p>Original code for the previous/next links:<br />
<code>&lt;?php previous_post_link( '%link', '&lt;span&gt;'<br />
. _x( '&amp;larr;', 'Previous post link', 'twentyten' ) . '&lt;/span&gt; %title' ); ?&gt;</code></p>
<p>Updated code for the previous/next links to exclude my Twitter category:<br />
<code>&lt;?php previous_post_link( '%link', '&lt;span&gt;'<br />
. _x( '&amp;larr;', 'Previous post link', 'twentyten' ) . '&lt;/span&gt; %title', FALSE, '28' ); ?&gt;</code></p>
<p>The FALSE indicates that the next/previous don&#8217;t have to be from the same category, and then the &#8217;28&#8242; is the last variable which is &#8220;excluded_categories&#8221;.</p>
<p>So, the Twitter category now will really only show up if you&#8217;re searching or if you&#8217;re clicking on the Twitter link in the header nav bar. I love WordPress.</p>
<p><strong>2: Double Sentence Spacing</strong><br />
Next up is the effect of my typing style that I cannot break. When I&#8217;m done typing a sentence, I hit the spacebar twice. This is certainly a debated point as to whether single or double sentence spacing is correct &#8211; especially on the internet. It creates &#8220;rivers&#8221; of white space at times that can be a distraction, and can be a waste of page space and characters in database tables. Even worse, my theme would display a quirky structure at times by moving that 2nd space onto the leading edge of a new line, hence starting the new line one space indented from the rest of my site. It looked terrible.</p>
<p>Example of bad spacing, note the clear indent on the 2nd line:<br />
<a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/spacing-bad.jpg"><img class="alignnone size-full wp-image-1550" title="spacing-bad" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/spacing-bad.jpg" alt="Note the clear space indenting the 2nd line" width="259" height="81" /></a></p>
<p>In my opinion, it&#8217;s better to single space. I just can&#8217;t seem to do it. I can&#8217;t manage to break that habit. So, I scoured the internet for ways to make WordPress do it for me. It didn&#8217;t take long for me to find a simple and easy function to handle this.</p>
<p><code>function remove_spaces($the_content) {<br />
return preg_replace( '/[\p{Z}\s]{2,}/u', ' ', $the_content );<br />
}<br />
add_filter('the_content', 'remove_spaces');</code></p>
<p>I added that code to my theme&#8217;s custom function.php file (the same place where I exclude the Twitter category), and all is well! WordPress adjusts my double spaced content into single space and displays it beautifully:<br />
<a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/spacing-good.jpg"><img class="alignnone size-full wp-image-1549" title="spacing-good" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/11/spacing-good.jpg" alt="" width="259" height="81" /></a></p>
<p>I love WordPress</p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/Lp3XYpoLyW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/php-site-tweaks/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/php-site-tweaks</feedburner:origLink></item>
		<item>
		<title>The Death of Google Reader</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/Y7W1dCOfUUA/the-death-of-google-reader</link>
		<comments>http://www.ericvb.com/archives/the-death-of-google-reader#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:26:04 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Site related]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1531</guid>
		<description><![CDATA[A few weeks ago, Google announced some big changes to Google Reader. The overall strategy by Google to unify its services drew them to the conclusion that they have to force all Google Reader users to begin using Google+ to &#8230; <a href="http://www.ericvb.com/archives/the-death-of-google-reader">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago, <a href="http://googlereader.blogspot.com/2011/10/upcoming-changes-to-reader-new-look-new.html">Google announced some big changes</a> to Google Reader.</p>
<p>The overall strategy by Google to unify its services drew them to the conclusion that they have to force all Google Reader users to begin using Google+ to fulfill the social aspect of Reader. Friending, following others, and commenting on shared items within Reader would now be discontinued&#8230;</p>
<p>I don&#8217;t think this really hit me until it actually happened.</p>
<p>As I was greeted with the &#8220;Welcome to the new Reader&#8221; message last week, I finally got a feel for how big this change truly was. Usually, my first click is to &#8220;People you follow&#8221; when I log into Google Reader. Well, that&#8217;s now gone. There&#8217;s no longer a simple way to see shared items, to comment on them, or to get a quick overview of what items my friends are reading. Instead, I&#8217;m stuck muddling through Google+ posts trying to find a way to make this social world work again.</p>
<p>I just feel completely lost in the new Reader. The extra clicks/page views necessary to get the same functionality in Google+ make it difficult and inefficient. I don&#8217;t like the look of the new Reader. I don&#8217;t like having to go back and forth between 2 different sites to see and comment on shared items. It&#8217;s just a sad state of affairs. I&#8217;m sick of companies trying to force customers/users into a model that they obviously don&#8217;t support.</p>
<p>As of yet, there isn&#8217;t a very solid alternative to Google Reader. I&#8217;ve researched and tested a few, but the social aspect is a key that is missing in nearly every contender. I&#8217;m looking forward to trying out <a href="http://hivemined.org/">hivemined</a>, which seems to be getting alot of e-buzz as a true Google Reader alternative. Until then, I&#8217;m struggling to adapt to a new way of doing this. A significant portion of my friends and my own internet activity was spent inside Google Reader, and at this point we&#8217;re all trying to re-group as the table cloth was pulled out from under us.</p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/Y7W1dCOfUUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/the-death-of-google-reader/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/the-death-of-google-reader</feedburner:origLink></item>
		<item>
		<title>Red Ring of Death</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/cMJvke8t9r0/red-ring-of-death</link>
		<comments>http://www.ericvb.com/archives/red-ring-of-death#comments</comments>
		<pubDate>Mon, 03 Oct 2011 17:25:06 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[rrod]]></category>
		<category><![CDATA[videogames]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1512</guid>
		<description><![CDATA[For some time, it appeared that the dreaded &#8220;RRoD&#8221; had overlooked my Xbox 360 console. Over the years, I&#8217;ve watched as my brother, friends, family members, and co-workers had to send their consoles into Microsoft for warranty repair. Sometimes even &#8230; <a href="http://www.ericvb.com/archives/red-ring-of-death">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>For some time, it appeared that the dreaded &#8220;<a href="http://en.wikipedia.org/wiki/Xbox_360_technical_problems#.22General_Hardware_Failure.22_errors">RRoD</a>&#8221; had overlooked my Xbox 360 console.</p>
<p>Over the years, I&#8217;ve watched as my brother, friends, family members, and co-workers had to send their consoles into Microsoft for warranty repair. Sometimes even on multiple occasions. The ruthless crimson-ringed beast seemed to spare no one. In fact, I&#8217;m almost positive that I do not know a single person that has an early-model Xbox that has not &#8220;red ringed&#8221; at some point.</p>
<p>On Thursday night, as I went to launch my newly downloaded Battle Field 3 beta, my Xbox beeped loudly and froze up. I powered it off, and powered it back on &#8211; only for it to freeze at the Xbox boot screen animation. A second power off/on showed me a most unpleasant site framed in a very distinctly reddish hue. It seemed, much like death itself stalking the cast of a Final Destination movie, that this unmerciful demon of console demise had at last found its misguided way to my Xbox</p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_evil-e1317658213222.jpg"><img class="aligncenter size-full wp-image-1516" title="rrod_evil" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_evil-e1317658213222.jpg" alt="" width="349" height="349" /></a></p>
<p>Personally, I feel this has been a long time coming. I&#8217;ve somehow managed to dodge this bullet for years. Probably the fact that I have the &#8220;2nd printing&#8221; of the Xbox 360 Pro with an HDMI port bought me this extra lease on life, but who can be sure. After a night&#8217;s rest, the RRoD continued in the morning. I decided it was time to take corrective actions. Microsoft extended warranty coverage for this issue for a period of 3 years. Since I bought my Xbox in November of 2007, I was 11 months past my warranty coverage. This leaves my 1st option: Send the console into Microsoft for 100 dollar repair/refurb.</p>
<p>Since I like 100 dollars in my bank account, I did not even consider this option.</p>
<p>My next thought is to replace the console. I immediately shop on Amazon and Newegg, but I&#8217;m not really enjoying the notion of paying $200 plus for a new Xbox and paying for a data migration kit.</p>
<p>A third option, much more my style, began to creep into my frazzled mind. &#8220;Why not try to actually try to fix this myself?&#8221;. I am a fairly technically savvy person with a family history of MacGyvering &#8211; so I saw fit to AT THE VERY LEAST lace up, touch gloves, and slug it out for a few rounds with the RRoD. I commenced work immediately.</p>
<p>I didn&#8217;t use a guide to open up my Xbox; but I should have. I used brute force and a couple of plastic tabs that hold the top plastic bezel in place are now snapped off. It was difficult to get this console open my first time, and it probably took me 45 minutes to have the thing completely disassembled to where I had the system board out and all other pieces off to the side.</p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_disassembled.jpg"><img class="aligncenter size-medium wp-image-1513" title="rrod_disassembled" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_disassembled-e1317658875780-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>With everything opened up and my warranty (or, possibility of ever having one) now completely devoid, I started looking at possible fixes. Both the CPU and GPU heat-sinks seemed firmly attached, so I didn&#8217;t believe that to be my problem. Overall, the system was pretty clean. I blew out some of the dust plugging up the fans and heat-sinks overall, but that definitely wasn&#8217;t enough of a backup to cause a RRoD in my opinion.</p>
<p>So, I decided it must be the memory chips on the bottom of the Xbox system board. These 4 chips sit on the bottom side where no fan/cooling will ever reach them. Microsoft tried to alleviate this by attaching some chintzy thermal pads, but those things were basically a band aid with some high density foam attached to the chips.</p>
<p>I removed the pads and cleaned the memory chips. I used <a href="http://www.youtube.com/watch?v=wsz0lNJ6JrQ&amp;t=4m18s">this guide</a> to replace those pads with some custom &#8220;penny based&#8221; copper heat sinks. You take 2 pennies, wrap them together with electrical tape, and stick them onto those 4 memory chips. From the pic, you can see I have a tube of high-temperature synthetic grease which I layered between the chip and pennies.</p>
<p>The entire process was a pain. Getting the system back together was harder than taking it apart. It&#8217;s difficult to get everything to line up correctly while keeping those pennies in place on the chips. After I got it part-way back together, I test-booted the Xbox only to find that the red ring persisted. Even worse, this time it seemed to red ring before even powering on the fans. I took this to mean that I had a short somewhere; and indeed it did seem that the system board was crooked from my penny application. I adjusted screw tension in several places, and removed screws completely in other places &#8211; and after some finagling I was able to get the system to boot to it&#8217;s &#8220;normal&#8221; red ring where the fans and everything at least had power.</p>
<p>Further research indicated that the RRoD error code may persist even if you have fixed the problem. The easiest way to clear that error code was to replace it with another error code and/or reset the onboard chips. The easiest way to do THAT is to simply overheat your Xbox. Shouldn&#8217;t be too hard, right? I mean, the thing runs at nuclear temperature even in a ventialted area. Google reported the &#8220;towel trick&#8221; was the key, and I watched <a href="http://www.youtube.com/watch?v=avWs4-wD15w">this entertaining guy</a> do said trick &#8211; which apparently means cooking your Xbox for 20-25 minutes.</p>
<p>Since I had the thing apart already, I decided to expedite this baking process by booting it up without the fans installed. So I turned it on, then wrapped the console in a thick fleece blanket, and about 6 minutes later it completely powered off. I tried to boot it up again, and I got 2 red rings vs 3 (indicating overheat, yay!). So, I let it cool off for about 10 minutes before trying again&#8230;</p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_remedied.jpg"><img class="aligncenter size-large wp-image-1514" title="rrod_remedied" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_remedied-e1317660311581.jpg" alt="" width="600" height="440" /></a></p>
<p>It BOOTED!!! I let it idle for a bit, played some Trials, verified live connectivity, etc etc. Everything was looking great! The penny fix in combination with an overheat to clear it out seemed to do the trick for me.</p>
<p>I put the unit back together, and by this point I was very comfortable getting it back together correctly. I tightened all the screws, got all the tabs back in place, buttoned it up completely.</p>
<p>With everything hooked back up; I tested the console for awhile playing various games. I played Trials. I played Battlefield 3 beta. I reviewed my settings and live connectivity again&#8230; And after 1-2 hours, it was still working fine.</p>
<p>I have continued playing throughout the weekend with 2-3 hours per session; totaling probably 8-10 hours of game play; and I feel like everything is very stable. No more red rings. I have done multiple power on/offs, disconnected/reconnected all hardware and storage devices; and at this time I feel very good about my Xbox and its &#8220;Non RRoD&#8221; status.</p>
<p>In fact, everyone in the family does!</p>
<p><a href="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_everybodyshappy.jpg"><img class="aligncenter size-full wp-image-1515" title="rrod_everybodyshappy" src="http://www.ericvb.com/ericvb/wp-content/uploads/2011/10/rrod_everybodyshappy.jpg" alt="" width="392" height="523" /></a></p>
<p>Take that, RRoD&#8230; I looked through your intimidating vengeful red eye directly into your villainous soul. After a hard-fought battle, I am confident that on this day, good has triumphed over evil&#8230;</p>
<p><strong>###UPDATE###</strong><br />
This penny fix was only temporary. The red-ring of death resurfaced about 10 days later and asked me for a rematch.</p>
<p>This time I pulled out all the stops and researched every possible fix that typically works for the RRoD. Ultimately, I ended up at 2 main fixes:</p>
<ul>
<li>Replacing the X-clamps that hold the heat syncs in place for the GPU and CPU, combined with replacing the thermal paste on the cores/heatsinks</li>
<li>Purchase a heat gun and use it to refresh the solder connections by heating the bottom of the circuit board.</li>
</ul>
<p>I followed this video tutorial pretty much exactly. He does a great job explaining the work done, and gives exact specs for the hardware that replaces the crappy X-clamps. I took it one step further and drilled a grid of holes in the top of my Xbox to improve the airflow over top of the heatsinks.</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/uB2QoJM7p5I?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>This work seems to have officially bested the RRoD &#8211; as of now it&#8217;s been operating for about a month without any further issues. I&#8217;ve also noticed it running much quieter now that I&#8217;ve drilled the holes, so I think that has improved the airflow and makes it so my fans have to do much less work to move the same amount of air.</p>
<p>Your move, RRoD.</p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/cMJvke8t9r0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/red-ring-of-death/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/red-ring-of-death</feedburner:origLink></item>
		<item>
		<title>Netflix Streaming Shakeup</title>
		<link>http://feedproxy.google.com/~r/ericvb/~3/FRYBkwNTAKs/netflix-streaming-shakeup</link>
		<comments>http://www.ericvb.com/archives/netflix-streaming-shakeup#comments</comments>
		<pubDate>Tue, 06 Sep 2011 17:49:10 +0000</pubDate>
		<dc:creator>Vanberge</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[dish]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[pandora]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.ericvb.com/?p=1501</guid>
		<description><![CDATA[I&#8217;ve completely embraced &#8220;streaming&#8221; as my primary ingestion path for nearly all media formats for quite some time. As far as movies go, I&#8217;ve been a member of Netflix since July of 2007. I haven&#8217;t bought a DVD since. I&#8217;ve &#8230; <a href="http://www.ericvb.com/archives/netflix-streaming-shakeup">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve completely embraced &#8220;streaming&#8221; as my primary ingestion path for nearly all media formats for quite some time.</p>
<p>As far as movies go, I&#8217;ve been a member of Netflix since July of 2007. I haven&#8217;t bought a DVD since. I&#8217;ve never even considered a Blu-ray player or owning Blue-ray disks. &#8221;Stream it or die&#8221; is my motto. From the music side, digital music owns my entire landscape. I haven&#8217;t bought a physical CD since 2001 when Tool&#8217;s Lateralus came out. Whether it&#8217;s MP3s in my car or streaming from my smartphone or my computer at work &#8211; I&#8217;ve never looked back at CD&#8217;s and never will. Overall, I&#8217;ve really just embraced all things the streaming at large: Hulu, Netflix, Amazon, Pandora, Last.fm, Grooveshark, iHeartRadio &#8211; the list goes on and on.</p>
<p>Streaming media is certainly in an early stage in its life. I&#8217;d call it late infancy or early toddler. Although the adoption rate for streaming has been thrust into popularity by Netflix and others; the media conglomerates that license and allow distribution of this content have been slow to adapt. This results in only &#8220;some&#8221; content being available for &#8220;some&#8221; time before it expires. Meanwhile, the services are offered at drastically reduced rates to customers because the media libraries are far from fully stocked. I&#8217;ll be the first person to admit that the Netflix unlimited streaming plan is worth way more than it&#8217;s 7.99 a month rate. But quite simply, Netflix can&#8217;t charge much more than that unless they are able to offer new releases and/or a more complete library.</p>
<p>Netflix has started to attempt shaping the industry as it needs to be shaped by increasing the prices on their streaming/DVD combo plans. Ultimately, this forces most consumers to choose between streaming or DVD rentals by mail &#8211; and I feel that the vast majority of customers choose streaming. I don&#8217;t fully support this move with such a gaping lack of new and high end releases in their streaming library, and I didn&#8217;t like that they did it in such a &#8220;bulk&#8221; fashion. But, in reality this is not Netflix&#8217;s fault. I was originally INFURIATED with the combo plan price increase and the seemingly forced migration to streaming-only. But the truth is, this is a move that is necessary.</p>
<p>The industry is resisting the adaption of streaming; and it&#8217;s been even further compounded now that Netflix and Starz have been unable to reach an agreement to renew their contract. But this was all the same with the MP3 era &#8211; it took record companies YEARS to adjust to a digital age. Looks like the movie studios haven&#8217;t learned anything. Nobody wants to go pay 12 bucks to see 20 minutes of ads and previews and a movie that they can stream from their home 3 months later at a much cheaper rate without any ad/previews. People aren&#8217;t going to keep buying 5 editions of the same movie on DVD/Blu-ray (DIRECTOR&#8217;S CUT. ULTIMATE EXTENDED EDITION. ULTRA DEATH PERISH EDITION).</p>
<p>Streaming media is changing the movie industry. The customer holds a lot more of the cards, and at some point you better realize it.</p>
<img src="http://feeds.feedburner.com/~r/ericvb/~4/FRYBkwNTAKs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ericvb.com/archives/netflix-streaming-shakeup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ericvb.com/archives/netflix-streaming-shakeup</feedburner:origLink></item>
	</channel>
</rss>
