It would be awesome, if the RSS feed would return CORS[1] headers. That way pure client-side JavaScript apps can retrieve it without the need of a proxy.
All that is needed for this is a single static response header: "Access-Control-Allow-Origin: *"
[1]: http://www.w3.org/TR/cors/