<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>D&#039;Arcy Norman dot net &#187; socialnetwork</title>
	<atom:link href="http://www.darcynorman.net/tag/socialnetwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>why I love my Network</title>
		<link>http://www.darcynorman.net/2008/03/31/why-i-love-my-network/</link>
		<comments>http://www.darcynorman.net/2008/03/31/why-i-love-my-network/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 00:45:06 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[socialnetwork]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.darcynorman.net/?p=1868</guid>
		<description><![CDATA[I&#8217;m firmly in the @injenuity &#8220;The Network is People&#8221; camp. And I freaking LOVE my network.
I&#8217;ve been experiencing an annoying glitch on my MacBook Pro since upgrading to MacOSX 10.5 &#8211; nothing serious, but occasionally it&#8217;d bug me. What happened was, if I opened a Finder window to /Users &#8211; it would show every user&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m firmly in the <code>@injenuity</code> &#8220;The Network is People&#8221; camp. And I freaking LOVE my network.</p>
<p>I&#8217;ve been experiencing an annoying glitch on my MacBook Pro since upgrading to MacOSX 10.5 &#8211; nothing serious, but occasionally it&#8217;d bug me. What happened was, if I opened a Finder window to <code>/Users</code> &#8211; it would show every user&#8217;s home directory except mine. I mean, I know it&#8217;s there, because all of my files are there. And if I used Terminal or remote SSH login, the directory was certainly there, as were all of my files. If I used Finder&#8217;s Go to Folder command (Command + Shift + G) I could enter &#8220;<code>/Users/dnorman</code>&#8221; and all was well.</p>
<p>But it was annoying.</p>
<p>Every once in awhile, I&#8217;d try to debug. I&#8217;d use Terminal and navigate to <code>/Users</code>. I&#8217;d run <code>ls -l</code> and I&#8217;d see this:</p>
<pre><code>$ ls -l
total 0
drwxrwxrwt   7 root     wheel     238 23 Mar 15:17 Shared
drwxr-xr-x  13 demo     demo      442 14 May  2006 demo
drwxr-xr-x@ 47 dnorman  dnorman  1598 31 Mar 18:12 dnorman</code></pre>
<p>The other user directories had either a + or no symbol after the file mode section. My directory had a @. WTF. I&#8217;ve tried looking through <code>man</code>. <code>man ls</code>. <code>man chmod</code>. Couldn&#8217;t find any mention of @. Try googling for @. Not helpful. This is where the gaping holes in my *NIX geekery are exposed. I was completely stumped.</p>
<p>Finally, I decide to try checking with the LazyWeb. I <a href="http://twitter.com/dnorman/statuses/780494759">posted a tweet</a> to roughly describe the problem &#8211; as best I could in the 140 character limit &#8211; and&#8230;</p>
<p>Waited 3 minutes before <code>@thepatrick</code> responded with <a href="http://twitter.com/thepatrick/statuses/780496055">a hint</a>, and <a href="http://twitter.com/thepatrick/statuses/780496171">another one</a>. </p>
<p>So, a few seconds later, I was running a new (to me) command via the command shell, finding out about <code>xattr</code> to list extended attributes about files.</p>
<pre><code>$ xattr -l /Users/dnorman
com.apple.FinderInfo:
0000   00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00    ........@.......
0010   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................</code></pre>
<p>Bingo. There&#8217;s some funky bit set. So, how to nuke it. I ran <code>man xattr</code> and found it has a <code>-d</code> flag, which is used to delete attributes by name. So I ran this:</p>
<pre><code>$ xattr -d com.apple.FinderInfo /Users/dnorman</code></pre>
<p>Done.</p>
<p>My home directory now properly shows up in Finder. Everything&#8217;s hunky dory.</p>
<p>The power of my Network, harnessed with a simple LazyWeb plea, solved in 3 minutes what I&#8217;d struggled for 5 months to solve on my own.</p>
<p>I love my Network. It&#8217;s the people.</p>
<p>Thanks, Patrick. I owe you a <code>$beverage</code>.</p>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=1868" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2008/03/31/why-i-love-my-network/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
