So when people on social media notice how social m...
# thinking-together
c
So when people on social media notice how social media fails, even in not too advanced ways, is it our fault as programmers? Designers? Who designs Cultural myths like Apps and social media designs like “feeds” and threads ?
👍 1
c
The issue here is that comment threads are a phenomenally complicated type of conversation with no equivalent in the real world
👍 3
If you pick a leaf node, you can read it fine as a linear conversation from the root. If you start with the root you're screwed
👍 2
s
Twitter comment threads are, sure, but that's a choice they made for who knows what reason. Pretty much every other major web forum has clearer comment threads and are generally not all that ambiguous
Here's a project I saw recently, it tries to reify the underlying graph: https://man.sr.ht/~whereswaldon/arborchat/
👍 2
p
Twitter comments are especially complicated now because they went from being trees to being potentially cyclic graphs (if you consider both quote-tweets and replies to be edges). A pet project of mine is a tool for visualizing the tree portion of the graph (i.e. ignoring the quote tweet edges): treeverse.app
😬 1
👍 6