Time, Attention, and Creative Work. After 4 years and a lot of productivity pr0n, we’re shifting gears. Re-learn how to use 43 Folders. Then back to work. [»]
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
osx assisted anti-procastination hack?
stangster | Nov 11 2005
Most of my procrastination comes in the form of surfing the web, reading RSS feeds, or checking email. 14 Comments
POSTED IN:
How about a free timer...Submitted by spalmer47 on November 14, 2005 - 4:45am.
How about a free timer program and a simple Applescript? I'm in favor of shutting down the applications you're using to procrastinate instead of turning off the Airport card because you can still read RSS feeds and email while offline. Here's a free timer program, set it to run your script when the timer reaches zero. Here's a simple Applescript complete with admonition. Fire up the script editor, cut and paste between the lines and save it as an application. You can add three more "tell" lines for each application, Mail, NNW, etc. display dialog the message buttons {"OK"} default button 1 tell application "Safari" »
Thank you Scott, I'definitly try...Submitted by stangster on November 16, 2005 - 5:01am.
Thank you Scott, I'definitly try this »
How about a free timer...Submitted by visciousfishes3000 on October 20, 2006 - 2:31pm.
spalmer47;329 wrote:
How about a free timer program and a simple Applescript? I'm in favor of shutting down the applications you're using to procrastinate instead of turning off the Airport card because you can still read RSS feeds and email while offline. I found this post when I was searching for a way to turn off AirPort with applescript, is there any script I can use for my "Dark Mode" program? Thanks! »
This sounds like a good...Submitted by Sarge on October 21, 2006 - 5:32am.
This sounds like a good idea and would love to give it a try. I'm relatively new to macs and was wondering how do you set up the applescript (I got that far) to work in conjunction with chimoo timer? »
re: Scheduling the ScriptSubmitted by Todd V on October 27, 2006 - 9:42am.
Sarge;6369 wrote:
This sounds like a good idea and would love to give it a try. I'm relatively new to macs and was wondering how do you set up the applescript (I got that far) to work in conjunction with chimoo timer? You can also use iCal instead -- I wrote a script for processing the inbox on the mac desktop (along with others), and as one of its features, it closes whatever web browser someone is using if the person is processing a web-item from their inbox. I just drag webpages to this inbox folder on my desktop; and when I process them the script keeps me focused instead of getting lost in cyberspace. It's accessible here. A rather large download (~100MB) because it is a full GTD implementation for the mac -- and contains three Quicktime movie tutorials on juggling the 9 core GTD habits. http://homepage.mac.com/toddvasquez/apps Todd V »
airport offSubmitted by noodle on October 28, 2006 - 12:43am.
I was bored. And I've been wondering about the Airport off thing myself. I've scoured the net and there's apparently not a real easy way to turn off Airport, meaning that you have to use a GUI instead of just typing a command. Real annoying. tell application "Internet Connect" to activate tell application "System Events" tell process "Internet Connect" if not (exists window 1) then keystroke "n" using command down end if if not (exists window "Airport") then click button "airport" of tool bar 1 of window 1 end if if exists button "Turn Airport Off" of window "Airport" then click button "Turn Airport Off" of window "Airport" end if end tell end tell tell application "Internet Connect" to quit »
Thanks, that is perfect!...Submitted by visciousfishes3000 on October 28, 2006 - 6:07am.
Thanks, that is perfect! »
you have to use a...Submitted by Todd V on October 28, 2006 - 1:43pm.
noodle;6432 wrote:
you have to use a GUI instead of just typing a command. Also, make sure you have "Enable access for assistive devices" checked in the "Universal Access" System Preferences pane, otherwise the GUI script won't work. »
... Do you know if an...Submitted by noodle on November 17, 2006 - 5:21am.
stangster;311 wrote:
... This isn't an applescript, but a writing program which cuts off all network access. You do have to do some setup. (I haven't tried it yet. Too busy surfing the net.) »
Turning off airportSubmitted by Whome? on February 12, 2007 - 7:37am.
There's a way to disable airport from the terminal: sudo ifconfig en1 down Where en1 is the interface for your Airport Extreme Card. en0 is usually Ethernet, and en1 is usually the Airport Extrewme card. To bring it back up, just type: sudo ifconfig en1 up I don't know much about UNIX or applescript, I got this from someone on another forum. Is there a way to link this to an applescript that will keep you offline for a certain amount of time (instead of AT a certain time)? Will power isn't cutting it these days. »
About stangster |
|
| EXPLORE 43Folders | THE GOOD STUFF |