Live data from Hacker News

Viewing profile — markhops

markhops

HN member
Joined
Thu, May 26, 2016, 4:19 PM UTC
HN karma
1
Public activity
6 items

About markhops

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #19877094

    Not a fan of how they need your Google drive to host your diagrams.

  3. 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, …

  4. comment
  5. 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 …

  6. comment
    Comment #11779171

    Stupid question here: what are serial keys, and how do they impose locks?