<?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>Technical notes and miscellanea</title>
	<atom:link href="http://www.tstotts.us/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tstotts.us/wp</link>
	<description>Some notes by Timothy Stotts</description>
	<lastBuildDate>Wed, 25 Jan 2012 03:30:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dissecting a laptop hard drive</title>
		<link>http://www.tstotts.us/wp/2012/01/24/dissecting-a-laptop-hard-drive/</link>
		<comments>http://www.tstotts.us/wp/2012/01/24/dissecting-a-laptop-hard-drive/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 03:20:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://www.tstotts.us/wp/?p=32</guid>
		<description><![CDATA[In 2003, I purchased an Apple Aluminum Powerbook G4. The hard drive is what was standard at the time: ATA-100 2.5&#8243; / 1 cm. Planning to recycle the nearly working, but now antiquated, machine, I decided to remove the malfunctioning &#8230;<p class="read-more"><a href="http://www.tstotts.us/wp/2012/01/24/dissecting-a-laptop-hard-drive/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In 2003, I purchased an Apple Aluminum Powerbook G4. The hard drive is what was standard at the time: ATA-100 2.5&#8243; / 1 cm. Planning to recycle the nearly working, but now antiquated, machine, I decided to remove the malfunctioning hard drive and recycle it separately, ensuring that personal data is erased. The <a title="Hard Drive Replacement for G4 Aluminum Powerbook" href="http://www.ifixit.com/Guide/PowerBook-G4-Aluminum-15-Inch-1-1-5-GHz-Hard-Drive-Replacement/227/1">iFixit hard drive replacement guide</a> presented a useful set of instructions for opening the computer.</p>
<p>Unfortunately, this is the second hard drive to die since purchasing the machine. I suspect that the machine overheats as Mac OS X keeps the fans running at a very low (and quiet) speed compared with what they are capable of. Replacing the hard drive and battery is 2/3 the cost of buying a new Windows 7 machine, so this laptop will be recycled.</p>
<p>Having never opened a hard drive before, I decided to take a look inside and observe the dual platter layout of this 2004 hard drive model. The capacity of the drive was 80 Gigabytes.</p>
<p><a href="http://www.tstotts.us/wp/wp-content/uploads/2012/01/0124122201.jpg"><img class="alignnone size-medium wp-image-33" title="0124122201" src="http://www.tstotts.us/wp/wp-content/uploads/2012/01/0124122201-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.tstotts.us/wp/wp-content/uploads/2012/01/0124122205.jpg"><img class="alignnone size-medium wp-image-34" title="0124122205" src="http://www.tstotts.us/wp/wp-content/uploads/2012/01/0124122205-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tstotts.us/wp/2012/01/24/dissecting-a-laptop-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIT and SSH integration in Eclipse IDE</title>
		<link>http://www.tstotts.us/wp/2011/11/25/git-and-ssh-integration-in-eclipse-ide/</link>
		<comments>http://www.tstotts.us/wp/2011/11/25/git-and-ssh-integration-in-eclipse-ide/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 17:18:38 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.tstotts.us/wp/?p=21</guid>
		<description><![CDATA[The Eclipse IDE has integrated support for the Secure SHell transport protocol and GIT revision control system. I use rsync.net for remote backup of personal data, and also for hosting personal, private software projects. rsync.net provides manual GIT access over &#8230;<p class="read-more"><a href="http://www.tstotts.us/wp/2011/11/25/git-and-ssh-integration-in-eclipse-ide/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The <a title="Eclipse IDE Home Page" href="http://www.eclipse.org/">Eclipse IDE</a> has integrated support for the Secure SHell transport protocol and GIT revision control system. I use <a title="RSYNC.NET backup service home page" href="http://rsync.net/">rsync.net</a> for remote backup of personal data, and also for hosting personal, private software projects. rsync.net provides manual GIT access over SSH for any account.</p>
<p>While setting up a remote shared GIT repository I noticed that my password-protected 4096 bit RSA OpenSSH key was not compatible with the Eclipse IDE. I generated a 1024 DSA key from within Eclipse, added id_dsa.pub to ~/.ssh/authorized_keys on the server, and then was able to use a private key from within Eclipse.</p>
<p><a href="http://www.tstotts.us/wp/wp-content/uploads/2011/11/eclipse_ssh_config_1.png"><img class="alignnone size-medium wp-image-24" title="eclipse_ssh_config_1" src="http://www.tstotts.us/wp/wp-content/uploads/2011/11/eclipse_ssh_config_1-300x209.png" alt="Eclipse SSH configuration" width="300" height="209" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tstotts.us/wp/2011/11/25/git-and-ssh-integration-in-eclipse-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking the web site</title>
		<link>http://www.tstotts.us/wp/2011/08/27/rethinking-the-web-site/</link>
		<comments>http://www.tstotts.us/wp/2011/08/27/rethinking-the-web-site/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 03:20:40 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://tstotts.us/wp/?p=10</guid>
		<description><![CDATA[With the inexpensive services now available on the Internet, I have decided to subscribe to shared hosting for my web site. This site will be my new public presence and http://tstotts.us/ will be the primary domain rather than http://tstotts.net/.]]></description>
			<content:encoded><![CDATA[<p>With the inexpensive services now available on the Internet, I have decided to subscribe to shared hosting for my web site. This site will be my new public presence and http://tstotts.us/ will be the primary domain rather than http://tstotts.net/.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tstotts.us/wp/2011/08/27/rethinking-the-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

