<?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>Darian Shimy</title>
	<atom:link href="http://www.darianshimy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darianshimy.com</link>
	<description></description>
	<lastBuildDate>Tue, 25 May 2010 23:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Rails 2.3.8 Deprecation Warning</title>
		<link>http://www.darianshimy.com/2010/05/rails-2-3-8-deprecation-warning/</link>
		<comments>http://www.darianshimy.com/2010/05/rails-2-3-8-deprecation-warning/#comments</comments>
		<pubDate>Tue, 25 May 2010 23:00:34 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=476</guid>
		<description><![CDATA[If you happen to come across the following deprecation warning: DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. &#40;called from new at /Users/dshimy/.rvm/gems/ruby-1.8.7-p249/gems/actionpack-2.3.8/lib/action_controller/middleware_stack.rb:72&#41; Take a look at your config/environment.rb file for the following: config.action_controller.session = &#123; :secret_key    =&#62; '_sample_session', :secret =&#62; '00000000000000000000' &#125; and change it to: config.action_controller.session = &#123; :key    [...]]]></description>
			<content:encoded><![CDATA[<p>If you happen to come across the following deprecation warning:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. <span style="color: #7a0874; font-weight: bold;">&#40;</span>called from new at <span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>dshimy<span style="color: #000000; font-weight: bold;">/</span>.rvm<span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span>ruby-1.8.7-p249<span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span>actionpack-2.3.8<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>action_controller<span style="color: #000000; font-weight: bold;">/</span>middleware_stack.rb:<span style="color: #000000;">72</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Take a look at your config/environment.rb file for the following:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">config.<span style="color:#9900CC;">action_controller</span>.<span style="color:#9900CC;">session</span> = <span style="color:#006600; font-weight:bold;">&#123;</span>
    <span style="color:#ff3333; font-weight:bold;">:secret_key</span>    <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#996600;">'_sample_session'</span>,
    <span style="color:#ff3333; font-weight:bold;">:secret</span>        <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#996600;">'00000000000000000000'</span>
<span style="color:#006600; font-weight:bold;">&#125;</span></pre></div></div>

<p>and change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">config.<span style="color:#9900CC;">action_controller</span>.<span style="color:#9900CC;">session</span> = <span style="color:#006600; font-weight:bold;">&#123;</span>
    <span style="color:#ff3333; font-weight:bold;">:key</span>    <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#996600;">'_sample_session'</span>,
    <span style="color:#ff3333; font-weight:bold;">:secret</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#996600;">'00000000000000000000'</span>
<span style="color:#006600; font-weight:bold;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2010/05/rails-2-3-8-deprecation-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My DSL is not that slow</title>
		<link>http://www.darianshimy.com/2010/03/my-dsl-is-not-that-slow/</link>
		<comments>http://www.darianshimy.com/2010/03/my-dsl-is-not-that-slow/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:24:44 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=472</guid>
		<description><![CDATA[I went to download a file and saw the following estimated download times: Although, DSL and Cable providers have been adding higher speeds to their offerings, isn&#8217;t it time to lump them together into &#8216;broadband.&#8217;]]></description>
			<content:encoded><![CDATA[<p>I went to download a file and saw the following estimated download times:</p>
<p><img class="aligncenter size-full wp-image-473" title="Estimated Download Times" src="http://www.darianshimy.com/wp-content/uploads/2010/03/Screen-shot-2010-03-29-at-10.14.26-AM.png" alt="" width="440" height="125" />Although, DSL and Cable providers have been adding higher speeds to their offerings, isn&#8217;t it time to lump them together into &#8216;broadband.&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2010/03/my-dsl-is-not-that-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can we ditch the Fax Machine yet?</title>
		<link>http://www.darianshimy.com/2010/03/can-we-ditch-the-fax-machine-yet/</link>
		<comments>http://www.darianshimy.com/2010/03/can-we-ditch-the-fax-machine-yet/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:19:53 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=469</guid>
		<description><![CDATA[I recently needed to fax a document to Apple regarding the iPhone.  Here is the comment I added to the fax cover page: You requested information to be sent via an obsolete technology.  Although a fax machine may look nice next to your mom’s 8-track collection, you really should consider using technologies that were developed [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to fax a document to Apple regarding the iPhone.  Here is the comment I added to the fax cover page:</p>
<blockquote><p>You requested information to be sent via an obsolete technology.   Although a fax machine may look nice next to  your mom’s 8-track collection, you really should consider using  technologies that were developed after the mid-1970’s.  Just a thought.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2010/03/can-we-ditch-the-fax-machine-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realtime Log Visualization</title>
		<link>http://www.darianshimy.com/2009/12/realtime-log-visualization/</link>
		<comments>http://www.darianshimy.com/2009/12/realtime-log-visualization/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:00:16 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=464</guid>
		<description><![CDATA[Erlend Simonsen put out a program called gltail that creates a graphical representation of your log files. I saw this a long time ago, but last night I finally started playing with it. It works quite well. I needed to make a small change to support an SSH gateway which you can get here: http://github.com/dshimy/gltail.  [...]]]></description>
			<content:encoded><![CDATA[<p>Erlend Simonsen put out a program called <a href="http://www.fudgie.org/">gltail</a> that creates a graphical representation of your log files.</p>
<p><a href="http://www.darianshimy.com/wp-content/uploads/2009/12/Screen-shot-2009-12-10-at-2.04.53-PM.png"><img class="aligncenter size-medium wp-image-466" title="Screen shot 2009-12-10 at 2.04.53 PM" src="http://www.darianshimy.com/wp-content/uploads/2009/12/Screen-shot-2009-12-10-at-2.04.53-PM-300x210.png" alt="Screen shot 2009-12-10 at 2.04.53 PM" width="300" height="210" /></a></p>
<p>I saw this a long time ago, but last night I finally started playing with it.  It works quite well.  I needed to make a small change to support an SSH gateway which you can get here: <a href="http://github.com/dshimy/gltail">http://github.com/dshimy/gltail</a>.  On OS X, getting started was simple:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ git clone git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>dshimy<span style="color: #000000; font-weight: bold;">/</span>gltail.git
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> ruby-opengl file-tail</pre></div></div>

<p>If you want the dots to bump each other, you need to install the Chipmunk physics library:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #7a0874; font-weight: bold;">cd</span> vendor<span style="color: #000000; font-weight: bold;">/</span>Chipmunk-4.1.0<span style="color: #000000; font-weight: bold;">/</span>ruby
$ ruby extconf.rb
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Beyond that, tweak the configuration file and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/12/realtime-log-visualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Twitter Account</title>
		<link>http://www.darianshimy.com/2009/10/new-twitter-account/</link>
		<comments>http://www.darianshimy.com/2009/10/new-twitter-account/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:53:22 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[follow]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=460</guid>
		<description><![CDATA[So as I mentioned earlier, I no longer show up in Twitter results.  I tried to get it fixed, but it&#8217;s not worth my time anymore.  I created another Twitter account with the same username.  The old account was renamed.  So if you were remotely interested in the minutia of what I was doing, you [...]]]></description>
			<content:encoded><![CDATA[<p>So as I mentioned <a href="http://www.darianshimy.com/2009/10/im-banned-from-twitter-search/">earlier</a>, I no longer show up in Twitter results.  I tried to get it fixed, but it&#8217;s not worth my time anymore.  I created another Twitter account with the same username.  The old account was renamed.  So if you were remotely interested in the minutia of what I was doing, you will need to re-follow me.</p>
<p><a href="http://twitter.com/dshimy">http://twitter.com/dshimy</a></p>
<p>I am still not in the results, but I heard it might take a while for new accounts to find their way.</p>
<p><strong>Update:</strong> I&#8217;ve made it to <a href="https://twitter.com/#search?q=dshimy">search</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/new-twitter-account/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Banned from Twitter Search</title>
		<link>http://www.darianshimy.com/2009/10/im-banned-from-twitter-search/</link>
		<comments>http://www.darianshimy.com/2009/10/im-banned-from-twitter-search/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:22:45 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[blacklisted]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=455</guid>
		<description><![CDATA[Being in the Social Media Monitoring space, I often need to test certain functionality with Twitter Search.  For my account, this is very difficult.  For some reason, none of my tweets ever show up in Twitter Search.  Have I been blacklisted?  I know twitter search doesn&#8217;t access all tweets, but I figured it would have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darianshimy.com/wp-content/uploads/2009/10/twitter_logo_header.png"><img class="alignleft size-full wp-image-456" title="twitter_logo_header" src="http://www.darianshimy.com/wp-content/uploads/2009/10/twitter_logo_header.png" alt="twitter_logo_header" width="155" height="36" /></a>Being in the <a href="http://www.biz360.com">Social Media Monitoring</a> space, I often need to test certain functionality with Twitter Search.  For my <a href="http://twitter.com/dshimy">account</a>, this is very difficult.  For some reason, none of my tweets ever show up in Twitter Search.  Have I been blacklisted?  I know twitter search doesn&#8217;t access all tweets, but I figured it would have seen one of mine.</p>
<p>Well, I am not alone.  Twitter has a help desk article on the subject <a href="http://help.twitter.com/forums/10713/entries/42646">here</a>.  I tried to create a ticket, but it looks like they were hiding the link.  No worries, Rails apps have easy to guess URLS, <a href="http://help.twitter.com/requests/new">http://help.twitter.com/requests/new</a>.</p>
<p>Submitted a ticket, we&#8217;ll see if anything comes from it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/im-banned-from-twitter-search/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>pubsubhubbub  Support</title>
		<link>http://www.darianshimy.com/2009/10/pubsubhubbub-support/</link>
		<comments>http://www.darianshimy.com/2009/10/pubsubhubbub-support/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 22:04:34 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[pubsubhubbub]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=451</guid>
		<description><![CDATA[Just added support for pubsubhubbub with a WordPress Plugin.  Interested to see if my posts will appear in Google Reader any faster.  Probably not, but it can&#8217;t get much slower.  Which hubs are you using?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darianshimy.com/wp-content/uploads/2009/10/pubsubhubbub_logo.png"><img class="alignleft size-full wp-image-450" title="pubsubhubbub_logo" src="http://www.darianshimy.com/wp-content/uploads/2009/10/pubsubhubbub_logo.png" alt="pubsubhubbub_logo" width="117" height="46" /></a>Just added support for <a href="http://code.google.com/p/pubsubhubbub/">pubsubhubbub</a> with a WordPress Plugin.  Interested to see if my posts will appear in Google Reader any faster.  Probably not, but it can&#8217;t get much slower.  Which hubs are you using?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/pubsubhubbub-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Knows Sexy</title>
		<link>http://www.darianshimy.com/2009/10/amazon-knows-sexy/</link>
		<comments>http://www.darianshimy.com/2009/10/amazon-knows-sexy/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:24:13 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[costume]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=445</guid>
		<description><![CDATA[I came across this product on Amazon.com under their sexy costumes. Uh, yeah!]]></description>
			<content:encoded><![CDATA[<p>I came across this <a href="http://www.amazon.com/Brown-Biblical-Costume-Wig-Beard/dp/B001P4N67O/ref=sr_1_8?ie=UTF8&amp;s=apparel&amp;qid=1255886402&amp;sr=1-8">product</a> on Amazon.com under their <a href="http://www.amazon.com/s/qid=1255886391/ref=sr_nr_p_n_feature_four_bro_7?ie=UTF8&amp;rs=721069011&amp;rh=n%3A721067011|721069011%2Cn%3A721069011%2Cp_n_feature_four_browse-bin%3A1232863011">sexy costumes</a>.</p>
<p><a href="http://www.darianshimy.com/wp-content/uploads/2009/10/amazon-sexy.png"><img class="aligncenter size-full wp-image-446" title="amazon-sexy" src="http://www.darianshimy.com/wp-content/uploads/2009/10/amazon-sexy.png" alt="amazon-sexy" width="561" height="273" /></a></p>
<p>Uh, yeah!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/amazon-knows-sexy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ReadWrite Real-Time Web Summit</title>
		<link>http://www.darianshimy.com/2009/10/readwrite-real-time-web-summit/</link>
		<comments>http://www.darianshimy.com/2009/10/readwrite-real-time-web-summit/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 04:43:38 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Everything Else]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=441</guid>
		<description><![CDATA[This Thursday I&#8217;ll be at the ReadWrite Real-Time Web Summit in Mountain View, CA.  If anyone else is planning on attending, let me know.]]></description>
			<content:encoded><![CDATA[<p>This Thursday I&#8217;ll be at the <a href="http://www.eventbee.com/view/realtimesummit">ReadWrite Real-Time Web Summit</a> in Mountain View, CA.  If anyone else is planning on attending, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/readwrite-real-time-web-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Logging to script/console</title>
		<link>http://www.darianshimy.com/2009/10/sql-logging-to-scriptconsole/</link>
		<comments>http://www.darianshimy.com/2009/10/sql-logging-to-scriptconsole/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 04:37:06 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[hirb]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=437</guid>
		<description><![CDATA[When running a Rails console session, a true time saver is directing the ActiveRecord logs to STDOUT instead of the log file.  This is easily accomplished adding the following to your ~/.irbrc file: if rails_env = ENV&#91;'RAILS_ENV'&#93; # Called after the irb session is initialized and Rails has # been loaded (props: Mike Clark). IRB.conf&#91;:IRB_RC&#93; [...]]]></description>
			<content:encoded><![CDATA[<p>When running a Rails console session, a true time saver is directing the ActiveRecord logs to STDOUT instead of the log file.  This is easily accomplished adding the following to your ~/.irbrc file:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">if</span> rails_env = ENV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#996600;">'RAILS_ENV'</span><span style="color:#006600; font-weight:bold;">&#93;</span>
  <span style="color:#008000; font-style:italic;"># Called after the irb session is initialized and Rails has</span>
  <span style="color:#008000; font-style:italic;"># been loaded (props: Mike Clark).</span>
  IRB.<span style="color:#9900CC;">conf</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#ff3333; font-weight:bold;">:IRB_RC</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#CC0066; font-weight:bold;">Proc</span>.<span style="color:#9900CC;">new</span> <span style="color:#9966CC; font-weight:bold;">do</span>
    <span style="color:#6666ff; font-weight:bold;">ActiveRecord::Base</span>.<span style="color:#9900CC;">logger</span> = <span style="color:#CC00FF; font-weight:bold;">Logger</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span>STDOUT<span style="color:#006600; font-weight:bold;">&#41;</span>
    <span style="color:#6666ff; font-weight:bold;">ActiveRecord::Base</span>.<span style="color:#9900CC;">instance_eval</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#9966CC; font-weight:bold;">alias</span> :<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006600; font-weight:bold;">&#93;</span> <span style="color:#ff3333; font-weight:bold;">:find</span> <span style="color:#006600; font-weight:bold;">&#125;</span>
  <span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

<p>If someone knows the original author of these lines, let me know and I&#8217;ll give them proper attribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/10/sql-logging-to-scriptconsole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
