<?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>bomski.com</title>
	<atom:link href="http://www.bomski.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bomski.com</link>
	<description>watch yo&#039;self fool...</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ubuntu 11.10 with RAID not booting after installing mdadm? read on&#8230;</title>
		<link>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/</link>
		<comments>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:14:56 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[FEATURED]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[initramfs]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=300</guid>
		<description><![CDATA[Well after monkeying about with a busted 11.10 installation (call it a learning curve with Linux); I decided to reinstall the OS from fresh. I have 4x2TB drives utilising Ubuntu&#8217;s FakeRAID (software RAID), along with a 500Gb OS drive (the target for my refresh). TL;DR &#8211; solution to this problem is at bottom of this]]></description>
			<content:encoded><![CDATA[<p>Well after monkeying about with a busted 11.10 installation (call it a learning curve with Linux); I decided to reinstall the OS from fresh. I have 4x2TB drives utilising Ubuntu&#8217;s FakeRAID (software RAID), along with a 500Gb OS drive (the target for my refresh).<br />
<strong><br />
TL;DR &#8211; solution to this problem is at bottom of this post;</strong></p>
<p><span id="more-300"></span></p>
<p>After booting from freshly minted 11.10 CD, installing OS with updates, rebooting back into the GUI, all flawless&#8230; Only thing missing was my RAID array. So I installed mdadm; a trivial matter&#8230; again everything was fine.. Went for another reboot; after getting the &#8216;loading operating system&#8217; message (which I believe to be the GRUB bootloader) I got a blank screen&#8230; nothing&#8230;</p>
<p>Hit Ctrl+Alt+Del to force the system to hard reset; after getting to the same point I was greeted with the initramfs CLI; telling me that one of the elements in the RAID array was degraded&#8230; brilliant&#8230; Typed &#8216;exit&#8217; to circumvent doing anything nefarious with the initramfs commands, i got back into Ubuntu; checked the disk utility and there was my RAID array. Now slightly baffled I decided to check the integrity of the array&#8230; some 23 hours later it all came back checked, synced and verified; no errors.</p>
<p>Now even more puzzled than when I started I proceeded to hit ubuntuforums.org (an invaluable resource IMHO!); standard searches didn&#8217;t turn anything useful up, and my post regarding this didn&#8217;t really get any interest. I then stumbled upon t<a href="http://ubuntuforums.org/showthread.php?t=1861516" target="_blank">his gem of a post</a>; after wading through the responses I found <a href="http://ubuntuforums.org/showpost.php?p=11388915&amp;postcount=18" target="_blank">a comment from &#8216;dangriffin&#8217;</a>; seems that on large disk arrays; the integrity checks are done before all the disks are detected!</p>
<p>His solution is a very simple one; open a terminal:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>initramfs-tools<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>mdadm-functions</div></div>
<p>In there, look for the following function:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">degraded_arrays<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; mdadm <span style="color: #660033;">--misc</span> <span style="color: #660033;">--scan</span> <span style="color: #660033;">--detail</span> <span style="color: #660033;">--test</span> <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">return</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">!</span> <span style="color: #007800;">$?</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>and change it to:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">degraded_arrays<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; udevadm settle<br />
&nbsp; &nbsp; &nbsp; &nbsp; mdadm <span style="color: #660033;">--misc</span> <span style="color: #660033;">--scan</span> <span style="color: #660033;">--detail</span> <span style="color: #660033;">--test</span> <span style="color: #000000; font-weight: bold;">&gt;/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">return</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">!</span> <span style="color: #007800;">$?</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>then do a:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-initramfs <span style="color: #660033;">-u</span></div></div>
<p>Reboot and you should be all set! Seems that adding &#8216;udevadm settle&#8217; to the function makes the initramfs wait until all the drives are spun up and detected before trying to check their integrity. Lets hope this one gets put in for Ubuntu 12!</p>
<p><strong>TIP 2: </strong>I was also getting issues with mdadm &#8211;detail; it was reporting a warning like &#8216;mdadm: only give one device per ARRAY line&#8217;; turns out this is another bug! When you create a RAID array it gives it the default name of &#8216;RAID Array&#8217;&#8230; this actually screws up the mdadm.conf file; to fix this warning do the following:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>mdadm.conf</div></div>
<p>look for any reference to the name &#8216;RAID Array&#8217; (I had two references in there); simply remove the space between the name so it becomes &#8216;RAIDArray&#8217;, Ctrl+X to save and Roberts your father&#8217;s brother!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2012/01/ubuntu-11-10-with-raidnot-booting-after-installing-mdadm-read-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pistols at the ready&#8230;</title>
		<link>http://www.bomski.com/2011/11/pistols-at-the-ready/</link>
		<comments>http://www.bomski.com/2011/11/pistols-at-the-ready/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:03:05 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=296</guid>
		<description><![CDATA[Brilliant&#8230;]]></description>
			<content:encoded><![CDATA[<p>Brilliant&#8230;<br />
<img src="http://www.bomski.com/wp-content/uploads/2011/11/shoot.gif" width="100%" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2011/11/pistols-at-the-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pragmatic Responsive Web Design</title>
		<link>http://www.bomski.com/2011/11/pragmatic-responsive-web-design/</link>
		<comments>http://www.bomski.com/2011/11/pragmatic-responsive-web-design/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 15:47:27 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[UX/UI]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=290</guid>
		<description><![CDATA[Following on from my last post; i&#8217;ve been doing some spleunking into &#8216;responsive design&#8217; &#8211; the latest buzz term circling the web design / development camp. I&#8217;ve stumbled across a rather insightful slideshare presentation from Brian and Stephanie Rieger; they worked on browser.nokia.com at Breaking Development conference. For that project, they invented a new way]]></description>
			<content:encoded><![CDATA[<p>Following on from my last post; i&#8217;ve been doing some spleunking into &#8216;responsive design&#8217; &#8211; the latest buzz term circling the web design / development camp. I&#8217;ve stumbled across a rather insightful slideshare presentation from Brian and Stephanie Rieger; they worked on browser.nokia.com at Breaking Development conference. For that project, they invented a new way to combine client side information with device detection. It&#8217;s a really interesting approach and certainly worth assimilating!<br />
<span id="more-290"></span></p>
<div style="width:510px" id="__ss_9227626"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/yiibu/pragmatic-responsive-design" title="Pragmatic responsive design" target="_blank">Pragmatic responsive design</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/9227626" width="510" height="426" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more presentations from <a href="http://www.slideshare.net/yiibu" target="_blank">yiibu</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2011/11/pragmatic-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foundation: Rapid prototyping framework</title>
		<link>http://www.bomski.com/2011/10/foundation-rapid-prototyping-framework/</link>
		<comments>http://www.bomski.com/2011/10/foundation-rapid-prototyping-framework/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 09:35:12 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[UX/UI]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=286</guid>
		<description><![CDATA[First off; I know it&#8217;s been a looong time since I last posted an update; suffice to say i&#8217;ve had a lot of things on in my life that have kept me preoccupied&#8230; but enough of my whining; i&#8217;m here to talk about a promising new framework I stumbled across called Foundation; its from the]]></description>
			<content:encoded><![CDATA[<p>First off; I know it&#8217;s been a looong time since I last posted an update; suffice to say i&#8217;ve had a lot of things on in my life that have kept me preoccupied&#8230; but enough of my whining; i&#8217;m here to talk about a promising new framework I stumbled across called <a title="Foundation Framework" href="http://foundation.zurb.com/" target="_blank">Foundation</a>; its from the guys at Zurb who made the <a title="CSS3 Buttons" href="http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba" target="_blank">lovely CSS3 buttons</a> that I utilise a lot (with my own modifications of course! will be blogging the changes shortly).</p>
<p><span id="more-286"></span>This framework designed to allow you to depoly rapid, clickable prototypes, with built in placeholders for images, buttons, forms etc. On the face of it you may say &#8216;yawn &#8211; seen that before&#8217; but where Foundation differs is the underlying grid system. It takes all of the best bits from numerous grid systems, adds a dash of fluidity and some clever scripting to allow you to build one site, and deploy it across a multitude of devices (desktops, tablets, mobile).</p>
<p>I am seriously looking forward to getting to grips with Foundation; i&#8217;ve always been impressed with the work the guys at Zurb, and i&#8217;m hoping to be able to contribute something back to the community.</p>
<p>I&#8217;ll keep this page updated as I find new and useful features!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2011/10/foundation-rapid-prototyping-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaser Trailer &#8211; Transformers: The Dark of the Moon</title>
		<link>http://www.bomski.com/2010/12/teaser-trailer-transformers-the-dark-of-the-moon/</link>
		<comments>http://www.bomski.com/2010/12/teaser-trailer-transformers-the-dark-of-the-moon/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 10:57:26 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[FEATURED]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[trailer]]></category>
		<category><![CDATA[transformers]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=279</guid>
		<description><![CDATA[Here&#8217;s the teaser trailer for the new Transformers movie : Dark of the Moon Now i&#8217;m going to go out on a limb here; but I think that Transformer on the ship is Alpha Trion&#8230;?]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the teaser trailer for the new Transformers movie : Dark of the Moon</p>
<p><object width="520" height="318"><param name="movie" value="http://www.youtube.com/e/6qqeoyn58O4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/6qqeoyn58O4" type="application/x-shockwave-flash" width="520" height="318" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Now i&#8217;m going to go out on a limb here; but I think that Transformer on the ship is Alpha Trion&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/12/teaser-trailer-transformers-the-dark-of-the-moon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>been a while&#8230;</title>
		<link>http://www.bomski.com/2010/11/been-a-while/</link>
		<comments>http://www.bomski.com/2010/11/been-a-while/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 13:13:14 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=276</guid>
		<description><![CDATA[I&#8217;ve been not updating this blog (at all if i&#8217;m honest!)&#8230; this is primarily due to me shifting jobs and getting reoriented to their processes and systems. Now i&#8217;m back on the ball you&#8217;ll see frequent updates&#8230; Bomski]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been not updating this blog (at all if i&#8217;m honest!)&#8230; this is primarily due to me shifting jobs and getting reoriented to their processes and systems. Now i&#8217;m back on the ball you&#8217;ll see frequent updates&#8230;</p>
<p>Bomski</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/11/been-a-while/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy S &#8211; FTW!</title>
		<link>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/</link>
		<comments>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:54:43 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/</guid>
		<description><![CDATA[Sat on my couch messing with my new Samsung Galaxy S&#8230; I have to say i&#8217;m blown away by it&#8230; So simple to use, very intuitive&#8230;]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.bomski.com/wp-content/uploads/2010/09/wpid-wp-1283453644207.jpg" /></p>
<p>Sat on my couch messing with my new Samsung Galaxy S&#8230; I have to say i&#8217;m blown away by it&#8230; So simple to use, very intuitive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/09/samsung-galaxy-s-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F1 2010 &#8211; OMFG!</title>
		<link>http://www.bomski.com/2010/08/f1-2010-omfg/</link>
		<comments>http://www.bomski.com/2010/08/f1-2010-omfg/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 20:38:42 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Codemasters]]></category>
		<category><![CDATA[F1 2010]]></category>
		<category><![CDATA[Wet lap]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=269</guid>
		<description><![CDATA[Am sat on my couch, and my jaw is literally on the floor&#8230; Just seen a promo vid for  Codemaster&#8217;s f1 2010 and i cannot believe just how realistic this game has got. Take a look for yourself: I had one of the F1 titles for the Nintendo 64 and i used to think that]]></description>
			<content:encoded><![CDATA[<p>Am sat on my couch, and my jaw is literally on the floor&#8230; Just seen a promo vid for  Codemaster&#8217;s f1 2010 and i cannot believe just how realistic this game has got. <span id="more-269"></span>Take a look for yourself:</p>
<p><object width="520" height="318"><param name="movie" value="http://www.youtube.com/v/1dm1PWu-tlQ?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1dm1PWu-tlQ?fs=1" type="application/x-shockwave-flash" width="520" height="318" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I had one of the F1 titles for the Nintendo 64 and i used to think that was awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/08/f1-2010-omfg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dead Space 2 &#8211; rubber pants required*</title>
		<link>http://www.bomski.com/2010/08/dead-space-2-rubber-pants-required/</link>
		<comments>http://www.bomski.com/2010/08/dead-space-2-rubber-pants-required/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 08:59:02 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[FEATURED]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Babies]]></category>
		<category><![CDATA[Dead Space 2]]></category>
		<category><![CDATA[scary biscuits]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=266</guid>
		<description><![CDATA[My girlfriend will be testament to this; i&#8217;m a sissy&#8230; I&#8217;ve been mustering up the courage to complete Dead Space on the PS3 for a while, but i can only play it in sporadic bursts (a. because i&#8217;m traumatised far too easily and b). 5.1 and Dead Space easily scares the crap outta me!). As]]></description>
			<content:encoded><![CDATA[<p>My girlfriend will be testament to this; i&#8217;m a sissy&#8230; I&#8217;ve been mustering up the courage to complete Dead Space on the PS3 for a while, but i can only play it in sporadic bursts (a. because i&#8217;m traumatised far too easily and b). 5.1 and Dead Space easily scares the crap outta me!). As i&#8217;m nearing the end of my psychosis from this game, joy-of-joys &#8211; there&#8217;s Dead Space 2!</p>
<p><span id="more-266"></span></p>
<p>Admittedly, i&#8217;ve known it&#8217;s been in development for a while, and just when i thought it couldn&#8217;t get much worse; there&#8217;s an E3 trailer!</p>
<p><object width="520" height="318"><param name="movie" value="http://www.youtube.com/v/z7Qy_4sWs3I?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z7Qy_4sWs3I?fs=1" type="application/x-shockwave-flash" width="520" height="318" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I&#8217;m kind of coming to terms with having to play this (and i&#8217;m sure there&#8217;s lots of you out there who have the &#8216;i&#8217;ve got to see this to the end&#8217; feeling with a game series), so i guess it&#8217;s time to don the rubber pants* one more time and start slicing the Necromorphs up some more!</p>
<p>Dead Space 2 is released on the PS3, 360, and PC on January 25, 2011.</p>
<p>* for those of you who don&#8217;t get the rubber pants bit; it&#8217;s in case i shit myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/08/dead-space-2-rubber-pants-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orange Wednesday Recommendation: Salt</title>
		<link>http://www.bomski.com/2010/08/orange-wednesday-recommendation-salt/</link>
		<comments>http://www.bomski.com/2010/08/orange-wednesday-recommendation-salt/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:13:04 +0000</pubDate>
		<dc:creator>bomski</dc:creator>
				<category><![CDATA[Movie]]></category>
		<category><![CDATA[Orange Wedensday]]></category>
		<category><![CDATA[Salt]]></category>

		<guid isPermaLink="false">http://www.bomski.com/?p=260</guid>
		<description><![CDATA[Sorry for not posting last week; my life got turned upside-down briefly! I&#8217;m back with this weeks Orange Wednesday recommendation: Salt&#8230; Trailer: As a CIA officer, Evelyn Salt swore an oath to duty, honor and country. Her loyalty will be tested when a defector accuses her of being a Russian spy. Salt goes on the]]></description>
			<content:encoded><![CDATA[<p>Sorry for not posting last week; my life got turned upside-down briefly! I&#8217;m back with this weeks Orange Wednesday recommendation: Salt&#8230;</p>
<p><span id="more-260"></span>Trailer:</p>
<p><object width="520" height="318"><param name="movie" value="http://www.youtube.com/v/n7qOdfbB7m0?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/n7qOdfbB7m0?fs=1" type="application/x-shockwave-flash" width="520" height="318" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<blockquote><p>As a CIA officer, Evelyn Salt swore an oath to duty, honor and country.  Her loyalty will be tested when a defector accuses her of being a  Russian spy. Salt goes on the run, using all her skills and years of  experience as a covert operative to elude capture. Salt’s efforts to  prove her innocence only serve to cast doubt on her motives, as the hunt  to uncover the truth behind her identity continues and the question  remains: “Who is Salt?”</p></blockquote>
<p>It&#8217;s great to see Angelina return to acting; and she does indeed deliver; it&#8217;s a complicated plot, but one which plays out perfectly&#8230;</p>
<p>Are you ready to find out who is Salt? Hit me up in the comments and let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bomski.com/2010/08/orange-wednesday-recommendation-salt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

