<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Andy Nahman</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/" />
    <link rel="self" type="application/atom+xml" href="http://andynahman.com/atom.xml" />
    <id>tag:andynahman.com,2009-01-30://1</id>
    <updated>2009-02-27T21:30:35Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
    <title>&apos;Not From Concentrate&apos; Doesn&apos;t Mean Fresh</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/not-from-concentrate-doesnt-mean-fresh.html" />
    <id>tag:andynahman.com,2009:/blog//1.16</id>

    <published>2009-02-27T21:29:13Z</published>
    <updated>2009-02-27T21:30:35Z</updated>

    <summary>I&#8217;m quoting Kottke&#8217;s quote from Alissa Hamilton&#8217;s upcoming book Squeezed. In the process of pasteurizing, juice is heated and stripped of oxygen, a process called deaeration, so it doesn&#8217;t oxidize. Then it&#8217;s put in huge storage tanks where it can...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p>I&#8217;m quoting Kottke&#8217;s quote from Alissa Hamilton&#8217;s upcoming book <a href="http://yalepress.yale.edu/yupbooks/book.asp?isbn=9780300124712">Squeezed</a>.
<br></p>

<blockquote>
In the process of pasteurizing, juice is heated and stripped of oxygen, a process called deaeration, so it doesn&#8217;t oxidize. Then it&#8217;s put in huge storage tanks where it can be kept for upwards of a year. It gets stripped of flavor-providing chemicals, which are volatile. When it&#8217;s ready for packaging, companies such as Tropicana hire flavor companies such as Firmenich to engineer flavor packs to make it taste fresh. People think not-from-concentrate is a fresher product, but it also sits in storage for quite a long time.
</blockquote>

<p>This really bums me out because I&#8217;ve been getting into Tropicana over the past few months (high pulp with added calcium and vitamin D, FYI). I decided to drink a glass after I read this and all I could think about was how my juice probably sat in a tank for a year. Not cool.
<br><br>
(via <a href="http://www.kottke.org/09/02/not-so-orange-juice">Kottke</a>)</p>
]]>
        

    </content>
</entry>

<entry>
    <title>San Francisco is Beautiful</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/san-francisco-is-beautiful.html" />
    <id>tag:andynahman.com,2009:/blog//1.15</id>

    <published>2009-02-27T21:17:39Z</published>
    <updated>2009-02-27T21:30:00Z</updated>

    <summary>Brilliant capture of Noe Valley in SF. (via Thomas Hawk)...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p>Brilliant capture of Noe Valley in SF.
<br><a href="http://farm4.static.flickr.com/3632/3313204246_3e90d09f0d.jpg?v=1235703232" title="You Took the Silver, You Took the Gold on Flickr.com"><img src="http://farm4.static.flickr.com/3632/3313204246_3e90d09f0d.jpg" alt="You Took the Silver, You Took the Gold" border="0" width="500" height="500" align="left" /></a>
<br>
(via <a href="http://thomashawk.com/2009/02/you-took-the-silver-you-took-the-gold.html">Thomas Hawk</a>)</p>
]]>
        

    </content>
</entry>

<entry>
    <title>The Tab System in Safari 4</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/the-tab-system-in-safari-4.html" />
    <id>tag:andynahman.com,2009:/blog//1.14</id>

    <published>2009-02-25T23:03:19Z</published>
    <updated>2009-02-25T23:07:18Z</updated>

    <summary>One of the best aspects of applications on the Mac is consistency. For the most part, developers follow Apple&#8217;s HIG, the documents that define how Mac applications should look and behave. One of the consistent elements of Mac software is...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p>One of the best aspects of applications on the Mac is consistency. For the most part, developers follow Apple&#8217;s <a href="http://developer.apple.com/documentation/userexperience/Conceptual/AppleHIGuidelines/XHIGIntro/chapter_1_section_1.html">HIG</a>, the documents that define how Mac applications should look and behave. One of the consistent elements of Mac software is the title bar, the top-most element of the main application window. This space not only has a centered title (generally), but is also the target area for clicking and dragging the window. With the exception of the left and right side buttons, any area of this bar can be used to click and drag the window to a different location.
<br><br>
With the release of the Safari 4 Beta yesterday, this all changed. Apple has moved the tab structure from the space between the location field and browser window, to the title bar. This means that the once all-clickable bar has now been broken up into tabs.</p>

<div class="noborder" style="text-align:left;"><img src="http://andynahman.com/blog/2009/02/images/title_bar.gif" alt="title_bar.gif" border="0" width="514" height="21" /></div>

