←back to thread

371 points timqian | 7 comments | | HN request time: 0.001s | source | bottom
1. NVRM ◴[] No.17471833[source]
The graph part is pretty cool. Is it doable to use this graph for any kind of data? Or maybe someone know a tool to trace similar graphs into a terminal?
replies(1): >>17471875 #
2. supermdguy ◴[] No.17471875[source]
Looks like it's using asciichart: https://www.npmjs.com/package/asciichart
replies(2): >>17472172 #>>17472200 #
3. NVRM ◴[] No.17472172[source]
Thank you very much!
4. pseudonymcoward ◴[] No.17472200[source]
Interestingly named package given that it's clearly using quite a few non-ascii characters which will break non-unicode aware consoles. Also that the description, Node page, and github repo list different licences.
replies(2): >>17472287 #>>17472365 #
5. vidarh ◴[] No.17472287{3}[source]
"ascii" these days is so often used as a synonym for "text only" that I suspect a fair share of the people using it as a word does not know what it stands for or what it originally meant.
6. kec ◴[] No.17472365{3}[source]
Everything in there looks ascii to me, just using the charting characters in the high end of the table.
replies(1): >>17474997 #
7. alyx ◴[] No.17474997{4}[source]
"ASCII" is limited to characters 0 - 127

https://en.wikipedia.org/wiki/ASCII