Fail In Search Of Something Bigger
June 17, 2008
2 CommentsSeth Godin, as usual, nails it.
The object isn’t to be perfect. The goal isn’t to hold back until you’ve created something beyond reproach. I believe the opposite is true. Our birthright is to fail and to fail often, but to fail in search of something bigger than we can imagine. To do anything else is to waste it all.
Full Post: Is it worthy?
If you want to be notified the next time I post something, sign up for email alerts or subscribe to my RSS feed. Thanks for visiting!




(No Ratings Yet)GTD: Integrating Remind, iCal, GCal, Quicksilver
April 13, 2008
0 Comments
A Unix program called Remind is one of the greatest tools for keeping your goals and projects on track. Where calendars like iCal and Google Calendar come up short, Remind fills in the gaps.
For example, iCal alarms can remind you of an event minutes, hours, or days before it occurs, but it won’t count down to a goal with date-based math. Say you’re trying to lose 10 pounds by the first of June. No calendar application that I know of will tell you that you have 49 days to reach 170 pounds. This is where Remind rules.
Here’s how I have my system set up. Remind pulls all of my custom reminders from a few text files. It outputs them to my desktop using Geek Tool. I have a couple scripts that convert my iCal events to Remind format and Remind events to iCal. This way everything is synced up. I get Remind events in iCal and on my iPhone and I get iCal events on my desktop with Geek Tool. Using Spanning Sync, I can publish all of my iCal and Remind events to Google Calendar for sharing with family or colleagues. And if you don’t want to pay for Spanning Sync, you can publish your iCal to .Mac and then subscribe to it with Google Calendar. It’s not two-way syncing, but it works.
The final trick is to use Quicksilver to get reminders into Remind fast. For this, I have a simple Quicksilver action that appends my Remind text file.
I use Remind to help me finish songs, save money, remember birthdays, take the garbage out, and just about everything. Where it shines the most is in events that can benefit from date-based math, like I mentioned above. Everything you need to get started is on my wiki.





(2 votes, average: 4.5 out of 5)The Zen Of Attraction
September 19, 2007
114 Comments
If Less Is More, Then Nothing Is Everything
I’ve been responding to the idea of attraction put out by the less than scientific Secret folks and found a really cool spin on it by the more practical Coachville community. I’ve abridged the principles and expanded the message.
Ten Principles To The Zen Of Attraction
- Promise Nothing
Just do what you most enjoy doing.
Hidden benefit: You will always over-deliver. - Offer Nothing
Just share what you have with those who express an interest in it.
Hidden benefit: Takes the pressure off of wanting other people to see you as valuable or important. - Expect Nothing
Just enjoy what you already have. It’s plenty.
Hidden benefit: You will realize how complete your life is already. - Need Nothing
Just build up your reserves and your needs will disappear.
Hidden benefit: You boundaries will be extended and filled with space. - Create Nothing
Just respond well to what comes to you.
Hidden benefit: Openness. - Hype Nothing
Just let quality sell by itself.
Hidden benefit: Trustability. - Plan Nothing
Just take the path of least resistance.
Hidden benefit: Achievement will become effortless. - Learn Nothing
Just let your body absorb it all on your behalf.
Hidden benefit: You will become more receptive to what you need to know in the moment. - Become No One
Just be more of yourself.
Hidden benefit: Authenticity. - Change Nothing
Just tell the truth and things will change by themselves.
Hidden benefit: Acceptance.




(14 votes, average: 3.86 out of 5)
There are lots of tools out there to expand your Google AdWords keywords by adding brackets (exact match) and quotes (phrase match) to your keyword list. Some of them are free, some are not, and even fewer options are available for Mac. But if you use TextMate a lot, like me, then you’ll enjoy this little keyword matching options command.
Open TextMate and show the bundle editor (⌃⌥⌘B). Create a new command by clicking the plus sign on the bottom left of the bundle editor. Name the command “Add Quotes” or something to your liking. In the right-hand pane, leave the ‘Save’ drop-down menu to ‘Nothing’, Copy sed 's/^/${1:"}/' | sed 's/$/${2:"}/' into the Command area, leave ‘Input’ to ‘Selected Text or Document’ and change the ‘Output’ to ‘Insert as Snippet.’ If you like, you can create a key command like ⌃⌥⌘”.
Next, create an “Add Brackets” command exactly the same way except copy this code into the Command area: sed 's/^/${1:[}/' | sed 's/$/${2:]}/’
Now, whenever you are want to add quotes or brackets to your keyword list, copy your keywords into a TextMate document and select them, activate your key command, and voilà, your keyword list has been transformed.
One more thing. If you have a list of keywords that you want to transform into a negative keyword list, do everything above except copy this code into the Command area: sed 's/^/${1:-}/'




(1 votes, average: 4 out of 5)My New Method Of Automated Journaling
June 11, 2007
0 Comments
I’ve been hacking this auto-journal script for a while and I’ve recently settled on using a local install of WordPress combined with AppleScript and Quicksilver. It’s really pretty easy.
Follow MacZealots’ tutorial on Installing WordPress on Tiger. If you have any trouble along the way, you might need to check out Mac OS X Server 10.4.4: Improvements to Apache/PHP/MySQL interaction. Now you’ve got a local install of WordPress that you can dress up.
Now you’ll want to save this applescript as a ‘Stay Open’ application and set your options. If you want Growl support to work, you’ll either need to save it with the name “WordPress Journal” or modify the Growl tell in the script. I have it set to ask me what I’m doing every 15 minutes during regular work hours and every 30 minutes thereafter.
There may be times when you don’t want to use the automatic functions but you would still like to send something to your journal. For this, I’ve also created a Quicksilver action. Save this applescript in your Quicksilver actions folder. Again, if you want Growl support, save it with the name “WordPress Blog” or modify the Growl tell in the script. Now all you do is call Quicksilver, enter text mode and type your journal entry, tab over and type as much of “WordPress Blog” as you need, and hit Return.
Of course, you could use a remote version of WordPress if you don’t like the idea of installing it locally. But for privacy, it’s probably best to keep it on your own machine.
Ambition is a poor excuse for not having sense enough to be lazy.
– Charlie McCarthy




(1 votes, average: 4 out of 5)