One stream to rule them all…
by Pete on May 30, 2010
A few weeks back, Adam Harvey posted on his blog about using Sweetcron, a self-hosted lifestreaming app.
I should state here that I *hate* the term “lifestreaming”, but can’t think of a better replacement. The idea, however, is pretty cool—have one site that pulls in the updates from all my other various public online activities.
While the idea of lifestreaming isn’t particularly new, I hadn’t really found a workable, non-annoying way of doing it. Sure, there’s the WordPress TwitterTools plugin that sucks a daily digest of my Twitter posts into this blog, but then there’s Flickr, and Delicious, and the stuff I share and comment on in Google Reader, and a bunch of other random sites. Apps like FriendFeed and the now AOL-owned SocialThing make various runs at the problem, but then you’re dependent upon those 3rd-party sites. If they go down, get bought, change their policies, etc., you and all the data you’ve added to them are at their mercy.
Sweetcron seems like a pretty cool solution. It’s a PHP app with a MySQL back-end, and aside from a few minor quirks, it’s pretty easy to get up and running on any LAMP-stack host. Themes are extremely limited, and there aren’t many bells and whistles, but the first issue can be solved with some CSS knowledge, and the second is more of a feature than a bug.
I’ve got a very bare-bones instance running at http://stream.downdb.net/. I’m using one of the pre-installed themes, so it’s pretty ugly right now, and most of the templates still have the filler text provided by the guy who wrote the code. I also need to figure out how to have it *not* pull in a ton of random tags from Google Reader. Still, it’s a nice little app, and I really like that it lets me keep using all the various external services, but pulls my data in to a single site that I own and control.
2 comments
Thanks for the link, Pete. I still haven’t figured out a way to get Sweetcron working with WordPress without it throwing a 404, but I didn’t even think about making it a subdomain, like your installation.
Happy Memorial Day!
by Adam Harvey on May 31, 2010 at 2:40 pm. #
Yeah, I’ve run into a few webapps with that problem. I find it fairly annoying when apps make silly and unnecessary assumptions about where they’re going to be installed. In this case, I’m guessing it’s probably conflicting .htaccess files botching up mod_rewrite, but I haven’t had a chance to really dig into it.
I’m hoping to get some time this weekend to start poking at the CSS a bit. It’s a drag that the guy who wrote Sweetcron has abandoned it, although at least there is some community activity around the Google code site, but sadly, sweetcrontheme.com appears to be completely and permanently hosed.
by Pete on June 2, 2010 at 6:46 am. #