Viewing profile — sverweij
sverweij
HN member- Joined
- Sun, Jan 01, 2017, 1:57 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About sverweij
toolsmith at night
https://sverweij.github.io
Recent public activity
-
comment
Comment #31276162
mermaid (and similar diagrams-as-text tools) have a higher level of abstraction so they're quicker when you need something they're targeting. Also: graphviz is good at graphs, but …
-
comment
Comment #21517532
If you like the text based ness of WSD, you might like https://mscgen.js.org - which is 100% open source & client side only.
-
comment
Comment #13837786
We're currently using nsp - it checks advisories on nodesecurity.io against our _direct_ dependencies & devDependencies. For my private projects I use both nsp and bithound. Bithou…
-
comment
Comment #13332004
Use '\n' for line breaks, like so: a => b [label="POST /echo\nHello, it's me"]; (You might like https://mscgen.js.org b.t.w.)