<?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>Viper007Bond.com &#187; Technology</title>
	<atom:link href="http://www.viper007bond.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viper007bond.com</link>
	<description>Random stuff written by Alex Mills</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<atom:link rel='hub' href='http://www.viper007bond.com/?pushpress=hub'/>
		<item>
		<title>New SSD&#160;Drives</title>
		<link>http://www.viper007bond.com/2011/12/02/new-ssd-drives/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-ssd-drives</link>
		<comments>http://www.viper007bond.com/2011/12/02/new-ssd-drives/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 11:33:29 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3535</guid>
		<description><![CDATA[Two Intel 320 series 160GB SSD drives that will be going into my PC this weekend in RAID 0 to replace my two existing Western Digital 640GB Black series drives in RAID 0. Should be quite the speed improvement! I got them on sale for $155 each instead of the regular price of $285 each. [...]]]></description>
			<content:encoded><![CDATA[<p>Two Intel 320 series 160GB SSD drives that will be going into my PC this weekend in <a href="http://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_0">RAID 0</a> to replace my two existing Western Digital 640GB Black series drives in RAID 0. Should be quite the speed improvement!</p>
<p>I got them on sale for $155 each instead of the regular price of $285 each. Gotta love Cyber Monday weekend deals.</p>
<p><a class="lightbox" href="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/12/IMG_1592.jpg"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/12/IMG_1592-640x480.jpg" alt="" title="SSD Drives" width="640" height="480" class="aligncenter size-medium wp-image-3536" /></a></p>
<p><strong>UPDATE:</strong> These things are amazingly fast!</p>
<p>My new SSD RAID:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/12/ssdraid.png" alt="" title="SSD RAID" width="406" height="368" class="aligncenter size-full wp-image-3555" /></p>
<p>For comparison, here is my old RAID:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/12/wdblackraid.png" alt="" title="Western Digital Black RAID" width="406" height="368" class="aligncenter size-full wp-image-3557" /></p>
<p>Lastly, a normal Western Digital 2TB Green (energy saving) drive that is very commonly used for cheap (not fast) storage:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/12/wdgreen2tb.png" alt="" title="Western Digital 2TB Green" width="416" height="378" class="aligncenter size-full wp-image-3558" /></p>
<p>Crazy, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/12/02/new-ssd-drives/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Two Handy Sublime Text 2&#160;Plugins</title>
		<link>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=two-handy-sublime-text-2-plugins</link>
		<comments>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 03:57:47 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sublime Text 2]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3517</guid>
		<description><![CDATA[After using EditPlus for the better part of a decade, I made the switch to the totally awesome Sublime Text 2 text editor a few weeks back. One of the great things about Sublime is it&#8217;s support for plugins. Two such plugins I&#8217;d like to recommend are SublimeBrackets and SublimeTagmatcher. Both improve how the highlighting [...]]]></description>
			<content:encoded><![CDATA[<p>After using <a href="http://www.editplus.com/">EditPlus</a> for the better part of a decade, I made the switch to the totally awesome <a href="http://www.sublimetext.com/blog/articles/sublime-text-2-beta">Sublime Text 2</a> text editor a few weeks back. One of the great things about Sublime is it&#8217;s support for plugins.</p>
<p>Two such plugins I&#8217;d like to recommend are <a href="https://github.com/pyparadigm/SublimeBrackets">SublimeBrackets</a> and <a href="https://github.com/pyparadigm/SublimeTagmatcher">SublimeTagmatcher</a>. Both improve how the highlighting of opening and closing items are handled.</p>
<p>By default, Sublime just underlines paired brackets. When you have a ton of code, this can be really hard to see. SublimeBrackets changes this to something more apparent:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/11/ssexample.png" alt="" title="SublimeBrackets" width="424" height="320" class="aligncenter size-full wp-image-3518" /></p>
<p>Much better, right? I personally use the solid background green style.</p>
<p>SublimeTagmatcher does something similar but for HTML tags. When you have your cursor inside of an HTML tag, it will highlight both the current tag and it&#8217;s opening or closing counterpart. This is helpful for making sure you have the correct number of opening and closing tags.</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/11/ssexample1.png" alt="" title="SublimeTagmatcher" width="512" height="336" class="aligncenter size-full wp-image-3519" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introducing&#160;ARNI</title>
		<link>http://www.viper007bond.com/2011/10/23/introducing-arni/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-arni</link>
		<comments>http://www.viper007bond.com/2011/10/23/introducing-arni/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 10:43:05 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Arnold Schwarzenegger]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 4S]]></category>
		<category><![CDATA[parody]]></category>
		<category><![CDATA[Siri]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3456</guid>
		<description><![CDATA[http://www.youtube.com/watch?v=http via Andy Peatling]]></description>
			<content:encoded><![CDATA[<p><span class="vvqbox vvqyoutube" style="width:500px;height:281px;"><iframe src="http://www.youtube.com/embed/5gr30E3psjQ?rel=0&#038;autoplay=0&#038;loop=0&#038;border=0&#038;start=0&#038;fs=1&#038;hd=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=3&#038;cc_load_policy=0" width="500" height="281" frameborder="0"><a href="http://www.youtube.com/watch?v=http">http://www.youtube.com/watch?v=http</a></iframe></span></p>
<p>via <a href="http://apeatling.wordpress.com/2011/10/11/like-siri-youll-love-arni/">Andy Peatling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/10/23/introducing-arni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring &#8220;http://&#8221; To Your Firefox Address&#160;Bar</title>
		<link>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restoring-http-to-your-firefox-address-bar</link>
		<comments>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 00:26:53 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3417</guid>
		<description><![CDATA[Lifehacker has a great article on how to stop Firefox from greying out everything but the domain name in your address bar. While I personally don&#8217;t mind it and infact think it&#8217;s a great anti-phishing feature for the average user, one thing I don&#8217;t like is the removal of the protocol, i.e. http://, from the [...]]]></description>
			<content:encoded><![CDATA[<p>Lifehacker has <a href="http://lifehacker.com/5847846/stop-firefox-from-greying-out-urls-in-the-navigation-bar">a great article</a> on how to stop Firefox from greying out everything but the domain name in your address bar. While I personally don&#8217;t mind it and infact think it&#8217;s a great anti-phishing feature for the average user, one thing I don&#8217;t like is the removal of the protocol, i.e. <code>http://</code>, from the beginning of the address bar. I know they&#8217;re trying to conserve space, but screen real estate is not something that I am lacking.</p>
<p>So here&#8217;s how to once again show the protocol in your Firefox address bar:</p>
<ol>
<li>Type <code>about:config</code> into your address bar to access a list of Firefox configuration options that are not exposed through a normal settings panel.</li>
<li>Paste <code>browser.urlbar.trimURLs</code> into the search box to find the parameter we&#8217;re going to change.</li>
<li>Right-click the row and select &#8220;Toggle&#8221; to change the value from <code>true</code> to <code>false</code>.</li>
<li>Close the tab and go back to a normal tab, such as this blog post. You should now see the protocol in your address bar once again.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GLaDOSiri On iPhone&#160;4S</title>
		<link>http://www.viper007bond.com/2011/10/07/gladosiri-on-iphone-4s/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gladosiri-on-iphone-4s</link>
		<comments>http://www.viper007bond.com/2011/10/07/gladosiri-on-iphone-4s/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 18:37:38 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GLaDOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Portal 2]]></category>
		<category><![CDATA[Siri]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3414</guid>
		<description><![CDATA[Words cannot express how much I want this to actually become a reality. http://www.youtube.com/watch?v=http]]></description>
			<content:encoded><![CDATA[<p>Words cannot express how much I want this to actually become a reality.</p>
<p><span class="vvqbox vvqyoutube" style="width:500px;height:281px;"><iframe src="http://www.youtube.com/embed/aTg00wIijNY?rel=0&#038;autoplay=0&#038;loop=0&#038;border=0&#038;start=0&#038;fs=1&#038;hd=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=3&#038;cc_load_policy=0" width="500" height="281" frameborder="0"><a href="http://www.youtube.com/watch?v=http">http://www.youtube.com/watch?v=http</a></iframe></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/10/07/gladosiri-on-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Whoever Said Chrome Used Less Memory Than Firefox Was&#160;Lying</title>
		<link>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whoever-said-chrome-used-less-memory-than-firefox-was-lying</link>
		<comments>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:03:13 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3383</guid>
		<description><![CDATA[Okay, so it has been open for a week or two but come on. You really need 44MB of RAM to display a single tab that has only ever displayed a single webpage? Not that it really matters since my desktop has 16 gigabytes of RAM (10.5 of which is in use), but still&#8230;]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" href="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/09/chromememory.png"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/09/chromememory-640x533.png" alt="Chrome Memory" title="Chrome Memory" width="640" height="533" class="aligncenter size-medium wp-image-3384" /></a></p>
<p>Okay, so it has been open for a week or two but come on. You really need 44MB of RAM to display a single tab that has only ever displayed a single webpage?</p>
<p>Not that it really matters since my desktop has 16 gigabytes of RAM (10.5 of which is in use), but still&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Video Game In A&#160;Box</title>
		<link>http://www.viper007bond.com/2011/09/09/video-game-in-a-box/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video-game-in-a-box</link>
		<comments>http://www.viper007bond.com/2011/09/09/video-game-in-a-box/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 23:15:40 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Mario]]></category>
		<category><![CDATA[Vimeo]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3347</guid>
		<description><![CDATA[http://www.vimeo.com/]]></description>
			<content:encoded><![CDATA[<p><span class="vvqbox vvqvimeo" style="width:500px;height:281px;"><iframe src="http://player.vimeo.com/video/28781718?title=1&#038;byline=1&#038;portrait=1&#038;fullscreen=1" width="500" height="281" frameborder="0"><a href="http://www.vimeo.com/">http://www.vimeo.com/</a></iframe></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/09/09/video-game-in-a-box/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A New&#160;Toy</title>
		<link>http://www.viper007bond.com/2011/07/14/a-new-toy/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-new-toy</link>
		<comments>http://www.viper007bond.com/2011/07/14/a-new-toy/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 08:48:50 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[GoPro]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3184</guid>
		<description><![CDATA[I&#8217;m planning on making use of it this weekend with a trip up the Columbia River Gorge.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m planning on making use of it this weekend with a trip up the Columbia River Gorge. <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://gopro.com/"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/07/IMG_1362-600x450.jpg" alt="" title="GoPro" width="600" height="450" class="aligncenter size-medium wp-image-3185" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/07/14/a-new-toy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Online Backup Service Do You&#160;Recommend?</title>
		<link>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-online-backup-service-do-you-recommend</link>
		<comments>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 04:16:17 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Mozy]]></category>
		<category><![CDATA[online backup]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2963</guid>
		<description><![CDATA[About a month ago, I asked on Twitter for suggestions for online backup services as I&#8217;m tired of manually backing up and I never do it often enough. I was suggested Mozy, but I was also suggested a lot of alternatives. However I was leaving on a business trip basically the next day, so I [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago, I asked on Twitter for suggestions for online backup services as I&#8217;m tired of manually backing up and I never do it often enough. I was suggested <a href="http://mozy.com/">Mozy</a>, but I was also suggested a lot of alternatives. However I was leaving on a business trip basically the next day, so I never got around to reading the Tweets and they eventually slipped off my @mentions list.</p>
<p>So now I&#8217;m asking how I should have done it in the first place &#8212; on my blog. What online service do you use to backup your data? And before anyone suggests it, Dropbox is out of the running as it&#8217;s too expensive for actual backup (it&#8217;s great for sync though!).</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Why Can&#8217;t Apple Make A Decent Windows&#160;Program?</title>
		<link>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-cant-apple-make-a-decent-windows-program</link>
		<comments>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 00:49:46 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2940</guid>
		<description><![CDATA[Comon Apple, I get that Windows is a competing platform and you&#8217;d rather spend your time working on your own stuff, but if you&#8217;re going to force me to use iTunes with my iPhone, at least make iTunes not suck. I&#8217;ve ranted about iTunes before and while iTunes 10 seems more stable and less laggy [...]]]></description>
			<content:encoded><![CDATA[<p>Comon Apple, I get that Windows is a competing platform and you&#8217;d rather spend your time working on your own stuff, but if you&#8217;re going to force me to use iTunes with my iPhone, at least make iTunes not suck. I&#8217;ve <a href="http://www.viper007bond.com/2008/09/09/man-i-hate-itunes/">ranted about iTunes before</a> and while iTunes 10 seems more stable and less laggy so far, it&#8217;s still far from perfect.</p>
<p>I mean they can&#8217;t even manage to get the little things right. For example, their new logo has horrible transparency:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/09/itunestaskbar.png" alt="" title="iTunes Taskbar Icon" width="500" height="30" class="aligncenter size-full wp-image-2941" /></p>
<p>A simple thing to fix (look at all of the other icons there doing it just fine), but no, Apple had to not bother.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wow, It Sure Is Hot&#160;Here&#8230;</title>
		<link>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wow-it-sure-is-hot-here</link>
		<comments>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:49:34 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AniWeather]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[Portland]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2931</guid>
		<description><![CDATA[According to the AniWeather Firefox extension, it&#8217;s rather hot here right now: Thankfully it refreshed a few minutes later and went down to 75F because I was really hot!]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="https://addons.mozilla.org/en-US/firefox/addon/12331/">AniWeather</a> Firefox extension, it&#8217;s rather hot here right now:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/08/hot.png" alt="" title="Hot" width="550" height="150" class="aligncenter size-full wp-image-2930" /></p>
<p>Thankfully it refreshed a few minutes later and went down to 75F because I was really hot!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailbreak</title>
		<link>http://www.viper007bond.com/2010/08/01/jailbreak/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jailbreak</link>
		<comments>http://www.viper007bond.com/2010/08/01/jailbreak/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 23:09:05 +0000</pubDate>
		<dc:creator>Viper007Bond via iPhone</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/2010/08/01/jailbreak/</guid>
		<description><![CDATA[If you haven&#8217;t heard, comex released a jailbreak for iOS 4 (iPhone 4), iPads, and more today. Even more amazing is that it&#8217;s an in browser jailbreak that makes use of a PDF exploit. I just finished jailbreaking my iPhone 4 and it worked like a charm!]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard, comex <a href="http://jailbreakme.com/">released a jailbreak </a>for iOS 4 (iPhone 4), iPads, and more today. Even more amazing is that it&#8217;s an <strong>in browser</strong> jailbreak that makes use of a PDF exploit. I just finished jailbreaking my iPhone 4 and it worked like a charm!</p>
<p><a href="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/08/IMG_0113.png" class="lightbox"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/08/IMG_0113-400x600.png" alt="" title="iPhone 4 Jailbreak" width="400" height="600" class="aligncenter size-medium wp-image-2869" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/08/01/jailbreak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking For Firefox Addon: Make Bookmarks&#160;Buttons</title>
		<link>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=looking-for-firefox-addon-make-bookmarks-buttons</link>
		<comments>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 02:48:30 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2812</guid>
		<description><![CDATA[I only have a few items in my bookmarks toolbar and I&#8217;m looking for an addon that will allow me to place those bookmarks (in icon-only form) in my normal toolbar. I already have an addon that makes the bookmarks button toggle the bookmarks toolbar (better than nothing) and I know I can customize my [...]]]></description>
			<content:encoded><![CDATA[<p>I only have a few items in my bookmarks toolbar and I&#8217;m looking for an addon that will allow me to place those bookmarks (in icon-only form) in my normal toolbar. I already have an addon that makes the bookmarks button toggle the bookmarks toolbar (better than nothing) and I know I can customize my menu to get the bookmarks in my normal toolbar, but then they show up with labels, a big &#8220;Bookmarks&#8221; button, and the last bookmark hidden by an expand arrow. Does anyone know of such an addon?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Can&#8217;t Believe I Paid $30 For&#160;This</title>
		<link>http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-cant-believe-i-paid-30-for-this</link>
		<comments>http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:43:32 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 4]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2805</guid>
		<description><![CDATA[I am such a sucker and (unsubsidized) Apple products are so overpriced. Oh well, it was worth it to not have to grab the end of the cable anymore.]]></description>
			<content:encoded><![CDATA[<p>I am such a sucker and (unsubsidized) Apple products are so overpriced. Oh well, it was worth it to not have to grab the end of the cable anymore. <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>

<a href='http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/img_0862/' title='iPhone 4 Dock'><img width="175" height="131" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/07/IMG_0862-175x131.jpg" class="attachment-thumbnail" alt="Gotta hand it to Apple&#039;s packaging department" title="iPhone 4 Dock" /></a>
<a href='http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/img_0863/' title='iPhone 4 Dock'><img width="131" height="175" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/07/IMG_0863-131x175.jpg" class="attachment-thumbnail" alt="iPhone 4 Dock" title="iPhone 4 Dock" /></a>
<a href='http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/img_0029/' title='iPhone 4 Dock'><img width="130" height="175" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/07/IMG_0029-130x175.jpg" class="attachment-thumbnail" alt="Taken using my iPhone 4" title="iPhone 4 Dock" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/07/01/i-cant-believe-i-paid-30-for-this/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unhelpful&#160;CAPTCHA</title>
		<link>http://www.viper007bond.com/2010/06/21/unhelpful-captcha/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unhelpful-captcha</link>
		<comments>http://www.viper007bond.com/2010/06/21/unhelpful-captcha/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:21:46 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[CAPTCHA]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1808</guid>
		<description><![CDATA[I went to go check the order status of my iPhone 4 and got this wonderful CAPTCHA: The letters and numbers showed up properly after refreshing, but I still found it quite humorous.]]></description>
			<content:encoded><![CDATA[<p>I went to go check the order status of my iPhone 4 and got this wonderful CAPTCHA:</p>
<p><a class="lightbox" href="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/06/captcha.png"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/06/captcha-600x469.png" alt="" title="Unhelpful CAPTCHA" width="600" height="469" class="aligncenter size-medium wp-image-1809" /></a></p>
<p>The letters and numbers showed up properly after refreshing, but I still found it quite humorous.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/06/21/unhelpful-captcha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

