<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>notkeepingitreal.com: Category Struggle</title>
    <link>http://notkeepingitreal.com/articles/category/struggle</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Ready to Get Fired</title>
      <description>&lt;p&gt;As it turns out, it&amp;#8217;s not the greatest idea to store your personal documents on a company computer. I was talking with some of my workmates over dinner the other day about what happens in the moments immediately after you get canned.&lt;/p&gt;


	&lt;p&gt;In many cases, there really isn&amp;#8217;t any chance to salvage personal documents from your company computer, cover up frivolous instant messenger logs, or any of the other things that you would likely do given 15 minutes at your computer. I guess the reasoning is that fired (and therefore disgruntled) tech workers, rather than doing something useful, would prefer to delete all of the company&amp;#8217;s code or bring down the corporate website for a while. No comment.&lt;/p&gt;


	&lt;p&gt;Now it&amp;#8217;s not that I&amp;#8217;m planning to get fired this week, but one may as well take any obvious precautions and follow standard best practices. So I rolled on over to &lt;a href="http://lifehacker.com/software/backup"&gt;lifehacker&lt;/a&gt; to find myself an online backup solution; I ended up settling on &lt;a href="https://mozy.com/?ref=F2348A"&gt;mozy&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s been a delight as I&amp;#8217;ve gotten into it for the past 24 hours or so. This &lt;a href="https://mozy.com/?ref=F2348A"&gt;mozy link&lt;/a&gt; does include a referral code that will get you (and me, &lt;strong&gt;wink&lt;/strong&gt;) an extra 256MB on top of the free 2GB.&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s a bit ridiculous that this is the way I was finally convinced to back up my documents, but the end justifies the means I suppose. So if I &lt;strong&gt;do&lt;/strong&gt; happen to get fired this week, I&amp;#8217;ll now be happy as a clam, at least as far as having access to my personal documents is concerned.&lt;/p&gt;</description>
      <pubDate>Sun, 22 Apr 2007 12:04:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:1f032764-6436-4331-87b6-c86701594c8e</guid>
      <author>Kevin</author>
      <link>http://notkeepingitreal.com/articles/2007/04/22/ready-to-get-fired</link>
      <category>Struggle</category>
      <category>Software</category>
      <category>Productivity</category>
      <trackback:ping>http://notkeepingitreal.com/articles/trackback/1653</trackback:ping>
    </item>
    <item>
      <title>Um, Did I Ever Talk About What the Hell Rails Actually Is?</title>
      <description>&lt;p&gt;So two people, which in the world of the readers of this blog, corresponds to about the size of the Northern Hemisphere, have read and been confused about this &lt;em&gt;rails&lt;/em&gt; thing. They and I know that &lt;a href="http://www.google.com"&gt;the internet&lt;/a&gt; is out there to help, but it&amp;#8217;s probably expecting a lot for people to leave the comfort of their &lt;a href="http://notkeepingitreal.com"&gt;source for news on everything&lt;/a&gt;. It&amp;#8217;s time to set the record straight and clarify &lt;em&gt;what exactly it is&lt;/em&gt; that I keep going &lt;a href="http://notkeepingitreal.com/articles/category/rails"&gt;on&lt;/a&gt; and &lt;a href="http://notkeepingitreal.com/articles/category/railsconf"&gt;on&lt;/a&gt; about.&lt;/p&gt;


	&lt;p&gt;Rails, short for &lt;a href="http://rubyonrails.org"&gt;Ruby on Rails&lt;/a&gt;, is, as it turns out, a web development framework. It was created in &lt;a href="http://www.loudthinking.com/arc/000200.html"&gt;2004 or thereabouts&lt;/a&gt; by a &lt;a href="http://www.loudthinking.com/about.html"&gt;person&lt;/a&gt; who &lt;a href="http://dhhtalksfunny.com"&gt;talks funny&lt;/a&gt;. Rails was built using a programming language called (surprise) &lt;a href="http://www.ruby-lang.org"&gt;Ruby&lt;/a&gt;, which has incidentally been around for much longer (publicly released in 1995).&lt;/p&gt;


	&lt;p&gt;The great thing about web development is that you can write programs that are &lt;a href="http://www.joelonsoftware.com/articles/APIWar.html"&gt;available on any reasonable computer on the planet&lt;/a&gt;. One unfortunate characteristic of software development in general &amp;#8211; and web development in particular &amp;#8211; is that easy things often turn out to be &lt;a href="http://www.theserverside.com/news/thread.tss?thread_id=24803#115994"&gt;pretty damn hard&lt;/a&gt;.  Web development frameworks try to help us avoid this unfortunate state of affairs. The great thing about rails is that it actually makes web development a pretty good time for developers. Rails attempts, with a fair degree of success in my mind, to make the easy things easy and the hard things attainable. Ruby (that&amp;#8217;s the language, remember) is also not to be neglected any time &amp;#8220;programming&amp;#8221; and &amp;#8220;fun&amp;#8221; happen to be used in the same breath, since rails obviously wouldn&amp;#8217;t have been possible without it.&lt;/p&gt;


	&lt;p&gt;And now that our ducks are in a row, go enjoy &lt;a href="http://rubyonrails.org"&gt;rails&lt;/a&gt;!&lt;/p&gt;</description>
      <pubDate>Wed, 17 Jan 2007 20:18:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5e00106c-32d7-4e32-be45-ba70b08d5137</guid>
      <author>Kevin</author>
      <link>http://notkeepingitreal.com/articles/2007/01/17/um-did-i-ever-talk-about-what-the-hell-rails-actually-is</link>
      <category>Rails</category>
      <category>Struggle</category>
      <category>Software</category>
      <trackback:ping>http://notkeepingitreal.com/articles/trackback/1568</trackback:ping>
    </item>
    <item>
      <title>Keeping It Real</title>
      <description>&lt;p&gt;Someone&amp;#8217;s gotta keep it real, and it might as well be this guy:&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://notkeepingitreal.com/images/keepingitreal.com.gif" title="Everyone keeps it real in their own way" alt="Everyone keeps it real in their own way" /&gt;&lt;/p&gt;


	&lt;p&gt;I took a screenshot to reminisce about the good old days in case &lt;a href="http://keepingitreal.com"&gt;http://keepingitreal.com&lt;/a&gt; turns into a porn site.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Dec 2006 15:14:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9da65a08-059c-486f-a755-77ad8d27b75e</guid>
      <author>Kevin</author>
      <link>http://notkeepingitreal.com/articles/2006/12/17/keeping-it-real</link>
      <category>Struggle</category>
      <trackback:ping>http://notkeepingitreal.com/articles/trackback/1462</trackback:ping>
    </item>
    <item>
      <title>Don't Get Hosed</title>
      <description>&lt;p&gt;&lt;a href="http://weblog.rubyonrails.org/2006/8/9/rails-1-1-5-mandatory-security-patch-and-other-tidbits"&gt;Upgrade rails today!&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:39:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:0c593396-e7ea-480f-b9dd-3e10a12bc429</guid>
      <author>Kevin</author>
      <link>http://notkeepingitreal.com/articles/2006/08/09/dont-get-hosed</link>
      <category>Rails</category>
      <category>Struggle</category>
      <trackback:ping>http://notkeepingitreal.com/articles/trackback/36</trackback:ping>
    </item>
  </channel>
</rss>
