<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>My Piece of the Inter(.)net</title>
	<link>http://mypieceoftheinter.net</link>
	<description>A place for my geekish ramblings or whatever I find interesting.</description>
	<lastBuildDate>Tue, 16 Mar 2010 05:01:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Arcadia: Soon!</title>
		<description><![CDATA[ 
Arcadia, my emulator frontend that manages a wide variety of classic gaming system files, is just around the corner!&#160; I have a stable version right now, and am looking for beta testers.&#160; (Contact me if you’re interested!)&#160; Once I give Arcadia the ability to check for update to itself I’ll release it publically, but [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/2007</link>
			</item>
	<item>
		<title>YouTube Copyright fail</title>
		<description><![CDATA[aaaauuugghhh! *flail*
Apparently Sony requested to have it’s own video removed from YouTube.
 
 
I assume someone at Sony ran a search for the music video and included their own (in error) in a submission to YouTube to remove other copies of the music video.&#160; still…


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/2003</link>
			</item>
	<item>
		<title>Installing Windows 7 From a Flash Drive</title>
		<description><![CDATA[If you have a copy of Windows 7 installation media as an ISO (disk image) you may want to put it on a flash drive.&#160; You might think that you’d be able to just click and drag the file onto the flash drive and be done, but that isn’t the case!&#160; Here’s how to do [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1998</link>
			</item>
	<item>
		<title>Hey! Roomie isn&#8217;t dead either!</title>
		<description><![CDATA[After completely rewriting FRI from scratch (and renaming it Arcadia), I have decided to rewrite my other big project, Roomie.&#160; This absolutely needed to be done.&#160; Roomie had some good functionality, but I had hit the limit for its extensibility.&#160; Roomie’s engine was a monolithic blob of ugly code, with very little room to make [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1978</link>
			</item>
	<item>
		<title>Roomie Mobile Update</title>
		<description><![CDATA[Remember Roomie?&#160; Today I updated Roomie Mobile.&#160; This version includes a second dimming option and more touch-friendly buttons.&#160; Check it out in the video below.
 
 



(link)


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1962</link>
			</item>
	<item>
		<title>This is why you double check things</title>
		<description><![CDATA[After months of blaming my i7 desktop computer’s tendency to overheat on it’s high performance and small size, I discover that… the CPU fan was on backwards.&#160; fail.&#160; It’s temps used to hover around 50°C, now they’re down to just below 40.&#160; Recently, when transcoding a DVD with HandBrake, the temps got up to 80°C, [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1958</link>
			</item>
	<item>
		<title>Adding a Hard Drive to a Windows Home Server</title>
		<description><![CDATA[As the title says.&#160; Here’s the video:   



(link)


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1955</link>
			</item>
	<item>
		<title>EVEN MOAR STORAGE!!!1ELEVEN</title>
		<description><![CDATA[ 
I just got a 2TB hard drive for my Windows Home Server.&#160; Swim around in your bigger pool, my precious data!


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1954</link>
			</item>
	<item>
		<title>OMFG YES! (Peanut Butter Jelly ASCII)</title>
		<description><![CDATA[This post is basically spam, but I don’t care.
………………………………………/””~,   ……………………………………../:::::/    …………………………………..,-”””¯””-,    ……………………………….,~”……….\    ……………………………,~”…………,..\    …………………………,-“…………&#8230;..&#124;..&#124;    ………………………,-“………………..&#124;..&#124;    ……………………,-“…………………..&#124;..&#124;    ………………….,-“……………………/..&#124;    …………………/……………………..’&#8230;&#124;    ………………../………………………&#8230;&#124;    ………………./…………………..,„_„&#8230;&#124;    [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1951</link>
			</item>
	<item>
		<title>StupidCoho Strikes Again!</title>
		<description><![CDATA[Every once in a while I’ll get an instant message via AIM from an elusive SalmonBot.&#160; Their names used to be of the form &#60;Adjective&#62;Trout, but now they show up as &#60;Adjective&#62;Coho.&#160; SalmonBots act as an intermediary between two unsuspecting people, making each think that the other started the conversation.&#160; It will even manipulate the [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1949</link>
			</item>
	<item>
		<title>What is wrong with this Cisco commercial?</title>
		<description><![CDATA[


(link)
  
(scroll down)
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
It’s nighttime in China. &#62;.&#60;


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1944</link>
			</item>
	<item>
		<title>Cowsay as much as possible</title>
		<description><![CDATA[

CowsayIfPossible()

{

  if [ -z &#34;${1}&#34; ]; then

    CowsayIfPossible &#34;Supply some text!&#34;;

    return;

  fi

  if which cowsay &#62;&#62; /dev/null; then

    cowsay &#34;${1}&#34;

    echo =======================================

  else

    echo &#34;${1}&#34;

  fi

}

Cowsay is win.&#160; EEEPPIIIICCC&#160; WIIIIN.
This BASH script snippet allows [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1942</link>
			</item>
	<item>
		<title>Classy</title>
		<description><![CDATA[I’m super-classy.&#160; You know it’s true…&#160; I should frame algorithms and put them up on the walls.    &#160;
 
(name that sorting algorithm!)


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1938</link>
			</item>
	<item>
		<title>Google Voice Setup</title>
		<description><![CDATA[I got a Google Voice invitation.  &#160; 
A few days ago I submitted three email addresses for invitations.&#160; I got two invitations last night, and interesting the one that didn’t get the invite was my gmail account.&#160; Everything works the same anyway. Here’s a screenshot walkthrough of the setup experience.
After I clicked the invitation [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1933</link>
			</item>
	<item>
		<title>Google Reader: Magic!</title>
		<description><![CDATA[Google Reader has a new feature: sort by magic.&#160; Basically this will sort feed items by placing the items that Google Reader thinks you will want to see the most on top.     
 
Read about it from Google here.


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1917</link>
			</item>
	<item>
		<title>Facebook Distract</title>
		<description><![CDATA[Sad but true…    


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1912</link>
			</item>
	<item>
		<title>Facebook (Lonely) Friend Suggestions</title>
		<description><![CDATA[I find this sad and hilarious. (highlighted)   &#160;


Hey! Why not Comment on the original post?
]]></description>
		<link>http://mypieceoftheinter.net/archives/1905</link>
			</item>
	<item>
		<title>You know you envy my home server on a fridge</title>
		<description><![CDATA[Today’s project:     
 
Today I moved my Windows Home Server from the corner of the basement to on top of the basement fridge.&#160; This moves it away from the TV room, where it makes noise and can get bumped around (my precious hard drive enclosures!), and it also moves it off [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1899</link>
			</item>
	<item>
		<title>How to fix the WordPress prepended linebreaks error</title>
		<description><![CDATA[A while ago I noticed that the RSS feed for MyPieceOfTheInter(.)net stopped working.&#160; Strict XML parsers like those in Google Chrome and Internet Explorer refused to parse the RSS feed.&#160; Looking around different places, I found that a lot of weirdness was happening.
Viewing the source of the homepage reveled that there were unexpected linebreaks at [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1889</link>
			</item>
	<item>
		<title>New and improved!  The previous post on one line!</title>
		<description><![CDATA[This following bash code outputs the puzzlebot facebook email from my previous post with no extra output.  This is one of those &#8220;just for fun things&#8221; that non-CS people don&#8217;t understand.
echo -e "#include &#60;stdio.h&#62;\nint main(int argc, char ** args){printf(\"%d@facebook.com\\\n\", 0xFACEB00C&#62;&#62;2); return 0;}" &#62; fbmail.c; g++ fbmail.c -o fbmail; ./fbmail; rm fbmail.c fbmail


Hey! Why not [...]]]></description>
		<link>http://mypieceoftheinter.net/archives/1868</link>
			</item>
</channel>
</rss>
