Hacker News 의견

Here are the key points from the Hacker News comments, summarized as a bullet list:

  • Usenet newsreader software solved complex discussions effectively

    • Threaded view showing structure of many posts on a single screen
    • Unread threads/posts highlighted, quick navigation between unread posts
    • Web and mobile interfaces have been a step back in efficiency and depth
  • Image board style (e.g. 4chan) works well for long-form discussions

    • Posts have unique IDs, can be linked/quoted, forming a traversable network
    • Displayed in chronological order
    • Some constraints (character limits, reply depth) can aid clarity
    • Ideal: Linear timeline with easy-to-follow references between posts
  • Ability to link a comment reply to multiple parents would be an improvement

    • Allows responding to a subset of replies together
    • Avoids redundant "see my reply here" comments
    • Embrace the directed acyclic graph (DAG) nature of discussions
  • Getting people to use even one layer of comment threading is difficult

    • Complex discussions often devolve to "let's jump on a quick call"
    • ML-generated summaries of calls posted back to the thread could help
  • Starting threads around specific source snippets is valuable

    • Encourages people to read the source before commenting
    • Challenges: handling non-text media, dealing with overlapping excerpts
  • Google Docs-like UI requires many clicks to open each thread

    • Linear format (like Discourse) easier for catching up on updates
    • Ability to reply to several comments in a summary saves time
    • Infinite back-and-forth better handled in real-time, then summarized
  • Visuals are a missing piece in text-based discussions

    • Different mental images lead to misalignment
    • Center visuals (images, videos, diagrams), organize comments around them
    • Avoid defensive behavior by focusing on the problem vs. individual comments
  • Meetings with >6 people are poor for complex discussions

    • Good note-taking, clear action items help
    • Tools like Miro can facilitate larger groups when absolutely required
  • Anonymity was a killer feature in a custom discussion platform

    • Allowed uncomfortable ideas to surface without fear of retribution
    • Showing names on every comment (like CQ2) may limit this
  • Room for a more focused tool than Reddit for this problem

    • Trauma from visiting Discord highlights the need

In summary, while existing solutions have made progress, there are still opportunities to improve how we handle complex discussions online, by borrowing proven ideas and adding new capabilities around linking, visualization, summarization, and healthy group dynamics.