<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US" xml:base="http://www.mattpat.net/tux-syndication/atom.php">
	<id>http://www.mattpat.net/tux-syndication/atom.php</id>
	<title>mattpat.net</title>
	<updated>2008-12-31T21:42:43-05:00</updated>
	<link href="http://www.mattpat.net" />
	<link rel="self" href="http://www.mattpat.net/tux-syndication/atom.php" />
	
	<entry>
		<id>http://www.mattpat.net/2008/12/31/odes-to-08-and-09/</id>
		<title>Odes to '08 and '09</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/12/31/odes-to-08-and-09/" />
			<updated>2008-12-31T21:42:43-05:00</updated>
		<category term="Thought Provoking" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<blockquote>
  <p>Conversely, 2008 is going to be the year of learning to let go, one of the hardest things in the world. I have problems letting go&#8212; too bad I&#8217;m going to have to do so much of it. I need to let go of the school I love, I&#8217;m going to college. Let go of living at home, with your parents who do more than they probably should for you. Let go of a comfortable pseudo-life for one in the real world. Let go of the ones we love, for our own good or theirs, even if it&#8217;s just so they can fall on their ass and realize what life <em>really</em> is. Let go of the Bad Stuff. Welcome the new Good&#8230; and definitely appreciate the old Good more than I have. I&#8217;m gonna&#8217; miss you guys. I really, really am. This year&#8217;s going to be exciting, but it isn&#8217;t going to be an easy one. Let&#8217;s all try to keep our heads on straight, shall we?</p>
</blockquote>

<p>That was my &#8220;Ode to &#8216;08&#8221; from <a href="http://www.mattpat.net/2007/12/31/odes-to-07-and-08/">the blog post I wrote last year</a>. You know, it really was funny looking back on my perception of &#8216;07, and my prediction of what &#8216;08 would be like. <!--more--></p>

<p>As it turns out, my prediction for &#8216;08 was a little bit more pessimistic than it needed to be. In fact, as I was thinking earlier today, if I had to pick, 2008 is what I would choose as the best year of my life thus far. I formed great friendships, both at the beginning of the year with the members of my class, and nearer the end with new people at Brown. Old social drama <em>finally</em> settled down, and life is once again calm. I graduated from high school among people I love, and enrolled in a college that I never would have dreamed I&#8217;d be accepted to. I&#8217;ve had the opportunity to work on new projects with <a href="http://slightlypretentious.com">a team of amazing people</a>, and even found time to <a href="http://13bold.com">work on a few things</a> on the side. School work could have gone a bit better than it did, but&#8230; all-in-all, what does it matter in the course of a lifetime? 2008 was my year, our year, and 2008 was excellent. I&#8217;ll be sad to see it go.</p>

<p>Now what will become of 2009. I fear that 2008 went far too well for 2009 to possibly be good. <img src="http://www.mattpat.net/tux-resources/emoticons/tongue.gif" alt="{tongue}" class="tux-smiley" /> Plus, we&#8217;ve got that <em>other</em> batch of students graduating this year &#8212; you know, the &#8220;8th graders?&#8221; God, what a scary thought <em>that</em> is.</p>

