I wrote a small C++ program that
polls an XML newsfeed and detects any update. The new post will be announced with
a balloon window coming from the program's tray icon. Clicking on the balloon opens a browser
with the news post. The HTTP query and the XML download was done with
MSXML4, all the UI and misc. code was handled by
Shiny.