Live data from Hacker News

Viewing profile — robertduncan

robertduncan

HN member
Joined
Thu, Mar 12, 2009, 10:23 AM UTC
HN karma
105
Public activity
45 items

About robertduncan

https://www.linkedin.com/in/rad55/

Recent public activity

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

  2. story
  3. comment
    Comment #29964571

    What format of auction was it? Does that imply there was a counter bidder for a similar amount?

  4. story
  5. story
  6. comment
    Comment #9951302

    Looks like your SSL certificate has expired.

  7. comment
    Comment #8552260

    OpenSSL: https://www.openssl.org/docs/ ssl(3): [STILL INCOMPLETE] Manual page documenting the OpenSSL SSL/TLS library.

  8. story
  9. 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

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

  11. comment
    Comment #8278330

    Note that Gandi do not offer SHA-2 certificates at all at the moment. https://twitter.com/gandibar/status/508001036653826049

  12. 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:/…

  13. story
  14. story
  15. comment
    Comment #6869778

    Chrome uses CRLsets: https://twitter.com/agl__/status/409687123659214851 http://dev.chromium.org/Home/chromium-security/crlsets

  16. story
  17. story
  18. comment
    Comment #5942445

    I couldn't tell if this was satire or not.

  19. story
  20. story
  21. story
  22. comment
    Comment #4745585

    Or the best of both worlds, tshark! http://www.wireshark.org/docs/man-pages/tshark.html

  23. comment
    Comment #4555749

    wc(1) to the rescue! :)

  24. comment
    Comment #4347534

    http://tbaggery.com/2008/04/19/a-note-about-git-commit-messa... gives a good description.

  25. comment
    Comment #4346673

    Using git commit -m is a guaranteed way to write useless and ill-formatted commit messages.