Viewing profile — markhops
markhops
HN member- Joined
- Thu, May 26, 2016, 4:19 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About markhops
No profile information was provided.
Recent public activity
-
comment
Comment #19877107
Monodraw is nice, but I wish it was web based Whimiscal looks really cool. I really wish it would provide a shareable link to my rendered diagram (jpg or png) that I could embed in…
-
comment
Comment #19877094
Not a fan of how they need your Google drive to host your diagrams.
-
story
Ask HN: Architecture Diagrams for GitHub Readme.md?
Does anyone have a recommendation for a tool that can make architecture diagrams (flowcharts) like the one found here? https://github.com/donnemartin/system-design-primer Ideally, …
- comment
-
comment
Comment #11779293
Ah, did he mean "SERIAL" as in "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" ... and the reason why this locks a table is because the database, on insert, needs to figure out a …
-
comment
Comment #11779171
Stupid question here: what are serial keys, and how do they impose locks?