Feed Updates
By Daniel Miessler on January 27th, 2009: Tagged as Blogging | Google

So as you know, Google has strongly encouraged their Feedburner users to migrate to the new home at Google. In making this transition I also enabled the domain customization feature for my feeds.
As such, my feeds are now live at http://feeds.dmiessler.com/whatever, so you might want to change your reader to point to that location instead of the feedburner or google domains. Here are the links to the new feeds:
[ 2009-01-27 : I'm pretty sure the old ones will continue functioning, if you don't want to mess with it ]
The whole list is available here at my syndication page, but they should also be selectable from my RSS icon in the URL bar:

…which, if anyone is curious, is done via the following code:
<link rel="alternate" type="application/rss+xml" title="dmiessler.com | blog" href="http://feeds.dmiessler.com/dmiessler" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | study" href="http://feeds.dmiessler.com/dmiessler_study" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | writing" href="http://feeds.dmiessler.com/dmiessler_writing" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | blog | information security" href="http://feeds.dmiessler.com/blog_informationsecurity" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | blog | technology" href="http://feeds.dmiessler.com/blog_technology" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | blog | politics" href="http://feeds.dmiessler.com/blog_politics" /> <link rel="alternate" type="application/rss+xml" title="dmiessler.com | blog | atheism" href="http://feeds.dmiessler.com/blog_atheism" />
::
