Hacker News new | ask | show | jobs
by stormy 154 days ago
Most ascii/unicode based diagrams spit out by AI have misaligned boxes, similar to the ones generated in the article.

I’m not affiliated, but to clean them up you can use something like ascii-guard (https://github.com/fxstein/ascii-guard) which is a linter that will clean it up. Beats doing it by hand after multiple attempts telling AI to do it and repeatedly fail.

1 comments

Thank you! Open source truly is a gift.