7
votes
New comments column
One of the more frustrating things about posts that become popular on reddit, is when you get to them several hours later when they have 1000+ comments. You'd love to give input, but know it'll be lost in all the traffic. No one ever scrolls to the very bottom to see the newer comments.
What if the sidebar displayed a handful of newer comments, with the main comment section remaining as it currently is? Think of it being similar to Amazon reviews, where the newest reviews are displayed on the right. This way you get to see both the most popular and newest comments at the same time.
There are a few feature requests in the issue tracker that could help users traverse a large amount of comments, I've pasted their links and titles/descriptions here for easy reading:
maybe have an option to sort by "activity" and set it as the default so newest comments will appear first but also the busiest comment chains
by the time a post has 1000+ comments the conversation has mostly likely run its course. if you'd really like to participate you can read through the comment chains and add to what you will but most of the comments end of being "why is this so me" or "big mood" so at that point the best course of action is to vote and move on. to help with finding good comments to respond to, you may also sort by "newest" or "activity" instead of the default "most votes"
While I mostly agree with what others are saying here, one feature I'll miss if it never gets implemented are 'live threads' for sports or other events. It's a pretty minor feature but they're also some of my favorite threads
That shouldn't be too difficult to implement, and there's no need to go overboard on websockets or anything if the aesthetic of tildes is to be simple and sparse; AJAX polling every few seconds should suffice, coupled with a bit of smarts to cache data on the server (I believe Deimos is already using Redis), and rate-limiting requests when the browser tab is inactive.
One thing I'd love is a setting that when enabled will auto-collapse all threads without any new comments since last view. Leaves you with context, for the new comment, doesn't make you scroll past a hundred comments you've seen over and over again while trying to follow the new thread over time.