Earlier quoted context omitted.
I'm using this low level SVG library: https://svgjs.com/docs/3.0/
Ah that’s cool. Any reason you picked that over a canvas implementation?
Show HN: Terrastruct – A Diagramming Tool for Systems
91–100 of 103 posts
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#92Earlier quoted context omitted.
I'm not a native English speaker and the fact that this is such a common error among native speakers baffles me because the rules that govern these things are very simple. Conventions about when to omit the 's' after the apostrophe differ from one set of guidelines to another (see e.g. https://www.dailywritingtips.com/possessive-of-proper-names-... ), but that's the only non-uniform thing about it. There's nothing we…
Apostrophes are confusing and overloaded for several purposes. His report card received four A’s and two B’s. So, for plurals. Sometimes. Possessives, sometimes, and sometimes omitting the s after an s, other times not. And contractions, where ' is a placeholder for 9 or 10 different things. ""add 's, except if the noun already has an s at the end" Texas's laws are conservative. (You'll find credible style guides wit…
But, seriously, every non-constructed language on Earth has exceptions that you have to memorize along with the rules. English doesn't have that many, and it doesn't have too many rules, either. I'm fluent in two other languages (French and my own), and I'm somewhat familiar with a few more languages of Latin, Slavic and Celtic descent. English is a breeze compared to any of them.
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#93Any relationship to terraform?
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#94Hi HN, I made a diagramming tool specifically for explaining systems. It's something that I felt like I could've needed at my previous engineering jobs when I was explaining some software architecture or concept that were complex and I had trouble expressing on a single image diagram. Would love to hear HN's thoughts and feedback!
I've often needed something like this, but, sadly, once again, this isn't it. No discredit to you; this is great work, but for me, personally: The world does not need more diagram editors. Diagrams are fundamentally not the right tool for the problem I have. The problem I have is that I have a technical system, for example, a network diagram, or an architecture diagram of a system or set of systems; and I need the da…
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#95alt: https://www.archimatetool.com/ https://plantuml.com/archimate-diagram https://c4model.com/ https://news.ycombinator.com/item?id=21032805
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#96Can I nitpick two things about the website? I don't mean to be an asshole about it or anything, I just hope it can help in some way: - I think the mobile detection thing uses nothing but window size to determine if this is on a mobile browser or a desktop, so it mistakes my (definitely desktop) browser window for a mobile one. I know from my friends who do frontend stuff that reliably detecting a mobile browser isn't…
I'm curious, do you (or anyone else) even have an interest in creating diagrams on mobile? It's never crossed my mind as a conducive platform for creating diagram because of the small screen size. I've thought about viewing diagrams in mobile, but again I'm unsure of the desire from other people to do so. (It isn't too hard to get this working as a viewing platform for mobile)
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#97Earlier quoted context omitted.
I'm curious, do you (or anyone else) even have an interest in creating diagrams on mobile? It's never crossed my mind as a conducive platform for creating diagram because of the small screen size. I've thought about viewing diagrams in mobile, but again I'm unsure of the desire from other people to do so. (It isn't too hard to get this working as a viewing platform for mobile)
I experimented with it on my iPad, and came away frustrated. I definitely like to use my iPad when practical.
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#98Earlier quoted context omitted.
Probably because of weird rules like "children's room" and "four cows' pasture", then the contrary notion that "it's" is incorrect for possessive form because "it is" already used for a contraction of "it is". English sucks.
I'm not a native English speaker and the fact that this is such a common error among native speakers baffles me because the rules that govern these things are very simple. Conventions about when to omit the 's' after the apostrophe differ from one set of guidelines to another (see e.g. https://www.dailywritingtips.com/possessive-of-proper-names-... ), but that's the only non-uniform thing about it. There's nothing we…
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#99Earlier quoted context omitted.
He means using a language to generate diagrams. (I use a personal tool that has a LISP-like language to generate simple block diagrams in JavaFX for myself).
Ah. Yeah if this is something people use and I can support myself with it, I would love to work on adding that.
Re: Show HN: Terrastruct – A Diagramming Tool for Systems
#100I'd also enjoy a slightly easier way to link things. Having to drag an arrow from the sidebar to the field, then manually link the two points is quite slow. Normally these systems have a sort of handle when you've selected something that allows you to make a new arrow to another item.