Web-based RSS Reader Considerations

Posted on April 05, 2006

Some people know that I’m writing a web-based RSS reader in Ruby on Rails. One of the very stupid details that I have been pontificating is favicons. It seems that Yahoo’s reader just blindly links to the server’s favicon URL by default. I’m not sure that Google’s Reader does anything useful with them. In my opinion, I think it’s best to just cache them on the RSS Reader’s server(s) because the originating site may be unavailable. This got me to thinking about what if some HTML contains an img tag pointing to an external server. Should my server cache those thumbnails as well? The offsite image thing could burn through more of my bandwidth, however, it would safeguard against external server availability.

Another thing I was thinking of is somehow managing Livejournal cookies on my server. It kind of gets to me that I can’t read all of the secret LJ posts with other RSS readers. The secret posts are usually the good stuff that injects much needed drama into my life. Basically, my Livejournal friends page is my RSS reader right now for this reason. I use NetNewsWire on OS X too, but its not really doing what I want. This is really the first time that I’ve ever been annoyed so much with current software that I’ve tried to roll my own solution.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. Ali Wed, 05 Apr 2006 17:11:27 MDT

    Good luck with this, I’m still looking for the perfect RSS reader. ReFeed does one thing well - keyboard shortcuts.

  2. Administrator Thu, 06 Apr 2006 02:08:50 MDT

    Hmmmm, I’ll have to try it out.

Comments