<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Mac</title>
<link>http://www.hackszine.com/blog/archive/mac/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Thu, 08 May 2008 20:43:12 -0800</lastBuildDate>
<pubDate>Wed, 14 May 2008 06:25:37 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>DIY multi-touch on OS X</title>
<itunes:summary> Bridger Maxwell has been blogging his progress on creating a homebrew multi-touch platform in OS X. Prior to this, there&apos;s been a lot of activity around building multi-touch systems on Windows using the Touchlib library, but this is the...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="multitouchosx_20080508.jpg" src="http://www.hackszine.com/multitouchosx_20080508.jpg" width="500" height="125" class="mt-image-none" style="" /></span></p>

<p>Bridger Maxwell has been blogging his progress on creating a homebrew multi-touch platform in OS X. Prior to this, there's been a lot of activity around building multi-touch systems on Windows using the Touchlib library, but this is the first time I've seen a concerted effort on OS X.</p>

<p>The basic hardware is the same for both environments: LEDs surround a sheet of acrylic, causing a backscatter of IR when fingers are pressed to the screen. On the software side, though, the multi-touch interface is provided through Pawel Solyga's OpenTouch library. From the sounds of things, though, it's not super simple getting the interface messages from OpenTouch to your multi-touch enabled Cocoa apps:</p>

<blockquote>Both OpenTouch and TouchLib send the touch data to other applications by sending Tangible User Interface Object (TUIO) network messages. TUIO is a protocol that is designed for transmitting the state of multi-touch systems. TUIO is built upon another protocol, Open Sound Control (OSC). While libraries for receiving TUIO messages are available in a few languages such as C++ or Java, there was not a solution for Cocoa applications. My first step was to build a library for receiving TUIO messages in Cocoa.

<p>Because TUIO is built upon OSC, I looked for a library that could parse OSC messages. Unfortunately, I could not find one that would fill all my needs. WSOSC was a library that came close though. There were a few issues to work around (use NSData instead of NSString), but eventually I was able to use WSOSC to parse the OSC packets. When finished, my framework had the ability to parse TUIO messages and had a method to delegate the TUIOCursor objects it created to another application.</blockquote></p>

<p>From the  blog comments, it sounds like Bridger is planning on releasing this middle layer when it gets a little further along.  At the moment, though, he's released a demo comic viewing application that uses his multi-touch project framework. If you're interested in developing multi-touch apps for OS X, some of the discussions on Bridger's blog would be a good place to start.</p>

<p><a href="http://multitouch.fieryferret.com/">Bridger's Multi-Touch Blog</a><br />
<a href="http://code.google.com/p/opentouch/">OpenTouch Library</a></p>

<p>See also: <br />
<a href="http://www.hackszine.com/blog/archive/2007/07/make_your_own_multitouch_displ.html">Make your own multitouch displays and software apps</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/diy_multitouch_on_os_x.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/05/diy_multitouch_on_os_x.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/05/diy_multitouch_on_os_x.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/05/diy_multitouch_on_os_x.html?CMP=OTC-7G2N43923558</guid>
<category>Software Engineering</category>
<pubDate>Thu, 08 May 2008 20:43:12 -0800</pubDate>

</item>

<item>
<title>Scriptographer - Javascript for Illustrator</title>
<itunes:summary> My friend Barrett sent along a link today to an Illustrator scripting plugin called Scriptographer. I&apos;m sort of a slouch at Illustrator, so I had him give me the quick 411 and I must say, this is pretty cool....</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="scriptographer_20080423.jpg" src="http://www.hackszine.com/scriptographer_20080423.jpg" width="500" height="382" class="mt-image-none" style="" /></span></p>

<p>My friend Barrett sent along a link today to an Illustrator scripting plugin called Scriptographer. I'm sort of a slouch at Illustrator, so I had him give me the quick 411 and I must say, this is pretty cool. </p>

<p>If you're familiar with Javascript, Scriptographer will enable you to crank out little scripts that can generate illustrations procedurally. As an example, the bubbelbubbling script, show above, tuns your pen tool into a fountain of random bubbles that follow your drawing path. There are certain styles of artwork that could really lend themselves to a procedural drawing tool: fractals, patterns, random "particle" effects. These things would take forever to generate manually, but by defining the effect programatically, you can quickly experiment with your work in a more dynamic fashion, tweaking variables and fine-tuning your work as you go.</p>

<p>The project website also has a growing library of user-contributed scripts that are worth checking out. It's a good place to start for your own creations, or you may just find exactly what you're looking for, already crafted for you by another designer-coder.</p>

<p><a href="http://scriptographer.com/">Scriptographer</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/scriptographer_javascript_for.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/scriptographer_javascript_for.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/04/scriptographer_javascript_for.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/04/scriptographer_javascript_for.html?CMP=OTC-7G2N43923558</guid>
<category>Life</category>
<pubDate>Wed, 23 Apr 2008 21:11:31 -0800</pubDate>

</item>

