So not new.
I hate many web boards as they don't thread.
Even here it’s a major drawback on the very big threads, because it’s impossible to see what posts are new or keep current on the big discussions.
As soon as you see Dang posting a link to page two and promising software updates in future, you know you’ve no chance of understanding what’s being said.
None of these things are problems with unthreaded conversations, which easily scale to thousands of comments.
Threading, new-only, relevant context displayed systems without point systems but with personal killfiles encourage discussion and viewing other participants as people.
What HN has makes only a relative handful of high-frequency commentators visible as people; everyone else is marginalized.
What do you mean by "new-only"? And how would you show relevant context with personal killfiles and without a point system? :)
I think the HN model is superior in almost every ways, except when it comes to following new comments, which is painful.
Of course, the phrase "do what Reddit does" is blasphemy here, so I'd suggest finding a plugin or a third party service like hnreplies[0] or just put up with the pain. Or do what most people do, resign yourself to forgetting about a conversation as soon as it drops off of your threads page.
HN is not perfect (breaks above several hundred replies), but it is pretty good.
I did kind of like slashdot's upvote-reason information. I thought it could have evolved better though. There could have been "browse serious answers" or "browse to entertain" to match them. That could be an answer to stack overflow's "death to discussion" kinds of things.
If you have a small, boutique forum with less than ten active chatters at any given time, then go flat, sure. You don't need to scale when N is small.
One additional thing that is special about image board discussions, is posts often have a picture thumbnail along with it, which I find provides for having an innate spacial awareness when jumping around in a thread.
Say for example in this discussion someone mentioned internationalization which I don't care about with 50 replies. I collapse this comment and it's 50 children and this discussion is for me still very readable. It must be persistent because if I return in 30 minutes I don't want to collapse same posts over and over. I also collapse posts that I have read and I'm not interested in replies. This effectively makes me a moderator.
Subreddits protects website from off-topic posts. Nested collapsible comments protects posts from off-topic comments and tangents.
But something the community was and is sure about was a preference for threaded discussions. WWWBoard must have been inspired by the Usenet – and for meandering discussions with many sub discussions it still is perfect, I think. We then looked down on those flat bulletin boards – but then the Usenet people were looking down on us Web people.
But to be sincere: In a way threaded and flat are just different views on the same date. From a modern web forum I’d expect a switch button for different views or even maybe a combination of those two: A visualization of the thread structure on the left, a flat list of posts on the right.
What speaks against threaded, sadly, is the rise of mobile: You can’t very good display an even more indented structure on a small portrait screen. Another cultural technique lost.
[1] WWWW Board was replaced soon by as custom Perl Software which then because of resource constraints was replaced by a server in C which then later was replaced by a Rails application and now it is written in Elixir. But there is a clear lineage and the archive was always converted and goes back a quarter century. I feel old.
https://blog.codinghorror.com/web-discussions-flat-by-design...
But online conversations are their own type of discussion. They may have been born from wanting to mimic traditional discussions, but we're down the road from there now.
Ive spent years using both approaches and threaded is better for fast moving, news oriented content like hn or reddit
Meanwhile old style forums are better for deep, weeks long discussions.
I find threads useful under specific circumstances, but cites are way more useful (I'm looking at you, slack...)
Classic threads are just trees of replies, where each reply has exactly one parent and one or more children. By contrast, 4chan threads are directed graphs of posts, in which any post can reply to any other post by its number - even itself (hard to achieve, but not impossible). It is even possible to reply to someone in the future (which sometimes happen when people reference a future "get", in which some poster will get a "nice" post number, such as 99999).
There are even some frontends that render 4chan threads as graphs in the browser. I forgot their names though.