Viewing profile — jabbrwcky
jabbrwcky
HN member- Joined
- Tue, Nov 26, 2013, 9:30 AM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jabbrwcky
Recent public activity
-
comment
Comment #8656876
A concussion perhaps? Normally not too serious, sometimes just monitored overnight in hospital or at home.
-
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…
-
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…
-
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…
-
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 …