<item>
<title>Manipulating Mac keyboard LEDs through software</title>
<itunes:summary>Amit Singh, the Google Mac Team hacker who taught us all how to use the Mac motion sensor as a human interface device and manipulate the keyboard backlight on the MacBook Pro, wrote a short program that demonstrates how to...</itunes:summary>
<description>
<![CDATA[<p>Amit Singh, the Google Mac Team hacker who taught us all how to use the Mac motion sensor as a human interface device and manipulate the keyboard backlight on the MacBook Pro, wrote a short program that demonstrates how to control the LEDs on your keyboard through a user space program:</p>

<blockquote>If you have an irrepressible urge to turn these LEDs on or off through software, here is a program that shows you how. (Note that the program only manipulates the LEDs -- it will not actually cause caps lock or num lock to be engaged.) The program also serves as an example of how to do user-space Human Interface Device (HID) programming through the I/O Kit.</blockquote>

<p>I'm not sure what you could use this for, but that's for you to sort out, right?</p>

<p><a href="http://googlemac.blogspot.com/2008/04/manipulating-keyboard-leds-through.html">Manipulating keyboard LEDs through software</a><br />
<a href="http://osxbook.com/book/bonus/chapter10/light/">Reading and manipulating the keyboard backlight on the MacBook Pro</a><br />
<a href="http://osxbook.com/software/sms/">Hacking the sudden motion sensor</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/manipulating_mac_keyboard_leds.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/04/manipulating_mac_keyboard_leds.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/04/manipulating_mac_keyboard_leds.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/04/manipulating_mac_keyboard_leds.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Sat, 19 Apr 2008 21:46:10 -0800</pubDate>

</item>

<item>
<title>CSS ad blocking for Firefox and Safari</title>
<itunes:summary>Using Firefox&apos;s CSS-based chrome feature or Safari&apos;s advanced stylesheet preferences and a little clever CSS coding, you can disable most banner ads, making them invisible in your browser. This technique is considerably easier and more flexible than setting up a...</itunes:summary>
<description>
<![CDATA[<p>Using Firefox's CSS-based chrome feature or Safari's advanced stylesheet preferences and a little clever CSS coding, you can disable most banner ads, making them invisible in your browser. This technique is considerably easier and more flexible than setting up a private DNS server or proxy to filter out images from ad-serving domains.</p>

<p>The trick is setting up a number of CSS rules that use "*=" substring selection on an element's properties. For instance, matching an IFRAME tag with the SRC parameter containing doubleclick would look like <code>IFRAME[SRC*="doubleclick"]</code> and matching an anchor tag with an HREF containing a url with "ads." in it would look like <code>A:link[HREF*="ads."]</code>. Giving the style "display: none ! important" to all of the possible combinations and adding the stylesheet to your browser's chrome effectively turns off the ad-serving web. The site below has a comprehensive CSS file that's been tailored to assassinate ads from most networks.</p>

<p>To be honest, I didn't realize that you could do this type of parameter matching and subselection in CSS, so it's worth looking at the CSS source for that alone.  If you don't use it for this purpose, perhaps the technique will come in handy for something else you are working on.</p>

<p><a href="http://www.floppymoose.com/">Better Ad Blocking for Firefox, Mozilla, Camino, and Safari</a><br />
<a href="http://www.floppymoose.com/userContent.css">Ad Blocking userContent.css</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/css_ad_blocking_for_firefox_an.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/css_ad_blocking_for_firefox_an.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/css_ad_blocking_for_firefox_an.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/css_ad_blocking_for_firefox_an.html?CMP=OTC-7G2N43923558</guid>
<category>Firefox</category>
<pubDate>Fri, 28 Mar 2008 21:20:26 -0800</pubDate>

</item>

<item>
<title>iNoteBook: repurpose an old laptop</title>
<itunes:summary> It seems like I end up updating my laptop every couple of years, but as cool as new hardware is, sometimes the challenge of finding a new use for the old machine is more interesting. The iNoteBook mod is...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="inotebook_20080325.jpg" src="http://www.hackszine.com/inotebook_20080325.jpg" width="500" height="375" class="mt-image-none" style="" /></span></p>

<p>It seems like I end up updating my laptop every couple of years, but as cool as new hardware is, sometimes the challenge of finding a new use for the old machine is more interesting. The iNoteBook mod is a classic example, transforming a broken, screenless iBook into a stealth desktop machine.</p>

<p>What's your favorite laptop reuse project? If you've got one, please share in in the comments.</p>

<p><a href="http://www.applefritter.com/node/1597">The iNoteBook</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/inotebook_repurpose_an_old_lap.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/inotebook_repurpose_an_old_lap.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/inotebook_repurpose_an_old_lap.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/inotebook_repurpose_an_old_lap.html?CMP=OTC-7G2N43923558</guid>
<category>Hardware</category>
<pubDate>Tue, 25 Mar 2008 19:56:41 -0800</pubDate>

</item>

<item>
<title>Safari single window mode</title>
<itunes:summary>Dennis Stevense posted a great little Terminal hack which enables single window browsing for the latest version of Safari. If you&apos;re running 3.1 you can type in the following command to make all &quot;target=&apos;_blank&apos;&quot; links open in a new tab...</itunes:summary>
<description>
<![CDATA[<p>Dennis Stevense posted a great little Terminal hack which enables single window browsing for the latest version of Safari. If you're running 3.1 you can type in the following command to make all "target='_blank'" links open in a new tab instead of in a new window:</p>

<blockquote><code>
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</code></blockquote>

<p>This is one of my favorite Firefox features, so I'm pretty happy to see it available in Safari, even if it's under a hidden setting.</p>

<p><a href="http://www.naquah.net/blog/dennis/2008/03/21/how-to-enable-single-window-mode-in-safari">How to enable single window mode in Safari</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/safari_single_window_mode.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/safari_single_window_mode.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/safari_single_window_mode.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/safari_single_window_mode.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Mon, 24 Mar 2008 21:30:34 -0800</pubDate>

</item>

<item>
<title>N64 emulation: better than the real thing</title>
<itunes:summary> Racketboy has a great article showing off some of the capabilities of the modern N64 emulator. If your machine is fast enough, most of the available emulators will really give you a noticeable resolution boost and better looking anti-aliased...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="n64emu_20080311.jpg" src="http://www.hackszine.com/n64emu_20080311.jpg" width="500" height="352" class="mt-image-none" style="" /></span></p>

<p>Racketboy has a great article showing off some of the capabilities of the modern N64 emulator. If your machine is fast enough, most of the available emulators will really give you a noticeable resolution boost and better looking anti-aliased models. Using the Rice Video plugin with the Project64 emulator, you can even swap out the textures for some games with user-created texture packs. </p>

<p>I still use the real hardware (is the N64 considered "retro" now?), so before seeing this, I hadn't even considered emulation for this platform. That all changed when I saw the Mario64 mod shown above. The selection of available emulators is impressive, and there are open source emulators available for just about every platform. I'm currently playing a game under Mupen64 on my iMac and it's pretty flawless. My only wish is that all computers came, by default, with a nice joystick like they did back in the 80s.</p>

<p>Enhance N64 Graphics With Emulation Plugins & Texture Packs - <a href="http://www.racketboy.com/retro/nintendo/n64/2008/03/enhance-n64-graphics-with-emulation-plugins-texture-packs.html">Link</a><br />
Project64 Emulator - <a href="http://www.pj64-emu.com/">Link</a><br />
Rice Video Plugin - <a href="https://ricevideo.bountysource.com/">Link</a><br />
Mupen64 Emulator (cross-platform, open source) - <a href="http://mupen64.emulation64.com/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/n64_emulation_better_than_the.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/n64_emulation_better_than_the.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/n64_emulation_better_than_the.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/n64_emulation_better_than_the.html?CMP=OTC-7G2N43923558</guid>
<category>Gaming</category>
<pubDate>Tue, 11 Mar 2008 22:35:18 -0800</pubDate>

</item>

<item>
<title>Command line Twitter</title>
<itunes:summary>You can easily update your Twitter status from the command line using cURL. The Tech-Recipes blog posted this handy command line hack: With cURL installed, you can post to Twitter from the terminal window by using the following syntax: curl...</itunes:summary>
<description>
<![CDATA[<p>You can easily update your Twitter status from the command line using cURL. The Tech-Recipes blog posted this handy command line hack:</p>

<blockquote>With cURL installed, you can post to Twitter from the terminal window by using the following syntax:

<p><br />
<code>curl -u yourusername:yourpassword -d status="Your Message Here" http://twitter.com/statuses/update.xml</code></p>

<p>You will receive a response containing the XML coding for your post which acts as a confirmation that your post was submitted.</blockquote></p>

<p>Consider this: instant messaging is the new <i>talk</i> (<i>phone</i> for my VMS peeps) and Twitter is the new <i>finger</i>.  It's nice to see at least one of these handy communication tools make its way back to the command line.</p>

<p>Posting to Twitter from the Terminal Window - <a href="http://blogs.tech-recipes.com/shamanstears/2008/03/04/ubuntu-posting-to-twitter-from-the-terminal-window/">Link</a><br />
cURL downloads - <a href="http://curl.haxx.se/download.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/command_line_twitter.html?CMP=OTC-7G2N43923558</guid>
<category>Ubuntu</category>
<pubDate>Sun, 09 Mar 2008 21:39:36 -0800</pubDate>

</item>

<item>
<title>Remote file access through email</title>
<itunes:summary>Shantanu Goel put a proof-of-concept Outlook macro together that will send you files in response to a specially formatted email. The idea is that you can activate this and leave Outlook running on your computer at work and if you...</itunes:summary>
<description>
<![CDATA[<p>Shantanu Goel put a proof-of-concept Outlook macro together that will send you files in response to a specially formatted email. The idea is that you can activate this and leave Outlook running on your computer at work and if you are offsite and need to grab a document it's only an email away.</p>

<blockquote>
This project came into being after reading <a href="http://lifehacker.com/357710/retrieve-any-file-on-your-home-computer-by-email">this post</a> at lifehacker (original post and solution <a href="http://murphymac.com/retrieve-a-remote-file-by-email/">here</a>). It listed a method to retrieve mails on your home/office PC by sending a "magic email" to it, but it was only for mac's. Seeing that people wanted it for windows as well, I thought of making something up during lunch time at office.
</blockquote>

<p>If you think about it, this is kind of a clever way to get around a corporate firewall. It'd be funny to add some directory listing functionality to it and formalize an email file transfer protocol.</p>

<p>Remote File Access Through E-Mail -<a href="http://tech.shantanugoel.com/projects/windows/remote-file-access-through-e-mail">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/remote_file_access_through_ema.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/remote_file_access_through_ema.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/remote_file_access_through_ema.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/remote_file_access_through_ema.html?CMP=OTC-7G2N43923558</guid>
<category>Windows</category>
<pubDate>Sat, 23 Feb 2008 20:07:48 -0800</pubDate>

</item>

<item>
<title>TrueCrypt for OS X</title>
<itunes:summary> TrueCrypt 5.0 was released yesterday and OS X has been added to the list of supported operating systems, making it the only open source volume encryption utility that works in Linux, Mac and Windows. It&apos;s a really slick utility...</itunes:summary>
<description>
<![CDATA[<p><img alt="truecrypt_20080206.jpg" src="http://www.hackszine.com/truecrypt_20080206.jpg" width="500" height="433" /></p>

<p>TrueCrypt 5.0 was released yesterday and OS X has been added to the list of supported operating systems, making it the only open source volume encryption utility that works in Linux, Mac and Windows. It's a really slick utility for creating an AES-256 or Serpent encrypted volume that you can drop sensitive files inside.</p>

<p>You can use TrueCrypt to create an encrypted volume image inside a file, or you can encrypt a whole disk image or partition. The OS X version uses MacFUSE to provide user-mode mounting of the encrypted disk. The main application window, pictured above, gives you a simple interface for creating and mounting encrypted images. </p>

<p>Once an image is mounted, you can use it like a normal hard disk.  Unmount the disk and you're left with a file full of random gibberish. FAT is the only filesystem that's available through the interface, but once the disk is mounted, you can reformat it with Disk Utility to use XFS.</p>

<p>There are a couple of things worth noting. In the Windows and Linux versions a special bootloader is available that lets you encrypt your entire system drive. It doesn't look like that option is available in the OS X version. Also, when I tested the latest OS X binary this evening, the "hidden volume" plausible deniability feature wasn't working. Hopefully that will be added in a future release. Until then, TrueCrypt is better suited for storing tax documents and things you wouldn't want visible to a laptop thief, rather than the details of where you've hidden the bodies.</p>

<p>TrueCrypt - [<a href="http://www.tuaw.com/2008/02/06/truecrypt-released-for-os-x/">via</a>] <a href="http://www.truecrypt.org/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/truecrypt_for_os_x.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/truecrypt_for_os_x.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/truecrypt_for_os_x.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/truecrypt_for_os_x.html?CMP=OTC-7G2N43923558</guid>
<category>Cryptography</category>
<pubDate>Wed, 06 Feb 2008 20:34:05 -0800</pubDate>

</item>

<item>
<title>Sidebar separator hack for OS X</title>
<itunes:summary> Becky Stern forwarded us Jonathan Berger&apos;s simple and useful hack that adds dividers to the Finder sidebar. I use the Finder&apos;s Sidebar pretty heavily, but it was getting to be a mess that could really use some dividers. Solution?...</itunes:summary>
<description>
<![CDATA[<p><img alt="sidebar_separator_20080202.jpg" src="http://www.hackszine.com/sidebar_separator_20080202.jpg" width="500" height="330" /></p>

<p><a href="http://blog.craftzine.com/">Becky Stern</a> forwarded us Jonathan Berger's simple and useful hack that adds dividers to the Finder sidebar.</p>

<blockquote>I use the Finder's Sidebar pretty heavily, but it was getting to be a mess that could really use some dividers.  Solution?  Make an empty folder called " ..................." and stick it in there.</blockquote>

<p>You'll need a leading space with periods. Dashes also work and patterns like " - - - - - -" are satisfying too.  Periods work particularly well, because you can make the filename long and when it's abbreviated in a skinny sidebar it'll still look correct with "..." added at the end.</p>

<p>To add more than one separator, you need a unique folder for each one. To do this, you can either make folders with different numbers of periods, or, for a consistent length, just place all the folder copies inside each other like Russian dolls.</p>

<p>The final trick is to give the separator folders a blank icon to disguise the fact that they are just folders sitting in your sidebar. I was too lazy to do this part and I'm still happy with the effect, though it doesn't look quite as hot as Jonathan's screen grab above.</p>

<p>Hacking Separators Into the Leopard Finder Sidebar - <a href="http://jonathanpberger.com/wp/2008/02/hacking-separators-into-the-leopard-finder-sidebar/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/sidebar_separator_hack_for_os.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/sidebar_separator_hack_for_os.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/sidebar_separator_hack_for_os.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/sidebar_separator_hack_for_os.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Sat, 02 Feb 2008 22:49:46 -0800</pubDate>

</item>

<item>
<title>OS X on the Asus Eee PC</title>
<itunes:summary> We&apos;ve posted about installing Ubuntu and Vista on the little Asus Eee PC, so to round things off, here&apos;s a guide for installing Leopard. Using a few tools of the hackintosh trade, Dan from Uneasy Silence was able to...</itunes:summary>
<description>
<![CDATA[<p><img alt="eee_osx_20080121.jpg" src="http://www.hackszine.com/eee_osx_20080121.jpg" width="500" height="399" /></p>

<p>We've posted about installing Ubuntu and Vista on the little Asus Eee PC, so to round things off, here's a guide for installing Leopard. Using a few tools of the hackintosh trade, Dan from Uneasy Silence was able to get OS X running on the little lappy.</p>

<blockquote>So, ever since I got the eeePC I've loved how easy it is to tinker with. Since I'm not a Linux guy, I dumped the Xandros preload and opted for Windows XP so I could you my EVDO USB datacard and blogging software easier, but I wondered could I install OSX on it? And, after trial and error - you can!</blockquote>

<p>One thing that Dan mentions is that Leopard is a bit pokey on the Eee. He opted to run OS X 10.4.8 instead, and it sounds like it performs quite a bit better.</p>

<p>Load OSX 10.5 Leopard on the eeePC - <a href="http://uneasysilence.com/archive/2007/11/12654/">Link</a><br />
Vista on the Eee PC - <a href="http://www.hackszine.com/blog/archive/2007/12/vista_on_the_eee_pc.html">Link</a><br />
HOWTO - Install Ubuntu on the Asus Eee PC - <a href="http://www.hackszine.com/blog/archive/2007/11/howto_install_ubuntu_on_the_as.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/os_x_on_the_asus_eee_pc.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/os_x_on_the_asus_eee_pc.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/os_x_on_the_asus_eee_pc.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/os_x_on_the_asus_eee_pc.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Mon, 21 Jan 2008 21:35:46 -0800</pubDate>

</item>

<item>
<title>As thin as the MacBook Air?</title>
<itunes:summary> One of my favorite old computers is making the news again--C|Net News.com reports that the Sharp Actius MM10 is most likely the thinnest notebook out there (seems pretty much a tie): Back in the first years of the decade,...</itunes:summary>
<description>
<![CDATA[<p><img alt="little-actius.jpg" src="http://www.hackszine.com/little-actius.jpg" width="500" height="350" /></p>

<p>One of my favorite old computers is making the news again--C|Net News.com reports that the Sharp Actius MM10 is most likely the thinnest notebook out there (seems pretty much a tie):<br />
<blockquote>Back in the first years of the decade, Sharp released the Muramasas. Measuring 0.54 inch thick, the Actius MM10 Muramasa notebook, which hit shelves in 2003, came with a 1GHz Crusoe processor from Transmeta, 256MB of memory, a 15GB hard drive and a built-in Wi-Fi module. It ran 2.5 hours on a regular battery, and cost $1,499. Sharp also had a Mebius notebook in the Muramasa family that measured 0.65 inch thick.<br />
</blockquote><br />
In a strange coincidence, my XO laptop recently <a href="http://www.flickr.com/photos/bjepson/2209695490/">ordered</a> me to install Linux on my MM10, so I dug it out of the closet, re-seated the hard drive (the case has never quite recovered from the time I installed a physically-too-large 40GB drive in it), and put xubuntu on it. What I'd like to find now is a 4GB or 8GB solid state drive in a package that's compatible with the Toshiba 1.8" IDE drive. Either that, or I need one of these: <a href="http://linitx.com/viewproduct.php?prodid=11861">Compact Flash to 1.8" Toshiba HDD Adapter</a></p>

<p><br />
Update: Thinnest notebook crown belongs to Sharp - <a href="http://www.news.com/8301-10784_3-9852240-7.html">Link</a></p>

<p>Here are some pictures of the MM10, including a few disassembly shots (go <a href="http://www.flickr.com/photos/bjepson/sets/72157603768175508/">here</a> if the slideshow doesn't load):<br />
<object type="text/html" data="http://www.flickr.com/slideShow/index.gne?user_id=35034365008@N01&tags=actius" width="500" height="500"> </object></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/as_thin_as_the_macbook_air.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/as_thin_as_the_macbook_air.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/as_thin_as_the_macbook_air.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/as_thin_as_the_macbook_air.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Mon, 21 Jan 2008 14:26:40 -0800</pubDate>

</item>

<item>
<title>Target Disk Mode: transform your Mac into a firewire drive</title>
<itunes:summary> If you hold down &apos;T&apos; while booting a Mac, the screen will go black and display a large Firewire logo. In this state, called Target Disk Mode, your fancy laptop is magically transformed into a plain ol&apos; external hard...</itunes:summary>
<description>
<![CDATA[<p><img alt="firewire_20080110.jpg" src="http://www.hackszine.com/firewire_20080110.jpg" width="500" height="311" /></p>

<p>If you hold down 'T' while booting a Mac, the screen will go black and display a large Firewire logo. In this state, called Target Disk Mode, your fancy laptop is magically transformed into a plain ol' external hard disk. Connect it to another machine via a firewire cable and your Mac's hard drive will appear on the other machine's desktop, just as if you had connected an external firewire drive. Just unmount and reboot to return your trusty Mac to its normal self.</p>

<p>While turning your laptop into a $2000 firewire drive may seem a little bit of a downgrade, it can come in quite handy for transferring large files. Think about it: if you were to transfer a huge amount of data over sneakernet, you'd need to copy it over to a firewire disk, reconnect the disk to the another machine, and then transfer the data again over the firewire connection. With Target Disk Mode, you only make the firewire transfer once, so a large file transfer takes half the time. Like sneakernet, you still need to hike one of the Macs over to the other machine to make the connection, but since you are transferring half the data, you are only required to wear one sneaker.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/target_disk_mode_transform_you.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/target_disk_mode_transform_you.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/target_disk_mode_transform_you.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/target_disk_mode_transform_you.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 10 Jan 2008 20:47:58 -0800</pubDate>

</item>

<item>
<title>GrabFS: the screenshot file system</title>
<itunes:summary> GrabFS is a clever MacFUSE-based file system created by Amit Singh that creates a live screenshot file system for all of your running applications. When you run GrabFS, a new drive volume will appear. Inside, you&apos;ll find a folder...</itunes:summary>
<description>
<![CDATA[<p><img alt="grabfs_20080103.jpg" src="http://www.hackszine.com/grabfs_20080103.jpg" width="480" height="367" /></p>

<p>GrabFS is a clever MacFUSE-based file system created by Amit Singh that creates a live screenshot file system for all of your running applications.</p>

<p>When you run GrabFS, a new drive volume will appear. Inside, you'll find a folder for each running application, and inside each application directory, you'll find a tiff file for each of the application's windows. When you drag, copy or open one of these files, you get a snapshot of the application window at that point in time.</p>

<p>GrabFS requires Leopard and the Leopard build of MacFUSE.  I think it's time for me to upgrade.</p>

<p>GrabFS: The Screenshot File System - <a href="http://osxbook.com/book/bonus/chapter11/grabfs/">Link</a><br />
MacFUSE - <a href="http://code.google.com/p/macfuse/downloads/list">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/grabfs_the_screenshot_file_sys.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/grabfs_the_screenshot_file_sys.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/grabfs_the_screenshot_file_sys.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/grabfs_the_screenshot_file_sys.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 03 Jan 2008 00:02:13 -0800</pubDate>

</item>

<item>
<title>HOWTO - Install Leopard on an old G4</title>
<itunes:summary>The Leopard installer enforces the minimum requirements of 512MB RAM and a 867Mhz CPU. Under normal circumstances, if you have an older G4, you machine won&apos;t meet both of these requirements. The RAM you can buy and upgrade. Nothing new...</itunes:summary>
<description>
<![CDATA[<p>The Leopard installer enforces the minimum requirements of 512MB RAM and a 867Mhz CPU. Under normal circumstances, if you have an older G4, you machine won't meet both of these requirements.</p>

<p>The RAM you can buy and upgrade. Nothing new there, but the CPU? Dylan McDermond from Low End Mac posted a hack today which shows us how to fake the CPU's clock speed. The gist is that with a few commands you can make Open Firmware report whatever clock speed you please.</p>

<p>Before running the install CD, you can enter the Open Firmware prompt by typing Cmd-Opt-O-F while booting (with the installer CD in).  When you get the Open Firmware prompt, you can enter the following to have the firmware falsely report your CPU speed as 867Mhz and continue booting the installer CD:</p>

<p><code>dev /cpus/PowerPC,G4@0<br />
d# 867000000 encode-int " clock-frequency" property<br />
boot cd:,//:tbxi</code></p>

<p>When you reboot after completing the install, your CPU speed will be reported as normal again.  Check out the link below for the full details, as well as how to adjust the reported speed for a dual-CPU system.</p>

<p>One thing this reminds me of is that Final Cut always refused to real-time render video transitions on iMacs and iBooks, even on models that were faster or had more memory than their Powerbook and Powermac counterparts.  Makes me wonder if there is a similar Open Firmware hack to get around other software imposed limitations such as this.</p>

<p>Faking Out the Leopard Installer with Open Firmware - <a href="http://lowendmac.com/osx/leopard/openfirmware.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_install_leopard_on_an_ol.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_install_leopard_on_an_ol.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/howto_install_leopard_on_an_ol.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/howto_install_leopard_on_an_ol.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 06 Dec 2007 21:16:53 -0800</pubDate>

</item>

<item>
<title>Show hidden files in the OS X Finder</title>
<itunes:summary>Every once in a while I need to make an update to an .htaccess file on a server share or some other dot-file that is normally hidden by the Finder. Instead of editing the file in the terminal with the...</itunes:summary>
<description>
<![CDATA[<p>Every once in a while I need to make an update to an .htaccess file on a server share or some other dot-file that is normally hidden by the Finder.  Instead of editing the file in the terminal with the vi editor&mdash;a perfectly appropriate solution, of course&mdash;it's a pretty simple tweak to make the Finder show all of those hidden files.</p>

<p>Just open a Terminal window and run the following:</p>

<p><code># defaults write com.apple.finder AppleShowAllFiles -bool true<br />
# KillAll Finder</code></p>

<p>One thing you might notice after enabling the hidden file option, aside from all those insidious .DS_Store files, is that all of the file icons will take on a hazy, 50% alpha look.  I've gotten used to it, but it's a little annoying.  To switch things back, just set the AppleShowAllFiles parameter back to false:</p>

<p><code># defaults write com.apple.finder AppleShowAllFiles -bool false<br />
# KillAll Finder</code></p>

<p>Like I said... perfectly appropriate to edit stuff with vi from the terminal window.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/show_hidden_files_in_the_os_x.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/show_hidden_files_in_the_os_x.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/show_hidden_files_in_the_os_x.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/show_hidden_files_in_the_os_x.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Wed, 05 Dec 2007 21:49:05 -0800</pubDate>

</item>

<item>
<title>Big Book of Apple Hacks: call for hacks</title>
<itunes:summary> Chris Seibold is hard at work on our second Big Hacks book, the Big Book of Apple Hacks, and he&apos;s looking for contributors to help out with the book. Contributors to hacks books receive a copy of the book,...</itunes:summary>
<description>
<![CDATA[<p><img alt="Apple-Hacks-Cover.jpg" src="http://www.hackszine.com/Apple-Hacks-Cover.jpg" width="425" height="518" /></p>

<p>Chris Seibold is hard at work on our second Big Hacks book, the Big Book of Apple Hacks, and he's looking for contributors to help out with the book. Contributors to hacks books receive a copy of the book, credit within the book, and a small honorarium. Your contributions are done under a non-exclusive arrangement, so you can use the material elsewhere (such as on your blog).</p>

<p>Here's a list of the hacks that Chris is looking for:<br />
<ul><br />
<li>Running Mac OS 9 on Intel/Leopard Macs using Sheepshaver<br />
<li>Cool tips, tricks, and hacks for Twitter/Pownce/Jaiku (also Moodblast)<br />
<li>iPod Touch hacks<br />
<li>Creating podcasts and screencasts<br />
<li>Parallels, Boot Camp, and Fusion<br />
<li>Open Source Alternatives to Microsoft Office, Photoshop etc.<br />
<li>Any other cool hacks you think we might dig<br />
</ul><br />
If you're interested, you can get in touch with Chris and me at this email address: bjepson+applehacks at oreilly dot com. Please contact us by December 12, 2007 if you'd like to get involved.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/big_book_of_apple_hacks_call_f.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/big_book_of_apple_hacks_call_f.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/big_book_of_apple_hacks_call_f.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/big_book_of_apple_hacks_call_f.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Mon, 03 Dec 2007 09:00:00 -0800</pubDate>

</item>

<item>
<title>The perfect Terminal (or console) font?</title>
<itunes:summary> James Duncan Davidson has a post titled Bitstream Vera Sans Mono, where he explains his font choices for working at the Mac OS X Terminal. That post has triggered some suggestions from other folks, so if you&apos;ve been itching...</itunes:summary>
<description>
<![CDATA[<p><img alt="fontage.png" src="http://hackszine.com/fontage.png" width="500" height="500" /></p>

<p>James Duncan Davidson has a post titled Bitstream Vera Sans Mono, where he explains his font choices for working at the Mac OS X Terminal. That post has triggered some suggestions from other folks, so if you've been itching for something other than 10pt Monaco, check it out - <a href="http://duncandavidson.com/archives/654">Bitstream Vera Sans Mono</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/the_perfect_terminal_or_consol.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/the_perfect_terminal_or_consol.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/the_perfect_terminal_or_consol.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/the_perfect_terminal_or_consol.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Wed, 07 Nov 2007 07:53:22 -0800</pubDate>

</item>

<item>
<title>HOWTO - Convert a MacBook to Dvorak</title>
<itunes:summary> Over at the Craftzine blog, Becky Stern posted a link to an excellent Instructable for rearranging the keys on a MacBook: Jonathan made a great instructable on how to reorder your keyboard keys on a MacBook if you prefer...</itunes:summary>
<description>
<![CDATA[<p><img alt="macbookdvorak.jpg" src="http://www.craftzine.com/blog/macbookdvorak.jpg" width="400" height="266" /></p>

<p>Over at the <a href="http://www.craftzine.com/blog/archive/2007/10/howto_convert_a_macbook_to_dvo.html?CMP=OTC-5JF307375954">Craftzine blog</a>, Becky Stern posted a link to an excellent Instructable for rearranging the keys on a MacBook:</p>

<blockquote>
<a href="http://www.jonathanpberger.com/wp/">Jonathan</a> made a great instructable on how to reorder your keyboard keys on a MacBook if you prefer a <a href="http://en.wikipedia.org/wiki/Dvorak_keyboard">Dvorak</a> layout (an alternative to the standard QWERTY layout, the Dvorak keyboard requires less finger motion as you type). He also points out that it's helpful if you just want to give your keyboard a good cleaning. He'll show you the proper delicate technique for removing and replacing your keyboard keys without damaging them; the MacBook keyboard is quite unique. - <a href="http://www.instructables.com/id/Convert-a-Macbook-keyboard-from-QWERTY-to-Dvorak/?ALLSTEPS">Link.</a></blockquote>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/howto_convert_a_macbook_to_dvo.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/howto_convert_a_macbook_to_dvo.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/howto_convert_a_macbook_to_dvo.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/howto_convert_a_macbook_to_dvo.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 01 Nov 2007 10:49:03 -0800</pubDate>

</item>

<item>
<title>OS X Finder.app string tweaks</title>
<itunes:summary> If you want new folders instead of untitled ones, or if you prefer to have a copy of a file instead of a file copy, it&apos;s pretty simple to tweak some of the localization text that Finder.app uses. Just...</itunes:summary>
<description>
<![CDATA[<p><img alt="findertweaks_20071025.jpg" src="http://hackszine.com/findertweaks_20071025.jpg" width="500" height="225" /></p>

<p>If you want new folders instead of untitled ones, or if you prefer to have a copy of a file instead of a file copy, it's pretty simple to tweak some of the localization text that Finder.app uses.</p>

<p>Just view the package contents of /System/Library/CoreServices/Finder, and then open Contents/Resources/English.lproj/Localizable.strings in TextEdit.  Inside, you'll find the contents of various messages and default names used throughout the OS X Finder interface.</p>

<p>You can tweak a lot of things in there, but two of the most useful are the default new folder name (normally "untitled folder") and the name given to files that are created using the "Duplicate" menu item.  </p>

<p>So, you can change:</p>

<p>"N4" = "^0 copy";<br />
to<br />
"N4" = "another ^0";</p>

<p>or maybe change:</p>

<p>"N2" = "untitled folder";<br />
to<br />
"N2" = "name me";</p>

<p>Aside from a goofy hack to mess with a coworker, one thing that could be useful would be to prefix new or duplicate files with an underscore or a couple of zeroes.  This makes them sort to the top, easier to find in a large directory.  Just make sure to make a backup of the Localizable.strings file in case you later decide you like things better the way Jobs intended it.</p>

<p>Change the Finder's default name for duplicated files - <a href="http://www.macosxhints.com/article.php?story=20070831153858475">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/os_x_finderapp_string_tweaks.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/os_x_finderapp_string_tweaks.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/os_x_finderapp_string_tweaks.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/os_x_finderapp_string_tweaks.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 25 Oct 2007 19:10:55 -0800</pubDate>

</item>

<item>
<title>Running Puppy Linux inside OS X</title>
<itunes:summary> Sometimes it&apos;s nice to have a secure and familiar OS that you can use from any machine. Puppy Linux is just that: a really lightweight, CD-based Linux distribution, designed for maximum portability. If you&apos;re using a PC, you simply...</itunes:summary>
<description>
<![CDATA[<p><img alt="puppyscreenshot_20071008.jpg" src="http://hackszine.com/puppyscreenshot_20071008.jpg" width="500" height="354" /></p>

<p>Sometimes it's nice to have a secure and familiar OS that you can use from any machine.  Puppy Linux is just that: a really lightweight, CD-based Linux distribution, designed for maximum portability.  If you're using a PC, you simply boot and run Puppy Linux from a CD, storing your settings and changes to a file on your hard disk or flash drive.  What's awesome is that it's so compact, you can fit an emulator, the CD ISO, and the save state files all on a flash disk or SD Card, making it one tiny little OS package that you can carry in your pocket.</p>

<p>Using Q, the OS X port of the QEMU virtual machine, you can create a small footprint, virtual Puppy Linux box that will run under OS X and fit on a flash drive.  In addition to its portability, this is one of the easiest ways to get Linux running on your mac.</p>

<p>You could have a little portable Linux box running on your Mac in a half hour.  So let's get started.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/running_puppy_linux_inside_os.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/running_puppy_linux_inside_os.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/running_puppy_linux_inside_os.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/running_puppy_linux_inside_os.html?CMP=OTC-7G2N43923558</guid>
<category>Linux</category>
<pubDate>Mon, 08 Oct 2007 20:56:30 -0800</pubDate>

</item>

<item>
<title>HOWTO - read RSS with a POP email client using FreePOPs</title>
<itunes:summary> FreePOPs is an open source, plugin-based POP proxy that you can run on your local machine. It was originally designed to allow you to use a normal POP email client to read your mail on a multitude of webmail...</itunes:summary>
<description>
<![CDATA[<p><img alt="rssemail_20071003.jpg" src="http://hackszine.com/rssemail_20071003.jpg" width="500" height="349" /></p>

<p>FreePOPs is an open source, plugin-based POP proxy that you can run on your local machine.  It was originally designed to allow you to use a normal POP email client to read your mail on a multitude of webmail systems.  You point your mail client at the FreePOPs server, and it connects and screen-scrapes your webmail account so that you can read your email in the comfort of your favorite mail reader.</p>

<p>The great thing about FreePOPs is its filter plugin architecture.  There are a number of different plugins to support the specific requirements of most of the popular web-based email systems.  There's even an RSS plugin that will pull an RSS feed and make it look like a normal POP mailbox. Thankfully, you don't need to configure anything on the server.  Instead, you connect to the FreePOPs server using a particular username and password format to activate the appropriate plugin.</p>

<p>Here's how to set up an RSS-to-POP mailbox using FreePOPs and the standard OS X Mail.app email client.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/howto_read_rss_with_a_pop_emai.html?CMP=OTC-7G2N43923558</guid>
<category>Web</category>
<pubDate>Wed, 03 Oct 2007 20:38:41 -0800</pubDate>

</item>

<item>
<title>Automate using your Mac on untrusted networks</title>
<itunes:summary> When you&apos;re on an untrusted or unencrypted network, everything from what you browse to the email and IM messages you send can potentially be snooped by a third party. Sure, some sites use https and you can use ssh...</itunes:summary>
<description>
<![CDATA[<p><img alt="macsocksproxy_20070929.jpg" src="http://hackszine.com/macsocksproxy_20070929.jpg" width="500" height="465" /></p>

<p>When you're on an untrusted or unencrypted network, everything from what you browse to the email and IM messages you send can potentially be snooped by a third party.  Sure, some sites use https and you can use ssh to connect to a remote server, but what if you want to jack in and enjoy the relative comfort of knowing _all_ of your applications are communicating over a secure channel?</p>

<p>For that, you need a secure proxy.  By setting up a SOCKS proxy, you can have your applications route all of their network communications through a secure connection to a network you trust.  Gina at Lifehacker put together a quick guide for setting this up, and once configured in OS X's System Preferences, most of the default apps like Safari will just start using your proxy and you're good to go.</p>

<p>A lot of your favorite applications--ie. Firefox and Adium--need to be manually configured to use the proxy, however, as they don't pull this information automatically from the system preferences.  This is straightforward to do, but it means that every time you cruise over to the local coffee shop, you need to set up your proxy configuration in multiple places.</p>

<p>Albert Lee came up with a nice solution to this problem.  An application profile manager called rooSwitch and some quick Actionscript is all you need to make a couple of command line scripts that will set up or tear down your proxy, as well as switching all of your application preferences. </p>

<blockquote>If you save this script with a .command extension, then you can run it by double-clicking on the icon in the Finder like a regular application. When it runs, it will change the location, switch your profile, and start up the SSH tunnel. Enter your password and off you go!</blockquote>

<p>I should mention that his script also introduced me to a useful mac command line utiliy called <b>scselect</b>.  By typing <b>scselect [locationname]</b>, you can switch  your Mac's location straight from the command line.</p>

<p>Safer Surfing on Untrusted Networks (Mac Edition) - <a href="http://doubleparity.net/articles/">Link</a><br />
How to configure an SSH SOCKS proxy @Lifehacker - <a href="http://lifehacker.com/software/ssh/geek-to-live--encrypt-your-web-browsing-session-with-an-ssh-socks-proxy-237227.php">Link</a><br />
rooSwitch - <a href="http://www.roobasoft.com/rooSwitch/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/automate_using_your_mac_on_unt.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/automate_using_your_mac_on_unt.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/09/automate_using_your_mac_on_unt.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/09/automate_using_your_mac_on_unt.html?CMP=OTC-7G2N43923558</guid>
<category>Network Security</category>
<pubDate>Sat, 29 Sep 2007 05:19:20 -0800</pubDate>

</item>

<item>
<title>Packet Garden</title>
<itunes:summary> Packet Garden is a network visualization tool that maps your network traffic into a 3D representation, sprouting little plants on a globe whenever a connection is made. To do this, Packet Garden takes note of all the servers you...</itunes:summary>
<description>
<![CDATA[<p><img alt="packetgarden_20070927.jpg" src="http://hackszine.com/packetgarden_20070927.jpg" width="500" height="374" /></p>

<p>Packet Garden is a network visualization tool that maps your network traffic into a 3D representation, sprouting little plants on a globe whenever a connection is made.</p>

<blockquote>To do this, Packet Garden takes note of all the servers you visit, their geographical location and the kinds of data you access. Uploads make hills and downloads valleys, their location determined by numbers taken from internet address itself. The size of each hill or valley is based on how much data is sent or received. Plants are also grown for each protocol detected by the software; if you visit a website, an 'HTTP plant' is grown. If you share some files via eMule, a 'Peer to Peer plant' is grown, and so on.</blockquote>

<p>Packet Garden is GNU licenced and written in Python, so you can give it a try on supported Linux, Windows, and Mac machines.  It doesn't run on Intel macs, unfortunately.  As far as I can tell, Soya3D (the 3D library it uses) is the culprit and has not been compiled under this architecture.  Anyone want to take a stab at porting this?  I'm not familiar with the package, but it might be as simple as installing all Soya's required libraries and running a python make script.</p>

<p>Packet Garden. Grow a world from network traffic - <a href="http://packetgarden.com/">Link</a><br />
Soya3D - <a href="http://home.gna.org/oomadness/en/soya3d/index.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/packet_garden.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/packet_garden.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/09/packet_garden.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/09/packet_garden.html?CMP=OTC-7G2N43923558</guid>
<category>Network Security</category>
<pubDate>Thu, 27 Sep 2007 21:39:31 -0800</pubDate>

</item>

<item>
<title>Fix an old iBook&apos;s video problems... with fire!</title>
<itunes:summary> Well, now there&apos;s something you don&apos;t see every day. Mark Hoekstra from GeekTechnique subjected his iBook&apos;s motherboard to successive rounds of burnination and managed to correct the infamous iBook video display defect. Had this not succeeded, I think I&apos;d...</itunes:summary>
<description>
<![CDATA[<p><img alt="ibookgpu_20070924.jpg" src="http://hackszine.com/ibookgpu_20070924.jpg" width="500" height="361" /></p>

<p>Well, now there's something you don't see every day.</p>

<p>Mark Hoekstra from GeekTechnique subjected his iBook's motherboard to successive rounds of burnination and managed to correct the infamous iBook video display defect.  Had this not succeeded, I think I'd still have to give him 10 points for style.</p>

<p>In addition to other quality control problems like frayed wires in the display hinge, a huge amount of early model iBooks suffered from a defect where the display would just completely crap out, both on the internal LCD and the external monitor output.  Apple used to take these in and service them for free, but their warranty lifetime is long expired.</p>

<p>The problem is that the array of solder points that connect the graphics processor to the motherboard tend to fail over time.  I assume this happens with the repeated expansion and contraction of components during normal use.  By heating up the graphics processor with a heat gun--or, more appropriately, with a big ol' flaming can of moonshine--you can get the solder to melt and reflow over the broken connections.</p>

<p>If your old laptop is currently serving out its final years as a paperweight, you may want to try this as a last resort... or sell it on eBay to someone with a crazy, laptop-fixing, pyro bent.</p>

<p>DIY obsolete iBook logic board repair - <a href="http://geektechnique.org/projectlab/726/diy-obsolete-ibook-logic-board-repair">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/fix_an_old_ibooks_video_proble.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/09/fix_an_old_ibooks_video_proble.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/09/fix_an_old_ibooks_video_proble.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/09/fix_an_old_ibooks_video_proble.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Mon, 24 Sep 2007 20:11:05 -0800</pubDate>

</item>

<item>
<title>MacMod Challenge 2007</title>
<itunes:summary> MacMod.com is running a Mac modding contest for the month of August. Entries can be submitted for everything from extreme overclocking, to slick case mods, to OS and software customizations. And, yes, there is a category for iPhone mods...</itunes:summary>
<description>
<![CDATA[<p><object width="500 height="400"><param name="movie" value="http://www.youtube.com/v/qcymDMlyv-A"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qcymDMlyv-A" type="application/x-shockwave-flash" wmode="transparent" width="500" height="400"></embed></object></p>

<p>MacMod.com is running a Mac modding contest for the month of August.  Entries can be submitted for everything from extreme overclocking, to slick case mods, to OS and software customizations.  And, yes, there is a category for iPhone mods too.  In proper hacker spirit, the submissions require a full howto guide in addition to the finished product, so even if you don't win the all-access pass to MacWorld 2008 you'll at least have given the world a cool hack or two to play with.</p>

<p>The video above is last year's winner, the Bang &amp; Olufsen MP3 player Mac.  It has a custom interface written in Applescript which accesses the iTunes library and is completely controlled by the slider hardware on the front.</p>

<p>The Great MacMod Challenge 2007 - <a href="http://www.macmod.com/index.php?option=com_content&task=view&id=308&Itemid=234">Link</a><br />
Bang &amp; Olufsen Mp3 Mac Mod - <a href="http://www.macmod.com/content/view/771/221/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/08/macmod_challenge_2007.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/08/macmod_challenge_2007.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/08/macmod_challenge_2007.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/08/macmod_challenge_2007.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Tue, 14 Aug 2007 20:37:30 -0800</pubDate>

</item>

<item>
<title>Run Keynote with a Wiimote</title>
<itunes:summary> A couple people wrote in today in response to my post about WiiRemote, the Windows Wiimote input device driver. More specifically, I&apos;ve been reminded that I completely left the similarly capable DarwiinRemote for OS X out of the discussion....</itunes:summary>
<description>
<![CDATA[<p><img alt="wiimote_20070324.jpg" src="http://hackszine.com/wiimote_20070324.jpg" width="500" height="333" /></p>

<p>A couple people wrote in today in response to my post about WiiRemote, the Windows Wiimote input device driver.  More specifically, I've been reminded that I completely left the similarly capable DarwiinRemote for OS X out of the discussion.  In all fairness, there was a driver roundup back in March that mentioned it, but what the heck - it's a cool app and deserves a little more attention.</p>

<p>So this hack goes out to all the Mac diehards who have an older machine sans Apple Remote.  You folks don't need to upgrade your trusty system just to control Keynote or iTunes from a distance.  Just pick up the cheap (relatively speaking) Wiimote and download DarwiinRemote.</p>

<p><img alt="darwiinremote_20070719.jpg" src="http://hackszine.com/darwiinremote_20070719.jpg" width="500" height="382" /></p>

<p><br />
When you start the program up, you'll need to hold down the 1 and 2 buttons on the Wiimote.  This will let the device pair with the DarwiinRemote application, and you should start seeing the three lines on the graph go up and down as you move the device.</p>

<p>At this point, you're set.  You can use the arrow keys on the Wiimote just like the arrow keys on your keyboard.  The home button is wired up by default to hit apple-esc, which will launch Front Row.  The A button is a left click by default, etc. etc.</p>

<p><br />
<img alt="darwiinprefs_20070719.jpg" src="http://hackszine.com/darwiinprefs_20070719.jpg" width="500" height="403" /></p>

<p><br />
You can change all these settings in the preferences menu.  Most of them are set up fairly logically, I thought, but one nice feature is to set the 2 button to trigger the F9 key.  This will help you quickly navigate between applications with your new airmouse.</p>

<p>This brings me to the cool part.  Hit the 1 button and you can now control your mouse by tilting the Wiimote forward, back, and side to side.  Your buddies with the fancy new macs and Apple Remotes can't do that, now, can they?  </p>

<p>You can adjust the sensitivity in the preferences as well.  It's a little goofy until you get the hang of it, but it gets easier with a little practice.  Just call it payment for looking like a Wiimote wielding rockstar in your next otherwise booring business presentation.</p>

<p><b>References:</b><br />
DarwiinRemote: Wiimote as a Mac input device - <a href="http://www.wiili.org/index.php/DarwiinRemote">Link</a><br />
WiinRemote: Wiimote as a Windows input device - <a href="http://www.hackszine.com/blog/archive/2007/07/wiinremote_wiimote_as_a_window.html">Link</a><br />
Control Your Applications With a Wiimote - <a href="http://www.hackszine.com/blog/archive/2007/03/control_your_applications_with.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/run_keynote_with_a_wiimote.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/run_keynote_with_a_wiimote.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/07/run_keynote_with_a_wiimote.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/07/run_keynote_with_a_wiimote.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Thu, 19 Jul 2007 22:38:22 -0800</pubDate>

</item>

<item>
<title>HOW TO - Put DVDs on the iPhone - the super simple way</title>
<itunes:summary> HandBrake is a GPL&apos;d multi-platform, multithreaded DVD to MPEG-4 ripper/converter - it&apos;s super easy to rip the DVDs you have and put them on the new iPhone - they look great and are about 1 GB each, here&apos;s how......</itunes:summary>
<description>
<![CDATA[<p><img src="http://hackszine.com/IMG_1609.jpg" height="375" width="500" border="0" hspace="4" vspace="4" alt="Img 1609" /><br />
HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper/converter - it's super easy to rip the DVDs you have and put them on the new iPhone - they look great and are about 1 GB each, here's how...</p>

<p>First, get HandBrake - <a href="http://handbrake.m0k.org/">Link.</a> There are also PC versions of HandBrake, it might work about the same way.</p>

<p><img src="http://hackszine.com/MAKE_825.jpg" height="226" width="450" border="0" hspace="4" vspace="4" alt="Make 825" /><br />
Install it, run it. Pop the DVD in. Pick the DVD volume. Choose your settings, I use the defaults usually.</p>

<p><img src="http://hackszine.com/MAKE_826.jpg" height="505" width="500" border="0" hspace="4" vspace="4" alt="Make 826" /><br />
It takes about 30 min or so, it runs fine in the background.</p>

<p><img src="http://hackszine.com/MAKE_827.jpg" height="175" width="450" border="0" hspace="4" vspace="4" alt="Make 827" /><br />
Drag the MP4 file it makes in to iTunes, in videos tab in iTunes for the iPhone select the movie, click Sync.</p>

<p><img src="http://hackszine.com/MAKE_828.jpg" height="70" width="556" border="0" hspace="4" vspace="4" alt="Make 828" /><br />
In a couple minutes it transfers over.</p>

<p><img src="http://hackszine.com/MAKE_829.jpg" height="84" width="556" border="0" hspace="4" vspace="4" alt="Make 829" /><br />
It's about a gig.</p>

<p><img src="http://hackszine.com/IMG_1606.jpg" height="375" width="500" border="0" hspace="4" vspace="4" alt="Img 1606" /><br />
The video is in the videos section. iPod / Videos.</p>

<p><img src="http://hackszine.com/IMG_1609.jpg" height="375" width="500" border="0" hspace="4" vspace="4" alt="Img 1609" /><br />
It looks and sounds great!</p>

<p>*Joe notes - I found if you create a new preset for iphone in handbrake and set the video dimensions to 480x320 you can crunch movies down to a much smaller size  optimized for the iphone native resolution.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/how_to_put_dvds_on_the_iphone.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/how_to_put_dvds_on_the_iphone.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/07/how_to_put_dvds_on_the_iphone.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/07/how_to_put_dvds_on_the_iphone.html?CMP=OTC-7G2N43923558</guid>
<category>Home Theater</category>
<pubDate>Mon, 16 Jul 2007 12:00:43 -0800</pubDate>

</item>

<item>
<title>HOWTO: Reset a lost OS X password</title>
<itunes:summary>I&apos;ve you&apos;ve forgotten your Mac&apos;s admin account password, don&apos;t worry. Assuming you haven&apos;t locked out OpenFirmware, it&apos;s a pretty simple task to change your password back to something you know. Here&apos;s how: Hold Apple+S when booting to enter single user...</itunes:summary>
<description>
<![CDATA[<p>I've you've forgotten your Mac's admin account password, don't worry.  Assuming you haven't locked out OpenFirmware, it's a pretty simple task to change your password back to something you know.  </p>

<p>Here's how:<br />
<ul><li>Hold Apple+S when booting to enter single user mode</li><li>#sh /etc/rc</li><li>#passwd yourusername</li><li>#reboot</li></ul></p>

<p>If you can't recall your user name, you can either look in the /Users folder (the directories are named by user), or run "niutil -list . /users".</p>

<p>Also, on older systems the /etc/rc script isn't available, apparently.  If that second step fails, try mounting and starting the base services manually:</p>

<ul><li>#/sbin/fsck -y</li><li>#/sbin/mount -uw /</li><li>#/sbin/SystemStarter</li></ul>

<p>I've had to do this a couple of times for friends when they've bought a second hand machine, and once when I had a momentary brain lapse and forgot my own password.  Works like a charm, though you'll loose any passwords stored in your keychain.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/howto_reset_a_lost_os_x_passwo.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/howto_reset_a_lost_os_x_passwo.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/07/howto_reset_a_lost_os_x_passwo.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/07/howto_reset_a_lost_os_x_passwo.html?CMP=OTC-7G2N43923558</guid>
<category>Mac</category>
<pubDate>Sat, 14 Jul 2007 16:42:43 -0800</pubDate>

</item>


</channel>
</rss>