<?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>Xor News &#187; Mac</title>
	<atom:link href="http://www.flester.com/blog/category/computers/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flester.com/blog</link>
	<description>You can't have it both ways</description>
	<lastBuildDate>Sat, 30 Jul 2011 12:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Apple FanBoi Status</title>
		<link>http://www.flester.com/blog/2010/10/23/apple-fanboi-status</link>
		<comments>http://www.flester.com/blog/2010/10/23/apple-fanboi-status#comments</comments>
		<pubDate>Sat, 23 Oct 2010 02:43:31 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.flester.com/blog/?p=345</guid>
		<description><![CDATA[Yeah. I&#8217;m an apple fanboi. Some days I wish I could quit. Herewith a status update on various aspects of fanboi-dom. 1. Macbook Pro &#8211; a late 2007 model. Hanging in there. Lost the HDD when it was 2 weeks old, replaced at their expense. Been using TimeMachine with an external after that. Lost the [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah. I&#8217;m an apple fanboi. Some days I wish I could quit. Herewith<br />
a status update on various aspects of fanboi-dom.</p>
<p>1. Macbook Pro &#8211; a late 2007 model. Hanging in there. Lost the HDD when<br />
it was 2 weeks old, replaced at their expense. Been using TimeMachine<br />
with an external after that. Lost the right arrow key over the summer.<br />
Replaced at their expense. Nothing serious.</p>
<p>2. iPad &#8211; mid 2010. Not entirely useless. It is good for reading ebooks.<br />
Not much else. Not good for family sharing, email, documents, music,<br />
pictures as it can only sync with one iTunes. Not good for kids since<br />
there is no Flash (i.e. no Webkinz). No Google Chrome. No logins and<br />
passwords. No parental controls. Very disappointing.</p>
<p>3. MacPro &#8211; late 2010. 27&#8243; Cinema display died after 3 days. 2 Hours with<br />
support, rebooted about a hundred times. Sent it back, got a new one.<br />
Out of commission for six days. The display has no power button and not<br />
even a little light to indicate that it is getting power. Seems like something<br />
that should be added in a future rev. Most folks thought of that back in the<br />
&#8217;60&#8242;s.</p>
<p>4. MacOS X 10.6. Ok. The system wanted to give me a new JDK (1.6 update 2)<br />
Wednesday night. Took it. Now none of my JNI code compiles. What? There is<br />
a symlink to jni.h that points off to nowhere. Is that file optional? Did no one<br />
else ever check that a jni.h file was included in that release? Word on the street<br />
is to get the JDK 1.6 update 3 from the Apple Developer Connection. Right.<br />
It does have the jni.h file but it&#8217;s still in the WRONG PLACE APPLE! And it<br />
reports the exact same version number as update 2. Unbelievable. Update 2<br />
is unfixable, but here is how I fixed update 3</p>
<ol>
<li>cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/</li>
<li>sudo mkdir include</li>
<li>cd include</li>
<li>for f in  /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/*.h; do sudo ln -s $f .;  done</li>
</ol>
<p>5. The MacBookPro 2007 cannot connect to the 2010 27&#8243; Cinema Display. Without buying<br />
an adapter. No mini-DVI plug on the MBP 2007 model. For the price yous guys could<br />
have included the stupid adapter.</p>
<p>6. A new version of iLife was just announced. Bummer as I just bought the update to the<br />
previous version. I wonder if they will make that right?</p>
<p>The disappointments are sort of piling up. This is no where near the tipping point for<br />
me personally, but it does start to affect how much I recommend Apple stuff. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flester.com/blog/2010/10/23/apple-fanboi-status/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard ls(1) output</title>
		<link>http://www.flester.com/blog/2008/01/03/mac-os-x-leopard-ls1-output</link>
		<comments>http://www.flester.com/blog/2008/01/03/mac-os-x-leopard-ls1-output#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:15:28 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.flester.com/blog/?p=15</guid>
		<description><![CDATA[Mac OS X Leopard (10.5) has some interesting new output from the ls(1) command. Some files include a &#8220;@&#8221; or a &#8220;+&#8221; at the end of the permission string. Like this: -rw-rw-r&#8211;@ 1 12345 Jan 2 file.txt This is different from the &#8220;@&#8221; used after the filename to note a symbolic link when using the [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OS X Leopard (10.5) has some interesting new output from the ls(1) command. Some files include a &#8220;@&#8221; or a &#8220;+&#8221; at the end of the permission string. Like this:<br />
<i>-rw-rw-r&#8211;<b>@</b> 1 12345 Jan 2 file.txt</i><br />
This is different from the &#8220;@&#8221; used after the filename to note a symbolic link when using the -F flag. This new marker indicates:</p>
<ul>
<li><strong>@</strong> &#8211; the presence of extended metadata, see it with &#8220;ls -@&#8221;</li>
<li><strong>+</strong> &#8211; the presence of security ACL info, see it with &#8220;ls -e&#8221;</li>
</ul>
<p>The new mdls(1) command might also be if interest for another view of the metadata. The metadata is stored in a file that begins with <strong>._</strong> (dot underscore) and then the normal filename. So the metadata for file.txt would be found in <strong>._file.txt</strong>.</p>
<p>The new flags for ls are listed in the Leopard version of the ls man page, but if you&#8217;ve upgraded from Tiger you may not see any new man pages. The new man pages are delivered in gzip compressed format but the old man pages are not deleted &#8212; apparently a bug in the upgrade installer.</p>
<p>If you want to remove just those man pages that also have a (most likely newer) gzip version, then you can run this as root:</p>
<blockquote><pre>
   cd /usr/share/man
   for f in `find . -name "*.gz" -print ; do
       o=`echo $f | sed 's/\.gz//'`
       if [ -f $o ] ; then
           echo rm $o
       fi
   done
</pre>
</blockquote>
<p>Once you are happy with the output of that, remove the echo statement and the old man pages will be deleted. This isn&#8217;t perfect, it still leaves old man pages laying around for things that were part of Tiger but are not part of Leopard. There will still be a man page for niutil(1) , for example, which is obsoleted from Leopard. But I think I can live with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flester.com/blog/2008/01/03/mac-os-x-leopard-ls1-output/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

