15 ms·
Hadn't seen it before, and my first thought was "wow, that's a lot nicer than trying to read via twitter" Have you considered a HN/generic forum display output
by shabble 4y ago
Hadn't seen it before, and my first thought was "wow, that's a lot nicer than trying to read via twitter"
Have you considered a HN/generic forum display output format? :)
- ColinWright 4y agoI'm working on all sorts of things, but am hampered by the facts that I have (a) no skillz, (b) no time, and (c) no money. But I have a version of this to visualise Mastodon discussion, HN discussions, and I have a tool that lets you have discussions directly in the graph format, including being able to tie threads together to help people come to conclusions. So, sort of. It's all a long way off being usable, though.
- lupire 4y agoIsn't printing newlines and tabs easier than graphviz?
- ColinWright 4y agoI guess I don't understand what's being suggested, because this comment makes no sense to me. I have a large and complex DiGraph ... are you suggesting there's a simple way of laying it out using plain text? Here's an example of another chart produced by my system: https://www.solipsys.co.uk/Chartter/ReadingHeyer_20220429.svg https://www.solipsys.co.uk/Chartter/ReadingHeyer_20220429.sv... How would you produce that with newlines and tabs? If you're suggesting the usual linear/indented version that existing social media systems use, that's exactly what I'm trying to get away from, so I can properly visualise the entire tree, seeing descendants as descendants, and not as a comment a long way down the page. Maybe I'm just not understanding what you're suggesting.