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

<channel>
	<title>PaperKingdoms</title>
	<atom:link href="http://paperkingdoms.openbracket.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://paperkingdoms.openbracket.ca</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 10:48:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>uTorrent + Dropbox = Awesome</title>
		<link>http://paperkingdoms.openbracket.ca/2012/01/20/utorrent-dropbox-awesome/</link>
		<comments>http://paperkingdoms.openbracket.ca/2012/01/20/utorrent-dropbox-awesome/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:48:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bit torrent]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://paperkingdoms.openbracket.ca/?p=200</guid>
		<description><![CDATA[So the other day I was playing around with my torrent set up. I have flexget rocking for my rss, but that was missing the one offs that came up. So after a little thinking I added a few folder to my dropbox named torrents and made utorrent watch that directory. &#160; Now from my [...]]]></description>
			<content:encoded><![CDATA[<p>So the other day I was playing around with my torrent set up. I have flexget rocking for my rss, but that was missing the one offs that came up. So after a little thinking I added a few folder to my dropbox named torrents and made utorrent watch that directory.</p>
<p>&nbsp;</p>
<p>Now from my phone and laptop, no matter where I am I can easily added torrents to my home utorrent. And the awesome part is this isn&#8217;t just limited to utorrent! I am also going this on a headless ubuntu server running rtorrent. Dope little set up.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2012/01/20/utorrent-dropbox-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying files from a headless server</title>
		<link>http://paperkingdoms.openbracket.ca/2012/01/20/copying-files-from-a-headless-server/</link>
		<comments>http://paperkingdoms.openbracket.ca/2012/01/20/copying-files-from-a-headless-server/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 01:15:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://paperkingdoms.openbracket.ca/?p=197</guid>
		<description><![CDATA[Not too long along I set up a headless ubuntu server to be a simple torrent box and mediaserver. Something that quickly came up was that I had to copy files to/from the server and the only access I had was ssh. It turns out this is really simple: scp [from path] [to path] scp [...]]]></description>
			<content:encoded><![CDATA[<p>Not too long along I set up a headless ubuntu server to be a simple torrent box and mediaserver. Something that quickly came up was that I had to copy files to/from the server and the only access I had was ssh. It turns out this is really simple:</p>
<p>scp [from path] [to path]</p>
<p>scp bardic@mediaserver ~/</p>
<p>&nbsp;</p>
<p>Hope it helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2012/01/20/copying-files-from-a-headless-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bit.ly in AS3</title>
		<link>http://paperkingdoms.openbracket.ca/2009/09/09/bit-ly-in-as3/</link>
		<comments>http://paperkingdoms.openbracket.ca/2009/09/09/bit-ly-in-as3/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 12:42:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/?p=193</guid>
		<description><![CDATA[I know this is pretty damn simple, but in case you&#8217;re in a hurry here&#8217;s a quick example of using bit.ly in as3 i whipped up. This is really just the basics. I will likely expand on it, but you can get the gist. Download as3corelib : http://code.google.com/p/as3corelib/ Sign up with bit.ly : http://bit.ly/account/register?rd=/ That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I know this is pretty damn simple, but in case you&#8217;re in a hurry here&#8217;s a quick example of using bit.ly in as3 i whipped up. This is really just the basics. I will likely expand on it, but you can get the gist.</p>
<ol>
<li>Download as3corelib : http://code.google.com/p/as3corelib/</li>
<li>Sign up with bit.ly : http://bit.ly/account/register?rd=/</li>
<li>That&#8217;s pretty much it&#8230;.</li>
</ol>
<p><code><br />
import com.adobe.serialization.json.JSON</code></p>
<p><code>var login:String = "put your bit.ly login here";<br />
var api:String = "put your bit.ly api key here. It's on your account details page";<br />
var url:String = escape("the url you want to shorten");<br />
var bitly:String = "http://api.bit.ly/shorten?version=2.0.1&amp;longUrl="+url+"&amp;login="+login+"&amp;apiKey=" + api;</code></p>
<p><code>var loader:URLLoader = new URLLoader();<br />
loader.addEventListener(Event.COMPLETE, completeHandler);<br />
loader.load(new URLRequest(bitly));</p>
<p></code></p>
<p><code>function completeHandler(ev:Event):void<br />
{<br />
var bitlyObj:Object = JSON.decode(ev.target.data);<br />
var o:Object = bitlyObj.results[url];<br />
if(bitlyObj.statusCode == "OK")<br />
{<br />
trace("Success! Short URL is : " + bitlyObj.results[url].shortUrl);<br />
}<br />
}<br />
</code></p>
<p>That&#8217;s pretty much it. I didn&#8217;t write my error handling yet, but it&#8217;s pretty simple. Just trace out ev.target.data to see the JSON structure in case you need more details ^^</p>
<p>Hope it helps</p>
<p>*Updated to add the escape to the URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2009/09/09/bit-ly-in-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I can&#8217;t be the only one&#8230;</title>
		<link>http://paperkingdoms.openbracket.ca/2009/09/04/i-cant-be-the-only-one/</link>
		<comments>http://paperkingdoms.openbracket.ca/2009/09/04/i-cant-be-the-only-one/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[musings]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/?p=186</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of thinking of lately and soon I will be living alone for the first time since my accident. I have avoided living alone the last four years due to frequent slumps of depression I slide into but I figured it was time for me to face this aspect of my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of thinking of lately and soon I will be living alone for the first time since my accident. I have avoided living alone the last four years due to frequent slumps of depression I slide into but I figured it was time for me to face this aspect of my life and either beat it or let it beat me. Either way is acceptable but the first option is likely the most pleasant. </p>
<p>I really can&#8217;t be the only person out there that has a hard time dealing with people. Others must be the same. Others must not want to talk to people, be it on the phone or in person. Other must also want to avoid conflict, even if it comes at a personal loss. Others. The thing I&#8217;m afraid off. I dunno what it is about people that make be want to stay at home, or that make me so angry. Why can&#8217;t they see? Maybe it&#8217;s just me that can&#8217;t see? But either way, I&#8217;m pissed about it. Is it really that difficult to be a consider person, to keep your word, to not only ever look out for number one? </p>
<p>This is my main problem with society. It&#8217;s one for one. It&#8217;s almost never all for one, or one for all. No one give&#8217;s a shit about anything but themselves. And this is why I avoid conflict. Because I don&#8217;t want to start arguing with people that are only looking out for themselves. Because no matter no sound your logic is, those fuckwads will bend it to fit their twisted sense that everything in the world revolves around them. </p>
<p>And it&#8217;s these thoughts of people constantly looking out for themselves that make me depressed. Or at least a large part of it. How can you trust someone that only looks out for themselves? How can you tell when they really care or just using you? (this is in no way directed at my girlfriend in case she ends up reading this&#8230; which is unlikely). </p>
<p>I dunno. I can&#8217;t be the only one. There has to be others out there that care for more than just themselves. But here is the kicker. I&#8217;m too afraid of dealing with people to find out. </p>
<p>Oh well. Fuck it. I&#8217;ll just live with my depression caused by my perception of society. At least I won&#8217;t bother anyone since I can&#8217;t stand dealing with them&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2009/09/04/i-cant-be-the-only-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deluge Torrent compared to uTorrent</title>
		<link>http://paperkingdoms.openbracket.ca/2009/06/15/deluge-torrent-compared-to-utorrent/</link>
		<comments>http://paperkingdoms.openbracket.ca/2009/06/15/deluge-torrent-compared-to-utorrent/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/?p=179</guid>
		<description><![CDATA[This is far from new, but I haven&#8217;t written a post about it   so I figured I would. Lately, I have been using Deluge torrent on my windows xp box instead of uTorrent for pretty much just two reasons: It&#8217;s open source and I can squeeze just slightly faster speeds out of it. So, [...]]]></description>
			<content:encoded><![CDATA[<p>This is far from new, but I haven&#8217;t written a post about it   so I figured I would.</p>
<p>Lately, I have been using Deluge torrent on my windows xp box instead of uTorrent for pretty much just two reasons: It&#8217;s open source and I can squeeze just slightly faster speeds out of it.</p>
<p>So, let&#8217;s take a quick look :</p>
<p><strong>Interface:</strong></p>
<p>These one is pretty close, but I&#8217;ll have to give it to utorrent since it&#8217;s skinable, otherwise they are almost the same</p>
<p><strong>Features:</strong></p>
<p>These one again is pretty close. uTorrent has a few more advanced features but deluge can handle plugins (but none really exist&#8230;). Plus deluge has a bitchin&#8217; feature to run the daemon on one pc and the interface on another. I haven&#8217;t tested this, but I&#8217;ve been meaning to. So I&#8217;m gonna call this one a draw with the future potential going to Deluge</p>
<p><strong>Speed:</strong></p>
<p>I get just slightly faster/consistent speeds with deluge. Not enough for an average user to switch but something for those that are looking for every ounce of speed to maybe check out.</p>
<p><strong>Bugs</strong></p>
<p>This one goes to Deluge. They are buggier than utorrent but I really only found this on windows since it&#8217;s a port.</p>
<p><strong>Platforms</strong></p>
<p>Deluge is available for all major OS&#8217;s. uTorrent on the other hand is just windows. It can be ran using Wine on linux though. But I&#8217;m gonna give this to Deluge.</p>
<p><strong>Source</strong></p>
<p>Deluge is open source which is the decided factor here for me. If I can, I will always choose open source.</p>
<p>So there&#8217;s a quick comparison. Maybe sometime I&#8217;ll do a more in depth one with a few more clients but don&#8217;t hold you&#8217;re breathe <img src='http://paperkingdoms.openbracket.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2009/06/15/deluge-torrent-compared-to-utorrent/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>red5+wamp</title>
		<link>http://paperkingdoms.openbracket.ca/2009/06/11/red5wamp/</link>
		<comments>http://paperkingdoms.openbracket.ca/2009/06/11/red5wamp/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 00:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/2009/06/11/177/</guid>
		<description><![CDATA[Well this gave me a bit of a run around, but I have finally (I think) got it all sorted out : red5 running on windows through wamp. This isn&#8217;t really that big of a feat but it&#8217;s the first time I&#8217;ve done something like it and I&#8217;d like to explain step by step how [...]]]></description>
			<content:encoded><![CDATA[<p>Well this gave me a bit of a run around, but I have finally (I think) got it all sorted out : red5 running on windows through wamp. This isn&#8217;t really that big of a feat but it&#8217;s the first time I&#8217;ve done something like it and I&#8217;d like to explain step by step how to get it working since none of the guides I read held your hand through the whole set up.  So I will ^^</p>
<p>If you don&#8217;t know what Red5 is here&#8217;s a snippet from <a href="http://en.wikipedia.org/wiki/Red5">Wikipedia </a>that explains the basic idea:</p>
<blockquote><p>Red5 is considered as a free alternate to <a title="Adobe Flash Media Server" href="http://en.wikipedia.org/wiki/Adobe_Flash_Media_Server">Adobe Flash Media Server</a>, and supports many of the same feature sets. It has a few additional feature sets such as the ability to intercept live streams, and the ability to easily plug in other <a title="Java (programming language)" href="http://en.wikipedia.org/wiki/Java_%28programming_language%29">Java</a> libraries such as <a title="Hibernate (Java)" href="http://en.wikipedia.org/wiki/Hibernate_%28Java%29">Hibernate</a>.</p></blockquote>
<p>So, my first attempt was to use tomcat, but that didn&#8217;t work so so well, and since I have a wamp server already running I figured it would be best to use that. After some googling  I found other people that had already done this, on the  Red5 mailing list , <a href="http://www.pubbs.net/osflash/200904/54509/">here</a>.</p>
<p>Pretty much I&#8217;m just gonna copy their nine steps and add my additional comments since their way works, it&#8217;s just a little vague though.</p>
<ol>
<li>Install <a href="http://www.wampserver.com/en/">wamp</a></li>
<li> Create a directory named &#8220;red5-server&#8221; into C:wampwww</li>
<li> Download and install <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a></li>
<li>right-click on C:wampwwwred5-server folder and click SVNCheckout</li>
<li>enter  the url from which red5-server will be downloaded : http://red5.googlecode.com/svn/java/server/trunk</li>
<li> download <a href="http://ant.apache.org/">ant </a>from the apache software foundation (manage dependencies for compilation)</li>
<li>Extract ant to a folder where ever you want. Just remember it&#8217;s path since you will need to add it to your system variables later. I put it at : C:apache-ant-1.7.1</li>
<li>Download the <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 6</a> and install</li>
<li>Add ant and javac.exe to your system&#8217;s Path variable (right click on my computer &#8211; &gt; Advanced &#8211; &gt; Enviroment Variables &#8211; &gt; Find variable Path in System Variables and edit. You need to add the path to the javac.exe which is in your JDK installation (default on xp for me : C:Program FilesJavajdk1.6.0_14bin) and the bat files for ant (C:apache-ant-1.7.1bin) . Make sure that each variable is separated by a semi colon or it won&#8217;t work.)</li>
<li> open a shell on C:wampwwwred5-server</li>
<li> just type ant server &#8211; if ant is not found your system variables are set up wrong. If during building it says that it can&#8217;t find tools.jar where it expected the easiest solution is to find where the tools.jar file is on your pc and copy it to where the ant expects it. If at the end of the build it says it can&#8217;t find javac.exe, you either installed the wrong version of java or your system vars are set up wrong.</li>
<li>You can install samples demo via the administration console http://localhost/RED5-server/webapps/installer/index.html</li>
</ol>
<p>And there ya go -Red5 through your wamp installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2009/06/11/red5wamp/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Wow, it&#8217;s been a while&#8230;</title>
		<link>http://paperkingdoms.openbracket.ca/2009/06/09/wow-its-been-a-while/</link>
		<comments>http://paperkingdoms.openbracket.ca/2009/06/09/wow-its-been-a-while/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:52:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/?p=175</guid>
		<description><![CDATA[Well, its been about 2 years since I&#8217;ve last posted here and deiced to attempt just to run a PBBG development blog (Openbracket) but lately I&#8217;ve been feeling the urge to blog about things that don&#8217;t necessarily related to PBBG&#8217;s or game design so I&#8217;m gonna reboot this mofo&#8230; or at least try to. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Well, its been about 2 years since I&#8217;ve last posted here and deiced to attempt just to run a PBBG development blog (<a href="http://openbracket.ca" target="_blank">Openbracket</a>) but lately I&#8217;ve been feeling the urge to blog about things that don&#8217;t necessarily related to PBBG&#8217;s or game design so I&#8217;m gonna reboot this mofo&#8230; or at least try to.</p>
<p>I&#8217;m hoping to keep this going as it was in the past : focus on tech, software, code and random nerdy things/thoughts.  Will hopefully also be posting some as3 and php up here as well as software comparisons.</p>
<p>So if you liked my old shit, check back. I will try to be a little more active ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2009/06/09/wow-its-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web app&#8217;s that need upgrades</title>
		<link>http://paperkingdoms.openbracket.ca/2007/08/22/web-apps-that-need-upgrades/</link>
		<comments>http://paperkingdoms.openbracket.ca/2007/08/22/web-apps-that-need-upgrades/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 13:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[musings]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/2007/08/22/web-apps-that-need-upgrades/</guid>
		<description><![CDATA[I have been slinking around the net and attempting to bring everything together with SMS, IM, email and feeds, but a few places have been more than annoying with their lack of certain features. So I am going to make a list of the web apps that I use that I think need some updates.Please [...]]]></description>
			<content:encoded><![CDATA[<p>I have been slinking around the net and attempting to bring everything together with SMS, IM, email and feeds, but a few places have been more than annoying with their lack of certain features. So I am going to make a list of the web apps that I use that I think need some updates.Please note that I am aware that many of these features can be achieve with scripts or APIs, but I would like to see there features natively to get full functionality, such as SMS updates/reminders.    Twitter: GROUPS! Twitter needs built in groups. There is one that I know of using the API, but I would love to see that feature built in. I want to be able to tweet a group and send a txt to my entire apartment, or my pen and paper friends.Google Reader: Search. Wtf is the point of me starring objects if I can&#8217;t bloody well go back and search for them later. Google Reader: Organization of starred items. I want to go back and view these items by tag, or date. Not just a huge stream. Google Calendar : A to-do list! GIVE ME A BLOODY TODO list! And allow me to update the thing using the current way I add events. Just have it as a keyword. So: todo get food, kill neighbor, eat offspring.  That way it still works with twitter, which means I can use my cell to add items! Gtalk/Gmail &#8211; SMS to message gmail members.  So that I can send an email or message to friends that don&#8217;t have a cell or text messaging.   FaceBook &#8211; Wallposting/PMing through SMS. Something like: Frank John w Hey frank! Party in 2 hours. I&#8217;m downtown. Get your shit together. Gmail/Facebook &#8211; Option to send SMS to members/friends if they have already set up the SMS function within the site.Gtalk &#8211; SMS instead of IMing a person.  Again, just using simple text commands.Gtalk:Bardic, you there?SMS@Bardic Where the hell are you?   Well there is something to chew on. I may think of more things later, but I want all these updates. So Google/Twitter, pleassse please please please please add these. I have been bitching for a while and I can keep doing it. You two are the best at what you do and I want you to be the center of my social life lol. So please take the step.   </p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2007/08/22/web-apps-that-need-upgrades/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Winamp 5.33 vs iTunes 7.3</title>
		<link>http://paperkingdoms.openbracket.ca/2007/08/02/winamp-533-vs-itunes-73/</link>
		<comments>http://paperkingdoms.openbracket.ca/2007/08/02/winamp-533-vs-itunes-73/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 20:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[musings]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/2007/08/02/winamp-533-vs-itunes-73/</guid>
		<description><![CDATA[Well I have talked about this before, iTunes vs Winamp but I have recently jumped ship from musikCube and moved back to winamp. So I figured I would give both the newest versions a spin and did what I could to make both use a little memory with actually hacking any files. All I want [...]]]></description>
			<content:encoded><![CDATA[<p>Well I have talked about this before, iTunes vs Winamp but I have recently jumped ship from musikCube and moved back to winamp. So I figured I would give both the newest versions a spin and did what I could to make both use a little memory with actually hacking any files.</p>
<p>All I want my music player to do is to play music. That it&#8217;s. i don&#8217;t give a shit about visuals or stores, or podcasts, or internet radio, or ipod support, or whatever. All it has to do is play music, cd&#8217;s and rip them if I for ever some reason have a cd.</p>
<p>So how did things turn out?</p>
<p>Well I installed the latest version of winamp and itunes.  Winamp 5.33 and iTunes 7.3</p>
<p>In Winamp I literally removed every plugin that isn&#8217;t needed to play my library or rip/burn cds.  In iTunes I turned off every feature but the library. I didn&#8217;t delete anything because the preferences didn&#8217;t give me the option like Winamp does.</p>
<p>I stat again I did not hack or did anything to change the configs other than use the options available to me through the preferences.</p>
<p>Anyways, Winamp&#8217;s memory usage sits between 6000k-20000k which is pretty good for a media player.</p>
<p>iTunes, after installing and turning of all the features used 44000k.  And when you add all the other crap processes it runs, updater, devices and I dunno what else, it was over 55000k mem usage.</p>
<p>Obviously I choose to keep my Winamp installation.</p>
<p>If you purely want to listen to music through a library, Winamp is your best bet. If you want only to listen to playlists, you may want to consider foobar, but!!! it just as much (and more if skinned) than Winamp.</p>
<p>You could also consider Evilplayer but I wouldn&#8217;t. No id3 tag support, no way in hell I&#8217;m using it.</p>
<p>So there ya go. Winamp wins hands down if you ONLY want to listen to music. If you want to buy songs (pff) then iTunes may be useful. Don&#8217;t even mention ipods. I have an ipod and I run the software from the ipod. I can run it on anyones Win installation. If ya have a mac you have iTunes so no worries there.</p>
<p>Oh, btw, I am obliviously talking about all Windows software here.</p>
<p>I am going to try to hack iTunes a little and see what I can do. I have nothing against mac. I use a mac at work and I rather enjoy it. But I am looking at things in a purely functionality/memory usage point of view. Take my word or not, makes no difference to me. Sorry if I sound kinda rude but I got slammed for my last review because Winamp won then too and that was without configuring and I just want to make sure people don&#8217;t bitch that I&#8217;m a fanboy or anything. I will switch music players if you can show me a better one.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2007/08/02/winamp-533-vs-itunes-73/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>mp3 player &#8211; ActionScript</title>
		<link>http://paperkingdoms.openbracket.ca/2007/07/31/mp3-player-actionscript/</link>
		<comments>http://paperkingdoms.openbracket.ca/2007/07/31/mp3-player-actionscript/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 12:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://paperkingdoms.wordpress.com/2007/07/31/mp3-player-actionscript/</guid>
		<description><![CDATA[Hey for anyone that reads this. It has been a little bit, but I have a new code snippet for ya&#8217;s. It&#8217;s a pretty simple mp3 player that you could easily embedded on a site. Here&#8217;s there script (link). It uses a pretty simple XML also. &#60;song&#62; &#60;t st=&#8221;songtitle&#8221; l=&#8221;url&#8221; a=&#8221;artist&#8221; /&#62; &#60;/song&#62; Give it [...]]]></description>
			<content:encoded><![CDATA[<p>Hey for anyone that reads this. It has been a little bit, but I have a new code snippet for ya&#8217;s. It&#8217;s a pretty simple mp3 player that you could easily embedded on a site.</p>
<p>Here&#8217;s there script (<a href="http://mishu.eu.org/paste/view.php?id=3605" target="_blank">link</a>). It uses a pretty simple XML also.</p>
<p>&lt;song&gt;<br />
&lt;t st=&#8221;songtitle&#8221; l=&#8221;url&#8221; a=&#8221;artist&#8221; /&gt;<br />
&lt;/song&gt;</p>
<p>Give it a whirl. I will be trying to remake it with a slider on the next version and make it smaller.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperkingdoms.openbracket.ca/2007/07/31/mp3-player-actionscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

