Backup of David's Livejournal

Lifestream Status


My current programming project is a custom made lifestream. It's fun!

Think there's privacy online? Here are a few of the public feeds that track me.  Since they're there already, I'm going to aggregate them into one place.  It'll be like a digital diary that writes itself.
 
# yaml preferences for lifestream
# http://www.yaml.org/
# This file is read in and written by the lifestream python script

-
  feed : "http://www.blippr.com/profiles/dblume/blips.rss"
  name : blippr
  url : "http://www.blippr.com/profiles/dblume"
-
  feed : "http://twitter.com/statuses/user_timeline/11744.rss"
  name : twitter
  url : "http://twitter.com/dblume"
-
  feed : "http://www.plurk.com/user/dblume.xml"
  name : plurk
  url : "http://www.plurk.com/user/dblume"
-
  feed : "http://ws.audioscrobbler.com/1.0/user/davidblume/recenttracks.rss"
  name : last_fm
  url : "http://www.last.fm/user/davidblume"
-
  feed : "http://api.flickr.com/services/feeds/photos_public.gne?id=53846208@N00&lang=en-us&format=rss_200"
  name : flickr
  url : "http://flickr.com/photos/dblume/"
-
  feed : "http://rss.netflix.com/AtHomeRSS?id=P1313141787661593135173921732260999"
  name : netflix
  url : "http://www.netflix.com/"
-
  feed : "http://feeds.delicious.com/v2/rss/dblume"
  name : delicious
  url : "http://delicious.com/dblume"
-
  feed : "http://dblume.wordpress.com/feed/"
  name : wordpress
  url : "http://dblume.wordpress.com/"
-
  feed : "http://task.dlma.com/david.xml"
  name : tasks
  url : "http://task.dlma.com/tasks.php?u=david"
-
  feed : "http://dblume.jaiku.com/feed/rss"
  name : jaiku
  url : "http://dblume.jaiku.com/"
-
  feed : "http://wiki.dlma.com/feed.php"
  name : dokuwiki
  url : "http://wiki.dlma.com/doku.php"
-
  feed : "http://pownce.com/feeds/all/dblume-gol45tel.rss"
  name : pownce
  url : "http://pownce.com/dblume/"
-
  feed : "http://pipes.yahoo.com/pipes/pipe.run?WishhlistID=2W0Q65BXRKQSF&_id=077e86b3abb1295d4940f2cbd84dd428&_render=rss"
  url : "http://www.amazon.com/gp/registry/wishlist/2W0Q65BXRKQSF"
  name : amazon_wishlist
-
  feed : "feed://www.youtube.com/rss/user/davidblume/videos.rss"
  url : "http://www.youtube.com/profile?user=davidblume "
  name : youtube
-
  feed : http://digg.com/users/dblume/history.rss
  url : "http://digg.com/users/dblume"
  name : digg
-
  feed : "http://www.librarything.com/rss/recent/dblume"
  url : "http://www.librarything.com/catalog/dblume"
  name : librarything
-
  feed : "http://dblume.tumblr.com/rss"
  url : "http://dblume.tumblr.com/"
  name : tumblr
-
  feed : "http://dblume.vox.com/library/posts/rss.xml"
  url : "http://dblume.vox.com/"
  name : vox
-
  feed : "http://my.dlma.com/feed/"
  url : "http://my.dlma.com/"
  name : mydlma
-
  feed : "http://dblume.livejournal.com/data/rss"
  url : "http://dblume.livejournal.com"
  name : livejournal

Edit: Ha, ha.  I forgot my livejournal.
Tags: code, python