In the page with the blog+app, conditionally render the blog when it's not on an iframe.
if (!window.frameElement) renderBlog()
HN is not stackoverflow
{display: none} the blog
In the page with the blog+app, conditionally render the blog when it's not on an iframe.