Each user has a Atom feed for their posts (questions and answers) already. Find it at the bottom right-hand corner of the user profile page.
Look for the little orang feed icon:

For example on Jon Skeet's profile page, you'll find that icon at the bottom right and it links to:
http://stackoverflow.com/feeds/user/22656
And it contains:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:re="http://purl.org/atompub/rank/1.0">
<title type="text">User Jon Skeet - Stack Overflow</title>
<link rel="self" href="http://stackoverflow.com/feeds/user/22656" type="application/atom+xml" />
<link rel="alternate" href="http://stackoverflow.com/users/22656" type="text/html" />
<subtitle>most recent 30 from stackoverflow.com</subtitle>
<updated>2013-01-21T12:46:55Z</updated>
<id>http://stackoverflow.com/feeds/user/22656</id>
<creativeCommons:license>http://www.creativecommons.org/licenses/by-sa/3.0/rdf</creativeCommons:license>
<entry>
<id>http://stackoverflow.com/questions/14438652/-/14438804#14438804</id>
<re:rank scheme="http://stackoverflow.com">1</re:rank>
<title type="text">Answer by Jon Skeet for Elegant way to give a delegate properties</title>
<author>
<name>Jon Skeet</name>
<uri>http://stackoverflow.com/users/22656</uri>
</author>
<link rel="alternate" href="http://stackoverflow.com/questions/14438652/elegant-way-to-give-a-delegate-properties/14438804#14438804" />
<published>2013-01-21T12:38:20Z</published>
<updated>2013-01-21T12:38:20Z</updated>
<summary type="html"><p>(I'd recommend <em>not</em> using the term "lambda" here given that you're also using lambda expressions. It sounds like you're interested in the change, i.e. the delta.)</p>
(etc.)