"Ducking iPhone" Revisited: two ways to improve iOS auto-correct feature

"Ducking iPhone" Revisited: two ways to improve iOS auto-correct feature

Back in December 2008, I came up with an "interesting" solution to iOS's annoying habit of "correcting" the word that I wanted with the word that it thought I wanted. The problem was colloquially known as the "Ducking iPhone" for reasons you are probably smart enough to figure out on your own. (If you're confused, here's the PG-13 version, or, for the more sensitive types, TUAW also has a PG-rated version.) The solution was simple: Create a new … [Read more...]

Dropbox has a new "Fix Permissions" feature

Dropbox has a new "Fix Permissions" feature

I consider myself fairly savvy when it comes to Dropbox, but I learned a new tip from Mac OS X Hints. If you get "Permission Denied" errors, you can try to "Fix Permissions" in Dropbox. This is not repairing disk permissions in Disk Utility, it's within the Dropbox app itself. To get to it, open Dropbox preferences, then click "Account" and you'll see this: Make sure that "Unlink This Computer" is highlighted (if it isn't, press Tab … [Read more...]

A Quick Guide to Dropbox Versioning

A Quick Guide to Dropbox Versioning

One of my favorite features of Dropbox is 'versioning,' which keeps a copy of every change that you make. Every time you press 'save' on a document that's in your Dropbox, a new version is saved. There are two things I have been wondering about versioning: What happens to changes that you make while offline? What happens to changes when the file is renamed or overwritten? I finally did some quick tests of this, and the … [Read more...]

Use Keyboard Maestro to get ready for podcast recording

Use Keyboard Maestro to quit and relaunch apps before and after using Skype

When you're in the middle of recording a podcast, chances are you'd like your Mac to be focused on that job -- not other network-hungry activities like syncing Dropbox, or CPU- and disk-intensive tasks like saving a Time Machine backup. Gabe at Macdrifter wrote about his Pause TimeMachine Macro, which he uses when he starts using Skype. He adds that he knows there are other (potentially "better") ways to do this, but that his was just a … [Read more...]

Play .dvdmedia files with VLC

Play .dvdmedia files with VLC

Lately I have been ripping a bunch of DVDs using RipIt which has an option to save the rips as ".dvdmedia" files. For those who aren't familiar with ".dvdmedia" files, they are a special kind of folder, similar to ".app" or some ".pkg" files which aren't "files" but look and act like them. Inside of a .dvdmedia file is a VIDEO_TS folder as you'd expect from a DVD rip. The good thing about .dvdmedia files is that you can double-click on them and … [Read more...]

Terminally Geeky: How to tell if a script is being called from launchd

Terminally Geeky: How to tell if a script is being called from launchd

Warning: command line geekiness ahead. When writing shell scripts, I often send interactive output to the user via echo to give feedback or information. But if the shell script is called on a schedule via OS X's behind-the-scenes process launcher launchd, rather than from a Terminal session, chances are that I won't ever see that message. Fortunately, it's relatively easy to figure out if a shell script has been called from launchd or not, … [Read more...]