Tag Archives: Productivity

If you haven’t read Zadie Smith’s recent essay for the New York Review of Books, ‘Find Your Beach’, I think you should give it a look:

In it, Smith captures the lonely, Janus-like nature of the American self-creation myth – and that it’s often both false and effective. She focuses in particular upon the hyper-distilled version found in daily Manhattan life:

Here the focus is narrow, almost obsessive. Everything that is not absolutely necessary to your happiness has been removed from the visual horizon. The dream is not only of happiness, but of happiness conceived in perfect isolation. Find your beach in the middle of the city. Find your beach no matter what else is happening. Do not be distracted from finding your beach. Find your beach even if—as in the case of this wall painting—it is not actually there. Create this beach inside yourself. Carry it with you wherever you go. The pursuit of happiness has always seemed to me a somewhat heavy American burden, but in Manhattan it is conceived as a peculiar form of duty.

As a former New Yorker, so much of this essay feels real and spot-on to me… and it has an additional virtue: It’s funny.

This is a link post – You can visit the site mentioned by clicking the main link above (or just click here).

Part Two of a short tutorial on how AppleScript can streamline your work, make you more productive, and save you time! This lesson focuses on how to plan a new script and prepare to write it!

Click Here To Read Part One of “Learn To Speak AppleScript”


To recap the end of Part One, your goal will be to build a script that will save your emails as text files. The actual programming will be covered in Part Three and, when we get there, I’ll try to stay more “conceptual”.

My goal will be to give you a feel for how an AppleScript does its job — but still include enough real-life code to keep it interesting for more experienced scripters (or for people who came here from a search engine looking for a bit of code to get their scripts up and running!)

But, if you are a beginner, don’t let those computer code snippets intimidate you! They are included primarily so that you can see what a real-life Script looks like and not with any expectation that you master the intricacies of the AppleScript language.

After all, this is really an exercise in teaching you the fundamentals of thinking and speaking AppleScript. In other words, this is going to be more like an English class in literature where we talk about books and what they mean — and not a grammar lesson.

In fact, that metaphor is actually a pretty good way to get started!
[Read more…]

Part One of a short tutorial on how AppleScript can streamline your work, make you more productive, and save you time!


Here’s something for both new and experienced Mac users — Part One of a short tutorial on how AppleScript can streamline your work, make you more productive, and save you time!

What Exactly is AppleScript?

AppleScript is an English-like language used to write programs that control applications on your computer. The “English-like” part is important — it means that you don’t need to have a computer science degree to use it.

Simply put, it’s programming for regular people who want to get things done faster.


[Read more…]