Live data from Hacker News

Viewing profile — brantam

brantam

HN member
Joined
Fri, Apr 08, 2016, 4:59 AM UTC
HN karma
5
Public activity
4 items

About brantam

No profile information was provided.

Recent public activity

  1. comment
    Comment #27557603

    > Can you think of any good use case for a non-arbitrary primary key? Login names; Vehicle registration numbers; flight numbers; domain names; file names; ip addresses. Keys are us…

  2. comment
    Comment #22955347

    The article mentions auto-incrementing keys, not surrogates. Not the same thing at all. Not all incrementing keys are surrogates and not all surrogates are incrementing keys. Also,…

  3. comment
    Comment #18056958

    I'm a Protonmail user. E2E isn't snake oil but it does assume you have an alternative secure channel for password exchange. I like the fact that my mail archive is encrypted even t…

  4. comment
    Comment #14298628

    > the correct solution is to use a constraint to enforce the uniqueness That would of course be correct for a natural key. It seems that you too recommend using natural keys and I …