<?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></title>
	<atom:link href="http://freddysmind.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://freddysmind.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 13:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Oracle&#160;Timestamp</title>
		<link>http://freddysmind.com/blog/2010/07/oracle-timestamp/</link>
		<comments>http://freddysmind.com/blog/2010/07/oracle-timestamp/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:10:14 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=581</guid>
		<description><![CDATA[I&#8217;m lazy and keep forgetting the format string for formatting dates into strings that I can understand, so here it is: Function: to_char() Arguments: 1) The date column you want to format 2) The mask &#8211; personal most commonly used: &#8216;yyyy/mm/dd hh:mi:ss am&#8217;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m lazy and keep forgetting the format string for formatting dates into strings that I can understand, so here it is:</p>
<p>Function:</p>
<p>to_char()</p>
<p>Arguments:</p>
<p>1) The date column you want to format</p>
<p>2) The mask &#8211; personal most commonly used:</p>
<p>&#8216;yyyy/mm/dd hh:mi:ss am&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/07/oracle-timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate&#160;configs</title>
		<link>http://freddysmind.com/blog/2010/06/hibernate-configs/</link>
		<comments>http://freddysmind.com/blog/2010/06/hibernate-configs/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 22:02:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=578</guid>
		<description><![CDATA[Documentation In the hibernate.cfg.xml there is an option &#8211; &#8216;hibernate.hbm2ddl.auto&#8217; that controls how it interacts with the database schema (assuming the user you used to connect has the appropriate privileges). The options for this config are as follows: So the list of possible options are, validate: validate the schema, makes no changes to the database. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html#configuration-optional" target="_blank">Documentation</a></p>
<p>In the hibernate.cfg.xml there is an option &#8211; &#8216;hibernate.hbm2ddl.auto&#8217; that controls how it interacts with the database schema (assuming the user you used to connect has the appropriate privileges). The options for this config are as follows:</p>
<p>So the list of possible options are,</p>
<ul>
<li><em>validate</em>: validate the schema, makes no changes to the database.</li>
<li><em>update</em>: update the schema.</li>
<li><em>create</em>: creates the schema, destroying previous data.</li>
<li><em>create-drop</em>: drop the schema at the end of the session.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/06/hibernate-configs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good&#160;presentations</title>
		<link>http://freddysmind.com/blog/2010/06/good-presentations/</link>
		<comments>http://freddysmind.com/blog/2010/06/good-presentations/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:56:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Best Of Today]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=575</guid>
		<description><![CDATA[Good stuff: http://net.tutsplus.com/articles/web-roundups/10-more-awesome-web-development-screencasts-and-presentations/ Also, if you&#8217;ve never been to ted.com, check it out, there&#8217;s some cool stuff there.]]></description>
			<content:encoded><![CDATA[<p>Good stuff:</p>
<p>http://net.tutsplus.com/articles/web-roundups/10-more-awesome-web-development-screencasts-and-presentations/</p>
<p>Also, if you&#8217;ve never been to ted.com, check it out, there&#8217;s some cool stuff there.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/06/good-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super&#160;Computers</title>
		<link>http://freddysmind.com/blog/2010/06/super-computers/</link>
		<comments>http://freddysmind.com/blog/2010/06/super-computers/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 20:26:44 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=573</guid>
		<description><![CDATA[Amazing statistics that only prove one thing &#8211; Linux servers still rock. http://news.bbc.co.uk/2/hi/technology/10187248.stm]]></description>
			<content:encoded><![CDATA[<p>Amazing statistics that only prove one thing &#8211; Linux servers still rock.</p>
<p><a href="http://news.bbc.co.uk/2/hi/technology/10187248.stm">http://news.bbc.co.uk/2/hi/technology/10187248.stm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/06/super-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crossing</title>
		<link>http://freddysmind.com/blog/2010/05/crossing/</link>
		<comments>http://freddysmind.com/blog/2010/05/crossing/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:52:11 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Best Of Today]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=570</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://freddysmind.com/blog/wp-content/uploads/2010/05/crossing2.jpg"><img class="alignleft size-medium wp-image-571" title="crossing2" src="http://freddysmind.com/blog/wp-content/uploads/2010/05/crossing2-300x225.jpg" alt="" width="300" height="225" /></a><br />
<a href="http://freddysmind.com/blog/wp-content/uploads/2010/05/crossing.jpg"><img class="alignleft size-medium wp-image-569" title="crossing" src="http://freddysmind.com/blog/wp-content/uploads/2010/05/crossing-300x115.jpg" alt="" width="300" height="115" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/crossing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argument for the&#160;Soul</title>
		<link>http://freddysmind.com/blog/2010/05/soul/</link>
		<comments>http://freddysmind.com/blog/2010/05/soul/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:07:08 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=566</guid>
		<description><![CDATA[Slightly paraphrased - We must allow the existence of the soul in order to explain free will. Otherwise, we are just machines with genetically coded instructions from our creators.  ~ Shelly Kagan]]></description>
			<content:encoded><![CDATA[<p>Slightly paraphrased -</p>
<p>We must allow the existence of the soul in order to explain free will. Otherwise, we are just machines with genetically coded instructions from our creators.  ~ Shelly Kagan</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/soul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Source Tool&#160;Suite</title>
		<link>http://freddysmind.com/blog/2010/05/spring-source-tool-suite/</link>
		<comments>http://freddysmind.com/blog/2010/05/spring-source-tool-suite/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:30:13 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=564</guid>
		<description><![CDATA[Holy crap, half a day and dozens of Google searches later, I found the 3 things necessary to install STS in Eclipse 3.5.2 Behold ! https://issuetracker.springsource.com/browse/STS-831 Adding these 3 update sites: http://download.eclipse.org/tools/mylyn/update/e3.4 http://download.eclipse.org/tools/mylyn/update/extras http://download.eclipse.org/tools/ajdt/35/update The one that fixed my particular issue was this one: http://download.eclipse.org/tools/ajdt/35/update]]></description>
			<content:encoded><![CDATA[<p>Holy crap, half a day and dozens of Google searches later, I found the 3 things necessary to install STS in Eclipse 3.5.2</p>
<p>Behold !</p>
<p><a href="https://issuetracker.springsource.com/browse/STS-831">https://issuetracker.springsource.com/browse/STS-831</a></p>
<p>Adding these 3 update sites:</p>
<p><a href="http://download.eclipse.org/tools/mylyn/update/e3.4">http://download.eclipse.org/tools/mylyn/update/e3.4</a><br />
<a href="http://download.eclipse.org/tools/mylyn/update/extras">http://download.eclipse.org/tools/mylyn/update/extras</a><br />
<a href="http://download.eclipse.org/tools/ajdt/35/update">http://download.eclipse.org/tools/ajdt/35/update</a></p>
<p>The one that fixed my particular issue was this one:</p>
<p><a href="http://download.eclipse.org/tools/ajdt/35/update">http://download.eclipse.org/tools/ajdt/35/update</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/spring-source-tool-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker</title>
		<link>http://freddysmind.com/blog/2010/05/conficker/</link>
		<comments>http://freddysmind.com/blog/2010/05/conficker/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:48:07 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=560</guid>
		<description><![CDATA[Yikes &#8211; http://www.theatlantic.com/magazine/archive/2010/06/the-enemy-within/8098/1/]]></description>
			<content:encoded><![CDATA[<p>Yikes &#8211; <a href="http://www.theatlantic.com/magazine/archive/2010/06/the-enemy-within/8098/1/">http://www.theatlantic.com/magazine/archive/2010/06/the-enemy-within/8098/1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/conficker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Potato Gnocchi and&#160;Sausage</title>
		<link>http://freddysmind.com/blog/2010/05/potato-gnocchi-and-sausage/</link>
		<comments>http://freddysmind.com/blog/2010/05/potato-gnocchi-and-sausage/#comments</comments>
		<pubDate>Wed, 12 May 2010 01:48:24 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=554</guid>
		<description><![CDATA[http://www.thedragonskitchen.com/2008/07/potato-gnocchi-sausage.html Ingredients: 1 18 0z package of Potato Gnocchi 3 smoked pork sausages (turkey sausage works great too), sliced 1/4 cup of chopped onions 1 clove of garlic, minced 2 tablespoons of butter pinch of hot pepper flakes 1/2 tablespoon of fresh thyme leaves 1/2 tablespoon of fresh oregano, chopped 1 cup of frozen peas, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thedragonskitchen.com/2008/07/potato-gnocchi-sausage.html">http://www.thedragonskitchen.com/2008/07/potato-gnocchi-sausage.html</a></p>
<p>Ingredients:</p>
<p>1 18 0z package of Potato Gnocchi<br />
3 smoked pork sausages (turkey sausage works great too), sliced<br />
1/4 cup of chopped onions<br />
1 clove of garlic, minced<br />
2 tablespoons of butter<br />
pinch of hot pepper flakes<br />
1/2 tablespoon of fresh thyme leaves<br />
1/2 tablespoon of fresh oregano, chopped<br />
1 cup of frozen peas, run under water to thaw (optional)<br />
1/4 cup of grated parmesan cheese<br />
salt &amp; pepper to taste</p>
<p>A new favorite, one slight modification from the recipe above:</p>
<p>Red peppers instead of onions, sweet italian sausage, and no hot pepper flakes (I do love hot though)</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/potato-gnocchi-and-sausage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find filename given the whole&#160;path</title>
		<link>http://freddysmind.com/blog/2010/05/find-filename-given-the-whole-path/</link>
		<comments>http://freddysmind.com/blog/2010/05/find-filename-given-the-whole-path/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:00:27 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=552</guid>
		<description><![CDATA[Often times in scripting on a Linux box, you end up passing around the full path to a resource (it&#8217;s messy coding tbh). This is great until you want to use just the filename in something. Here&#8217;s a simple Python method that takes a full filename with path and grabs just the filename. def findFileName [...]]]></description>
			<content:encoded><![CDATA[<p>Often times in scripting on a Linux box, you end up passing around the full path to a resource (it&#8217;s messy coding tbh).</p>
<p>This is great until you want to use <em>just</em> the filename in something.</p>
<p>Here&#8217;s a simple Python method that takes a full filename with path and grabs just the filename.</p>
<p>def findFileName (self, fileNameWithPath):</p>
<p style="padding-left: 30px;">splitStr = fileNameWithPath</p>
<p style="padding-left: 30px;">strList = splitStr.rsplit(&#8216;/&#8217;, 1)</p>
<p style="padding-left: 30px;">fileName = strList[len(strList) - 1]</p>
<p style="padding-left: 30px;">return fileName</p>
<p style="padding-left: 30px;">
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/05/find-filename-given-the-whole-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
