photo: Wall detail at Hugo’s in Fayetteville, Arkansas
Wall detail at Hugo’s in Fayetteville, Arkansas, one of the oldest and best restaurants in town. I had the lunch special: blackened chicken sandwich. Good food.
Wall detail at Hugo’s in Fayetteville, Arkansas, one of the oldest and best restaurants in town. I had the lunch special: blackened chicken sandwich. Good food.
Yeah, it’s been kinda quiet around here lately. But, there’s at least a daily update of my links posted to del.icio.us which is a totally kickass social boomarks/links app. It’s completely indispensible at this point.
I’ve been exploring more of the social sharing apps lately, and del.icio.us and Flickr are hands down the two best. I’ve got a random selection of my Flickr photos running over there to your right in the sidebar, too, and soon the SWJ Quicklinks will be del.icio.us powered instead of a separate blog in MT as they are now.
New design coming soonish, too. Really. I’m serious. Stop laughing.
UPDATE: 2005.07.06: the following linked article no longer exists, but I use the curl statement below in a cronjob, and that still works great for backing up my del.icio.us bookmarks to a local machine.
Josh has a great post about Automatic del.icio.us backups with iCal and Applescript (go read that first, so you’ll know what we’re talking about). One thing he asks for a QuickSilver plug-in to search the resulting xml file, but there’s not one (yet).
There’s a way around that with del.icio.us’s HTML feed. Here’s how you might go about modding Josh’s script to QuickSilver-ize it:
curl -o ~/Library/del.icio.us/delicious-bak.html -O 'http://del.icio.us/html/USERNAME/?extended=body&tags=yes&rssbutton=no&count=10000 The end result is a big HTML page of all your del.icio.us links that can be searched using the Find command in Safari.
The missing step in my additions to Josh’s great idea of using wget, AppleScript, and iCal is that Safari isn’t scriptable enough to add a bookmark. Otherwise, you could continue the AppleScript and have it cycle through the Safari bookmarks.
I tried adding another “do shell script” bit to the AppleScript to copy the downloaded file to the Firefox bookmarks.html location, but Firefox didn’t treat it as a “real” bookmarks file, otherwise that could have been a solution (unless you don’t like/use Firefox).
So, my solution is by no means perfect, but it does allow you to browse your del.icio.us links in any browers and you can at least launch that giant page ‘o links via QuickSilver. We’re this close to having it!
I’m now rolling my feeds via Feedburner.com. In addition to friendlier feeds and feeds in just about any flavor (RSS 2.0, RSS 0.92, Atom 0.3, etc.), you can now splice in feeds. Also, you can splice in del.icio.usfeeds, too. So, my main feed now has most of my digital output on it: blog posts (few), photos (few), and links (lots). Kickass, huh?