<p>To compensate for the change, Apple has made each tab&#8217;s title area act as the previous title bar (i.e. click and drag to move the window). The problem is that each tab now has two buttons which perform other actions: a close button, and a drag to reorder button. So now the user must hit a target area between not two button areas per window, but between two button areas per <em>tab</em>. And, to make matters worse, Safari 4 implements the click-through action, meaning these new buttons can be activated even when Safari is <em>not</em> the active window. This means that if say, iTunes is the active window, and a user wants to switch to Safari by clicking the title bar, they must consciously click in one of the now minuscule target areas to avoid closing or rearranging the contents of the window. This is a problem.
<br><br>
Obviously, I&#8217;ve only been using this for a day and half, but something just doesn&#8217;t feel right about the restructuring. While it saves the 20-30 pixels in height used in the previous tabs bar, it comes at a cost of user familiarity, which in this case doesn&#8217;t seem like such a good idea.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Toaster Ovens are a Big Deal</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/toaster-ovens-are-a-big-deal.html" />
    <id>tag:andynahman.com,2009:/blog//1.13</id>

    <published>2009-02-25T22:10:41Z</published>
    <updated>2009-02-25T22:16:47Z</updated>

    <summary>This is an older article written by Marco Arment on why the toaster oven is so critical in the kitchen. Some of the best toasting bread is shaped a bit like a fat football. You know what I mean. These...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p><a href="http://tumblelog.marco.org/54290883">This</a> is an older article written by Marco Arment on why the toaster oven is so critical in the kitchen.</p>

<blockquote>Some of the best toasting bread is shaped a bit like a fat football. You know what I mean. These slices don’t fit in slot toasters, so you have to let it stick out the top and try to flip it in the middle of the cycle. You’ll never time it right.</blockquote>

<p>I am fortunate enough to own a toaster oven, and this is the truth. If you don&#8217;t own one, now is a good time to change that.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Partaking in the Miracle of Human Flight</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/partaking-in-the-miracle-of-human-flight.html" />
    <id>tag:andynahman.com,2009:/blog//1.12</id>

    <published>2009-02-25T16:45:28Z</published>
    <updated>2009-02-25T17:48:42Z</updated>

    <summary>I think I am in the heart of the spoiled generation he&#8217;s talking about. I found this a few months back and just rediscovered it. I think it&#8217;s great....</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p>I think I am in the heart of the spoiled generation he&#8217;s talking about. I found this a few months back and just rediscovered it. I think it&#8217;s great.
<br><br></p>

<div style="text-align:left;"><object class="youtube" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/jETv3NURwLc&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jETv3NURwLc&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
]]>
        

    </content>
</entry>

<entry>
    <title>Offsite Backups</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/offsite-backups.html" />
    <id>tag:andynahman.com,2009:/blog//1.11</id>

    <published>2009-02-25T08:11:55Z</published>
    <updated>2009-02-25T08:12:43Z</updated>

    <summary>Today I finally got around to doing something I&#8217;ve been meaning to do for months: offsite backups. Like many others, I maintain backups at home using Time Machine, backing up to a Time Capsule. I recently began cloning my main...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[<p>Today I finally got around to doing something I&#8217;ve been meaning to do for months: offsite backups. Like many others, I maintain backups at home using Time Machine, backing up to a Time Capsule.  I recently began cloning my main drive daily to an external hard drive, so I have a bootable backup for whatever reason. But in the event of fire or theft, for all practical purposes I am helpless.
<br><br>
This is where offsite backups come into play. It boils down to having your data stored far away from your computer and house, either on an external drive (transported by you) or ideally, a server. I&#8217;ve actually known some people to physically move drives back and forth every week, keeping the contents current and whatnot, but this is not only a pain but a waste of time. While hard drives have gotten cheaper, web hosting has gotten even <a href="http://www.dreamhost-promo-code.net/dreamhost-coupon.html">cheaper</a> (if you sign up for Dreamhost, I&#8217;d love if you&#8217;d drop <em>andynahman@gmail.com</em> as a referrer!).  And by cheaper I mean $22 for a year. So now, not only can you create your own place on the web eventually, you can also safely backup the files you can&#8217;t live without.
<br><br>
Now the process of setting up the backup system isn&#8217;t for the faint of heart, but I found a superb resource earlier today. Anyone can do this as long as they can follow instructions. <a href="http://www.commandlineidiot.com/blog/2007/how-to-backup-your-mac-to-a-dreamhost-server-part-1-of-2/">Here</a> is the tutorial I followed, and it worked like a charm. I&#8217;ll spare you the details here, but with about 15 minutes of work, you can have automated offsite backups running daily. Unforeseen disasters, bring it on, I&#8217;ll be waiting.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Weekend Trip to Los Angeles</title>
    <link rel="alternate" type="text/html" href="http://andynahman.com/2009/02/week-trip-to-los-angeles.html" />
    <id>tag:andynahman.com,2009:/blog//1.9</id>

    <published>2009-02-23T05:08:10Z</published>
    <updated>2009-02-24T17:35:36Z</updated>

    <summary>I spent the weekend with JP in Playa del Rey. On Saturday, he had a shoot for a film he is DP on. I showed up for a few hours to take some pictures. On Saturday morning, I met up...</summary>
    <author>
        <name>Andy Nahman</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://andynahman.com/">
        <![CDATA[I spent the weekend with JP in Playa del Rey. On Saturday, he had a shoot for a film he is DP on. I showed up for a few hours to take some pictures.
<br>
<a href="http://flickr.com/photos/andynahman/sets/72157614219509947/" title="View the 'Boy of Steel' Set"><img src="http://farm4.static.flickr.com/3029/3300330519_bfa420fd1e.jpg" alt="Boy_Of_Steel_Still_17" border="0" width="500" height="333" align="left" /></a>
<br>
On Saturday morning, I met up with Bonnie and Nathan, two of my friends from my trip to Prague. It was fantastic.]]>
        
    </content>
</entry>

</feed>
