<?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>Ruiz-Ade.com &#187; Mac OS X</title>
	<atom:link href="http://ruiz-ade.com/category/tech/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruiz-ade.com</link>
	<description>Living life so you don't have to.</description>
	<lastBuildDate>Wed, 19 Oct 2011 20:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Dear Adobe Reader Safari Plugin: Die.</title>
		<link>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/</link>
		<comments>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:44:38 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[launchd]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/?p=134</guid>
		<description><![CDATA[If you&#8217;re anything like me, you have a strong dislike for all the stupidity that surrounds the Adobe Reader (formerly known as Acrobat Reader.) I won&#8217;t go into the details here (though this guy can explain it in great detail), but because I very occasionally need features of Adobe Reader, I still keep it installed [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, you have a strong dislike for all the stupidity that surrounds the Adobe Reader (formerly known as Acrobat Reader.)</p>
<p>I won&#8217;t go into the details here (though <a href="http://www.bynkii.com/">this guy</a> can explain it in great detail), but because I <em>very occasionally</em> need features of Adobe Reader, I still keep it installed on my Mac, while I use Preview for all my other PDF needs.  I&#8217;ve gone so far as to install the <a href="http://code.google.com/p/firefox-mac-pdf/">Firefox PDF Plugin for Mac</a> for when I use Firefox, <strong>just to avoid Adobe Reader</strong>.  And, really, there&#8217;s no point in Adobe Reader for most cases where you just want to be able to view or print PDF files.  Doubly so, since Mac OS X lets you print any document to a PDF file as a default feature of the OS.</p>
<p>There are, though, edge cases where having Adobe Reader installed and available are useful.  So I have it installed, but I refuse to use their web plugin.  Adobe doesn&#8217;t care, though, and will periodically, sometimes randomly, and sometimes even without my consent, <em>re-install the plugin.</em>  Even though I&#8217;ve told it not to.  Adobe Updater, I&#8217;m looking at you, here.</p>
<p>Sadly, my solution is heavy-handed.  I created a launchd task that will forcibly remove the Adobe Reader plugin from /Library/Internet Plugins whenever it&#8217;s created.  It&#8217;s fast, efficient, and works.</p>
<p>And, as soon as I can figure out the new wordpress theme, I&#8217;ll post it here in a legible form</p>
<p><strong>UPDATE:</strong> Thanks to <a href="https://twitter.com/LynneAndChad">Lynne and Chad</a> on <a href="https://twitter.com/">Twitter</a> for suggesting the <a href="http://coffee2code.com/wp-plugins/preserve-code-formatting/">Preserve Code Formatting</a> plugin!</p>
<p>And now, the Launchd config. Save this as:<br />
<code>&quot;/Library/LaunchDaemons/org.unnerving.RemoveAdobeReaderPlugin.plist&quot;</code></p>
<hr />
<div class="code">
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
&nbsp;&nbsp;&lt;key&gt;Label&lt;/key&gt;
&nbsp;&nbsp;&lt;string&gt;org.unnering.RemoveAdobeReaderPlugin&lt;/string&gt;
&nbsp;&nbsp;&lt;key&gt;ProgramArguments&lt;/key&gt;
&nbsp;&nbsp;&lt;array&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;rm&lt;/string&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;-rf&lt;/string&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;/Library/Internet Plug-Ins/AdobePDFViewer.plugin&lt;/string&gt;
&nbsp;&nbsp;&lt;/array&gt;
&nbsp;&nbsp;&lt;key&gt;QueueDirectories&lt;/key&gt;
&nbsp;&nbsp;&lt;array&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;string&gt;/Library/Internet Plug-Ins/AdobePDFViewer.plugin&lt;/string&gt;
&nbsp;&nbsp;&lt;/array&gt;
&nbsp;&nbsp;&lt;key&gt;WatchPaths&lt;/key&gt;
&nbsp;&nbsp;&lt;array/&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</code></pre></div>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2010/04/23/dear-adobe-reader-safari-plugin-die/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oh… Safari was already awesome.</title>
		<link>http://ruiz-ade.com/2008/06/18/oh%e2%80%a6-safari-was-already-awesome/</link>
		<comments>http://ruiz-ade.com/2008/06/18/oh%e2%80%a6-safari-was-already-awesome/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 06:38:13 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/?p=18</guid>
		<description><![CDATA[So, yeah, this is probably old news to everyone else, but I&#8217;m late to the party, as usual. I finally tripped over two menu options in the History menu of Safari that I had not previously noticed. The first is &#8220;Reopen Last Closed Window.&#8221; This is very useful. The second is &#8220;Reopen All Windows From [...]]]></description>
			<content:encoded><![CDATA[<p>So, yeah, this is probably old news to everyone else, but I&#8217;m late to the party, as usual. I finally tripped over two menu options in the History menu of Safari that I had not previously noticed.</p>
<p>The first is &#8220;Reopen Last Closed Window.&#8221;  This is very useful.</p>
<p>The second is &#8220;Reopen All Windows From Last Session.&#8221;  This takes care of my biggest concern regarding session restore.</p>
<p>So I guess maybe a &#8220;Reopen Last Closed Tab&#8221; option might be about all I could add to that to be truly complete.</p>
<p>I do still look with great envy at Firefox&#8217;s extensions system, particularly for <a href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/433">FlashBlock</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2008/06/18/oh%e2%80%a6-safari-was-already-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari: You&#8217;re Awesome, But You Could Be More Awesome</title>
		<link>http://ruiz-ade.com/2008/03/31/safari-youre-awesome-but-you-could-be-more-awesome/</link>
		<comments>http://ruiz-ade.com/2008/03/31/safari-youre-awesome-but-you-could-be-more-awesome/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 08:14:57 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/2008/03/31/safari-youre-awesome-but-you-could-be-more-awesome/</guid>
		<description><![CDATA[It&#8217;s been about a week and a half since Apple release the last batch of updates for OS X, including the latest version of Safari. In the interests of keeping up to date with security updates, I went ahead and updated. I did my research first, though, and uninstalled Saft before the attempt (there were [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about a week and a half since Apple release the last batch of updates for OS X, including the latest version of Safari.  In the interests of keeping up to date with security updates, I went ahead and updated.  I did my research first, though, and uninstalled <a href="http://haoli.dnsalias.com/Saft/">Saft</a> before the attempt (there were some who had problems with InputManagers installed during the upgrade.)</p>
<p>I was happy to discover, this evening, that Saft had been updated to support the latest version of Safari.  Despite my general revulsion for running InputManager-based hacks (let alone other system behavior modification software, like <a href="http://www.unsanity.com/">Haxies</a>, that hook in even deeper to the system), Saft offers a subset of functionality that I simply don&#8217;t like doing without.  A couple of the features, I feel, really should be integrated into Safari proper.</p>
<p><span id="more-15"></span></p>
<p>I&#8217;ve <a href="http://method.unnerving.org/2008/03/19/safari-session-saving/">already mentioned</a> my strong desire for one of the features, session saving and restoring.  Firefox has this nailed, and it&#8217;s a built-in feature.  I feel strongly enough about it to mention it again here.  Hey, Apple, are you listening?  I want full session-saving, like what Saft does now, built into Safari.</p>
<p>Another feature Saft gives me is (rudimentary) ad blocking.  The various Firefox extensions (namely <a href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a>) that exist give tremendous power in blocking ads on the web pages you view.  I don&#8217;t know that Saft will ever approach the power of something like Adblock Plus, but it does a good enough job for the moment.</p>
<p>Here&#8217;s a question worth investigating: Is it possible to write an Adblock Plus-like Safari plug-in using the official Internet Plugins API?  My understanding is that API is restricted to the content of the page, and doesn&#8217;t allow for any behavior modification of Safari itself.  That should be enough, right?  This is something I&#8217;ll have to investigate.</p>
<p>I&#8217;d definitely like to stop having to install InputManager-based hacks on my system, though.  Safari is, in my opinion, an excellent browser, but the grass is always greener on the other side of the fence.  Firefox does seem to have a mighty green lawn around their extensions garden.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2008/03/31/safari-youre-awesome-but-you-could-be-more-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotlight &#8220;All Images&#8221; search leaves no stone unturned</title>
		<link>http://ruiz-ade.com/2007/11/09/spotlight-all-images-search-leaves-no-stone-unturned/</link>
		<comments>http://ruiz-ade.com/2007/11/09/spotlight-all-images-search-leaves-no-stone-unturned/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 08:28:31 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/?p=7</guid>
		<description><![CDATA[It may not be a good thing, depending on what you try to hide on your computer. After seeing it reported elsewhere that Spotlight&#8217;s &#8220;All Images&#8221; search on Leopard really does serve up every image on the system, I decided to give it a try myself and see what turned up. Sure enough, every single [...]]]></description>
			<content:encoded><![CDATA[<p>It may not be a good thing, depending on what you try to hide on your computer. <img src='http://ruiz-ade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://gallery.unnerving.org/d/1700-1/ggspotlight_all_images.png"><img align="right" alt="Spotlight search in CoverFlow mode" src="http://gallery.unnerving.org/d/1701-2/ggspotlight_all_images.png" /></a></p>
<p>After seeing it reported elsewhere that Spotlight&#8217;s &#8220;All Images&#8221; search on Leopard really does serve up every image on the system, I decided to give it a try myself and see what turned up.  Sure enough, every single piece of spam I&#8217;ve received in the last week that included an in-line image (as a MIME attachment) ended up contributing to the show.</p>
<p>In this screenshot, you can clearly see all the images from the spam messages.  The on of the woman in the hammock is actually from a spam message, if you can believe that.  No idea who she is, but whatever email message that image was sent in got filed as spam.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2007/11/09/spotlight-all-images-search-leaves-no-stone-unturned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard firewalling</title>
		<link>http://ruiz-ade.com/2007/11/06/leopard-firewalling/</link>
		<comments>http://ruiz-ade.com/2007/11/06/leopard-firewalling/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 06:59:37 +0000</pubDate>
		<dc:creator>Gregory Ruiz-Ade</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://ruiz-ade.com/?p=6</guid>
		<description><![CDATA[A quickie for those that want to actually get their hands dirty with OS X&#8217;s ipfw firewall: WaterRoof seems to be the tool for configuring an ipfw firewall, setting a startup script for it, etc. for Leopard. One of the nice things is that it comes with a few rules sets that make getting the [...]]]></description>
			<content:encoded><![CDATA[<p>A quickie for those that want to actually get their hands dirty with OS X&#8217;s ipfw firewall: <a href="http://www.hanynet.com/waterroof/">WaterRoof</a> seems to be <i>the</i> tool for configuring an ipfw firewall, setting a startup script for it, etc. for Leopard.  One of the nice things is that it comes with a few rules sets that make getting the basic firewall quite simple.</p>
<p>I&#8217;ve simply turned off the Leopard &#8220;Firewall&#8221; for now, and reverted to the tried-and-true ipfw firewall instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruiz-ade.com/2007/11/06/leopard-firewalling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

