<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hash</title>
	<atom:link href="https://hashfactor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://hashfactor.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 25 Oct 2012 01:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">5490579</site><cloud domain='hashfactor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Hash</title>
		<link>https://hashfactor.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://hashfactor.wordpress.com/osd.xml" title="Hash" />
	<atom:link rel='hub' href='https://hashfactor.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Adding TODOs to your C# code</title>
		<link>https://hashfactor.wordpress.com/2012/10/25/adding-todos-to-your-c-code/</link>
					<comments>https://hashfactor.wordpress.com/2012/10/25/adding-todos-to-your-c-code/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 01:10:32 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[TODO]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/?p=225</guid>

					<description><![CDATA[Havings TODO items in your code is inevitable. I have yet to see a project where we do not have to come back and alter a few things later. In my recent project where I had to write an integration module &#8230; <a href="https://hashfactor.wordpress.com/2012/10/25/adding-todos-to-your-c-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2012/10/25/adding-todos-to-your-c-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">225</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking Exceptions in MsTest</title>
		<link>https://hashfactor.wordpress.com/2012/07/26/checking-exceptions-in-mstest/</link>
					<comments>https://hashfactor.wordpress.com/2012/07/26/checking-exceptions-in-mstest/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Thu, 26 Jul 2012 06:27:22 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[MsTest]]></category>
		<category><![CDATA[Throw]]></category>
		<category><![CDATA[Unit Test]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/?p=222</guid>

					<description><![CDATA[So, we found out MsTest does not have an Assert method to check if your method throws an exception. But can take care of that. ///&#60;summary&#62; /// Extension methods for MsTest Assert /// &#60;/summary&#62;  public static class AssertEx { ///&#60;summary&#62; &#8230; <a href="https://hashfactor.wordpress.com/2012/07/26/checking-exceptions-in-mstest/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2012/07/26/checking-exceptions-in-mstest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">222</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>
	</item>
		<item>
		<title>Database Schema Versioning</title>
		<link>https://hashfactor.wordpress.com/2011/06/07/database-schema-versioning/</link>
					<comments>https://hashfactor.wordpress.com/2011/06/07/database-schema-versioning/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Tue, 07 Jun 2011 05:10:00 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[script runner]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[updater]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2011/06/07/database-schema-versioning/</guid>

					<description><![CDATA[Database schema is an important part of your source code and you would like to release it along with your application especially if it is a web application. The other reason to version your database is for continuous integration. Every &#8230; <a href="https://hashfactor.wordpress.com/2011/06/07/database-schema-versioning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2011/06/07/database-schema-versioning/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">217</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET MVC: Binding arrays in model</title>
		<link>https://hashfactor.wordpress.com/2010/07/07/asp-net-mvc-binding-arrays-in-model/</link>
					<comments>https://hashfactor.wordpress.com/2010/07/07/asp-net-mvc-binding-arrays-in-model/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 16:09:00 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Binding]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[MVC]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2010/07/07/asp-net-mvc-binding-arrays-in-model/</guid>

					<description><![CDATA[One of the great features of ASP.NET MVC is the automatic model binding. This is one of those things which look trivial but in fact are very very important. This reduces the LoC and complexity by miles. For instance, you &#8230; <a href="https://hashfactor.wordpress.com/2010/07/07/asp-net-mvc-binding-arrays-in-model/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2010/07/07/asp-net-mvc-binding-arrays-in-model/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">210</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>More competition in Smartphone Market</title>
		<link>https://hashfactor.wordpress.com/2010/01/21/more-competition-in-smartphone-market/</link>
					<comments>https://hashfactor.wordpress.com/2010/01/21/more-competition-in-smartphone-market/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 03:06:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Pink]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2010/01/21/more-competition-in-smartphone-market/</guid>

					<description><![CDATA[&#160; With the introduction of Nexus One by Google the competition in the smart phone market is getting tougher. Google had a share of iPhone already with its search engine and maps products being the default in it and now &#8230; <a href="https://hashfactor.wordpress.com/2010/01/21/more-competition-in-smartphone-market/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2010/01/21/more-competition-in-smartphone-market/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>SQL Server clustering vs. Oracle RAC</title>
		<link>https://hashfactor.wordpress.com/2009/11/07/sql-server-clustering-vs-oracle-rac/</link>
					<comments>https://hashfactor.wordpress.com/2009/11/07/sql-server-clustering-vs-oracle-rac/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:01:00 +0000</pubDate>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[fail-over]]></category>
		<category><![CDATA[high-availability]]></category>
		<category><![CDATA[RAC]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/11/07/sql-server-clustering-vs-oracle-rac/</guid>

					<description><![CDATA[&#160; I did some research on SQL Server clustering a while ago to find out what high-availability and fail-over options does SQL Server provide. Below are my findings. In short SQL Server has fail-over but no high-availability as compared to &#8230; <a href="https://hashfactor.wordpress.com/2009/11/07/sql-server-clustering-vs-oracle-rac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/11/07/sql-server-clustering-vs-oracle-rac/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Deadlock Resolution: Killing Oracle Sessions</title>
		<link>https://hashfactor.wordpress.com/2009/06/12/deadlock-resolution-killing-oracle-sessions/</link>
					<comments>https://hashfactor.wordpress.com/2009/06/12/deadlock-resolution-killing-oracle-sessions/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Fri, 12 Jun 2009 03:20:00 +0000</pubDate>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[deadlock]]></category>
		<category><![CDATA[Kill]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[Session]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/06/12/deadlock-resolution-killing-oracle-sessions/</guid>

					<description><![CDATA[&#160; We usually face this situation where an Oracle session is dead and an UPDATE command freezes forever. Usually it is the fault of the programmer who messes up with his session. In such case of a deadlock, the problem &#8230; <a href="https://hashfactor.wordpress.com/2009/06/12/deadlock-resolution-killing-oracle-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/06/12/deadlock-resolution-killing-oracle-sessions/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">198</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" medium="image" />

		<media:content url="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />
	</item>
		<item>
		<title>Oracle: Drop Database Command</title>
		<link>https://hashfactor.wordpress.com/2009/05/25/oracle-drop-database-command/</link>
					<comments>https://hashfactor.wordpress.com/2009/05/25/oracle-drop-database-command/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Mon, 25 May 2009 08:05:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Drop]]></category>
		<category><![CDATA[RMAN]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/05/25/oracle-drop-database-command/</guid>

					<description><![CDATA[&#160; Oracle introduced a new command in 10g to drop a database. Before that there was a set of procedures to follow in order to get rid of a database which involved deleting all data files from the file system, &#8230; <a href="https://hashfactor.wordpress.com/2009/05/25/oracle-drop-database-command/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/05/25/oracle-drop-database-command/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">194</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>How to detect a lie</title>
		<link>https://hashfactor.wordpress.com/2009/05/04/how-to-detect-a-lie/</link>
					<comments>https://hashfactor.wordpress.com/2009/05/04/how-to-detect-a-lie/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Mon, 04 May 2009 06:25:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[Ekman]]></category>
		<category><![CDATA[Heather Hatfield]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Microexpressions]]></category>
		<category><![CDATA[Newberry]]></category>
		<category><![CDATA[Trust]]></category>
		<category><![CDATA[WebMD]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/05/04/how-to-detect-a-lie/</guid>

					<description><![CDATA[&#160; Following is the opinion of some experts about how to detect when someone is lying to you. Technically they sound right but I dare to differ. I don’t think these are the 10 commandments of lie detection. Just use &#8230; <a href="https://hashfactor.wordpress.com/2009/05/04/how-to-detect-a-lie/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/05/04/how-to-detect-a-lie/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Oracle Parameter File: Order of lookup</title>
		<link>https://hashfactor.wordpress.com/2009/04/27/oracle-parameter-file-order-of-lookup/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/27/oracle-parameter-file-order-of-lookup/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Mon, 27 Apr 2009 10:04:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[init.ora]]></category>
		<category><![CDATA[initSID.ora]]></category>
		<category><![CDATA[pfile]]></category>
		<category><![CDATA[preference]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[spfile]]></category>
		<category><![CDATA[SPFILE.ora]]></category>
		<category><![CDATA[spfileSID.ora]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/27/oracle-parameter-file-order-of-lookup/</guid>

					<description><![CDATA[&#160; Oracle has two type of parameter files for initial parameter configurations: PFILE and SPFILE. The parameter file and the shared parameter file. They are used to specify parameter values at the database startup. The SPFILE is used in a &#8230; <a href="https://hashfactor.wordpress.com/2009/04/27/oracle-parameter-file-order-of-lookup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/27/oracle-parameter-file-order-of-lookup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Oracle to buy Sun Microsystems for $7.4 bn</title>
		<link>https://hashfactor.wordpress.com/2009/04/20/oracle-to-buy-sun-microsystems-for-74-bn/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/20/oracle-to-buy-sun-microsystems-for-74-bn/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Mon, 20 Apr 2009 11:58:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[$7.4 bn]]></category>
		<category><![CDATA[acquire]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SUN]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/20/oracle-to-buy-sun-microsystems-for-74-bn/</guid>

					<description><![CDATA[&#160; In a news today by CNN, Oracle confirmed it will buy Sun Microsystems for $7.4 bn. This also strengthens the belief that Sun refused IBM because it had a better offer. Acquisition of Sun will be fabulous for Oracle &#8230; <a href="https://hashfactor.wordpress.com/2009/04/20/oracle-to-buy-sun-microsystems-for-74-bn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/20/oracle-to-buy-sun-microsystems-for-74-bn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Skype Founders want it back</title>
		<link>https://hashfactor.wordpress.com/2009/04/14/skype-founders-want-it-back/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/14/skype-founders-want-it-back/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Mon, 13 Apr 2009 14:57:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[Atomico]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Janus Friis]]></category>
		<category><![CDATA[Joost]]></category>
		<category><![CDATA[Niklas Zennstrom]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Skype Founders]]></category>
		<category><![CDATA[Voip]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/14/skype-founders-want-it-back/</guid>

					<description><![CDATA[&#160; http://www.techcrunch.com/2009/04/10/report-founders-want-to-buy-skype-from-ebay/ &#160; As the New York Times reported, Skype’s founders, Niklas Zennstrom and Janus Friis, are in talks with several private equity firms and are amassing their own financial resources to make a bid for the internet phone business. &#8230; <a href="https://hashfactor.wordpress.com/2009/04/14/skype-founders-want-it-back/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/14/skype-founders-want-it-back/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">182</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.76/t.gif" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>SQL: Generating Series of Numbers in Oracle</title>
		<link>https://hashfactor.wordpress.com/2009/04/08/sql-generating-series-of-numbers-in-oracle/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/08/sql-generating-series-of-numbers-in-oracle/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Wed, 08 Apr 2009 09:20:00 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[TechFactor]]></category>
		<category><![CDATA[CONNECT BY]]></category>
		<category><![CDATA[Constants]]></category>
		<category><![CDATA[Integers]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Series]]></category>
		<category><![CDATA[sql]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/08/sql-generating-series-of-numbers-in-oracle/</guid>

					<description><![CDATA[&#160; Generating a series of numbers is a very common practice in SQL environments. The objectives are but not limited to generating testing data and constants to use in SQL statements. Oracle provides a number of ways to accomplish this &#8230; <a href="https://hashfactor.wordpress.com/2009/04/08/sql-generating-series-of-numbers-in-oracle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/08/sql-generating-series-of-numbers-in-oracle/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">171</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>Twitter is Down due to heavy activity</title>
		<link>https://hashfactor.wordpress.com/2009/04/08/twitter-is-down-due-to-heavy-activity/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/08/twitter-is-down-due-to-heavy-activity/#respond</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Wed, 08 Apr 2009 06:09:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[heavy]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Moldova]]></category>
		<category><![CDATA[protests]]></category>
		<category><![CDATA[servers down]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/08/twitter-is-down-due-to-heavy-activity/</guid>

					<description><![CDATA[&#160; I tried to login to twitter a while ago and it failed to load! Guess what the error was? It was unavailable due to the extra ordinary load on the servers. I believe that twitter is being bombarded heavily &#8230; <a href="https://hashfactor.wordpress.com/2009/04/08/twitter-is-down-due-to-heavy-activity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/08/twitter-is-down-due-to-heavy-activity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">163</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
		<item>
		<title>A twitter revolution in Moldova</title>
		<link>https://hashfactor.wordpress.com/2009/04/08/a-twitter-revolution-in-moldova/</link>
					<comments>https://hashfactor.wordpress.com/2009/04/08/a-twitter-revolution-in-moldova/#comments</comments>
		
		<dc:creator><![CDATA[scarefactor]]></dc:creator>
		<pubDate>Wed, 08 Apr 2009 05:48:00 +0000</pubDate>
				<category><![CDATA[LifeFactor]]></category>
		<category><![CDATA[chisinau]]></category>
		<category><![CDATA[Moldova]]></category>
		<category><![CDATA[revolution]]></category>
		<category><![CDATA[students protest]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://hashfactor.wordpress.com/2009/04/08/a-twitter-revolution-in-moldova/</guid>

					<description><![CDATA[&#160; http://www.techcrunch.com/2009/04/07/student-protests-are-turning-into-a-twitter-revolution-in-moldova/ &#160; Students in Moldova are using Twitter as a tool to mobilize opposition against a communist victory in Moldovian elections. According to reports, close to 10,000 protesters gathered at Moldova’s parliament in Chisinau, Moldova’s capital and were able &#8230; <a href="https://hashfactor.wordpress.com/2009/04/08/a-twitter-revolution-in-moldova/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://hashfactor.wordpress.com/2009/04/08/a-twitter-revolution-in-moldova/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">161</post-id>
		<media:content url="https://0.gravatar.com/avatar/c4d131cf99060b36a5b926ffd8618a5c656bd56b0bcf4ec833c700c60eff0459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scarefactor</media:title>
		</media:content>

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://i.ixnp.com/images/v3.75.2/t.gif" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" medium="image" />

		<media:content url="http://blogs.technet.com/photos/james/images/1765319/original.aspx" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" medium="image" />

		<media:content url="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" medium="image" />
	</item>
	</channel>
</rss>
