productivity

Saving Myself from Myself

Do you have a bookmark you just mindlessly click all the time? I have at least one of those, and I found a way to make sure I really want to go to the site. I turned the bookmark into a bookmarklet with a JavaScript confirm before it loads. Now whenever I click a problem bookmark, I get a simple prompt: Are You Sure? If I really want to go to the site I click OK. If I was mindlessly clicking out of habit, Cancel.

If you too would like to create a time-saving mindful bookmarklet, here's how it works. Go in and edit any problem bookmark. Say for the sake of argument it's a bookmark for this URL:

http://www.google.com/reader

Add a tiny bit of JavaScript to the beginning and end of the URL, like this:

javascript:if(confirm('Are You Sure?')){document.location='http://www.google.com/reader';}

Save, and done. I'm tempted to write a Greasemonkey script to add this prompt to every link on the web because that simple barrier to entry is helping me break free from my mindless skinner box. And JavaScript prompts are less painful than classic operant conditioning with electric shocks.
  • Matt launched his weblog about business and blogging.
    filed under: weblogs, productivity, hacks, life
  • Finally...this Firefox theme will add favicons to the bookmarks toolbar.
    filed under: mac
  • New IBM project for social data visualization and analysis. Could analyzing data with others be more popular than sharing photos and videos? ;) [via O'Reilly Radar]
    filed under: visualization, productivity, design
  • great images from Wikipedia articles. It's unusual to me to see wikipedia content in a slightly different context. Similarly, there's Wikiworld Comics and the Picture of the day (a pod feed is only available offsite because Wikipedia doesn't provide one.)
    filed under: art, history, photography, wikipedia
  • A simple keyboard remapper for Windows that uses the registry. I think this'll be handy for some issues running XP with parallels. [via Nelson]
    filed under: productivity, software
  • Cleans up your Mac desktop (or any folder) based on rules you write. Handy! [via 43 Folders]
    filed under: mac, productivity, software
  • looks better than parallels for running a single Windows app on OSX. (though I can't get this beta version to run.)
    filed under: mac, software, productivity
  • Marc Hedlund just started a blog for his personal finance startup
    filed under: weblogs, economics
« Older posts  /  Newer posts »