<?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>Dark Pegasus</title>
	<atom:link href="http://darkpegasus.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://darkpegasus.com/blog</link>
	<description>Geek: (n) Someone who makes the world work</description>
	<lastBuildDate>Sat, 19 Jun 2010 00:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Two must-have firefox plugins for netbooks</title>
		<link>http://darkpegasus.com/blog/?p=164</link>
		<comments>http://darkpegasus.com/blog/?p=164#comments</comments>
		<pubDate>Wed, 15 Jul 2009 01:09:58 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=164</guid>
		<description><![CDATA[I just got a netbook and I have to say it&#8217;s pretty sweet. However, firefox takes up a lot of screen estate with the tool bars, and how often do you really need them? Sure you can get rid of the bookmarks toolbar but the nav bar and the menu bar are annoying. Enter the [...]]]></description>
			<content:encoded><![CDATA[<p>I just got a netbook and I have to say it&#8217;s pretty sweet. However, firefox takes up a lot of screen estate with the tool bars, and how often do you really need them? Sure you can get rid of the bookmarks toolbar but the nav bar and the menu bar are annoying.</p>
<p>Enter the hide extensions &#8212; specifically <a href="https://addons.mozilla.org/en-US/firefox/addon/4762">Hide Menubar</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/8769">Hide Navigation Bar</a>. These two extensions reclaim a lot of real estate. Once they&#8217;re installed, hit F2 to toggle the nav bar and alt to toggle the menu bar. Awesome.</p>
<div id="attachment_166" class="wp-caption alignnone" style="width: 310px"><a href="http://darkpegasus.com/blog/wp-content/uploads/2009/07/no_menus.png"><img class="size-medium wp-image-166" title="No Menus" src="http://darkpegasus.com/blog/wp-content/uploads/2009/07/no_menus-300x175.png" alt="Look Ma, no menus!" width="300" height="175" /></a><p class="wp-caption-text">Look Ma, no menus!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Appengine Notes</title>
		<link>http://darkpegasus.com/blog/?p=159</link>
		<comments>http://darkpegasus.com/blog/?p=159#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:19:39 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Appengine]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[google appengine]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=159</guid>
		<description><![CDATA[I&#8217;ve been using appengine for a side project lately and it&#8217;s pretty sweet! However performance isn&#8217;t guaranteed, especially with a naive model. Some learned points: Avoid accessing the datastore. Especially writes. GAE is highly optimized for frequent reads and infrequent writes. Related to that, favor fewer large objects over many small objects in the datastore. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using appengine for a side project lately and it&#8217;s pretty sweet! However performance isn&#8217;t guaranteed, especially with a naive model. Some learned points:</p>
<ul>
<li>Avoid accessing the datastore. Especially writes. GAE is highly optimized for frequent reads and infrequent writes.</li>
<li>Related to that, favor fewer large objects over many small objects in the datastore. It&#8217;s much better to load and deserialize an object tree than to make a query for each object type. This will reduce your round trips to the datastore. Also there is no way to bulk delete rows but if you have your objects as a pickled collection in a db.Blob, you can delete many elements from the collection in a single access. Pretty nice actually.</li>
<li>Avoid writing to the same objects concurrently. This needs to be balanced with the previous point. The contention will kill your performance as you get more users. However if writes really are rare in your model this is fine.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>McCain: Spain? That&#8217;s a country in Latin America, right?</title>
		<link>http://darkpegasus.com/blog/?p=154</link>
		<comments>http://darkpegasus.com/blog/?p=154#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:35:46 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Gaffe]]></category>
		<category><![CDATA[McCain]]></category>
		<category><![CDATA[Spain]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=154</guid>
		<description><![CDATA[So it seems that McCain doesn&#8217;t know who the Spanish Prime Minister is. But that&#8217;s okay because he&#8217;s so knowledgable and experienced with foreign policy. From TPM: We wanted to give you an update on the post below where we described Sen. McCain&#8217;s latest gaffe in which he seemed to suggest that he might not be [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems that McCain doesn&#8217;t know who the Spanish Prime Minister is. But that&#8217;s okay because he&#8217;s so knowledgable and experienced with foreign policy.</p>
<p>From <a href="http://talkingpointsmemo.com/archives/217702.php">TPM</a>:</p>
<blockquote><p>We wanted to give you an update on the <a href="http://talkingpointsmemo.com/archives/217681.php">post below</a> where we described Sen. McCain&#8217;s latest gaffe in which he seemed to suggest that he might not be willing to meet with Spanish Prime Minster Zapatero because he is among those world leaders who want to harm America.</p>
<p>The story is already getting picked up pretty quickly in the Spanish press. And the way it&#8217;s being<a href="http://www.elpais.com/articulo/internacional/candidato/republicano/compromete/ver/Zapatero/gana/elpepiint/20080918elpepiint_9/Tes"> interpreted</a> in the Spanish press is that McCain got confused about the fact that Spain is a country in Europe, rather than a rogue state in Latin America.</p></blockquote>
<p><strong><em>Sigh.</em></strong></p>
<p>Even if he didn&#8217;t know you&#8217;d think he might look this up before meeting with <em>someone from the Spanish press</em>. This from a man who may become president.</p>
<p><a href="http://talkingpointsmemo.com/archives/217681.php">Audio and translated text of the interview here</a></p>
<p><a href="http://translate.google.com/translate?u=http://www.cadenaser.com/espana/articulo/repercusiones-entrevista-union-radio-john/serpro/20080918csrcsrnac_4/Tes&amp;hl=en&amp;ie=UTF-8&amp;sl=es&amp;tl=en">Translated version of another Spanish Article</a></p>
<p><a href="http://translate.google.com/translate?u=http://www.elpais.com/articulo/internacional/candidato/republicano/compromete/ver/Zapatero/gana/elpepiint/20080918elpepiint_9/Tes&amp;hl=en&amp;ie=UTF-8&amp;sl=es&amp;tl=en">Translated version of a Spanish Article describing the gaffe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Audio Indexing &#8211; Gaudi</title>
		<link>http://darkpegasus.com/blog/?p=152</link>
		<comments>http://darkpegasus.com/blog/?p=152#comments</comments>
		<pubDate>Wed, 17 Sep 2008 12:09:38 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=152</guid>
		<description><![CDATA[Awesome. Google is now doing audio indexing on videos. So far it seems they&#8217;ve just started with political videos and not general youtube videos but still. Damn! Very cool stuff. I wish I was that cool&#8230; http://labs.google.com/gaudi]]></description>
			<content:encoded><![CDATA[<p>Awesome. Google is now doing audio indexing on videos. So far it seems they&#8217;ve just started with political videos and not general youtube videos but still. Damn! Very cool stuff. I wish I was that cool&#8230;</p>
<p><a href="http://labs.google.com/gaudi">http://labs.google.com/gaudi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=152</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Daily Show makes it look easy&#8230;</title>
		<link>http://darkpegasus.com/blog/?p=144</link>
		<comments>http://darkpegasus.com/blog/?p=144#comments</comments>
		<pubDate>Sat, 06 Sep 2008 15:43:40 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Daily Show]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=144</guid>
		<description><![CDATA[At this point, much of their material writes itself. A few jokes inserted to keep it flowing between clips and the people they mock do the rest. Covering McCain&#8217;s Acceptance Speech McCain&#8217;s transformation from the McCain of 2000 to the McCain of today. Republican comments on Palin vs Democratic candidates PUMAs]]></description>
			<content:encoded><![CDATA[<p>At this point, much of their material writes itself. A few jokes inserted to keep it flowing between clips and the people they mock do the rest.</p>
<p>Covering McCain&#8217;s Acceptance Speech</p>
<p><embed style='width:360px; height:301px;' width='360' height='301' type='application/x-shockwave-flash' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:184111' allowFullscreen='true'></embed></p>
<p>McCain&#8217;s transformation from the McCain of 2000 to the McCain of today.</p>
<p><embed style='width:360px; height:301px;' width='360' height='301' type='application/x-shockwave-flash' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:184113' allowFullscreen='true'></embed></p>
<p>Republican comments on Palin vs Democratic candidates</p>
<p><embed style='width:360px; height:301px;' width='360' height='301' type='application/x-shockwave-flash' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:187569' allowFullscreen='true'></embed></p>
<p>PUMAs</p>
<p><embed style='width:360px; height:301px;' width='360' height='301' type='application/x-shockwave-flash' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:183521' allowFullscreen='true'></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome makes javascript go REALLY fast</title>
		<link>http://darkpegasus.com/blog/?p=141</link>
		<comments>http://darkpegasus.com/blog/?p=141#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:04:23 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=141</guid>
		<description><![CDATA[There are a lot of benchmarks about how fast Chrome is at running Javascript. While true there is still a good amount of bias in them. Obviously Google optimizes for their benchark suite, mozilla for their&#8217;s, IE for who knows what. But numbers don&#8217;t do it justice. Download Chrome and try out these sites to [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of benchmarks about how fast Chrome is at running Javascript. While true there is still a good amount of bias in them. Obviously Google optimizes for their benchark suite, mozilla for their&#8217;s, IE for who knows what. But numbers don&#8217;t do it justice. Download Chrome and try out these sites to see what a difference it makes. Okay, so some of these sites are optimized heavily to run on today&#8217;s browsers so try running them on a slower machine if you can. Trust me, you&#8217;ll notice the difference.</p>
<p><a href="http://www.nihilogic.dk/labs/mariokart/">http://www.nihilogic.dk/labs/mariokart/</a>  Rendering bug on my machine, I filed a bug report through the browser.</p>
<p><a href="http://www.nihilogic.dk/labs/chess/">http://www.nihilogic.dk/labs/chess/</a> Rotate the board</p>
<p><a href="http://www.nihilogic.dk/labs/wolf/">http://www.nihilogic.dk/labs/wolf/</a> </p>
<p><a href="http://www.jsdesk.com/#">http://www.jsdesk.com/</a></p>
<p><a href="http://www.meebo.com/">http://www.meebo.com/</a></p>
<p><a href="http://developer.yahoo.com/yui/3/examples/dd/portal-drag_source.html#">http://developer.yahoo.com/yui/3/examples/dd/portal-drag_source.html#</a></p>
<p><a href="http://spreadsheets.google.com/ccc?key=pHAgbiDvfxHEUsrD0NhujRA">http://spreadsheets.google.com/ccc?key=pHAgbiDvfxHEUsrD0NhujRA</a> (Copy this to a new spreadsheet, change the data)</p>
<p><a href="http://maze.sitepoint.com">http://maze.sitepoint.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jon Stewart on Sarah Palin</title>
		<link>http://darkpegasus.com/blog/?p=139</link>
		<comments>http://darkpegasus.com/blog/?p=139#comments</comments>
		<pubDate>Fri, 05 Sep 2008 00:48:24 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=139</guid>
		<description><![CDATA[The Daily Show at it&#8217;s best.]]></description>
			<content:encoded><![CDATA[<p>The Daily Show at it&#8217;s best.</p>
<p><embed FlashVars='videoId=184086' src='http://www.thedailyshow.com/sitewide/video_player/view/default/swf.jhtml' quality='high' bgcolor='#cccccc' width='332' height='316' name='comedy_central_player' align='middle' allowScriptAccess='always' allownetworking='external' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proximity to Russia means Foreign Policy experience?</title>
		<link>http://darkpegasus.com/blog/?p=135</link>
		<comments>http://darkpegasus.com/blog/?p=135#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:42:46 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=135</guid>
		<description><![CDATA[You have to be kidding me. They&#8217;re seriously trying to claim that being geographically close to Russia means you have foreign policy experience. Wow. That&#8217;s like saying you can learn math by putting the textbook under your pillow at night. She didn&#8217;t even have a passport until last year. Ms. Palin appears to have traveled [...]]]></description>
			<content:encoded><![CDATA[<p>You have to be kidding me. They&#8217;re <a href="http://www.cbsnews.com/stories/2008/09/04/politics/animal/main4414663.shtml">seriously trying to claim</a> that being geographically close to Russia means you have foreign policy experience. Wow. That&#8217;s like saying you can learn math by putting the textbook under your pillow at night. She didn&#8217;t even have a passport until last year.</p>
<blockquote><p>Ms. Palin appears to have traveled very little outside the United States. In July 2007, she had to get a passport before she visited members of the Alaska National Guard stationed in Kuwait, according to her deputy communications director, Sharon Leighow. She also visited wounded troops in Germany during that trip. (<a href="http://www.nytimes.com/2008/08/30/us/politics/30veep.html?_r=1&amp;oref=slogin">NY Times</a>)</p></blockquote>
<p>And she&#8217;s supposed to take over for McCain if he becomes incapacitated? I can only hope that people are paying attention to see this crap as it really is.</p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protesting == Terrorism??</title>
		<link>http://darkpegasus.com/blog/?p=130</link>
		<comments>http://darkpegasus.com/blog/?p=130#comments</comments>
		<pubDate>Thu, 04 Sep 2008 03:57:22 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[insane]]></category>
		<category><![CDATA[protests]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[rnc]]></category>
		<category><![CDATA[terrorism]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=130</guid>
		<description><![CDATA[It seems some protestors at the RNC are being charged with terrorism charges&#8230; This is frightening stuff. http://cliffschecter.firedoglake.com/2008/09/03/eight-rnc-protesters-face-state-terrorism-charges/ This is even more frightening considering the FBI wants to investigate people without basis for suspicion, the St. Paul police beat a protestor (photos), arresting journalists and photographers under charges of conspiracy to riot, using pepper spray, [...]]]></description>
			<content:encoded><![CDATA[<p>It seems some protestors at the RNC are being charged with terrorism charges&#8230; This is frightening stuff.</p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://cliffschecter.firedoglake.com/2008/09/03/eight-rnc-protesters-face-state-terrorism-charges/">http://cliffschecter.firedoglake.com/2008/09/03/eight-rnc-protesters-face-state-terrorism-charges/</a><br />
</span></p>
<p>This is even more frightening considering the <a href="http://www.crooksandliars.com/2008/08/22/fbi-wants-power-to-investigate-citizens-“without-any-basis-for-suspicion”/">FBI wants to investigate people without basis for suspicion</a>, the <a href="http://www.minnesotaindependent.com/6952/youth-in-iconic-rnc-protest-photo-beaten-by-police-according-to-his-mother">St. Paul police beat a protestor</a> (<a href="http://www.minnesotaindependent.com/6997/boot-print-on-his-back-photographs-video-of-17-year-old-rnc-protester-after-run-in-with-police">photos</a>), arresting <a href="http://www.salon.com/opinion/greenwald/2008/09/01/protests/index.html">journalists and photographers under charges of conspiracy to riot</a>, using <a href="http://www.kare11.com/news/news_article.aspx?storyid=523550">pepper spray</a>, <a href="http://blogs.abcnews.com/politicalradar/2008/09/police-use-flas.html">tear gas and flash bangs</a> to break up protests&#8230; And most of that is just this week. Combine that with the <a href="http://www.aclu.org/safefree/general/16960prs20031123.html">FBI planning to spy on peaceful protest groups</a> and it all paints a very scary picture.</p>
<p>Crap like this isn&#8217;t supposed to happen in our country&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After the reformat&#8230;</title>
		<link>http://darkpegasus.com/blog/?p=109</link>
		<comments>http://darkpegasus.com/blog/?p=109#comments</comments>
		<pubDate>Wed, 03 Sep 2008 03:38:47 +0000</pubDate>
		<dc:creator>Alek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Reformatting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://darkpegasus.com/blog/?p=109</guid>
		<description><![CDATA[You have that just formatted feel. You just installed all the required drivers, Windows is running fast and smooth because there is nothing on it. Now what? Well, you install apps to make it useful of course! The real question is what to install? That&#8217;s where this post comes in. It&#8217;s as much of a [...]]]></description>
			<content:encoded><![CDATA[<p>You have that just formatted feel. You just installed all the required drivers, Windows is running fast and smooth because there is nothing on it.</p>
<p>Now what?</p>
<p>Well, you install apps to make it useful of course! The real question is what to install? That&#8217;s where this post comes in. It&#8217;s as much of a checklist for myself as a guide for everyone else, what to install right away without spending any money.</p>
<p><span id="more-109"></span></p>
<h3>Web Browsing</h3>
<ul>
<li><a href="http://www.mozilla.com/firefox/">Firefox</a> [Open Source] &#8211; Tabbed browsing owns. Pro-tip, middle mouse click on a link to open it in a new tab, middle mouse click on the tab itself to close it. No more searching for the X icon. It certainly whoops Internet explorer. Oh, and make sure to install the <a href="http://adblockplus.org/en/installation">AdBlock plugin</a>. The internet is a much nicer place after that.</li>
<li><a href="http://www.google.com/chrome">Chrome</a> [Open Source] &#8211; The Google web browser. <img src='http://darkpegasus.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Chrome is fast. Like&#8230; really fast. That&#8217;s really its killer feature. It has other nice features but is too new to have a community built around it. That means no adblock. Oops. Heh. Um yeah, anyway it&#8217;s way faster, doesn&#8217;t crash as often as Firefox and is prettier too! Just no extension mechanism yet and no adblock.</li>
</ul>
<h3>Instant Messaging</h3>
<ul>
<li><a href="http://www.pidgin.im/">Pidgin</a> [Open Source] &#8211; If you have accounts on multiple services like AIM, MSN, Yahoo or Google Talk, you should definitely get Pidgin or something like it. It has support for _everything_. Okay, maybe not everything but I sure can&#8217;t think of any services it doesn&#8217;t support. It&#8217;s not as pretty as Adium for the Mac, but it&#8217;s pretty good. Now if they would just add support for skinning&#8230;</li>
<li><a href="http://www.ceruleanstudios.com/learn/">Trillian</a> [Free / Pay] &#8211; Trillian isn&#8217;t open source like Pidgin and so isn&#8217;t updated as often but it&#8217;s still quite good. I use Trillian Basic (free) but it doesn&#8217;t support Jabber connections like Google Talk so I have to use Google Talk on the side as well. For more features you can pay for Trillian Pro but at that point I&#8217;d just use Pidgin.</li>
<li><a href="http://skype.com/">Skype</a> [Free] &#8211; I don&#8217;t use this very often but it has come in handy several times. This would be replaced with Google Talk if it only supposed video chat and calling landlines. Oh well, this will stay until the day Google Talk can do those things too.</li>
</ul>
<h3>Media</h3>
<ul>
<li><a href="http://sourceforge.net/projects/guliverkli/">Media Player Classic</a> [Open Source] &#8211; Open source media player that looks like the old version of Windows Media Player (back when I liked it) but works better.</li>
<li><a href="http://www.cccp-project.net/">Combined Community Codec Pack</a> [Free] &#8211; You need this if you&#8217;re going to play videos from the internet. This has every codec you&#8217;ll ever need except for Apple&#8217;s. If you want to play a video file that requests downloading a codec after you&#8217;ve installed this don&#8217;t bother. It&#8217;s probably going to do something not good to your machine.</li>
<li><a href="http://www.apple.com/itunes/download/">iTunes</a> [Free] &#8211; Okay, so I really like iTunes for its library management and connectivity to the ipod. And it makes it really easy to download songs and shows legally.</li>
<li><a href="http://picasa.google.com/">Picasa</a> [Free] &#8211; Image utility from Google. Very handy if you&#8217;re just a casual photographer like me and wants to touch up the color and lighting on your images. I have a small confession to make &#8211; I&#8217;ve never done anything but hit the I&#8217;m feeling lucky button, uploaded to web albums and organized my pictures. All the same it does a really good job at it and I haven&#8217;t seen anything as well suited for the casual photographer like me.</li>
<li><a href="http://www.getpaint.net/">Paint.NET</a> [Open Source] &#8211; For when I need to create simple images or do real touch ups I turn to Paint.NET. I can only hope that Microsoft one day bundles this with Windows and shows mspaint the door. I can&#8217;t compare it vs any commercial image editors since I haven&#8217;t tried them.</li>
<li><a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit</a> [Free] &#8211; View PDFs quickly and easily with this. Much less bloat than <a href="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</a> and renders almost everything I throw at it properly.</li>
</ul>
<h3>Games</h3>
<ul>
<li><a href="http://www.download.com/Return-to-Castle-Wolfenstein-Enemy-Territory-full-install-/3000-7565_4-10243510.html?cdlPid=10243511">Wolfenstein: Enemy Territory</a> [Free] &#8211; I&#8217;ve wasted many hours playing this game. Addictive, fun and well balanced. The graphics are a little dated but that doesn&#8217;t affect the gameplay.</li>
<li><a href="http://www.s2games.com/savage/index.php?page=savageindex">Savage</a> [Free] &#8211; Fun game, Savage 2 is out but you have to pay for it &#8211; if you get it, buy it on Steam, see below.</li>
<li><a href="http://steampowered.com/v/index.php">Steam</a> [Free... kind of... in some sense] &#8211; Steam is the only thing on this list that really requires paying for something to get some functionality out of it. It&#8217;s worth it. I have to hand it to Valve, when Steam first came out with HL2 I thought it was the dumbest thing ever. Why should I have to be able to connect to the internet to play my game? That wasn&#8217;t an issue but it was the principle of it that bothered me. Okay, I take it all back. Being able to buy and play Portal, Orange Box, Max Payne, and having the download and install managed so seamlessly, I am in awe. Hats off to you Valve. It&#8217;s hard to overstate my satisfaction.</li>
</ul>
<h3>Utilities</h3>
<ul>
<li><a href="http://infrarecorder.sourceforge.net/">InfraRecorder</a> [Open Source] &#8211; Need to burn or rip CDs or DVDs? Get this. I originally found this on the Ubuntu download page and haven&#8217;t bothered with Nero or Roxio since. Simple interface, open source and does everything I need.</li>
<li><a href="http://www.utorrent.com/">μTorrent</a> [Free] &#8211; This is the nicest and quickest bittorrent client I&#8217;ve used for windows. <a href="http://azureus.sourceforge.net/">Azureus/Vuse</a> is open source and good too but uses more resources. All I want is a nice list of my downloads in a low overhead client. μTorrent delivers.</li>
<li><a href="http://www.7-zip.org/">7-Zip</a> [Open Source] &#8211; I used to use WinZip. Then I moved to WinRar because it had better windowing abilities and supported rar (of course). Now I&#8217;m on 7-Zip because it handles opening .rar files and doesn&#8217;t nag me to buy it.</li>
<li><a href="http://free.avg.com/">AVG</a> [Free] &#8211; There are two versions of AVG, one free one not. I use the free one and it seems to do a good job. Scans take a long time but they run in the background.</li>
<li><a href="http://www.daemon-tools.cc/dtcc/download.php">Daemon Tools</a> [Free] &#8211; This goes really well with InfraRecorder. I have more hard drive space than I know what to do with so I rip my DVDs onto my hard drive then play them using Daemon Tools. With it I can mount the DVD without having to look through my collection. I just look in the folder on my computer.</li>
</ul>
<h3>Geek</h3>
<p>I&#8217;d suggest the above for anyone, the below is a little more specialized. If you&#8217;re interested in downloading these I assume you know enough about them. <img src='http://darkpegasus.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://www.eclipse.org/">Eclipse</a> [Open Source] &#8211; Java IDE. Works quite well, not as nice as Intellij but much better than Visual Studio.</li>
<li><a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> [Open Source] &#8211; High quality text editor. Everyone needs one of these. <a href="http://www.textpad.com/">Textpad</a> is actually my preferred editor, <a href="http://www.jedit.org/">JEdit</a> is also pretty good but I don&#8217;t like the interface as much.</li>
<li><a href="http://www.squirrelsql.org/">SQuirreL</a> [Open Source] &#8211; Universal SQL Client</li>
<li><a href="http://www.cygwin.com/">Cygwin</a> [Open Source] &#8211; Unix shell for windows</li>
<li><a href="http://www.python.org/">Python</a> [Open Source] &#8211; Programming Language</li>
<li><a href="http://tortoisesvn.net/">TortoiseSVN</a> [Open Source] &#8211; Awesome shell integration for Subversion and it comes with a cool diff tool as well!</li>
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty</a> [Open Source] &#8211; Telnet/SSH client</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://darkpegasus.com/blog/?feed=rss2&amp;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
