I use Monodraw[0]. Best purchase I ever made. [0] https://monodraw.helftone.com/
Monosketch
91–100 of 144 posts
Re: Monosketch
#92Earlier quoted context omitted.
LLMs nowadays can understand png diagrams too.
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
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 +-------+ +-------------+ +---------+
| User | | React App | | NodeJS |
+-------+ +-------------+ +---------+
| | |
| Enters Creds | POST /auth |
|--------------------->|---------------------->|
| | |
| Invalid | | [ DB ]
Plus while an LLM can understand relationships via pure ASCII or an image, it's just easier to give it the relationship data directly.Re: Monosketch
#93What 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…
Re: Monosketch
#94Re: Monosketch
#95Re: Monosketch
#96Earlier quoted context omitted.
But it's not open, and can't be edited by those who want to. We should always support FOSS.
Absolutely we should. But this one isn't FOSS.
Re: Monosketch
#97I use Monodraw[0]. Best purchase I ever made. [0] https://monodraw.helftone.com/