I use Monodraw[0]. Best purchase I ever made. [0] https://monodraw.helftone.com/
Monosketch
121–130 of 144 posts
Re: Monosketch
#122Re: Monosketch
#123Re: Monosketch
#124Re: Monosketch
#125What's old is new again. This takes me back thirty-odd years to some ASCII drawing program I used to use in DOS. I can't recall if it was somehow part of WordPerfect or its own thing.
Re: Monosketch
#126Earlier quoted context omitted.
They can’t update it though. In docs it makes sense to use that as a basis and have the Llm update it when needed
Mermaid diagrams are even better because you don't waste characters on the visual representation but rather the relationships between them. It's the difference between graph TD User -->|Enters Credentials| Frontend[React App] Frontend -->|POST /auth| API[NodeJS Service] API -->|Query| DB[(PostgreSQL)] API --x|Invalid| Frontend DB -->|User Object| API API -->|JWT| Frontend and +-------+ +-------------+ +---------+ | U…
It’s harder to read mermaid in a terminal or a markdown file…
Re: Monosketch
#127What's old is new again. This takes me back thirty-odd years to some ASCII drawing program I used to use in DOS. I can't recall if it was somehow part of WordPerfect or its own thing.
Perhaps it was TheDraw? Which has been reincarnated now as Durdraw: https://durdraw.org/
Re: Monosketch
#128Re: Monosketch
#129Earlier quoted context omitted.
Mermaid diagrams are even better because you don't waste characters on the visual representation but rather the relationships between them. It's the difference between graph TD User -->|Enters Credentials| Frontend[React App] Frontend -->|POST /auth| API[NodeJS Service] API -->|Query| DB[(PostgreSQL)] API --x|Invalid| Frontend DB -->|User Object| API API -->|JWT| Frontend and +-------+ +-------------+ +---------+ | U…
But the point is to have something easy to read both for humans and LLM, no? It’s harder to read mermaid in a terminal or a markdown file…
Re: Monosketch
#130What is the purpose of ASCII diagramming today? Seems like graphics are supported by every document and communications medium that I use. Is it for including directly in code?
My unpopular opinion is that programming is stuck in the 1970s: a lot of programmers use a 1970s-style terminal window to enter 1970s OS commands, which run on a 1970s processor architecture (which is slowly getting replaced by a 1980s architecture). They use a 1970s editor (which is much superior to the other 1970s editor) to write programs in a 1970s language. ASCII diagrams are just a symptom of this. Hardware is…