<?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>ronperrella.com</title>
	<atom:link href="http://ronperrella.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ronperrella.com</link>
	<description>Ron Perrella</description>
	<lastBuildDate>Fri, 18 Jun 2010 17:01:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zune player is much much better than iTunes</title>
		<link>http://ronperrella.com/?p=320</link>
		<comments>http://ronperrella.com/?p=320#comments</comments>
		<pubDate>Sun, 21 Mar 2010 23:58:52 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[zune itunes]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=320</guid>
		<description><![CDATA[

All I can say is wow &#8211; the Zune video player is far superior to iTunes. It is so much faster and smoother.
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>All I can say is wow &#8211; the Zune video player is far superior to iTunes. It is so much faster and smoother.</p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=320</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Raw Processing Power of a Single PC</title>
		<link>http://ronperrella.com/?p=72</link>
		<comments>http://ronperrella.com/?p=72#comments</comments>
		<pubDate>Mon, 15 Mar 2010 01:26:59 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[PC Tips]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=72</guid>
		<description><![CDATA[

One of the most interesting aspects of the psychology of system design is the number of very real limitations Architects impose on themselves based on past experiences that are simply no longer true. The fact is, we hire/evaluate System/Software Architects in large part because of the experiences they have had.  Frankly, performance is one of those [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>One of the most interesting aspects of the psychology of system design is the number of very real limitations Architects <em>impose on themselves</em> based on past experiences that are<em> simply no longer true</em>. The fact is, we hire/evaluate System/Software Architects in large part because of the experiences they have had.  Frankly, performance is one of those areas which employers place high value in. At least, up until now.</p>
<p>Over the next few weeks &amp; months, I would like to perform some interesting (I&#8217;d like to think) tests on ordinary desktop applications. My hypothesis is that they are now of the caliber we used to associate with mainframe/supermini computer performance and that PC&#8217;s are greatly under-utilized.  This may give even more fodder to the idea of virtualization.</p>
<p>Now, I am not looking to perform a scientifically based study &#8211; I will release the sourcecode and methodology for critique but this is essentially an emperical effort.  I&#8217;m looking for answers within an order of magnitude so give me a break.  The data sets will probably come from something like the USGS (US Geological Survey) because it is big, you can get your own copy, and I don&#8217;t have to type it.</p>
<p>Some of the things I&#8217;m looking for are numbers on:</p>
<p>1) Database Performance.</p>
<ul>
<li>Time to query a million row table with 20 columns (with and without indexes)</li>
<li>Time to query 7 tables joined together for a number of matching rows.</li>
<li>Time to query a million row table using a LIKE query (both pre &#8216;%&#8217; and post &#8216;%&#8217;)</li>
</ul>
<p>I&#8217;d like to run this with the following databases:</p>
<ul>
<li>MySQL Innodb</li>
<li>Postgres</li>
<li>MS Access</li>
<li>JavaDB</li>
<li>Oracle 10g</li>
<li>IBM DB2</li>
</ul>
<p>My hypothesis is that these systems will perform substantially the same and with very high performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Process as Liberator of Creativity</title>
		<link>http://ronperrella.com/?p=10</link>
		<comments>http://ronperrella.com/?p=10#comments</comments>
		<pubDate>Tue, 15 Aug 2006 21:10:49 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=10</guid>
		<description><![CDATA[

Look, process gets a bad name in industry today. Nobody wants to have to live within a stifling bureaucracy. What I find about a well-designed process is that it makes exchange easy but leaves room for creativity.
For example, a software development process (even an Agile one) includes both development and configuration management/version control/build. Building code [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Look, process gets a bad name in industry today. Nobody wants to have to live within a stifling bureaucracy. What I find about a well-designed process is that it makes exchange easy but leaves room for creativity.</p>
<p>For example, a software development process (even an Agile one) includes both development and configuration management/version control/build. Building code is not creative. Oh sure, you could make it creative but there is little reason to. What you find instead that the ability to rapidly deploy code and data in a safe, repeatable manner has greater value than the ability to have a creative license. Why not focus your creative energy in producing great software and leave the grungy parts to the process?</p>
<p>A canvas may be limiting but thousands of great artists have worked within the bounds and limitations to awesome success.</p>
<p>Seth Godin has <a href="http://sethgodin.typepad.com/seths_blog/2006/04/why_are_you_afr.html">this to say about it.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dave Winer&#8217;s OPML editor</title>
		<link>http://ronperrella.com/?p=9</link>
		<comments>http://ronperrella.com/?p=9#comments</comments>
		<pubDate>Tue, 15 Aug 2006 20:50:44 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=9</guid>
		<description><![CDATA[

Dave Winer&#8217;s website, www.opml.org, has a free editor.
You&#8217;ll find it looks a heck of a lot like Manila and Frontier &#8212; what a surprise since Dave wrote those too!
This is a great little tool just for Outlining.
It may even be good for Blogging. 
Time will tell
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Dave Winer&#8217;s website, <a href="http://www.opml.org">www.opml.org</a>, has a free editor.</p>
<p>You&#8217;ll find it looks a heck of a lot like Manila and Frontier &#8212; what a surprise since Dave wrote those too!</p>
<p>This is a great little tool just for Outlining.</p>
<p>It may even be good for Blogging. </p>
<p>Time will tell</p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Podcasting &#8211; it&#8217;s just a great idea</title>
		<link>http://ronperrella.com/?p=4</link>
		<comments>http://ronperrella.com/?p=4#comments</comments>
		<pubDate>Mon, 24 Jul 2006 20:43:31 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=4</guid>
		<description><![CDATA[

Ok, I think I&#8217;ve become a podcasting addict.
I can&#8217;t believe the number of sites I&#8217;m listening to.Â It has basically renewed my interest in radio.
IÂ wasÂ consideringÂ gettingÂ intoÂ myself,Â usingÂ odeoÂ butÂ IÂ haveÂ beenÂ disappointedÂ inÂ odeo.Â IÂ haveÂ triedÂ severalÂ recordingsÂ onlyÂ toÂ findÂ thatÂ theyÂ don&#8217;tÂ appearÂ inÂ theÂ odeoÂ account.Â Â TheÂ userÂ interfaceÂ isÂ prettyÂ unusualÂ asÂ well.Â YourÂ milageÂ mayÂ vary.Â I&#8217;mÂ lookingÂ forÂ alternatives.
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Ok, I think I&#8217;ve become a podcasting addict.</p>
<p>I can&#8217;t believe the number of sites I&#8217;m listening to.Â It has basically renewed my interest in radio.</p>
<p>IÂ wasÂ consideringÂ gettingÂ intoÂ myself,Â usingÂ odeoÂ butÂ IÂ haveÂ beenÂ disappointedÂ inÂ odeo.Â IÂ haveÂ triedÂ severalÂ recordingsÂ onlyÂ toÂ findÂ thatÂ theyÂ don&#8217;tÂ appearÂ inÂ theÂ odeoÂ account.Â Â TheÂ userÂ interfaceÂ isÂ prettyÂ unusualÂ asÂ well.Â YourÂ milageÂ mayÂ vary.Â I&#8217;mÂ lookingÂ forÂ alternatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>autohotkey is great</title>
		<link>http://ronperrella.com/?p=6</link>
		<comments>http://ronperrella.com/?p=6#comments</comments>
		<pubDate>Mon, 24 Jul 2006 20:30:32 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ronperrella.com/?p=6</guid>
		<description><![CDATA[

I&#8217;ve started using autohotkey on Windows/XP to automate things on my desktop.Â  I was inspired by a posting my Jon Udell where he described a distraction free desktop.
Â So, I set my desktop background to black and my Windows XP toolbar to auto-hide.
Next, I setup some key bindings in autohotkey to :
1) hide current window
2) hide [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve started using autohotkey on Windows/XP to automate things on my desktop.Â  I was inspired by a posting my Jon Udell where he described a distraction free desktop.</p>
<p>Â So, I set my desktop background to black and my Windows XP toolbar to auto-hide.</p>
<p>Next, I setup some key bindings in autohotkey to :</p>
<p>1) hide current window</p>
<p>2) hide all others</p>
<p>3) hide/show desktop toggle</p>
<p>As suggested in Jon&#8217;s article.</p>
<p>I have to say this has been really easy.</p>
<p>The programming language is the same as in AutoIt, which I have used to automate backup processes. This makes learning autohotkey less painful since you are not learning a one-shot language.</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://ronperrella.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
