On a full sized monitor, most titles go only about halfway across the screen. I think with a little tweaking, you could have two columns on the front page: One with the current front page code, one with the newest stories. You might have to have titles wrap for longer titles or make some other tweaks to make this work. But that might cut back on the need to ask folks to look at new stuff.
Generally speaking, if you can write the code, you can make the rules people have to follow (though it does require some deep thinking, data, etc at times). If you want to compel x behavior, then compel it. If you want to forbid y behavior, then deny the ability in some way where possible. Writing the code makes you "god" for your little world: You decide the local "physics". Deciding the local physics is going to generally get you better results than asking people to please do x or please don't do y.
I did something similar for an RSS reader I was building based on bayesian filtering, a col-4 column on the right with the "live" feed and a main col-8 column with the filtered feed, meaning all the matches. It looked pretty good in landscape mode.
Generally speaking, if you can write the code, you can make the rules people have to follow (though it does require some deep thinking, data, etc at times). If you want to compel x behavior, then compel it. If you want to forbid y behavior, then deny the ability in some way where possible. Writing the code makes you "god" for your little world: You decide the local "physics". Deciding the local physics is going to generally get you better results than asking people to please do x or please don't do y.