<?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>Tyler Clemons</title>
	<atom:link href="http://www.tylerclemons.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerclemons.com</link>
	<description>tylerclemons.com</description>
	<lastBuildDate>Sun, 03 Jan 2010 04:34:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Ohio State Buckeyes: The 2010 Rose Bowl Champs!</title>
		<link>http://www.tylerclemons.com/the-ohio-state-buckeyes-the-2010-rose-bowl-champs/</link>
		<comments>http://www.tylerclemons.com/the-ohio-state-buckeyes-the-2010-rose-bowl-champs/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:08:42 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Buckeye Football]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Ohio State Buckeyes]]></category>
		<category><![CDATA[Rose Bowl]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=244</guid>
		<description><![CDATA[What a game for the Buckeyes!  The 8th ranked Buckeyes made a great statement for their &#8220;slow&#8221; program and their &#8220;slow&#8221; conference with a 26-17 upset victory over the #7 Oregon Ducks.  Great job Buckeyes!

The Good: TP, Posey, Sanz, and the the offensive line were great.
The Bad: OSU gave up four sacks to an undersized [...]]]></description>
			<content:encoded><![CDATA[<p>What a game for the Buckeyes!  The 8th ranked Buckeyes made a great statement for their &#8220;slow&#8221; program and their &#8220;slow&#8221; conference with a 26-17 upset victory over the #7 Oregon Ducks.  Great job Buckeyes!</p>
<p><span id="more-244"></span></p>
<p>The Good: TP, Posey, Sanz, and the the offensive line were great.</p>
<p>The Bad: OSU gave up four sacks to an undersized defensive line.  I think part of the problem was TP&#8217;s indecisiveness which may have been due to his injury.</p>
<p>The Ugly: The Special Teams play for the Buckeyes was just plain awful.  Come on Tress, this is supposed to be your special area!</p>
<p><a title="Gamestats via ESPN" href="http://sports.espn.go.com/ncf/boxscore?gameId=300012483">Gamestats</a> (From ESPN)</p>
<p><img src="http://image.cdnl3.xosnetwork.com/pics21/800/RN/RNLHFSNCIUQGYSC.20100102033324.JPG" alt="" width = "500" height = "500"/></p>
<p>Picture courtesy of <a title="OSU Athletics" href="http://ohiostatebuckeyes.com/">http://ohiostatebuckeyes.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/the-ohio-state-buckeyes-the-2010-rose-bowl-champs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Adium Scripts (thats what she said)</title>
		<link>http://www.tylerclemons.com/creating-adium-scripts-thats-what-she-said/</link>
		<comments>http://www.tylerclemons.com/creating-adium-scripts-thats-what-she-said/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 00:37:38 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Adium]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[thats what she said]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=234</guid>
		<description><![CDATA[I was talking to Ben and saw another opening for the classic and overused &#8220;That&#8217;s what she said&#8221; joke.  As I was typing it in, I realized I should just make it easier on myself and write a simple script to do it for me.  So I did.


Creating it is very simple. First, we need [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking to Ben and saw another opening for the classic and overused &#8220;That&#8217;s what she said&#8221; joke.  As I was typing it in, I realized I should just make it easier on myself and write a simple script to do it for me.  So I did.</p>
<p><span id="more-234"></span></p>
<p><img title="More..." src="http://tylershome.nfshost.com/home/public/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>Creating it is very simple. First, we need to setup a file structure.  Create a folder called <strong>whatshesaid.AdiumScripts</strong>.  Then right click(CTLR+click), and click &#8217;show package contents.&#8217;  Create a folder called <strong>Contents</strong>.  Inside Contents, create a folder called <strong>Resources</strong>.  The result:</p>
<p>-&gt;whatshesaid.AdiumScripts<br />
&#8211;&gt;Contents<br />
&#8212;-&gt;Resources</p>
<p>The next step is to create the actual script.  Enter the Resources folder.  Open up the Script Editor from the Applications folder.  If this is not installed, then just be prepared to save a file using the <em>.scpt</em> extension.  Create a function like this:</p>
<div id="codebox" style="overflow: auto; "><code><br />
<span style="color: #0000ff;">on</span> <span style="color: #008000;">substitute()</span><span style="padding-left: 10px;"><span style="color: #0000ff;"> </span></span><br />
<span style="padding-left: 10px;"><span style="color: #0000ff;">return</span> "thats what she said"</span><br />
<span style="color: #0000ff;">end</span> <span style="color: #008000;">substitute</span><br />
</code></div>
<p>The <em>on substitute() </em>function will be called every time the script is used.  Inside is an array of strings seperated by commas.   Now the question is, how do we use the script?</p>
<p>Go up one level back to the Contents folder.  Click <a href="http://www.tylerclemons.com/whatshesaid.zip">HERE</a> and drag the info.plist file into the directory.  If you changed any of the defaults, make the appropriate changes.</p>
<p>And that&#8217;s it.  Just click on the random.AdiumScripts icon and it should install.  Type<em> /she or %_she </em>in a chatbox to test the script. That&#8217;s the simplest way to do it. There are some other XML properties that can be added but aren&#8217;t necessary for personal use. If you plan on publishing on Adium&#8217;s website, be sure to add any and all public standards.</p>
<p>You can add more substitutions by creating more script files and more entries into the XML tree. You can also edit the triggers by changing <em>/she</em> to any character sequence.</p>
<p><span style="text-decoration: underline;"><span style="color: #ff0000;"><em>Your files will be installed in Library/Application Support/Adium 2.0/Scripts</em></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/creating-adium-scripts-thats-what-she-said/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kiva</title>
		<link>http://www.tylerclemons.com/kiva/</link>
		<comments>http://www.tylerclemons.com/kiva/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 01:54:08 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Kiva]]></category>
		<category><![CDATA[Donation]]></category>
		<category><![CDATA[Good Cause]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=232</guid>
		<description><![CDATA[Ben showed me a great website recently.  It&#8217;s called Kiva which can be found at http://www.kiva.org/.  This website allows anyone to make a small loan to entrepreneurs in third world countries.  The basic idea is to lend a small amount, or large amount, to an individual so that they can improve their business.  They then [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Ben's Website" href="http://www.bensnider.com">Ben</a> showed me a great website recently.  It&#8217;s called Kiva which can be found at <a title="Kiva" href="http://www.kiva.org/">http://www.kiva.org/</a>.  This website allows anyone to make a small loan to entrepreneurs in third world countries.  The basic idea is to lend a small amount, or large amount, to an individual so that they can improve their business.  They then pay the loan back.  There isn&#8217;t any interest on the loan but in this situation, the benefits are worth more than interest.  I suggest that everyone considers taking a look at Kiva.  It&#8217;s a great opportunity to help those in need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/kiva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An apology to Alan Turing</title>
		<link>http://www.tylerclemons.com/an-apology-to-alan-turing/</link>
		<comments>http://www.tylerclemons.com/an-apology-to-alan-turing/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:42:26 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Famous People]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Alan Turing]]></category>
		<category><![CDATA[Artificial Intelligence (AI)]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Gay rights]]></category>
		<category><![CDATA[Online Petition]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=224</guid>
		<description><![CDATA[*It appears the petition may have worked*
http://www.number10.gov.uk/Page20571
Alan Turing is considered to be the father of modern computer science.  Turing is also partly responsible for designing the &#8220;bombe,&#8221; a machine used to crack the German Enigma machine yielding invaluable German military Intelligence to the Allied forces.
Unfortunately, instead of being revered by his government for his services [...]]]></description>
			<content:encoded><![CDATA[<p>*It appears the petition may have worked*</p>
<p><a href="http://www.number10.gov.uk/Page20571" target="_blank">http://www.number10.gov.uk/Page20571</a></p>
<p>Alan Turing is considered to be the father of modern computer science.  Turing is also partly responsible for designing the &#8220;bombe,&#8221; a machine used to crack the German Enigma machine yielding invaluable German military Intelligence to the Allied forces.</p>
<p>Unfortunately, instead of being revered by his government for his services rendered, he was criminally prosecuted for being a homosexual because homosexuality was illegal in Great Britain in 1952.  Having seen the end of his career and having undergone the subsequent drug treatment administered by the government to cure his homosexuality, he committed suicide via a cyanide induced apple.</p>
<p>Since then, the scientific community has embraced his achievements and ignored his lifestyle decision (as they should).  With great pleasure, I have stumbled upon an online petition urging the British PM to apologize to Alan Turing.  It is shame that only British citizens can sign it.  This petition can be found:</p>
<p><a href="http://petitions.number10.gov.uk/turing/">http://petitions.number10.gov.uk/turing/</a></p>
<p>For more information about Alan Turing:</p>
<p><a href="http://en.wikipedia.org/wiki/Alan_Turing">http://en.wikipedia.org/wiki/Alan_Turing</a></p>
<p>Lastly, what would this be without a plug for gay rights in today&#8217;s society:</p>
<p><a href="http://www.aclu.org/lgbt/index.html">http://www.aclu.org/lgbt/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/an-apology-to-alan-turing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website worth estimation</title>
		<link>http://www.tylerclemons.com/website-worth-estimation/</link>
		<comments>http://www.tylerclemons.com/website-worth-estimation/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 22:05:49 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[WebTechs]]></category>
		<category><![CDATA[Website Worth]]></category>
		<category><![CDATA[Websiteoutlook]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=219</guid>
		<description><![CDATA[Something that I stumbled on awhile back.
http://www.websiteoutlook.com/
It is no surprise that the most popular pages are adult websites.
]]></description>
			<content:encoded><![CDATA[<p>Something that I stumbled on awhile back.</p>
<p><a title="Website outlook" href="http://www.websiteoutlook.com/">http://www.websiteoutlook.com/</a></p>
<p>It is no surprise that the most popular pages are adult websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/website-worth-estimation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDNS</title>
		<link>http://www.tylerclemons.com/opendns/</link>
		<comments>http://www.tylerclemons.com/opendns/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:15:28 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WebTechs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[OpenDNS]]></category>

		<guid isPermaLink="false">http://www.tylerclemons.com/?p=176</guid>
		<description><![CDATA[I have been using this service for awhile now and I just thought I would formally recommend it.  OpenDNS is usually a faster alternative to the default DNS provided by your ISP.  It protects against phising automatically and can be adjusted to automatically block adult material aka porn.  AND you can travel with your settings [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using this service for awhile now and I just thought I would formally recommend it.  OpenDNS is usually a faster alternative to the default DNS provided by your ISP.  It protects against phising automatically and can be adjusted to automatically block adult material aka porn.  AND you can travel with your settings by creating an account.</p>
<p><a title="OpenDNS" href="http://www.opendns.com/" target="_blank">Click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/opendns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Python , C++ , and Data Structures</title>
		<link>http://www.tylerclemons.com/learning-python-and-c/</link>
		<comments>http://www.tylerclemons.com/learning-python-and-c/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 03:11:17 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://tylershome.nfshost.com/?p=134</guid>
		<description><![CDATA[Back in undergrad, the majority of our classes taught us sound software engineering principles using Python, C++, and sometimes Java.  The first two were used quite extensively.  The resource I used was invaluable to my success in mastering data structures, learning OOP, and granting me proper exposure to Python and C++.  Data Structures and Algorithms [...]]]></description>
			<content:encoded><![CDATA[<p>Back in undergrad, the majority of our classes taught us sound software engineering principles using Python, C++, and sometimes Java.  The first two were used quite extensively.  The resource I used was invaluable to my success in mastering data structures, learning OOP, and granting me proper exposure to Python and C++.  <span style="text-decoration: underline;">Data Structures and Algorithms Using Python and C++</span> is a great resource and I wanted to share it here.  I believe it is great for beginners of both Python and C++ and those entering a data structures course.  Click <a href="http://www.fbeedle.com/2335.html" target="_blank">HERE</a> to order a copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/learning-python-and-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buckeyes ranked 3rd in Presitge by ESPN</title>
		<link>http://www.tylerclemons.com/buckeyes-ranked-3rd-in-presitge-by-espn/</link>
		<comments>http://www.tylerclemons.com/buckeyes-ranked-3rd-in-presitge-by-espn/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:29:04 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Buckeye Football]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[College Football]]></category>
		<category><![CDATA[ESPN]]></category>
		<category><![CDATA[Football]]></category>
		<category><![CDATA[Ohio State Buckeyes]]></category>

		<guid isPermaLink="false">http://tylershome.nfshost.com/?p=123</guid>
		<description><![CDATA[The Ohio State Buckeye Football Program is ranked #3 in all time Prestige by ESPN.  All time is a tad misleading because the scoring was in the range of 1936-2008.  This is still impressive considering that there are 119 football programs and the Buckeyes have received a bad rap for their recent big game performance.  [...]]]></description>
			<content:encoded><![CDATA[<p>The Ohio State Buckeye Football Program is ranked #3 in all time Prestige by ESPN.  All time is a tad misleading because the scoring was in the range of 1936-2008.  This is still impressive considering that there are 119 football programs and the Buckeyes have received a bad rap for their recent big game performance.  Go Buckeyes! Also, congrats to the Sooner nation.  Oklahoma is at the top of the polls despite their recent stumbles.  It is nice to see that prestige is not only judged upon the success of recent years.</p>
<p>The following is from <a title="ESPN Story" href="http://sports.espn.go.com/ncf/news/story?id=3849468" target="_blank">ESPN.COM</a>:</p>
<p><span id="more-123"></span></p>
<p><strong>1. Oklahoma Sooners</strong><br />
<strong>Total points:</strong> 1,968</p>
<p><strong>2. USC Trojans</strong><br />
<strong>Total points:</strong> 1,897</p>
<p><strong>3. Ohio State Buckeyes</strong><br />
<strong>Total points:</strong> 1,655<br />
<strong>Positives:</strong> Dripping with football tradition, Ohio State has been a fixture in the Prestige Rankings for the past half-century. In 1968-69, the Buckeyes racked up 190 points alone. As a point of reference, that&#8217;s more than the highly successful Boise State program has earned in the last decade combined. OSU is the No. 5 program in the 1970s, and it could have been much higher had it not been for its &#8220;Ten-Year War&#8221; with Michigan during that time. Even for all the flack that John Cooper received for his 2-10-1 record against Michigan, he is responsible for a boatload of NFL 1st-round draft picks. The recent knock on OSU has been its failure to win the big bowl games, but that hasn&#8217;t stopped them from finishing in the top 5 in all but two of the last seven seasons. Plus, the five-time national champions should like their spot in the Prestige Rankings ahead of their longtime rival to the north.<br />
<strong>Negatives:</strong> The Buckeyes would have been a threat for the top spot in our rankings if not for the lack of dominating seasons in the &#8217;80s after Woody Hayes was fired. And if they had been able to knock off Florida and LSU in the two recent BCS National Championship Games, the Buckeyes would have really been nipping at USC&#8217;s heels for the BCS-era crown.<br />
<strong>Through the decades:</strong> Through 1958: 5th | 1968: 6th | 1978: 6th | 1988: 6th | 1998: 6th<br />
<strong>Did you know?</strong> Ohio State has just five losing seasons since 1936 (and just two since 1960). That&#8217;s the fewest among any program that&#8217;s been around that long.</p>
<p><strong>4. Notre Dame Fighting Irish</strong><br />
<strong>Total points:</strong> 1,579</p>
<p><strong>5. Nebraska Cornhuskers</strong><br />
<strong>Total points:</strong> 1,553</p>
<p><strong>6. Alabama Crimson Tide</strong><br />
<strong>Total points:</strong> 1,534</p>
<p><strong>7. Texas Longhorns</strong><br />
<strong>Total points:</strong> 1,494</p>
<p><strong>8. Michigan Wolverines &lt;&#8212;-HAHA not even in the top 5 <img src='http://tylershome.nfshost.com/home/public/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong><br />
<strong>Total points:</strong> 1,332</p>
<p><strong>9. Florida State Seminoles</strong><br />
<strong>Total points:</strong> 1,110</p>
<p><strong>10. Miami Hurricanes</strong><br />
<strong>Total points:</strong> 1,109</p>
<p>The Scoring System <a title="Scoring" href="http://sports.espn.go.com/ncf/news/story?id=3836130" target="_blank">(Source)</a>:</p>
<p>National title: 25 points<br />
The full 25 points were awarded to any team that won one of the two major poll titles (AP, UPI or coaches) that season. No season had more than two title winners.</p>
<p>Berth in one of the major bowls: 10<br />
Major bowls were defined as every Rose, Orange and Sugar bowl since &#8216;36; every Cotton Bowl from 1940 to &#8216;94 (i.e., from when it started taking the SWC champ until the Cotton was booted from the Bowl Alliance); and every Fiesta Bowl since the &#8216;86 season when the historic No. 1 Miami-vs.-No. 2 Penn State game changed the landscape of college football.</p>
<p>Major bowl win: 10</p>
<p>Best win/loss record in conference regular season: 10<br />
These points were awarded to every team that had at least a share of the best overall record in a major football conference, regardless of divisional alignment. Independent schools were awarded the bonus if they were ranked ahead of at least three of the big six conference champions in a final regular-season poll that season.</p>
<p>Final AP top-5 finish: 10<br />
All final poll points were awarded for the final poll put out by the AP that season.</p>
<p>Heisman winner: 8</p>
<p>Final AP top 6-10 finish: 6</p>
<p>Conference title championship-game bonus: 5<br />
This bonus was given to a school only if it hadn&#8217;t already gotten credit for having the best record in its conference&#8217;s regular season.</p>
<p>Final AP top 11-25 finish: 4</p>
<p>Bowl appearance: 3<br />
This was awarded for any NCAA-sanctioned bowl, and would be added to the previously mentioned major bowl points.</p>
<p>Bowl win: 3<br />
10-win season: 2<br />
Week as AP No. 1: 2<br />
Win over AP No. 1: 1<br />
Each consensus All-American: 1<br />
First-round NFL draft pick (since &#8216;70): 1<br />
Losing season: minus-2</p>
<p>There were lots of variables for when a school was handed penalties by the NCAA for infractions. Those penalties were graded as such:<br />
Each year of television ban: minus-1<br />
Each year of postseason ban: minus-2<br />
Each year of overall probation: minus-1<br />
Each year of financial-aid penalty: minus-1<br />
Each year of recruiting penalties: minus-1<br />
Each penalty of &#8220;show cause action:&#8221; minus-2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/buckeyes-ranked-3rd-in-presitge-by-espn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting Changes to Ruby on Rails</title>
		<link>http://www.tylerclemons.com/exciting-changes-to-ruby-on-rails/</link>
		<comments>http://www.tylerclemons.com/exciting-changes-to-ruby-on-rails/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 19:36:40 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[MERB]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[WebTechs]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tylershome.nfshost.com/?p=115</guid>
		<description><![CDATA[http://www.infoworld.com/article/09/01/12/02NF-ruby-on-rails-merb_1.html
Rails will add some new features and enhancements by merging with MERB.  Should be interesting.
]]></description>
			<content:encoded><![CDATA[<p><a title="Ruby on Rails and MERB" href="http://www.infoworld.com/article/09/01/12/02NF-ruby-on-rails-merb_1.html" target="_blank">http://www.infoworld.com/article/09/01/12/02NF-ruby-on-rails-merb_1.html</a></p>
<p>Rails will add some new features and enhancements by merging with MERB.  Should be interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/exciting-changes-to-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware FileVault</title>
		<link>http://www.tylerclemons.com/filevault/</link>
		<comments>http://www.tylerclemons.com/filevault/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:04:20 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[FileVault]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://tylershome.nfshost.com/?p=96</guid>
		<description><![CDATA[I use a Macbook that I purchased last year.  It has OS X 10.4.5, or Tiger, installed.  It&#8217;s a pretty good machine.  So I decided to upgrade to 10.5.4, or Leopard.  Yea, it has been about a year and yea, 10.6 is coming next year, but that&#8217;s beside the point.  I was surprised I ran [...]]]></description>
			<content:encoded><![CDATA[<p>I use a Macbook that I purchased last year.  It has OS X 10.4.5, or Tiger, installed.  It&#8217;s a pretty good machine.  So I decided to upgrade to 10.5.4, or Leopard.  Yea, it has been about a year and yea, 10.6 is coming next year, but that&#8217;s beside the point.  I was surprised I ran into problems considering how confident Apple has been.  &#8220;It Just Works?.&#8221;</p>
<p><span id="more-96"></span></p>
<p>I Installed Leopard without any problems&#8230;until I tried to login.  For some odd reason, Leopard decided it could not recognize or repair my damaged FileVault protected home folder.  FileVault encrypts my home directory.  You can turn on FileVault under System Preferences -&gt; Security.  Of course it was not damaged before I tried installing Leopard.  Leopard either has some compatibility issues with Tiger&#8217;s FileVault, or it damaged some of my files.  Whatever the reason, I can&#8217;t login. <img src='http://tylershome.nfshost.com/home/public/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So the only solutions are to:</p>
<ul>
<li>Login as another user, impossible for me considering I don&#8217;t have any other user accounts.  Of course <a title="Create users via Command Line" href="http://www.google.com/search?hl=en&amp;safe=off&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=VY5&amp;q=create+new+user+OS+X+command+line&amp;btnG=Search&amp;aq=f&amp;oq=&amp;aqi=">google produces terminal commands to make new users.</a></li>
<li>Clean install and use a backup.  Nice, but only good if you create frequent backups (and you should!)</li>
<li>Use another Mac or HD to copy your files.</li>
</ul>
<p>So obviously, I recommend creating a backup before installing Leopard and turning off FileVault, if you can.  The only problem with doing that is the space requirement.  FileVault requires a large chunk of HD space to unload.  At the time, I probably couldn&#8217;t have because we all know how large the Macbook HDs are <img src='http://tylershome.nfshost.com/home/public/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What a shock this is.  For a company that preaches about superior software, I am surprised it doesn&#8217;t always work.  According to Apple, because they create both the OS <em>and</em> the machine, everything just works.  Is that not a lie?  False advertisement?  Of course this isn&#8217;t the first time Leopard installs have caused fits.  The first day it was released, many users reported their machines hanging.</p>
<p>Don&#8217;t get me wrong, I still like Apple computers, and some of their products, but I would say the honeymoon is over.  Any shot of me becoming a fanboy, which is impossible since I still like Windows, is now impossible.</p>
<p>Spoke to a Mac guy about the situation and he says not to use FileVault unless one works for the CIA.  Sensationalizing, sure, but I would add, don&#8217;t use it because it causes problems.</p>
<p>I did fix this problem.  I used the third method with an external HD.  Put the Leopard CD into your Mac.  Plugin your external HD.  Install Leopard on your external HD.  You may have to format the HD into a special format, GUID.  Click <a title="GUID" href="http://support.apple.com/kb/TS1600">HERE</a> to learn how to do that.  Install Leopard, and let it restart.  It reboots to the new install on the external HD.</p>
<p>Login into your new OS install, and you should be able to see your old HD mounted.  Click on it, and browse to Users/Your_account and you should see a Yourname.sparseimage.  Drag that to your external HD.  Click on it, and it should ask you for a password.  Enter your account password and ignore the warnings.  Now you should be able to recover your files.  Just be sure you locate any and all important program files <a href="http://guides.macrumors.com/Uninstalling_Applications_in_Mac_OS_X">HERE </a>for a link that has information about how to track down application files.  It&#8217;s about uninstalling applications but it yields information about how application data is stored on your machine by OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/filevault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
