Live data from Hacker News

ASCIIFlow Infinity

asciiflow.com

51–58 of 58 posts

Re: ASCIIFlow Infinity

#51
This is great. I've made a few diagrams with it today, and they've been easy to do and came out just right.

I do wish I could toggle the background and view the diagram on blank white; having the grid visible makes some things look more obvious than without, and that would be useful to know ahead of time.

Re: ASCIIFlow Infinity

#52
post #45

I like this. Unfortunately it's not as semantic as I expected: X +----+XX----------+ | XX | | XX | | +XXX------+ | | XXXXX +-------+ XXX If I try to resize a rectangle that's crossed by a free-form curve, it stops being a rectangle. (Now that I think, I could also use this as a feature).

This is explained by a comment from the author (bootywizard) above: Author here - it does but it doesn't, which is why it doesn't always work so well. It never actually keeps track of the shapes in a seperate data model - the text itself is the only data model. When you resize, it retraces out the lines that need editing. I did this as the expected use case is for diagrams in code, where diagrams may be copy pasted i…

This could be fixed by being more expansive/creative with choice of glyphs, so that two intersecting lines get represented by a glyph that uniquely corresponds to the 2 glyphs that overlap at that position (possibly also encoding z-depth stack in the glyph choice)

Re: ASCIIFlow Infinity

#55
post #37

There's also my favorite, Asciio https://metacpan.org/pod/App::Asciio It allows saving the object format for later modification or export as pure ascii text, as needed. And it works on all platforms that support Perl (a lot).

good stuff. https://www.youtube.com/watch?v=0l9W84PhOyI

Re: ASCIIFlow Infinity

#58
post #40

As a Linux sysadmin, this is incredible flowchart software and I really enjoy using it. Is there a diagram software for console I could use thats just as easy I wonder? The downside is it has very limited sex appeal for *.managers. Microsoft Visio has turned diagrams into blinding tapestries of overpriced clipart, fancy arrows, and logos. Worst of all, its an enabler for the cardinal sin of diagrams: overlapping line…

Check out PlantUML - there's a nice demo here: https://www.planttext.com/

Plenty of editors support it, both console (vim/emacs) and GUI-based (VSCode, Sublime).

Post reply on HN