<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>zacharytamas</title>
	
	<link>http://www.zacharytamas.com</link>
	<description>Welcome to my personal, professional home on the web.</description>
	<lastBuildDate>Sun, 25 Oct 2009 22:49:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PeacefullyAdrift" type="application/rss+xml" /><feedburner:emailServiceId>PeacefullyAdrift</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to properly redirect your whole site to a new domain</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/zvgL3LLoRkw/</link>
		<comments>http://www.zacharytamas.com/posts/redirect-your-site-new-domain/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 22:49:16 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.zacharytamas.com/?p=1132</guid>
		<description><![CDATA[I recently moved this blog from peacefullyadrift.com to this domain. On the new domain I&#8217;m still running a Wordpress installation and I transferred most of my old posts to it. My old domain had existed for years and many links to it existed so I took special attention to how to migrate to the domain [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently moved this blog from peacefullyadrift.com to this domain. On the new domain I&#8217;m still running a Wordpress installation and I transferred <em>most </em>of my old posts to it. My old domain had existed for years and many links to it existed so I took special attention to how to migrate to the domain without breaking all those old links.</p>
<p>I eventually decided I would just redirect every peacefullyadrift.com URL to this one. The proper way to do this is a <strong>301 Permanent Redirect</strong> and, assuming you use <a title="Apache webserver" href="http://httpd.apache.org/" target="_blank">Apache</a>, can be accomplished by modifying the <code>.htaccess</code> file in your site&#8217;s root to the following:</p>
<pre><code>RewriteEngine On
RewriteRule ^(.*)$ http://yournewdomain.com/$1 [R=301,L]</code></pre>
<p>Because when I migrated all my blog information over to my new domain I used the same URL scheme this solution works flawlessly for me. Any of the old links which point to blog posts I didn&#8217;t bring with me are redirected to proper 404 pages.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zvgL3LLoRkw:k7h5_cNs7Xs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zvgL3LLoRkw:k7h5_cNs7Xs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zvgL3LLoRkw:k7h5_cNs7Xs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zvgL3LLoRkw:k7h5_cNs7Xs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zvgL3LLoRkw:k7h5_cNs7Xs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zvgL3LLoRkw:k7h5_cNs7Xs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zvgL3LLoRkw:k7h5_cNs7Xs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zvgL3LLoRkw:k7h5_cNs7Xs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/redirect-your-site-new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/redirect-your-site-new-domain/</feedburner:origLink></item>
		<item>
		<title>Developing for webOS: the experience</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/k0WFvfPXMCY/</link>
		<comments>http://www.zacharytamas.com/posts/developing-for-webos-experience/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:03:14 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.zacharytamas.com/?p=1121</guid>
		<description><![CDATA[
When I first started developing for Palm I was a bit skeptical of the framework because it seemed thrown together and needed a lot of polish. The most annoying part was (and is) the lack of accurate documentation. Yes, I said accurate. Palm&#8217;s Developer website doesn&#8217;t offer complete documentation on everything, and even less of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter size-full wp-image-1126" title="Mojo code" src="http://www.zacharytamas.com/wp-content/uploads/2009/10/Screen-shot-2009-10-23-at-1.07.31-AM.png" alt="Mojo code" width="100%" /></p>
<p>When I first started developing for <a href="http://www.palm.com" target="_blank">Palm</a> I was a bit skeptical of the framework because it seemed thrown together and needed a lot of polish. The most annoying part was (and is) the lack of <em>accurate</em> documentation. Yes, I said <em>accurate</em>. Palm&#8217;s <a title="Palm Developer website" href="http://developer.palm.com" target="_blank">Developer website</a> doesn&#8217;t offer complete documentation on everything, and even less of it is actually accurate. Often times if you copy-and-paste the sample code into your project it will not work due to either a typo in their code or the fact that the code is from a previous version of the framework and no longer works.</p>
<p>Palm&#8217;s own <a title="Palm Developer forums" href="http://developer.palm.com/distribution/index.php" target="_blank">developer forums</a> often are a frustration. If you take a look around you&#8217;ll notice a trend: most people&#8217;s posts have many more views than replies—which tells me nobody else can help them either. This isn&#8217;t to discount the webOS/Mojo ninjas out there—it just grows both aggravating and disappointing. I am currently trudging through writing a follow-up app for my last one, with progress alternating between very quick and very aggravatingly slow (as in, spending an entire day trying to figure out a problem no one has the answer to, and eventually deciding on another path that actually works).</p>
<p>Although this post sounds like a rant, I wouldn&#8217;t classify it as one. I haven&#8217;t lost faith in Palm. I understand it&#8217;s very early in webOS&#8217;s lifespan (indeed, the App Catalog itself is still in Beta), and being a developer I can accept that 1.x software is seldom perfect. Although being in the Palm camp this early on is a bit frustrating, seeing the ratings and feedback from your users after your app has finally shipped makes it all worth it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=k0WFvfPXMCY:L_ThNOmjMIA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=k0WFvfPXMCY:L_ThNOmjMIA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=k0WFvfPXMCY:L_ThNOmjMIA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=k0WFvfPXMCY:L_ThNOmjMIA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=k0WFvfPXMCY:L_ThNOmjMIA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=k0WFvfPXMCY:L_ThNOmjMIA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=k0WFvfPXMCY:L_ThNOmjMIA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=k0WFvfPXMCY:L_ThNOmjMIA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/developing-for-webos-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/developing-for-webos-experience/</feedburner:origLink></item>
		<item>
		<title>First webOS app is in catalog</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/zZmABT4ZTMg/</link>
		<comments>http://www.zacharytamas.com/posts/first-webos-app-is-in-catalog/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:59:57 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://www.zacharytamas.com/?p=1111</guid>
		<description><![CDATA[I wrote a small tester webOS app for Palm Pre a while back and submitted it to Palm to be in the App Catalog. I didn&#8217;t even notice until today, but evidently my app, gChords Free, was published in the app catalog a few days ago. So far it&#8217;s managing pretty good reviews.
]]></description>
			<content:encoded><![CDATA[<p></p><p>I wrote a small tester webOS app for Palm Pre a while back and submitted it to Palm to be in the App Catalog. I didn&#8217;t even notice until today, but evidently my app, gChords Free, was published in the app catalog a few days ago. So far it&#8217;s managing pretty good reviews.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zZmABT4ZTMg:U5gWlW4zXoc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zZmABT4ZTMg:U5gWlW4zXoc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zZmABT4ZTMg:U5gWlW4zXoc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zZmABT4ZTMg:U5gWlW4zXoc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zZmABT4ZTMg:U5gWlW4zXoc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zZmABT4ZTMg:U5gWlW4zXoc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=zZmABT4ZTMg:U5gWlW4zXoc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=zZmABT4ZTMg:U5gWlW4zXoc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/first-webos-app-is-in-catalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/first-webos-app-is-in-catalog/</feedburner:origLink></item>
		<item>
		<title>Welcome to zacharytamas.com</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/XmxEXRXf_WY/</link>
		<comments>http://www.zacharytamas.com/posts/welcome-to-zacharytamas/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 20:03:05 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://zacharytamas.com/?p=3</guid>
		<description><![CDATA[If you&#8217;re not new you know I&#8217;ve had a blog called Peacefully Adrift for years that I&#8217;ve posted to on and off. For a little while now I&#8217;ve owned this domain which I planned to use for my &#8220;professional&#8221; side and Peacefully Adrift would be my &#8220;personal&#8221; side.
Well, I&#8217;ve decided to do away with Peacefully [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;re not new you know I&#8217;ve had a blog called Peacefully Adrift for years that I&#8217;ve posted to on and off. For a little while now I&#8217;ve owned this domain which I planned to use for my &#8220;professional&#8221; side and Peacefully Adrift would be my &#8220;personal&#8221; side.</p>
<p>Well, I&#8217;ve decided to do away with Peacefully Adrift altogether and migrate all of me to my namesake domain here.<span id="more-3"></span> I&#8217;ve got a lot of further stuff I&#8217;m going to do to this site that I haven&#8217;t finished yet. This is just day one of fleshing out the new Thesis 1.5.1 and creating a new theme for my site on top of it. Expect minor things to change. This is a work in progress.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=XmxEXRXf_WY:yDOMerP7Zqw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=XmxEXRXf_WY:yDOMerP7Zqw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=XmxEXRXf_WY:yDOMerP7Zqw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=XmxEXRXf_WY:yDOMerP7Zqw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=XmxEXRXf_WY:yDOMerP7Zqw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=XmxEXRXf_WY:yDOMerP7Zqw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=XmxEXRXf_WY:yDOMerP7Zqw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=XmxEXRXf_WY:yDOMerP7Zqw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/welcome-to-zacharytamas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/welcome-to-zacharytamas/</feedburner:origLink></item>
		<item>
		<title>Music I listen to while working on web projects</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/9AnWxjaKRmc/</link>
		<comments>http://www.zacharytamas.com/posts/music-i-listen-to-while-working-on-web-projects/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 21:00:42 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[skribit]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=1092</guid>
		<description><![CDATA[If you&#8217;ve read a single blog post on my site you know music is a huge part of my life. I&#8217;m a double musician (piano/guitar) going to school for music production technology with an emphasis in composition. However, I am (and have always been) heavily involved in technology—particularly web development. Naturally, these things all mesh together. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;ve read a single blog post on my site you know music is a huge part of my life. I&#8217;m a double musician (piano/guitar) going to school for music production technology with an emphasis in composition. However, I am (and have always been) heavily involved in technology—particularly web development. Naturally, these things all mesh together. <span id="more-1092"></span>I have music playing (or am playing it) at literally every possible second of my day. If I&#8217;m awake 16 hours in a day probably at least 13 hours of it involved music somehow. However, the type of music playing depends on what I&#8217;m doing.</p>
<h2>Designing</h2>
<p>Typically if I&#8217;m designing I&#8217;m listening to &#8216;creative&#8217; music. Typically these are the songs that would get me the weirdest looks by people if they were around. Admittedly, a lot of this music is weird but that&#8217;s exactly why I choose to listen to it: <em>it&#8217;s different. </em>When I&#8217;m designing I&#8217;m obviously trying to think creatively and flowing. Metaphorically, I enjoy the creative, flowing avant-gardé nature of the music, but also appreciate the underlying structure which typically adheres to the rules of music. This is exactly the way good design is! Refreshing, flowing, and different, but while adhering to the standards of design—both social and natural laws such as line-width and -height.</p>
<p>Typically when I get an album that inspires me, I stick to it for a while until it doesn&#8217;t. For a while this was The White Stripes&#8217; <a href="http://www.amazon.com/gp/product/B001AJ9BHS?ie=UTF8&amp;tag=peaceadrif-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001AJ9BH">Get Behind Me Satan</a>, which is still a monumental album in its rawness. For a while it was Jack White&#8217;s other band The Raconteurs and their <em><a href="http://www.amazon.com/gp/product/B0015KO52S?ie=UTF8&amp;tag=peaceadrif-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B0015KO52S">second album</a></em>. It truly depends on my mood at the time but others I&#8217;ve listened to while designing: Chevelle, Counting Crows, Dave Matthews, The Derek Trucks Band (check out their <a href="http://www.amazon.com/gp/product/B001KL3GWM?ie=UTF8&amp;tag=peaceadrif-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001KL3GWM">new album <em>Already Free</em></a> <strong>now</strong>), Evanescence, Five for Fighting, Hootie &amp; the Blowfish, James Morrison, Jamie Cullum (this is a relatively new find for me), John Mayer, Kings of Leon, and even Tenacious D.</p>
<h2>Coding</h2>
<p>Writing code is another story. Arguably, the process of writing code is typically not as creative as designing, assuming you are coding an existing design. Coding is often simply repetitive tasks. Music I listen to during this phase of development typically reflects this. Often I&#8217;ll listen to music that, though sometimes repetitive, has a driving force that &#8220;pushes&#8221; me along. Examples include: NIN&#8217;s Ghosts albums, Blue Man Group (haha, yes), Deftones, Kasabian, The Killers, Rage Against the Machine, She Wants Revenge, and System of a Down. You&#8217;ll notice most of these are &#8220;heavier&#8221; than the ones I listen to while coding. Quite literally, I need that extra drive to fuel long, boring coding spells.</p>
<h2>Feedback</h2>
<p>What about you? What inspires you to creativity, or pushes you to develop your work?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=9AnWxjaKRmc:_A5q_mJ2BRk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=9AnWxjaKRmc:_A5q_mJ2BRk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=9AnWxjaKRmc:_A5q_mJ2BRk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=9AnWxjaKRmc:_A5q_mJ2BRk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=9AnWxjaKRmc:_A5q_mJ2BRk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=9AnWxjaKRmc:_A5q_mJ2BRk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=9AnWxjaKRmc:_A5q_mJ2BRk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=9AnWxjaKRmc:_A5q_mJ2BRk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/music-i-listen-to-while-working-on-web-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/music-i-listen-to-while-working-on-web-projects/</feedburner:origLink></item>
		<item>
		<title>Skribit skribit</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/VBpQqvplsf4/</link>
		<comments>http://www.zacharytamas.com/posts/skribit-skribit/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 20:01:05 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[skribit]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=1089</guid>
		<description><![CDATA[A very long time ago I added Skribit to this site. Skribit is a start up by my friend Paul Stamatiou which aims to destroy writers block—for bloggers anyway. The idea is that while you&#8217;re browsing my site you can click on the &#8220;Suggestions?&#8221; tab on the right side of your screen and drop a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A very long time ago I added <a href="http://www.skribit.com">Skribit</a> to this site. Skribit is a start up by my friend <a title="Paul's blog" href="http://www.paulstamatiou.com/">Paul Stamatiou</a> which aims to destroy writers block—for bloggers anyway. The idea is that while you&#8217;re browsing my site you can click on the &#8220;Suggestions?&#8221; tab on the right side of your screen and drop a few lines about what you&#8217;d like me to write about. It&#8217;s a pretty great idea but it seems to only gradually be growing—which is probably a good thing: it gives Paul and friends time to focus on making Skribit even better.</p>
<p>I&#8217;ve received a couple suggestions via Skribit but I&#8217;ve yet to act on any of them—something that will be fixed shortly. In the meantime, be sure to make some post suggestions by using the Skribit tab on the right. You don&#8217;t need an account to suggest topics.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=VBpQqvplsf4:SynxunNR6xk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=VBpQqvplsf4:SynxunNR6xk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=VBpQqvplsf4:SynxunNR6xk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=VBpQqvplsf4:SynxunNR6xk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=VBpQqvplsf4:SynxunNR6xk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=VBpQqvplsf4:SynxunNR6xk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=VBpQqvplsf4:SynxunNR6xk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=VBpQqvplsf4:SynxunNR6xk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/skribit-skribit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/skribit-skribit/</feedburner:origLink></item>
		<item>
		<title>Using the Line-In Port on the 13″ MacBook Pro</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/E_ViCvE2rq0/</link>
		<comments>http://www.zacharytamas.com/posts/using-the-line-in-port-on-the-13-macbook-pro/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 17:38:38 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Recording]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=1078</guid>
		<description><![CDATA[Among the sacrifices Apple had to make to fit the Pro hardware into a 13" unibody case was the loss of the Line-In port. All MacBook models aside the 13" MacBook Pro have two ports--one dedicated to sound input and one for sound output. With the new MacBook Pro 13" model, Apple combined these ports into one single "audio" port which performs both functions, albeit one at a time.]]></description>
			<content:encoded><![CDATA[<p></p><p>Among the sacrifices Apple had to make to fit the Pro hardware into a 13&#8243; unibody case was the loss of the Line-In port. All MacBook models aside the 13&#8243; MacBook Pro have two ports&#8211;one dedicated to sound input and one for sound output. With the new MacBook Pro 13&#8243; model, Apple combined these ports into one single &#8220;audio&#8221; port which performs both functions, albeit one at a time.<span id="more-1078"></span></p>
<p>True to Apple&#8217;s nature, they&#8217;ve made switching between the functions easy to do. Simply go to the Sound pane in System Preferences and change it from the dropdown box:</p>
<p><img class="aligncenter size-full wp-image-1079" title="Sound Preferences" src="http://www.zacharytamas.com/wp-content/uploads/2009/08/sound-pref-1.jpg" alt="Sound Preferences" width="100%" /></p>
<p>Simple, but annoying. The other day I had my electric guitar and wanted to amp it through my friend&#8217;s MacBook Pro 13&#8243; but I ran into this problem: if I plugged my guitar directly in using the audio port as Line-In I couldn&#8217;t connect his laptop to a sound system&#8211;meaning I was forced to use the Mac&#8217;s built-in speakers to hear my guitar. Lame! Obviously this could have been remedied by using an external audio interface, but that&#8217;s still inconvenient.</p>
<p>Sigh.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=E_ViCvE2rq0:NIGoMCpmJOk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=E_ViCvE2rq0:NIGoMCpmJOk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=E_ViCvE2rq0:NIGoMCpmJOk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=E_ViCvE2rq0:NIGoMCpmJOk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=E_ViCvE2rq0:NIGoMCpmJOk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=E_ViCvE2rq0:NIGoMCpmJOk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=E_ViCvE2rq0:NIGoMCpmJOk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=E_ViCvE2rq0:NIGoMCpmJOk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/using-the-line-in-port-on-the-13-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/using-the-line-in-port-on-the-13-macbook-pro/</feedburner:origLink></item>
		<item>
		<title>No Nonsense: Connecting guitar to Mac for less than $5 (usually)</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/iiula9iufqo/</link>
		<comments>http://www.zacharytamas.com/posts/no-nonsense-connecting-guitar-to-mac-for-less-than-5/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 21:24:42 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Guitar]]></category>
		<category><![CDATA[Recording]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=1007</guid>
		<description><![CDATA[I&#8217;ve written once before about connecting an electric guitar to your computer for recording tracks, and although it&#8217;s been popular I think it was entirely too lengthy and complicated for the simple process of plugging in to your Mac.
It&#8217;s really a simple process that can be done very cheaply&#8211;most of the time. If you want [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve written once before about connecting an electric guitar to your computer for recording tracks, and although it&#8217;s been popular I think it was entirely too lengthy and complicated for the simple process of plugging in to your Mac.<span id="more-1007"></span></p>
<p>It&#8217;s really a simple process that can be done very cheaply&#8211;most of the time. If you want to plug straight into your Mac instead of any kinds of external devices such as a Digidesign M-box 2 (which I use) you don&#8217;t really need a whole lot. Assuming you&#8217;ve got instrument cable for your guitar, you really only need one other part: an adapter.</p>
<blockquote><p><strong>Note:</strong> This article assumes you have an electric guitar, an acoustic-electric guitar, or at the very least a pickup for your acoustic guitar.</p></blockquote>
<p>This article is specifically written towards Macs, which seem to have very nice sound cards built into them&#8211;even the MacBook line. The MacBooks and Mac Pros all have Line In ports which you can plug an 1/8&#8243; connector into to pipe sound in.</p>
<blockquote><p>Note: The new 13-inch MacBook Pro has a combined audio in/out port. I&#8217;m guessing this has to do with trying to cram so much into such a small laptop. In System Preferences you can switch between these functionalities and use it as a Line In port for your guitar. The downside to this is, if you&#8217;re using external speakers or headphones to monitor your recording&#8230;you simply can&#8217;t.</p></blockquote>
<h2>Getting the adapter</h2>
<p>The main hurdle you have now is that instrument cable as used to connect guitar to an amplifier has 1/4&#8243; connectors on the ends. You&#8217;ll need an adapter to convert that 1/4&#8243; to 1/8&#8243; so you can plug it into your Mac&#8217;s Line In port. You can find these wherever you normally look for electronic/audio components&#8211;RadioShack for me. The adapter looks something like this:</p>
<p><img class="aligncenter size-full wp-image-1021" title="1/4&quot; to 1/8&quot; adapter" src="http://www.zacharytamas.com/wp-content/uploads/2009/07/3333542865_4698089540.jpg" alt="1/4&quot; to 1/8&quot; adapter" width="100%" /></p>
<p>I got mine at <a title="Adapter at RadioShack" href="http://www.radioshack.com/product/index.jsp?productId=2062446">RadioShack </a>for <strong>$2.69. </strong>Not bad, huh? Note that this adapter is a <em>mono </em>adapter. You could get a stereo adapter if you wanted, but as most instrument cable is mono so you would have a wasted channel.</p>
<h2>Volume</h2>
<p>Now&#8217;s where things get a little variable. I have a Stratocaster which has Seymour Duncan pickups in it, which provide a very strong signal. With this setup, I can go to System Preferences&gt;Sound, select Line In as my audio in port, and then go to GarageBand, Audacity, or whatever recording program I want and record perfectly fine that way. I don&#8217;t have to turn my volume knob all the way up in order to get a good signal for recording. However, depending on your guitar you may have a really low signal or a really hot one.</p>
<p>If your signal is fine, then you&#8217;re done! You&#8217;ve got a basic but functional way to record your guitar into your computer. From there you can amplify the signal using software amplifiers (such as Guitar Rig or the amps built into <a title="GarageBand app at Apple" href="http://www.apple.com/ilife/garageband/">GarageBand</a>). Or, if you have another instrument cable you can run your audio out from your &#8220;real&#8221; amplifier into your Mac but be careful about how hot your signal is coming into your Mac&#8211;too loud can damage things.</p>
<h2>If your signal&#8217;s not fine</h2>
<p>In the case that your signal is so low you can barely hear it, even with the guitar&#8217;s volume knob and the volume setting in System Preferences dialed all the way up, you may need to invest in a pre-amplifier to boost your signal.</p>
<p>In my previous article I suggested Griffin&#8217;s iMic, which will work, but if you&#8217;re going to be setting up a personal home studio-type environment you may want to splurge and get an M-box from Digidesign or something like a <a href="http://www.presonus.com/products/Detail.aspx?ProductId=53">PreSonus Audiobox USB</a>. These are more than pre-amps: they are audio interfaces. Consider them a seperate, dedicated sound card for your Mac. These types of things are handy for when you need to minimize your latency by &#8220;outsourcing&#8221; the processing of your guitar signal.</p>
<h2>A note about latency</h2>
<p>If you notice that there seems to be a delay between when you strike a note and when you hear it come through your computer you may need to get an audio interface like mentioned before in order to free up some of your system resources. Varying factors like amount of RAM, processor usage/speed (don&#8217;t be ripping DVDs with HandBrake while trying to record something), and even hard drive speed in some applications can cause your recording to lag behind. Although you can adjust this lag in your recording afterwards, it can be annoying when trying to record tracks to a drum beat and you&#8217;re always off a few milliseconds.</p>
<h2>Overview</h2>
<p>Hopefully, things have gone well for you. As I said, in most cases with Macs you should be fine with just the adapter. Please note that going straight through the sound card in your Mac is <strong>not </strong>the best way to do this &#8216;professionally&#8217; but for simple home projects and song demos this is definitely an effective and much cheaper way to try things out without spending hundreds in pro equipment.</p>
<h2>Feedback</h2>
<p>Have fun jamming and please leave your comments below if you have questions and if this article has helped you in any way.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=iiula9iufqo:IwR9duJLMNk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=iiula9iufqo:IwR9duJLMNk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=iiula9iufqo:IwR9duJLMNk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=iiula9iufqo:IwR9duJLMNk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=iiula9iufqo:IwR9duJLMNk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=iiula9iufqo:IwR9duJLMNk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=iiula9iufqo:IwR9duJLMNk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=iiula9iufqo:IwR9duJLMNk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/no-nonsense-connecting-guitar-to-mac-for-less-than-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/no-nonsense-connecting-guitar-to-mac-for-less-than-5/</feedburner:origLink></item>
		<item>
		<title>Home Studio Guide: Get studio monitor speakers</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/w1ZH7v8NhYA/</link>
		<comments>http://www.zacharytamas.com/posts/home-studio-guide-get-studio-monitor-speakers/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:55:43 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Recording]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[sound system]]></category>
		<category><![CDATA[speakers]]></category>
		<category><![CDATA[studio]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=980</guid>
		<description><![CDATA[No, studio monitor speakers don't attach to your computer's monitor. If you're new to the studio/audio-recording world you may be unsure what studio monitor speakers are for. This article will teach you about studio monitors, how they're different from regular computer speakers, and provide a suggestion for some affordable, decent quality ones.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-full wp-image-982" title="Behringer MS40 studio monitor speakers" src="http://www.zacharytamas.com/wp-content/uploads/2009/07/ms40_p0384_right_web.jpg" alt="Behringer MS40 studio monitor speakers" width="175" />No, studio monitor speakers don&#8217;t attach to your computer&#8217;s monitor. If you&#8217;re new to the studio/audio-recording world you may be unsure what studio monitor speakers are for. This article will teach you about studio monitors, how they&#8217;re different from regular computer speakers, and provide a suggestion for some affordable, decent quality ones.<span id="more-980"></span></p>
<h2>What is a studio monitor speaker?</h2>
<p>Studio monitor speakers are different from your average computer speakers. If you&#8217;ve even <em>thought </em>about getting into audio/music recording I&#8217;m sure you&#8217;ve heard of equalization or &#8220;EQ&#8221;. Typically, computer speakers are built to take the audio signal being put into them and equalize the sound, typically emphasizing certain sound frequency ranges to get a &#8220;good&#8221; sound. While for the average computer user, this sounds alright to to them, it can be a nightmare when you&#8217;re trying to work with sound. The problem arises when you&#8217;re trying to finalize everything and are ready to release your work. With your speakers &#8220;auto-equalizing&#8221; your sound what you <em>hear </em>isn&#8217;t exactly what your audio sounds like. You may find that on someone else&#8217;s speakers it sounds awful. This is most likely because you adjusted everything to sound good on your system, but with your speakers modifying the sound themselves, your ears are really deceived.</p>
<p>That&#8217;s where studio monitors come in. Studio monitor speakers, as a class, are designed to offer the sound completely flat. Because of this, what you hear is actually what is, and sounds as close to what the sound <em>actually </em>sounded like when it was recorded. You can then modify the sound in your program of choice and rest assured that what you hear is what everyone else will hear (assuming their own EQ settings don&#8217;t screw it up).</p>
<p>Because they&#8217;re designed for you to monitor audio you&#8217;re working with in order to get it perfect, you can expect a wide frequency range and the ability to handle very high quality audio signals.</p>
<h2>A recommendation</h2>
<p><img class="alignright size-full wp-image-990" title="Behringer logo" src="http://www.zacharytamas.com/wp-content/uploads/2009/07/logo.png" alt="Behringer logo" width="100" height="80" />I&#8217;ve been using a pretty cheap but high quality (for my purposes) set of Behringer MS40 studio monitors. Behringer is a pretty well-known company in the audio industry as they produce all sorts of products, including MIDI sequencers, microphones, and studio monitors. We&#8217;ll focus on the latter for right now, but it is possible to combine their various products into an affordable, more than decent quality home studio.</p>
<p><img src="http://www.zacharytamas.com/wp-content/uploads/2009/07/ms40_p0384_right_web.jpg" alt="Behringer MS40 studio monitor speakers" width="100%" /></p>
<p>You can find them pretty cheaply online. Unlike most studio monitors, they are actually sold in a set and include a built-in amplifier&#8211;meaning you don&#8217;t necessarily plug them into a big amplifier stack. You should <a href="http://www.google.com/products/catalog?q=behringer+MS40&amp;oe=utf-8&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;cid=12447813107135249351&amp;ei=1uhcSs7eI92fmAfUob3QDQ&amp;sa=X&amp;oi=product_catalog_result&amp;ct=result&amp;resnum=6#ps-sellers">check Google</a> for prices. Typically they range between $100-200, which is dirt cheap for the quality these speakers can give you if setup right.</p>
<blockquote><p><strong>Let me be clear:</strong> these aren&#8217;t the absolute best sounding studio monitor speakers you can buy, but they are most definitely one of the best sounding studio monitor speakers you can buy for under $200.</p></blockquote>
<p>Setup is pretty easy. These are active speakers, meaning they must be powered by the provided power supply. It accepts two types of input: analog and digital, two at the the time. This means it can mix together sound from either two analog inputs, or one analog and one digital. For you being a beginner you&#8217;ll probably be using the analog RCA inputs (the red and white cables you plug things into your TV with, most likely) or the 1/8&#8243; (3.5 mm) input, which is similar to what you&#8217;re used to with normal speaker signal wire and things like consumer earphones. You&#8217;ll need to purchase a cable for whichever one you choose.</p>
<p><strong>A note about connecting straight from your computer or iPod:</strong> you&#8217;re probably going to notice some extra fuzz or hum in your sound. Generally these devices do not output as high of quality audio as these speakers are capable of producing. Because of this, you&#8217;re probably going to want to connect them from an external device. I&#8217;m using a small, affordable mixer which I&#8217;ll post about sometime soon. However, if you&#8217;ve no need for such a setup but still want high quality sound you might look into USB-powered external sound processors. These devices connect to your computer via USB and are essentially an extra, dedicated sound card.</p>
<p>There are a number of ways you can go here. If you&#8217;d like to further build your studio using professional, industry-standard Pro Tools software/equipment you have reached a crossroads. In order to use Pro Tools you need some form of Digidesign (the company who makes Pro Tools) interface&#8211;which just happens to do exactly what we need here. I am using an M-box 2 Pro, which allows me to use<a title="Digidesign, maker of Pro Tools' website" href="http://www.digidesign.com/"> Pro Tools</a> on my workstation, but also serves as this needed dedicated, external sound card. Unfortunately this carries a large pricetag. If you&#8217;re not ready to go the Pro Tools route (yet) you might consider the <a title="PreSonus Audiobox USB" href="http://www.presonus.com/products/Detail.aspx?ProductId=53">PreSonus Audiobox USB</a>, which Paul Stamatiou <a title="Paul Stamatiou" href="http://paulstamatiou.com/how-to-upgrade-to-studio-monitor-speakers">mentions on his studio monitor speakers article</a>. Either of these options also includes MIDI capability, which will come in handy in your home studio, no doubt. I&#8217;ll post more about using MIDI in the future.</p>
<h2>Overview</h2>
<p>There you have it. Studio monitor speakers are just one piece to the home studio puzzle but they&#8217;re a pretty big piece. Not only do they help you refine your sound while you&#8217;re recording your work, but they make almost anything else sound great. They&#8217;re a great place to start on a home studio or even just to enrich your everyday audio experience.</p>
<h2>Feedback</h2>
<p>This is the first in my series of home studio articles. Any kind of feedback would be greatly appreciated.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=w1ZH7v8NhYA:vaqm4-M1bi8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=w1ZH7v8NhYA:vaqm4-M1bi8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=w1ZH7v8NhYA:vaqm4-M1bi8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=w1ZH7v8NhYA:vaqm4-M1bi8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=w1ZH7v8NhYA:vaqm4-M1bi8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=w1ZH7v8NhYA:vaqm4-M1bi8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=w1ZH7v8NhYA:vaqm4-M1bi8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=w1ZH7v8NhYA:vaqm4-M1bi8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/home-studio-guide-get-studio-monitor-speakers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/home-studio-guide-get-studio-monitor-speakers/</feedburner:origLink></item>
		<item>
		<title>Something’s missing</title>
		<link>http://feedproxy.google.com/~r/PeacefullyAdrift/~3/uEgjtgHreaI/</link>
		<comments>http://www.zacharytamas.com/posts/somethings-missing-2/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:01:25 +0000</pubDate>
		<dc:creator>Zachary Jones</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.peacefullyadrift.com/?p=977</guid>
		<description><![CDATA[Okay, I&#8217;ve finally figured it out. I know this site has kinda gone by the wayside several times in its life. I&#8217;ve flirted with it, posting a lot for a week or so before eventually going away for a while. Most of those attempts were experiments, and I largely got disinterested because I hadn&#8217;t found [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Okay, I&#8217;ve finally figured it out. I know this site has kinda gone by the wayside several times in its life. I&#8217;ve flirted with it, posting a lot for a week or so before eventually going away for a while. Most of those attempts were experiments, and I largely got disinterested because I hadn&#8217;t found anything that I could write a lot about for several articles and people actually care about. Because of that I posted about whatever was cool for me at the time, and now from looking at the statistics I can see what ended up gaining the most attention.<span id="more-977"></span></p>
<p>Some things are going to change around here.</p>
<p>For one, there will be some design changes, but that&#8217;s just typical for me to change a perfectly fine design for another for no reason. Don&#8217;t expect anything too drastic&#8211;just some minor <a href="http://www.alistapart.com/articles/redesignrealign">realigments</a>.</p>
<p>Second, and most importantly, content shift. Next month I start my Music Production Technology program. Obviously music and technology interest me—both things separately, and in all places where they intersect. In the past I&#8217;ve written about different music I was listening to and about things such as how to plug an electric guitar into a computer, and from the statistics these topics have spurred the most attention. I tend to get at least 10 hits from Google a day from the guitar article. There&#8217;s obviously interest in this area, and it is <em>my </em>area.</p>
<p>Because of this, starting soon this blog will become, although still my personal blog, largely covering technology, music, and the spaces they intertwine. I don&#8217;t know if I&#8217;ll ever come up with a new name and move those posts to a site more accurately named or not. For the meantime I&#8217;ll just do all of that writing here. We&#8217;ll see what happens.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=uEgjtgHreaI:EMyt7raHmVs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=uEgjtgHreaI:EMyt7raHmVs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=uEgjtgHreaI:EMyt7raHmVs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=uEgjtgHreaI:EMyt7raHmVs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=uEgjtgHreaI:EMyt7raHmVs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=uEgjtgHreaI:EMyt7raHmVs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?i=uEgjtgHreaI:EMyt7raHmVs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PeacefullyAdrift?a=uEgjtgHreaI:EMyt7raHmVs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PeacefullyAdrift?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zacharytamas.com/posts/somethings-missing-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.zacharytamas.com/posts/somethings-missing-2/</feedburner:origLink></item>
	</channel>
</rss>
