FlickrFan and My Mac Desktop
Posted by Rich | Filed under Apple, How To's, Photos, Technology
One of the things I missed when I moved from Linux to Mac OSX was the ability to display Flickr photo feeds as the background of my monitor desktop. Dave Winer fixed part of the equation for me by setting up FlickrFan which allowed me to grab Flickr feeds and bring them to my computer. Assigning the pictures for use as a screen saver or archiving is trivial but what I really wanted was to have the pictures displayed as my desktop background while I worked. Here is how I did it:
Once you have setup the screen saver you want in the Mac System Preferences you need to create two small scripts. The first script called RunScreenSaver (or whatever you wish) contains this simple code.
#!/bin/bash
/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app
/Contents/MacOS/ScreenSaverEngine -background &>/dev/null & echo $!
Make sure the /System/…/ScreenSaverEngine path is all one line above. Wordpress wants to break it apart for formatting reasons.
The second script called KillScreenSaver (or whatever you wish) contains this simple code.
#!/bin/bash
killall ScreenSaverEngine
Be sure to make both script files executable by typing this in your terminal.app:
chmod a+x RunScreenSaver
chmod a+x KillScreenSaver
Or you can simply download both scripts.
When you want the background running, run the first script by double clicking it in the finder and when you want to stop the background run the second script by double clicking it in the finder. Of course, you can also run each script from the terminal.app:
./RunScreenSaver
./KillScreenSaver
Update:
Dave Winer over at Scripting News did a quick video of this effect:
July 2007 Pictures
Posted by Rich | Filed under Photos
Instead of fireworks this year (burn ban), we did Karaoke:
June 2007 Pictures
Posted by Rich | Filed under Photos
Some birthday shots while riding jeeps:
April 2007 Pictures
Posted by Rich | Filed under Photos
Easter and the traditional easter hottubbing:
March 2007 Pictures
Posted by Rich | Filed under Photos
Here are pictures from March 2007 with some good birthday shots:
November and December 2006 Pictures
Posted by Rich | Filed under Photos
Thanksgiving and Christmas Pictures are finally posted.
Jingle Bells and December 2006 Pictures
Posted by Rich | Filed under Editor News, Photos
The December 2006 Pictures can be found here, and just to keep the Christmas spirit flowing, here is a rousing holiday edition of Jingle Bells and the story of Old McFly, the Christmas Fly.
October 2006 Pictures and Suprise Vacation
Posted by Rich | Filed under Photos
So we surprised Maria and Veronica with a trip to Disney/Sea World/MGM. It was also a celebration trip for Martha’s birthday. Click the picture below for more fun pictures:

September 2006 Pictures
Posted by Rich | Filed under Photos
The pictures from September 2006 are up!

August 2006 Photos
Posted by Rich | Filed under Photos
The pictures from August 2006 are here!