<p>Nevertheless, in spite of the group of people our high school is unleashing upon the world (<img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" />), I&#8217;m optimistic for 2009. 2008 was not great just because of what happened <em>during</em> the year, but also because of the possibilities it set up for the year ahead. Just today Johnny, co-founder of Slightly Pretentious, received our complimentary engraved binders reading &#8220;Slightly Pretentious Software, LLC.&#8221; Yup, that&#8217;s right, we&#8217;re incorporated! School I&#8217;m sure will go <em>much</em> better now that I&#8217;ve adjusted, and I think I&#8217;ve finally fixed those few friendships that needed fixing.</p>

<p>As for my friends, I can only hope your 2008 was also phenomenal, and that your outlook for the year to come is as good as mine. I love you all, and once again it is time for me to say&#8230;</p>

<p>Happy New Year, friends. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/12/31/chapter-3-memory-management-in-cocoa/</id>
		<title>Chapter 3: Memory Management in Cocoa</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/12/31/chapter-3-memory-management-in-cocoa/" />
			<updated>2008-12-31T00:01:17-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>Alright, I&#8217;ll admit it: I&#8217;m working on a book.</p>

<p>Nothing all that exciting, more of a mini-book, and only to be distributed (for free) online, but I felt that I finally understand Cocoa well enough to take a stab at explaining it to others. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /> <a href="http://lbaumann.com">Laurent</a> will be doing all the print design for it, and we&#8217;ll be releasing it under our new <a href="http://13bold.com">{13bold}</a> label.</p>

<p>Anyway, I finished some excellent memory usage enhancements on <a href="http://slightlypretentious.com">Architect</a> tonight, and it inspired me to write <a href="http://mattpatenaude.com/ch3-memory-management.html">Chapter 3: Memory Management in Cocoa</a>. I was so proud of the thorough job I did on it that I felt like releasing it. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<p>Be on the lookout for more on this mini-book later in the year!</p>

<p><strong>EDIT:</strong> After an interesting conversation with <a href="http://www.friday.com/bbum/">Bill Bumgarner</a> (<a href="http://twitter.com/bbum">@bbum</a>) of <a href="http://pyobjc.sourceforge.net/">PyObjC</a> via Twitter, I may have to rethink, or at least qualify, my position on Garbage Collection, and also fix a few things in my discussion of autorelease. An errata will be posted shortly. Thanks, Bill!<!--more--></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/12/24/powersearch-only-in-bowtie/</id>
		<title>PowerSearch: Only in Bowtie</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/12/24/powersearch-only-in-bowtie/" />
			<updated>2008-12-24T10:02:43-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><img src="/bt-search.png" alt="Bowtie PowerSearch" /></p>

<p>Bowtie&#8217;s search feature has only been demonstrated via video thus far &#8212; few people have actually had the opportunity to use it. But just about everyone who&#8217;s seen it has had one question: how is it so fast?</p>

<p>Every major iTunes controller on the market does searching essentially the same way, and they&#8217;re all bloated, buggy, and most importantly, SLOW. In fact, this was one of the reasons I originally decided to omit searching from Bowtie entirely. Then I came up with an idea, based on what I&#8217;d done for fast searching over the network with TuneConnect. It&#8217;s called PowerSearch: it&#8217;s fast, powerful, and it blows everyone else&#8217;s search out of the water. And here&#8217;s why. <!--more--></p>

<h3>How Everyone Else Does It</h3>

<p>iTunes has a great built-in search feature &#8212; it&#8217;s fast and easy-to-use, much like Bowtie&#8217;s. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /> It&#8217;s no surprise that most other iTunes controllers rely on iTunes to do the searching for them. It makes sense. But there&#8217;s a problem.</p>

<p>Apple Event objects are chunky little buggers, and they take a lot of work to decode. If you start searching for something in an iTunes controller, and it attempts to do live updating, you very well may end up in a scenario where you&#8217;re getting 2,000 tracks back from iTunes after typing your first letter. If these were native objects, it wouldn&#8217;t be a huge problem for an app to process, but since we&#8217;ve already established that Apple Event objects are relatively heavy lifting&#8230;</p>

<p>A few applications take an alternate, though similar, route, and pull all of the tracks from iTunes beforehand, and then do their own searching. Slightly more effective at increasing search speed? Sure. Increases memory consumption and bloat? Oh hell yeah.</p>

<h3>How Bowtie Does It</h3>

<p>Bowtie PowerSearch is truly unique: not only is it lightning fast, but it&#8217;s also more powerful. You can easily filter by different types of content using quick modifier keystrokes. For instance, if I type &#8220;U2&#8221; into my search field, I&#8217;ll get every track that has a title, album, or artist that contains &#8220;U2&#8221;. But if I type &#8220;@U2&#8221; into my search field, I&#8217;ll only get tracks with an artist that contains &#8220;U2&#8221;. Not too shabby, eh?</p>

<p>The secret behind PowerSearch&#8217;s power are two technologies that are deeply ingrained in Mac OS X, and therefore, very fast: <strong>plists</strong> and <strong>predicates</strong>.</p>

<p><strong>Plists</strong> are something with which many of us are already familiar: they&#8217;re the canonical, mostly-human-readable way of storing data on Mac OS X. Every Mac application uses one to describe its metadata, and many system-wide configuration files are stored in this format. As such, the code that OS X uses to read and write these files is very fast, as it has to happen quite frequently.</p>

<p>It just so happens that iTunes likes to keep a copy of your music library around stored in plist format in a file called, cryptically, &#8220;iTunes Music Library.xml&#8221;. The first step in making searching faster is harnessing the power of this file. When Bowtie launches, and every time you go to search and it notices this file has been changed, it opens it, and creates an internal representation of every track in the file. Granted, my library isn&#8217;t very large (about 1,400 tracks), but on my MacBook Pro this process completes in less than half a second (compared to about 10 seconds using the latter Apple Events method). Step 1: accomplished.</p>

<p>Here&#8217;s where <strong>predicates</strong> come in. Predicates in Mac OS X are a convenient way of storing search specifiers based on multiple parameters. For instance, a predicate string for the search criteria shown in the graphic at the top might look like this: <code>(artist contains[cd] "u2") AND (name contains[cd] "where the stre")</code>. Easy enough to understand.</p>

<p>The beauty of this, though, is the internal predicate compiler that turns this human-readable string into something small and lightweight that the computer understands. From here, it&#8217;s a single line of code to apply whatever predicate I&#8217;ve created to an array or a dictionary. Like an array of tracks, for instance. And did I mention it&#8217;s lightning fast?</p>

<h3>From the top&#8230;</h3>

<p>When Bowtie launches, or whenever it notices your music library has changed, Bowtie pulls your library and creates an internal representation of all of your tracks (yes I already said that, I&#8217;m reiterating). Next, the instant you start typing in the Bowtie search box, Bowtie goes to work creating predicates out of what you type, based on how you type it and what modifiers you add to it. Every step along the way, it applies the most recent predicate to the master list of tracks, and displays the result. Because this is all happening using native, internal objects built upon a very fast filtering platform, the result is what appears to be instantaneous (and very powerful!) search.</p>

<p>And that&#8217;s how we do it. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /> So be on the lookout for Bowtie beta 2, coming out very soon.</p>

<p>Oh and by the way, you&#8217;ll notice that there are two different search interfaces at the top of this post. When I first started implementing the search, I opted to design a HUD-style interface (the one pictured on the right). When it was done, I showed it to Laurent, who decided he wasn&#8217;t a big fan and promptly commenced designing the sexylicious aqua-and-metal interface pictured to the left. Ultimately, we both decided that the aqua interface looked better, so it&#8217;s what Bowtie uses. We did, however, leave the HUD interace in for sentimental reasons. If you want to use it, just run this command in Terminal, and relaunch Bowtie:</p>

<pre><code>defaults write net.mattpat.Bowtie searchMode HUD
</code></pre>

<p>To change it back, just use this:</p>

<pre><code>defaults write net.mattpat.Bowtie searchMode Aqua
</code></pre>

<p>Enjoy! <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/11/19/bowtie-beta-released/</id>
		<title>Bowtie Beta Released</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/11/19/bowtie-beta-released/" />
			<updated>2008-11-19T11:14:38-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><a href="http://bowtieapp.com"><img src="http://www.mattpat.net/bowtie-header.png" alt="Bowtie" /></a></p>

<p>On a whim yesterday, in order to satisfy the numerous people who kept on asking me for a beta copy of Bowtie, I posted my latest build to the <a href="http://bowtieapp.com">Bowtie website</a>, with a link on <a href="http://macthemes2.net/forum/viewtopic.php?id=16789237">the running MacThemes thread</a> about the app.</p>

<p>You can imagine that I was a little surprised when I looked at <a href="http://bowtieapp.com/mint/">the stats</a> as they started rolling in via <a href="http://haveamint.com">Mint</a>. I&#8217;ve had some pretty decent download turnouts before, but never approaching 2,000 downloads and 4,000 website hits in well under the first 24 hours. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<p>So needless to say, the app, though still in first beta, has been a relative success, especially thanks to Laurent&#8217;s <a href="http://macthemes2.net/forum/viewtopic.php?id=16790844">Bowtie Theme Starter Pack</a>, which contains some very sexy starter themes. Beyond that, <a href="http://macthemes2.net/forum/viewtopic.php?id=16790850">several</a> <a href="http://macthemes2.net/forum/viewtopic.php?id=16790854">artists</a> have <a href="http://macthemes2.net/forum/viewtopic.php?id=16790849">already</a> <a href="http://macthemes2.net/forum/viewtopic.php?id=16790851">started</a> releasing <a href="http://macthemes2.net/forum/viewtopic.php?id=16790865">themes</a> for Bowtie.</p>

<p>I see big things for this app, and can&#8217;t wait to continue working on it! As soon as Fa&#231;ade is done, of course. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/09/04/projects-id-like-to-work-on/</id>
		<title>Projects I'd Like to Work On</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/09/04/projects-id-like-to-work-on/" />
			<updated>2008-09-04T13:35:35-04:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>So I&#8217;ve been kicking around a few ideas for apps that I&#8217;ve always kind of wanted. Thought I&#8217;d take this opportunity to share my thoughts, see if anyone would be interested in any of them. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<ul>
<li><strong>Bowtie</strong>: this one sort of doesn&#8217;t count, since I&#8217;m already working on it, though I would like to devote more time to it. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></li>
<li><strong>Imagine</strong>: an actually usable Cocoa disk image creation app. This would be a replacement for FileStorm by MindVision, which is pitifully outdated and expensive.</li>
<li><strong>MobileYou</strong>: the state of webmail depresses me. I&#8217;d love a sexy webmail client, that plays nicely with iPhone. Maybe throw in iCal support, but mail would be enough for me.</li>
<li><strong>WebGUI</strong>: needs a better name, but I just don&#8217;t think any of the GUI frameworks for the web are quite sexy enough. I&#8217;d like to put something together that resembles the gorgeous set of MobileMe controls Apple created (for use with or without SproutCore).</li>
<li><strong>TuneConnect 3</strong>: I&#8217;ve got some pretty big plans for this one&#8230; just hope I can find the time to get it off the ground.</li>
<li><strong>Notes</strong>: this one&#8217;s a little iPhone/desktop combo&#8212; a simple note box that syncs with iPhones, other Macs, and enables easy sharing of snippets of text. Think an online pastie, only much more convenient.</li>
<li><strong>R42</strong>: kicked this one around a bit but never got far. It isn&#8217;t so much an app as a framework to make web integration easier. I would like to be able to write a blog updating app in less than 20 minutes&#8212; a framework like this would make it easier.</li>
</ul>

<p>Just a few ideas, let me know if any of them appeal to you. If you like it, maybe I&#8217;ll develop it. If you like it a <em>lot</em>, and you&#8217;re a developer, talk to me, and maybe I&#8217;ll give you permission to use my idea. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/08/24/architect-teaser-now-showing/</id>
		<title>Architect Teaser Now Showing</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/08/24/architect-teaser-now-showing/" />
			<updated>2008-08-24T03:15:48-04:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><img src="http://www.mattpat.net/skitch/sps-blob-20080824-021433.png" alt="SPS Blob" /></p>

<p>Just thought I&#8217;d let you all know that our company, Slightly Pretentious Software, has just published a teaser page for one of our upcoming products, Architect, with a beta to follow next week. <a href="http://www.slightlypretentious.com">Check it out</a>, be impressed. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/08/01/tunes-your-itunes-controller/</id>
		<title>Tunes: Your iTunes Controller</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/08/01/tunes-your-itunes-controller/" />
			<updated>2008-08-01T01:10:54-04:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><img src="http://www.mattpat.net/bt-simple-bar.png" alt="Bowtie: Simple Bar" /> <img src="http://www.mattpat.net/bt-vinyl-nano-popup.png" alt="Bowtie: Vinyl Nano Popup" /> <img src="http://www.mattpat.net/bt-modern-nano.png" alt="Bowtie: Modern Case Nano" /> <img src="http://www.mattpat.net/bt-heads-up-mini.png" alt="Bowtie: Heads Up Mini" /></p>

<p><strong>UPDATE:</strong> Added some more pictures. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<p><strong>UPDATE:</strong> The app is now known as <a href="http://www.bowtieapp.com">Bowtie</a>. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<p>Over the past couple of days, I&#8217;ve been working in collaboration with my favorite graphic artist <a href="http://lbaumann.com">Laurent Baumann</a> to create something neither of us has ever been able to find: the perfect iTunes controller.</p>

<p>The goal is simple: create an iTunes controller that&#8217;s both incredibly simple, and incredibly flexible. The result is Tunes, a small <a href="http://www.liquidx.net/eyetunes">EyeTunes</a>-using local iTunes controller that creates its interface entirely from HTML, CSS, and JavaScript. Anyone can create their own theme, it&#8217;s surprisingly easy if I do say so myself. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /> Shown above is <del>Tunes running with the default &#8220;iPhoney&#8221; theme</del> <ins>Bowtie running with an assortment of included themes</ins> (designed, of course, by Laurent Baumann).</p>

<p>It isn&#8217;t ready for public consumption yet, and is (of course) Mac-only, but expect this handy (and free) little app to be out in the near future! Oh, and also keep an eye out for some of the other projects I just <em>might</em> be working on. (*<a href="http://www.slightlypretentious.com">ehem</a>*).</p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/06/16/college-tech-guide-08/</id>
		<title>College Tech Guide, '08</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/06/16/college-tech-guide-08/" />
			<updated>2008-06-16T04:08:01-04:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>Take a deep breath &#8212; smell that? That&#8217;s the smell of higher education. Yes, it is a little moldy. Most colleges have been around for awhile.</p>

<p>Regardless of what school you&#8217;re going to, there is a certain essential set of tools that every college student needs in order to survive. These are the &#8220;college gadgets,&#8221; and nobody who&#8217;s anybody should be without them. These gadgets are:</p>

<ul>
<li><a href="/2008/06/16/college-tech-guide-08/#the_laptop">The Laptop</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_printer">The Printer</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_flash_drive">The Flash Drive</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_router">The Router</a> (if your college doesn&#8217;t have WiFi)</li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_external_hard_drive">The External Hard Drive</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_portable_media_player">The Portable Media Player</a> (aka, iPod <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" />)</li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_speakers">The Speakers</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_headphones">The Headphones</a></li>
<li><a href="/2008/06/16/college-tech-guide-08/#the_phone">The Phone</a></li>
</ul>

<p>Ready to go? Let&#8217;s get started! <!--more--></p>

<h3 id="the_laptop">The Laptop</h3>

<p>If you can bring no other gadget with you, the laptop is the ultimate must-have as a college student. Most colleges require that you have one, or else provide you with one themselves. If you have an option, don&#8217;t take the college laptop &#8212; get your own, you&#8217;ll prefer it, I promise.</p>

<p>What kind of laptop you purchase <strong>depends on what you plan to use it for</strong> &#8212; not all laptops are created equal, don&#8217;t just assume they are. Generally, there are three types of computing students, and as such I&#8217;ve provided three laptop recommendations, all from Apple (I&#8217;ll deal with you Windows folks in a sec&#8217<img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" />.</p>

<p>The <strong>casual computing user</strong> uses his or her laptop for web browsing, email, staying in touch with his or her friends, organizing photos, storing their tunes, and other simple, consumer-oriented uses. This user needs a peppy computer, but it would be stupid to overdo it &#8212; not a lot of processing power is needed for this user. For this person, I hands-down recommend the <a href="http://www.apple.com/macbook">2.4GHz MacBook</a>. While the 2.1GHz model (the cheapest base model) is a little underpowered, both the second-tier white model and the top-tier black model should be sufficient for this class of user&#8217;s needs. If you choose the white model, you might consider upgrading the hard drive to something in a slightly larger variety &#8212; this thing needs to last four years, better give it plenty of room for photos and such. You can buy a MacBook at any Apple store, or <a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook">online at store.apple.com</a> 24 hours a day, 7 days a week.</p>

<p>The <strong>science or arts student</strong> will want something a little more powerful. This class of user frequently uses power-hungry applications, like Mathematica or other scientific research tools, or any member of the Adobe Creative Suite (perhaps multiple simultaneously). This user not only needs a powerful Mac, but may also need to be able to quickly and efficiently boot into Windows on occasion, so a faster processor will help. Whether developing a complex algorithm, or juggling 15 RAW files for your photography class, your computer <em>needs</em> to perform when you need it. For this, I recommend my own laptop of choice: the <a href="http://www.apple.com/macbookpro">2.4GHz 15-inch MacBook Pro</a>. Complete with backlit keyboard, powerful graphics card, and a decent portion of RAM by default, this laptop can handle anything you can throw at it without blinking &#8212; trust me, I know, I use one every day. Like the MacBook, the MacBook Pro can be purchased at any Apple store, or <a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro">online at store.apple.com</a>. I <em>highly</em> recommend it.</p>

<p>The third type of user is a tricky person to fit &#8212; he or she is the <strong>student-on-the-go</strong>, or the <strong>commuter</strong>. This person needs a laptop that they can toss in a bag and take with them <em>everywhere</em>, that will neither be wimpy, nor slow them down due to its sheer weight. For this unique class of user, I recommend the <a href="http://www.apple.com/macbookair">1.6GHz MacBook Air</a>. Thin as a pencil at its thickest point, and weighing a mere three pounds, this is perfect for anyone who needs a decent dollop of power, without the costly baggage. Hit up the Apple store, or once again, <a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook_air">the online store at store.apple.com</a>. Keep in mind, though, that while this is an excellent laptop, it doesn&#8217;t have all of the power of the MacBook or the MacBook Pro. If you don&#8217;t need the portability, go with something a little more powerful.</p>

<p>Now for you darn <strong>Windows users</strong>. Some colleges absolutely require that you have a laptop that runs Windows. In this situation, my solution is simple: my recommendations don&#8217;t change. All three of my Mac selections are capable of running Windows next to OS X &#8212; just pick up a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16837116195">full copy of Windows XP Pro (w/SP2) from your favorite online retailer</a> and you&#8217;ll be good to go, Apple&#8217;s Boot Camp utility can walk you through getting it installed and operational.</p>

<p>Unfortunately, some colleges require you to use their laptop. <strong>If you are given a choice of laptops by your college</strong>, and one of them is an <strong>IBM/Lenovo ThinkPad</strong>, <em>take that one</em> &#8212; the ThinkPad is one of the most rugged and durable laptops on the market, and will be sure to serve you well, at the slight expense of a less-than-wonderful operating system.</p>

<h3 id="the_printer">The Printer</h3>

<p>You&#8217;re going to need to print stuff. Most likely often. You want your own printer.</p>

<p>Before you go out and invest, though, talk to your roommate(s): while you definitely will want a printer in your dorm room (don&#8217;t rely on campus printing, you should always have a device under your control that you <em>know</em> you can print to), they can get pricey if you get a good one, so you may be able to share the cost.</p>

<p>Many people are tempted to get a laser printer, thanks to the declining cost of color phasers &#8212; some black and white lasers are now dirt cheap. My advice: if you want to get a laser for black and white assignments, go for it, but <em>do not</em> make it your primary printer, you&#8217;ll also want a small color printer for photos and those assignments that need to &#8220;pop.&#8221; As appealing as the thought of the color laser can be, the quality is sub-that of a good inkjet, and you don&#8217;t <em>want</em> to know how much it costs to replace the toner. If you still want to do a laser and a small color, go for the <a href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&#38;cs=19&#38;l=en&#38;s=dhs&#38;sku=222-7676&#38;redirect=1">Dell Laser Printer 1720</a>: it&#8217;s cheap, fast, and is incredibly sharp when it comes to text, along with being very reliable. To supplement this printer with a small color inkjet, I recommend the <a href="http://www.shopping.hp.com/product/printer/Deskjet/1/storefronts/CB628A%2523B1H">HP Deskjet D1455</a>, for the same reasons: it&#8217;s cheap, does a good job with color documents, and (being an HP) is very reliable.</p>

<p>For everybody else in the room, I would <em>like</em> to recommend the HP Photosmart C7180 All-in-One, the printer that I use: it&#8217;s an excellent device, and so far has served me well. Of course, HP is quick to phase out products, and my model has already been replaced by the comparable <a href="http://www.shopping.hp.com/store/product/product_detail/L2526A%2523ABA">HP Photosmart C8180 All-in-One</a>. Unfortunately, it&#8217;s a little pricey, so you may find yourself at home with its somewhat less expensive sibling: the <a href="http://www.shopping.hp.com/store/product/product_detail/CC567A%2523ABA">HP Photosmart C7280 All-in-One</a>. This printer supports scanning, faxing, color/black copying &#8212; oh, and printing too. The print quality is excellent, and it uses six dye-based Vivera inks, so you can replace individual colors (about $9 each) as they run out, rather than shelling out big bucks for a whole tri-color cartridge. Most importantly, it&#8217;s both wired and wireless network capable, so it&#8217;s easy to share with everyone in your dorm room &#8212; just be careful you don&#8217;t accidentally share it with everyone on <em>campus</em>.</p>

<h3 id="the_flash_drive">The Flash Drive</h3>

<p>Your flash drive will likely become your best friend in college: it&#8217;s the quickest and easiest way to get a file from one on-campus computer to another without emailing. As such, many of the times you interact with your flash drive, you&#8217;ll be in a rush: you need something a) fast, that b) won&#8217;t get in your way, and c) is big enough so you don&#8217;t have to remember to remove files you put on it in a frantic frenzy.</p>

<p>For these reasons, I highly recommend my personal choice of flash drive, the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820227145">OCZ 4GB Rally 2</a>. I&#8217;ve purchased two of them (one for me, one for my dad), and both of them have performed absolutely superbly even under the most extreme conditions. Plus, it&#8217;s incredibly cheap! Generally, NewEgg reviews are the best indicator of device quality &#8212; in this case, they were, and now are not. This flash drive won multiple consecutive Users&#8217; Choice Awards (very prestigious among NewEgg users), but recently the reviews have taken a bit of a decline. Trust me, they&#8217;re just whiners that don&#8217;t know not to remove a flash drive when the light is blinking &#8212; this drive is exceptional.</p>

<h3 id="the_router">The Router</h3>

<p>Chances are your college will be wireless. If it is, this isn&#8217;t something you need to worry about &#8212; you may want to pick up <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16833124005">an inexpensive switch</a> so you can share the ethernet jack in your dorm room with multiple computers, but a wireless router will be unnecessary, and perhaps even forbidden. Check with your college&#8217;s acceptable use policy before you install one of these in your room, and then try to get off by blaming me.</p>

<p>If your college or dorms are <em>not</em> wireless, however, and you are permitted to use a wireless router (which enables you to share the Internet signal in your dorm with wireless laptops and devices), I recommend the <a href="http://www.apple.com/wifi/">Apple AirPort Extreme</a>. It&#8217;s fast, powerful, and stylish, too. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /> That is of course, unless you <em>did</em> end up getting a Mac as a laptop like I recommended. Then you might want to wait to click the order button on your AirPort Extreme until you read the section on external hard drives. You&#8217;ll see why in a minute.</p>

<h3 id="the_external_hard_drive">The External Hard Drive</h3>

<p>Few people overlook this simple, yet incredibly useful, piece of technology: the external hard drive. For those who aren&#8217;t familiar with the concept, an external hard drive is like the hard drive inside your computer, except it sits on your desk and generally doesn&#8217;t have an operating system in it: think of it as a small virtual filing cabinet &#8212; portable, detachable additional storage for your system. An external hard drive is not only good for backups, but it&#8217;s great for storing photos and tunes without clogging up the precious space on your laptop&#8217;s internal hard drive.</p>

<p>If you&#8217;re using a Windows laptop, or a Mac on a college network <strong>that does not allow you to bring your own wireless router</strong>, you&#8217;ll want to take a look at <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822149076">this Toshiba 320GB external hard drive</a>. This sexy drive is decently large (in terms of storage capacity), small (in terms of desktop footprint), quiet, and draws all of its power from a USB port &#8212; no chunky wall adapter required. In the spirit of full disclosure, I&#8217;ve never actually tried this drive myself, but Toshiba is among the technology companies for which I have the most respect: they almost <em>always</em> make a good product, and the few reviews I&#8217;ve read on this drive seem to support that. It should definitely serve you well.</p>

<p>If, however, you&#8217;re using a Mac <strong>with your own wireless router</strong> (see previous section), you really ought to take a look at the <a href="http://www.apple.com/wifi/">Apple Time Capsule</a>. The Time Capsule comes with a built-in AirPort Extreme (as mentioned above), but is also a 500GB or 1TB (1000GB) network-ready external hard drive that can automatically receive instant back-ups from Time Machine (the automatic back-up feature of Mac OS X). If you&#8217;re using a Mac, and are allowed to use this product by your college, Time Capsule will absolutely make your life easier &#8212; and less prone to accidental data loss. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

<h3 id="the_portable_media_player">The Portable Media Player</h3>

<p>Music is an important part of the life of any college student; if you disagree, you really shouldn&#8217;t be going to college yet.</p>

<p>It should come as no surprise to you that I recommend the iPod as the best media player for the college student &#8212; if you haven&#8217;t noticed, I&#8217;m a bit of an Apple fan. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /> Which iPod is right for you, though, is perhaps a more difficult question.</p>

<p>It is for this reason that Apple created its <a href="http://www.apple.com/ipod/whichipod/">Which iPod Are You?</a> website. I recommend you start with this, which puts all of Apple&#8217;s iPod line side-by-side, so you can choose which features you most value. Keep in mind that all of the iPods (except the Shuffle, which I recommend you <strong>stay away from</strong>) now play video, so don&#8217;t let that be a pseudo-factor in your decision.</p>

<p>For the sake of simplicity, I recommend the new <a href="http://www.apple.com/ipodnano/">iPod Nano</a> for the majority of college students who just want a no-frills media player that&#8217;ll get the job done, and is easy to throw in a pocket or purse when you&#8217;re on the go. For students who appreciate a little advanced technology, however, I say, be daring: get the <a href="http://www.apple.com/ipodtouch/">iPod Touch</a>. You&#8217;ll be rewarded with the possibility of adding new applications and getting new features in the very near future. And please, don&#8217;t call it the iTouch. Apple didn&#8217;t name it the iTouch for a reason. It sounds stupid.</p>

<p>Of course, if you plan on going for an iPhone (cell phone section later on), the iPod point is in a way moot, unless you want a device that can hold all of your tunes (an iPhone may not be able to) simultaneously.</p>

<p>The only exception to this general iPod guide is if you have a large library, and want to carry it all with you at once: for you, my friend, there is nothing better but the <a href="http://www.apple.com/ipodclassic/">iPod Classic</a>, the original. Before you go for the Classic, though, check and see if the 32GB iPod Touch will be enough for you (use the comparison chart on the Which iPod Are You? page). Nice as the Classic is, the Touch is definitely sexier.</p>

<h3 id="the_speakers">The Speakers</h3>

<p>Now that you&#8217;ve got all of your wonderful music, you need something to play it over. Apple&#8217;s notebooks&#8217; speakers aren&#8217;t horrible &#8212; but seriously, we can do better than that.</p>

<p>I recommend you go the route I did, and be a little adventurous: get yourself a <a href="http://www.amazon.com/Sony-MHCGX99-Component-Changer-Subwoofer/dp/B000MSQ8YC">relatively inexpensive mini-hifi system</a>, and rig it to your laptop with <a href="http://www.monstercable.com/productdisplay.asp?pin=4932">a mini-RCA to RCA cable</a>. The sound quality is phenomenal, and you get a CD player and AM/FM radio out of the deal as well. Just be aware you may need to turn up the volume on the stereo pretty loud to hear your laptop &#8212; it isn&#8217;t broken!</p>

<p>If you&#8217;re not of a mind to be so adventurous, however, and just want a normal set of computer speakers, I cannot more highly recommend the <a href="http://www.jbl.com/home/products/product_detail.aspx?prod=creaTUREIIWHT">JBL Creature II Speakers</a>. Not only do they look awesome next to a Mac, but the sound quality is surprisingly awesome for such tiny drivers. Give it a shot, you won&#8217;t be disappointed.</p>

<h3 id="the_headphones">The Headphones</h3>

<p>For those times when your roommate is attempting to study, you&#8217;re going to need some good, noise-canceling headphones. Nice as the Apple earbuds are, they just don&#8217;t quite cut it for real high-quality audio.</p>

<p>If you&#8217;re willing to spend the big bucks, I highly recommend the <a href="http://www.bose.com/controller?url=/home_entertainment/headphones_headsets/headphones/qc2/index.jsp&#38;ck=0">Bose QuietComfort 2</a> or <a href="http://www.bose.com/controller?url=/home_entertainment/headphones_headsets/headphones/qc3/index.jsp&#38;ck=0">QuietComfort 3</a> (depending on your preferred style) headphones for the ultimate in audio quality. They&#8217;re expensive, but they last, and you will be blown away by the musical party that begins inside your head when you use them.</p>

<p>If you&#8217;re in the mood for something a touch cheaper, I recommend anything by SENNHEISER, particularly the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16826106333">SENNHEISER PX100&#8217;s</a>: great tonal clarity, and an excellent range for such an inexpensive pair of headphones. Read the NewEgg reviews &#8212; they speak the truth. They aren&#8217;t noise-canceling, unfortunately, but they should serve well for most casual use.</p>

<h3 id="the_phone">The Phone</h3>

<p>If you&#8217;re getting a new phone for college, I really only have one piece of advice: <strong>stay away from the RAZR</strong>. The incredible craze that became the RAZR ultimately led to its demise as an excellent cell phone. It&#8217;s now almost an utter piece of crap. Trust me, if you get a RAZR, you will eventually end up suffering for it.</p>

<p>In terms of carriers, all I can say is that AT&#38;T is my carrier of choice: generally better customer service than Verizon, their phones don&#8217;t come with an annoying proprietary operating system (*cough* Verizon), and the network is GSM, which means your phone will be more likely to work internationally should you choose to study abroad (GSM networks are more prevalent in Europe than CDMA networks).</p>

<p>In terms of phones, Research in Motion offers a wide variety of products that are great for college students &#8212; that would be the BlackBerry line, especially the <a href="http://na.blackberry.com/eng/devices/series-detail.jsp?navId=H0,C101">BlackBerry Pearl</a>. However, if I were to make a true recommendation, it should be obvious what I would say: go for the <a href="http://www.apple.com/iphone">iPhone 3G</a>. The data plan may run a little pricey, but you most likely won&#8217;t also need to buy an iPod, and you&#8217;ll be amazed at the convenience such a small device (now with a built-in GPS) can bring to your life. If you haven&#8217;t looked at the iPhone since its birth last year, look again, the price has come down considerably and it&#8217;s got some great new features.</p>

<h3 id="closing_thoughts">Closing Thoughts</h3>

<p>In the end, what you get isn&#8217;t as important as what you do with it. Take good care of whatever technology you get: be sure to get your laptop a quality case, like one from <a href="http://goincase.com">Incase</a> if you end up getting a Mac, I cannot more highly recommend their products. Remember to keep things clean (check out <a href="http://www.klearscreen.com/iKlear.aspx">iKlear</a> for all of your Apple electronics), and make sure you get a quality <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16812120401">surge protector</a> connected to a grounded outlet (don&#8217;t just use an adapter, make sure you screw the little green tab to your outlet box if your outlets for some reason aren&#8217;t three-prong).</p>

<p>Oh, and you will need cables, don&#8217;t forget that. I highly recommend <a href="http://www.newegg.com">NewEgg</a> for all of your USB and Ethernet cable needs, their prices are usually the cheapest, and their user reviews are reliable.</p>

<p>Good luck next year, and happy shopping!</p>


			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/04/29/brown-university-my-new-home/</id>
		<title>Brown University: My New Home</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/04/29/brown-university-my-new-home/" />
			<updated>2008-04-29T18:18:57-05:00</updated>
		<category term="School" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>After much deliberation and decision-making, I finally took the plunge and sent in my confirmation card &#8212; to Brown University.</p>

<p><img src="http://www.mattpat.net/bu-crest.jpg" alt="Brown University Crest" /></p>

<p>Yes, it&#8217;s a complete about-face from my original decision; I really did think I would end up at WPI. But the more I thought, and the more I researched, and the more I walked around Providence, the more appealing Brown became, until it was finally too hard to say no.</p>

<p>I shall spend the next few months preparing myself for the workload an Ivy League school can dish out. <img src="http://www.mattpat.net/tux-resources/emoticons/tongue.gif" alt="{tongue}" class="tux-smiley" /> Somebody help me.</p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/04/10/spain-im-there/</id>
		<title>Spain: I'm There</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/04/10/spain-im-there/" />
			<updated>2008-04-10T23:05:42-04:00</updated>
		<category term="School" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>Right now, I&#8217;m in Spain, probably loving it. Wanna&#8217; see what we&#8217;re doing? Check <a href="http://web.mac.com/mattpat1031/">the official Spain blog</a>!</p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/03/25/ice-kings-again/</id>
		<title>Ice Kings Again</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/03/25/ice-kings-again/" />
			<updated>2008-03-25T23:13:51-04:00</updated>
		<category term="School" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><img src="http://www.mattpat.net/IMG_0232.JPG" alt="Crowd Cheering" /></p>

<p><img src="http://www.mattpat.net/IMG_0239_2.JPG" alt="Trophy" /></p>

<p>The Mounties are back on top. Congratulations on a great season, going out in style! I wasn&#8217;t able to get much with my phone, but I do have <a href="http://gallery.mac.com/mattpat1031/100024">a few pictures</a> from the very end.</p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/02/18/tuneconnect-last.fm/</id>
		<title>TuneConnect + Last.fm</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/02/18/tuneconnect-last.fm/" />
			<updated>2008-02-18T19:41:14-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p><img src="http://www.mattpat.net/tc-lastfm-20080218-223944.png" alt="TuneConnect Last.fm Config Panel" /></p>

<p>I&#8217;m just putting the finishing touches on the first fully-working (and actually useful) TuneConnect 2 plug-in: a Last.fm interface. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /> For those not familiar with it, <a href="http://last.fm">Last.fm</a> is a music-based social networking site, that uses the music you listen to (automatically submitted to the site by various players, a process called &#8220;scrobbling&#8221; ) to make recommendations, and also connect you with people who have similar tastes. You can see some of the stuff TuneConnect has <a href="http://www.last.fm/user/mattpat1031/">already posted to my profile</a> during normal use.</p>

<p>Thanks to <a href="http://lbaumann.com">Laurent Baumann</a>, the designer of both of TuneConnect&#8217;s new icons, for the Last.fm sidebar design. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /> Credit where credit is due.</p>

<p>And for those of you who were wondering, I <em>will</em> be releasing LFScrobbler, the framework I wrote to communicate with Last.fm, as open source to the community. <img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2008/02/02/marketing-tuneconnect/</id>
		<title>Marketing TuneConnect</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2008/02/02/marketing-tuneconnect/" />
			<updated>2008-02-02T20:42:12-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>Just yesterday, TuneConnect 2 Beta 1 was released to my loyal and wonderful beta testers. It was indeed an exciting moment.</p>

<p><img src="http://www.mattpat.net/tc-beta1-20080201-160959.png" alt="TuneConnect Client and Server, Beta 1" /></p>

<p>With the release on OS X just a little over a month away, it&#8217;s time to start some serious marketing. Word on the street is (<img src="http://www.mattpat.net/tux-resources/emoticons/wink.gif" alt="{wink}" class="tux-smiley" />) that the best way to market is by word on the street.</p>

<p>That is, get the Mac bloggers talking&#8212;get <em>anyone</em> talking, for that mater. The more people get excited about a product, the more people will want to find out more. I&#8217;ve sent emails to all of the major Mac blogs (complete with beta access <img src="http://www.mattpat.net/tux-resources/emoticons/tongue.gif" alt="{tongue}" class="tux-smiley" />), and I&#8217;m even talking it up with a couple of big names in the industry.</p>

<p>I still need help though, and I&#8217;m counting on you. If you&#8217;re reading this, and use a Mac, let me know, and I&#8217;ll let you try out TuneConnect. If you like it, talk it up! That&#8217;s the only way it can really become popular.</p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2007/12/31/odes-to-07-and-08/</id>
		<title>Odes to '07 and '08</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2007/12/31/odes-to-07-and-08/" />
			<updated>2007-12-31T14:30:14-05:00</updated>
		<category term="Thought Provoking" />
		<category term="School" />
		<category term="Family &amp; Friends" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>If there&#8217;s just one thing I&#8217;ve learned from having to write Mr. Lawrence&#8217;s one-page essays, it&#8217;s that it takes a lot of effort to sum a complex concept up into a short space. The results have the potential to be beautifully simple, though, and that is always what I strive for. Thus, I present to you my opinion of 2007, and my expectation for 2008, in one (longish) paragraph each.</p>

<p>I&#8217;m not sure if it&#8217;s the same for other people, but in my recollection, I hit the ground sprinting in 2007&#8212; what a work load there was! And what intense confusion: relationships were a mess in the beginning, both with friends and with more, but they ironed out eventually. There wasn&#8217;t much coasting until about mid-year, and I don&#8217;t feel like I really had adequate time to appreciate some of the awesome things that <em>did</em> happen during the year. I, and many of my fellow classmates, were accepted into college. Man, what a scary thought that is. Relationships rose, and fell, and rose, and didn&#8217;t fall even though we wish they might have. 2007 was the year of drawing closer: starting to truly know some of the people we&#8217;re around every day but never really gave a second glance. That senior retreat was a riot, I wish I could go back. Man, what a year it has been.</p>

<p>Conversely, 2008 is going to be the year of learning to let go, one of the hardest things in the world. I have problems letting go&#8212; too bad I&#8217;m going to have to do so much of it. I need to let go of the school I love, I&#8217;m going to college. Let go of living at home, with your parents who do more than they probably should for you. Let go of a comfortable pseudo-life for one in the real world. Let go of the ones we love, for our own good or theirs, even if it&#8217;s just so they can fall on their ass and realize what life <em>really</em> is. Let go of the Bad Stuff. Welcome the new Good&#8230; and definitely appreciate the old Good more than I have. I&#8217;m gonna&#8217; miss you guys. I really, really am. This year&#8217;s going to be exciting, but it isn&#8217;t going to be an easy one. Let&#8217;s all try to keep our heads on straight, shall we?</p>

<p>Happy New Year, friends. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

			</div>
		</content>
	</entry>
	<entry>
		<id>http://www.mattpat.net/2007/12/24/tuneconnect-2-in-a-nutshell/</id>
		<title>TuneConnect 2 in a Nutshell</title>
		<author>
			<name>Matt Pat</name>
		</author>
		<link href="http://www.mattpat.net/2007/12/24/tuneconnect-2-in-a-nutshell/" />
			<updated>2007-12-24T16:21:10-05:00</updated>
		<category term="Technology" />
		<content type="xhtml" xml:lang="en-US" xml:base="http://www.mattpat.net/">
			<div xmlns="http://www.w3.org/1999/xhtml">
				<p>TuneConnect 2, my little pet iTunes remote control project, has been coming along very well over the past few months, and I wanted to share with you a bit of information on its progress. With a video. <img src="http://www.mattpat.net/tux-resources/emoticons/smile.gif" alt="{smile}" class="tux-smiley" /></p>

<p><a href="http://www.screencast.com/t/ROnLGNzlkO">TuneConnect in a Nutshell</a></p>

<p>Enjoy!</p>

			</div>
		</content>
	</entry>
</feed>