<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>osx</title>
  <link rel="alternate" type="text/html" href="http://www.rudis.net/taxonomy/term/213"/>
  <link rel="self" type="application/atom+xml" href="http://www.rudis.net/taxonomy/term/213/atom/feed"/>
  <id>http://www.rudis.net/taxonomy/term/213/atom/feed</id>
  <updated>2007-06-11T15:19:52-04:00</updated>
  <entry>
    <title>Great Quicksilver/MetaMark Python Script!</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/258" />
    <id>http://www.rudis.net/node/258</id>
    <published>2007-11-21T16:34:16-05:00</published>
    <updated>2007-11-21T17:04:37-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="os x" />
    <category term="osx" />
    <category term="Programming" />
    <category term="python" />
    <summary type="html"><![CDATA[<p><a href="http://www.leancrew.com/all-this/2007/11/shortened_urls_with_quicksilve.html">Great little script</a> here for using the MetaMark URL shortening service in conjunction with <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a>.</p>
<p>Some enhancements...</p>
<p>For FireFox users, replace the Safari-laden AppleScript lines with:</p>
<blockquote>
<pre style="overflow-x:auto;margin-top:10px;margin-bottom:10px">

<code style="display:inline; font-family:Monaco;width:600px;">applescript = '''tell application "Firefox"
	set ff to properties of front window as list
	get item 3 of ff
end tell'''</code><br/>

</br/></pre></blockquote>
<p>For those who also cannot partake of system beeps for notification upon shortening completion here's a <a href="http://growl.info/">Growl</a> replacement for the end beeping:</p>
<blockquote>
<pre style="overflow-x:auto;margin-top:10px;margin-bottom:10px">
<code style="display:inline; font-family:Monaco;width:600px;">popen('growlnotify -n "surl" -m "URL Shortened\n' + url + ' :: ' + shortURL + '"') ;</code><br/>

</br/></pre></blockquote>
<p>(that requires installing the <a href="http://growl.info/documentation/growlnotify.php">growlnotify</a> support - which you probably did if you're a Growl user - and having "<code>/usr/local/bin</code> in the appropriate path (you can just pre-pend that onto the <code>growlnotify</code> command just to be sure.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><a href="http://www.leancrew.com/all-this/2007/11/shortened_urls_with_quicksilve.html">Great little script</a> here for using the MetaMark URL shortening service in conjunction with <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a>.</p>
<p>Some enhancements...</p>
<p>For FireFox users, replace the Safari-laden AppleScript lines with:<br />
<blockquote>
<pre style="overflow-x:auto;margin-top:10px;margin-bottom:10px">

<code style="display:inline; font-family:Monaco;width:600px;">applescript = '''tell application "Firefox"
	set ff to properties of front window as list
	get item 3 of ff
end tell'''</code><br/>

</br/></pre></blockquote></p>
<p>For those who also cannot partake of system beeps for notification upon shortening completion here's a <a href="http://growl.info/">Growl</a> replacement for the end beeping:<br />
<blockquote>
<pre style="overflow-x:auto;margin-top:10px;margin-bottom:10px">
<code style="display:inline; font-family:Monaco;width:600px;">popen('growlnotify -n "surl" -m "URL Shortened\n' + url + ' :: ' + shortURL + '"') ;</code><br/>

</br/></pre></blockquote></p>
<p>(that requires installing the <a href="http://growl.info/documentation/growlnotify.php">growlnotify</a> support - which you probably did if you're a Growl user - and having "<code>/usr/local/bin</code> in the appropriate path (you can just pre-pend that onto the <code>growlnotify</code> command just to be sure.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Write-access To NTFS Partitions On OS X</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/243" />
    <id>http://www.rudis.net/node/243</id>
    <published>2007-11-06T11:22:55-05:00</published>
    <updated>2007-11-06T11:22:59-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="os x" />
    <category term="osx" />
    <category term="software" />
    <summary type="html"><![CDATA[<p>HardMac posted <a href="http://www.hardmac.com/news/2007-11-06/#7419">news</a> about beta software that enables write-access to NTFS partitions on your Mac. It requires <a href="http://ntfs-mac.com/">signing up for beta access</a> and requires a form to be filled out, but it doesn't seem to require *valid* entries in the fields. No word on Leopard compatibility, comes with an un-installer and the pkg requires a restart.</p>
<p>I'll try to test it against some NTFS partitions later tonight.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>HardMac posted <a href="http://www.hardmac.com/news/2007-11-06/#7419">news</a> about beta software that enables write-access to NTFS partitions on your Mac. It requires <a href="http://ntfs-mac.com/">signing up for beta access</a> and requires a form to be filled out, but it doesn't seem to require *valid* entries in the fields. No word on Leopard compatibility, comes with an un-installer and the pkg requires a restart.</p>
<p>I'll try to test it against some NTFS partitions later tonight.</p>
    ]]></content>
  </entry>
  <entry>
    <title>   Investigating the Leopard Firewall | securosis.com</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/235" />
    <id>http://www.rudis.net/node/235</id>
    <published>2007-11-02T12:24:28-04:00</published>
    <updated>2007-11-02T12:24:32-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="firewall" />
    <category term="os x" />
    <category term="osx" />
    <category term="security" />
    <summary type="html"><![CDATA[<p>Good write-up on the new Leopard built-in firewall.</p>
<blockquote><p><a href="http://securosis.com/2007/11/01/investigating-the-leopard-firewall/">   Investigating the Leopard Firewall | securosis.com</a>: ""</p>
</blockquote>
    ]]></summary>
    <content type="html"><![CDATA[<p>Good write-up on the new Leopard built-in firewall.</p>
<blockquote><p><a href="http://securosis.com/2007/11/01/investigating-the-leopard-firewall/">   Investigating the Leopard Firewall | securosis.com</a>: ""</p></blockquote>
    ]]></content>
  </entry>
  <entry>
    <title>Almost Whole</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/224" />
    <id>http://www.rudis.net/node/224</id>
    <published>2007-10-18T15:43:13-04:00</published>
    <updated>2007-10-18T16:16:25-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="airport" />
    <category term="moving" />
    <category term="os x" />
    <category term="osx" />
    <summary type="html"><![CDATA[<p><a href="http://www.flickr.com/photos/46976970@N00/1620907342" title="View 'Moving (In) Day - Graebel Truck' on Flickr.com"><img src="http://farm3.static.flickr.com/2151/1620907342_5e4c861bb2_m.jpg" alt="Moving (In) Day - Graebel Truck" border="0" width="240" height="180" align="left" /></a>The Graebel truck pictured in the post was one of two necessary to haul all our stuff from PA to WA. It took the four lads from ~9am - ~6pm to haul everything into the house into the (mostly) correct designated rooms. Most everything survived and not much was missing (so far). There are a *ton* of boxes and the house in (what feels like chaos). However, getting our "stuff" has helped the place feel even more like home.</p>
<p>Tonight that feeling should be even more complete since the rest of the fam makes their way here today (*finally*)! You can track <a href="http://www.flightstats.com/go/FlightTracker/flightTracker.do?id=107147287">both</a> <a href="http://www.flightstats.com/go/FlightTracker/flightTracker.do?id=107146595">legs</a> of their trip via those two flightstats.com links. (Theres a great flight tracker OS X Dashboard Widget you can use as well - Southwest Airlines flights 2203 and 1251).</p>
<p>Now, we just have to unpack everything and settle in (and have a few more yard sales).</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><a href="http://www.flickr.com/photos/46976970@N00/1620907342" title="View 'Moving (In) Day - Graebel Truck' on Flickr.com"><img src="http://farm3.static.flickr.com/2151/1620907342_5e4c861bb2_m.jpg" alt="Moving (In) Day - Graebel Truck" border="0" width="240" height="180" align="left" /></a>The Graebel truck pictured in the post was one of two necessary to haul all our stuff from PA to WA. It took the four lads from ~9am - ~6pm to haul everything into the house into the (mostly) correct designated rooms. Most everything survived and not much was missing (so far). There are a *ton* of boxes and the house in (what feels like chaos). However, getting our "stuff" has helped the place feel even more like home.</p>
<p>Tonight that feeling should be even more complete since the rest of the fam makes their way here today (*finally*)! You can track <a href="http://www.flightstats.com/go/FlightTracker/flightTracker.do?id=107147287">both</a> <a href="http://www.flightstats.com/go/FlightTracker/flightTracker.do?id=107146595">legs</a> of their trip via those two flightstats.com links. (Theres a great flight tracker OS X Dashboard Widget you can use as well - Southwest Airlines flights 2203 and 1251).</p>
<p>Now, we just have to unpack everything and settle in (and have a few more yard sales).</p>
    ]]></content>
  </entry>
  <entry>
    <title>Leopard (Mac OS X 10.5) Security</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/222" />
    <id>http://www.rudis.net/node/222</id>
    <published>2007-10-18T13:32:35-04:00</published>
    <updated>2007-10-18T13:55:42-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="Apple" />
    <category term="os x" />
    <category term="osx" />
    <category term="security" />
    <summary type="html"><![CDATA[<p>Scott over @ TUAW does something I should have done – point out some of the new security features in Leopard. Check out the full post and Apple's large feature-set listing to get a hint at what's coming our way.</p>
<blockquote><p><a href="http://www.tuaw.com/2007/10/17/secure-your-mac-whats-now-in-leopard-security/">Secure Your Mac: What's new in Leopard security? - The Unofficial Apple Weblog (TUAW)</a>: "Apple has a whole section detailing the new security features in Leopard on their huge list of 300+ features to be found in the new OS. The highlights from the security list are:</p>
<p>Tagging downloaded Apps: This feature seems to be what Microsoft was trying to do with Vista. The first time you launch a downloaded app Leopard will ask you if you really want to run this app and display from whence this app came (so if you see it was downloaded for a wacky URL you can cancel launching it).<br />
Application specific firewall: You can set the firewall to allow or refuse connections per app.<br />
Library Randomization: Places system libraries in randomly assigned memory addresses."</p>
</blockquote>
<p>(Via <a href="http://www.tuaw.com/2007/10/17/secure-your-mac-whats-now-in-leopard-security/">TUAW</a>.)</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Scott over @ TUAW does something I should have done – point out some of the new security features in Leopard. Check out the full post and Apple's large feature-set listing to get a hint at what's coming our way.</p>
<blockquote><p><a href="http://www.tuaw.com/2007/10/17/secure-your-mac-whats-now-in-leopard-security/">Secure Your Mac: What's new in Leopard security? - The Unofficial Apple Weblog (TUAW)</a>: "Apple has a whole section detailing the new security features in Leopard on their huge list of 300+ features to be found in the new OS. The highlights from the security list are:</p>
<p>Tagging downloaded Apps: This feature seems to be what Microsoft was trying to do with Vista. The first time you launch a downloaded app Leopard will ask you if you really want to run this app and display from whence this app came (so if you see it was downloaded for a wacky URL you can cancel launching it).<br />
Application specific firewall: You can set the firewall to allow or refuse connections per app.<br />
Library Randomization: Places system libraries in randomly assigned memory addresses."</p></blockquote>
<p>(Via <a href="http://www.tuaw.com/2007/10/17/secure-your-mac-whats-now-in-leopard-security/">TUAW</a>.)</p>
    ]]></content>
  </entry>
  <entry>
    <title>Leopard Available for Pre-order</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2007/06/14/leopard-available-pre-order" />
    <id>http://www.rudis.net/content/2007/06/14/leopard-available-pre-order</id>
    <published>2007-06-14T15:18:37-04:00</published>
    <updated>2007-06-14T15:21:50-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="amazon" />
    <category term="Apple" />
    <category term="leopard" />
    <category term="mac" />
    <category term="os x" />
    <category term="osx" />
    <summary type="html"><![CDATA[<p>You can pre-order your copy of Leopard from Amazon from here:</p>
<p><center><iframe src="http://rcm.amazon.com/e/cm?t=rudisdotnet-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000FK88JK&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></center></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>You can pre-order your copy of Leopard from Amazon from here:</p>
<p><center><iframe src="http://rcm.amazon.com/e/cm?t=rudisdotnet-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000FK88JK&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></center></p>
    ]]></content>
  </entry>
  <entry>
    <title>2007 WWDC Impressions</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/2007/06/11/wwdc-impressions" />
    <id>http://www.rudis.net/2007/06/11/wwdc-impressions</id>
    <published>2007-06-11T22:45:54-04:00</published>
    <updated>2007-06-11T23:04:55-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="Apple" />
    <category term="iphone" />
    <category term="keynote" />
    <category term="leopard" />
    <category term="os x" />
    <category term="osx" />
    <category term="WWDC" />
    <summary type="html"><![CDATA[<p>We (Mary &amp; I) just watched they 2007 WWDC Keynote in (almost) it's entirety and I felt compelled to jot a few notes down (via Safari 3 on OS X Tiger).</p>
<blockquote>
<ol>
<li>New desktop: first, what's wrong with a blue background? second, i hope there's a way to turn off the fancy Dock effects; last, the menu bar enhancements (though grainy in the video) seem decent</li>
<li>Stacks: meh</li>
<li>New Finder: meh (though CoverFlow is growing on me every time I see it)</li>
<li>Spaces: gimme VirtueDesktops back</li>
<li>BootCamp: the fast switch mode is very cool (need to look past they keynote for that info, tho)</li>
<li>CoreAnimation: rocks!</li>
<li>Quick Look: it's growing on me</li>
<li>Network sharing: scary (from a security point-of-view)</li>
<li>Time Machine: yeah, yeah</li>
<li><b>Safari</b>: best thing to happen to Windows and will be glad to see it gobble up market share</li>
<li>iPhone: lots of folks poo-pooed it today, but I think it's the most intelligent way to develop apps for the mobile, connected platform. it's *way* better than using some huge development environment to compile code that has to be "sync'd" and will enable far more interesting mobile apps than one might think. I just hope there's a way to have some local storage.</li>
</ol>
</blockquote>
<p><b>UPDATE:</b></p>
<p>I apparently forgot the WebClip/Dashboard feature. To that I give a firm "meh."</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>We (Mary &amp; I) just watched they 2007 WWDC Keynote in (almost) it's entirety and I felt compelled to jot a few notes down (via Safari 3 on OS X Tiger).<br />
<blockquote>
<ol>
<li>New desktop: first, what's wrong with a blue background? second, i hope there's a way to turn off the fancy Dock effects; last, the menu bar enhancements (though grainy in the video) seem decent</li>
<li>Stacks: meh</li>
<li>New Finder: meh (though CoverFlow is growing on me every time I see it)</li>
<li>Spaces: gimme VirtueDesktops back</li>
<li>BootCamp: the fast switch mode is very cool (need to look past they keynote for that info, tho)</li>
<li>CoreAnimation: rocks!</li>
<li>Quick Look: it's growing on me</li>
<li>Network sharing: scary (from a security point-of-view)</li>
<li>Time Machine: yeah, yeah</li>
<li><b>Safari</b>: best thing to happen to Windows and will be glad to see it gobble up market share</li>
<li>iPhone: lots of folks poo-pooed it today, but I think it's the most intelligent way to develop apps for the mobile, connected platform. it's *way* better than using some huge development environment to compile code that has to be "sync'd" and will enable far more interesting mobile apps than one might think. I just hope there's a way to have some local storage.</li>

</ol></blockquote></p>
<p><b>UPDATE:</b></p>
<p>I apparently forgot the WebClip/Dashboard feature. To that I give a firm "meh."</p>
    ]]></content>
  </entry>
  <entry>
    <title>Safari 3 Public Beta for Mac *and* Windows!!!!</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/2007/06/11/safari-on-windows" />
    <id>http://www.rudis.net/2007/06/11/safari-on-windows</id>
    <published>2007-06-11T14:51:55-04:00</published>
    <updated>2007-06-11T15:19:52-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="Apple" />
    <category term="browser" />
    <category term="firefox" />
    <category term="ie" />
    <category term="internet explorer" />
    <category term="os x" />
    <category term="osx" />
    <category term="safari" />
    <summary type="html"><![CDATA[<p>Apple released a public beta of their browser - Safari - for Mac &amp; <b>Windows</b> today. Go grab it @ <a href="http://www.apple.com/safar">http://www.apple.com/safari</a> and experience browsing as it should be.</p>
<p>Hey, Macs can run Windows and Windows programs (via many different methods). It's only fair that PC folks can run some Mac apps.</p>
<p>Now for the testing. Let's see if I can do things like sync my .Mac bookmarks...</p>
<p><b>UPDATE</b>...</p>
<p>Meh. Looks like it truly is a beta. Slow start (on Windows). No proxy support (on Windows). No .Mac sync (on Windows).</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Apple released a public beta of their browser - Safari - for Mac &amp; <b>Windows</b> today. Go grab it @ <a href="http://www.apple.com/safar">http://www.apple.com/safari</a> and experience browsing as it should be.</p>
<p>Hey, Macs can run Windows and Windows programs (via many different methods). It's only fair that PC folks can run some Mac apps.</p>
<p>Now for the testing. Let's see if I can do things like sync my .Mac bookmarks...</p>
<p><b>UPDATE</b>...</p>
<p>Meh. Looks like it truly is a beta. Slow start (on Windows). No proxy support (on Windows). No .Mac sync (on Windows).</p>
    ]]></content>
  </entry>
</feed>
