Viewing profile — robertduncan
robertduncan
HN member- Joined
- Thu, Mar 12, 2009, 10:23 AM UTC
- HN karma
- 105
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About robertduncan
Recent public activity
-
comment
Comment #42370651
There is a parallel to the public suffix list, which domains like github.io are listed on: https://publicsuffix.org/list/public_suffix_list.dat
- story
-
comment
Comment #29964571
What format of auction was it? Does that imply there was a counter bidder for a similar amount?
- story
- story
-
comment
Comment #9951302
Looks like your SSL certificate has expired.
-
comment
Comment #8552260
OpenSSL: https://www.openssl.org/docs/ ssl(3): [STILL INCOMPLETE] Manual page documenting the OpenSSL SSL/TLS library.
- story
-
comment
Comment #8357248
This proposal already exists: Subresource Integrity http://www.w3.org/TR/SRI/ http://www.chromestatus.com/features/6183089948590080 http://status.modern.ie/subresourceintegrity
-
comment
Comment #8326847
Error detection is much easier with pipefail: http://www.gnu.org/software/bash/manual/html_node/Pipelines.... "If pipefail is enabled, the pipeline’s return status is the value of …
-
comment
Comment #8278330
Note that Gandi do not offer SHA-2 certificates at all at the moment. https://twitter.com/gandibar/status/508001036653826049
-
comment
Comment #8276438
SHA-2 for new certificates. SHA-1 has been deprecated for a while but is still in (very) widespread use, see: http://csrc.nist.gov/publications/nistpubs/800-131A/sp800-13... http:/…
- story
- story
-
comment
Comment #6869778
Chrome uses CRLsets: https://twitter.com/agl__/status/409687123659214851 http://dev.chromium.org/Home/chromium-security/crlsets
- story
- story
-
comment
Comment #5942445
I couldn't tell if this was satire or not.
- story
- story
- story
-
comment
Comment #4745585
Or the best of both worlds, tshark! http://www.wireshark.org/docs/man-pages/tshark.html
-
comment
Comment #4555749
wc(1) to the rescue! :)
-
comment
Comment #4347534
http://tbaggery.com/2008/04/19/a-note-about-git-commit-messa... gives a good description.
-
comment
Comment #4346673
Using git commit -m is a guaranteed way to write useless and ill-formatted commit messages.