Live data from Hacker News

Viewing profile — jabbrwcky

jabbrwcky

HN member
Joined
Tue, Nov 26, 2013, 9:30 AM UTC
HN karma
3
Public activity
5 items

About jabbrwcky

[ my public key: https://keybase.io/jabbrwcky; my proof: https://keybase.io/jabbrwcky/sigs/wyl5pIyd-7T86dQi6kplZaQEhwD3_maZNSw7g7TVLE8 ]

Recent public activity

  1. comment
    Comment #8656876

    A concussion perhaps? Normally not too serious, sometimes just monitored overnight in hospital or at home.

  2. comment
    Comment #8624378

    In Go you define the methods in interfaces but implementors do not have to specify that they implement a given interface. Instead any object (though Go has no real objects) is cons…

  3. comment
    Comment #8073727

    Code may explain what your code is doing, not necessarily why it is doing what it does in the way it does. Comments may be a code smell when it is necessary to explain what your co…

  4. comment
    Comment #7943839

    As the password should be stored as a hash anyway the actual length of the password does not matter as the hash length will be constant. In the old days, if you stored the unencryp…

  5. comment
    Comment #6800134

    If nginx has no features that set it off feom other servers you could simply switch to Apache which has the syslog feature. But for some reason you do not seem to do this, or am I …