Live data from Hacker News

Viewing profile — konklone

konklone

HN member
Joined
Fri, Oct 26, 2012, 10:15 PM UTC
HN karma
1,279
Public activity
211 items

About konklone

(Real name: Eric Mill)

I currently work for as a technology advisor to the General Services Administration. I help 18F and other technology programs at GSA build open, secure technology inside the US federal government. Before that, I spent 5 years with the Sunlight Foundation working on open data infrastructure and policy.

[ my public key: https://keybase.io/konklone; my proof: https://keybase.io/konklone/sigs/9Iwmw27600DiYlztkLB1x2b2vIGIiPJ6DpXE76ekFkY ]

Recent public activity

  1. comment
    Comment #41495834

    On isitchristmas.com, this happens for several days surrounding Christmas. The defined use case is informing you of whether it is Christmas.

  2. comment
    Comment #30110488

    The document distinguishes between enterprise-facing and public-facing systems. For enterprise-facing (government employees, contractors, etc.), it's talking about discontinuing us…

  3. comment
    Comment #30110473

    Login.gov does support identity verification. Not all uses of Login.gov require it, so many accounts are just used for email with MFA.

  4. comment
    Comment #23187386

    Author of the post here :) In those 5 years, HTTPS has gone from being the minority of traffic to being ~90% of the connections observed by most Chrome clients (scroll down a few g…

  5. comment
    Comment #21645924

    There's not federalism within states in a legal sense the way there is between states and the feds, but cities value their independence too and prefer to have their own infrastruct…

  6. story
  7. comment
    Comment #15400492

    CLAs are frowned upon by some, but they don't completely kill contribution from 3rd parties. I've signed plenty, and I've encountered plenty of projects that use them that continue…

  8. comment
    Comment #14181369

    I wouldn't use the word "illegal" - it's a directive of OMB (the White House's management and budget office), not a law or a regulation or an executive order. The only true enforce…

  9. comment
    Comment #14181351

    The policy is still in effect, and its supporting home page is here: https://https.cio.gov

  10. comment
    Comment #14100348

    Cloud Foundry doesn't have a problem injecting headers, as HTTP traffic is plaintext inside the system itself. It's once it starts traveling across the public internet that encrypt…

  11. comment
    Comment #13724531

    Just so it's clear, NSA is technically part of DoD. (Though it's a bit like FBI's relation to DOJ, they operate very independently.) Also, the DoD CIO has had, since ~2003, this ex…

  12. comment
    Comment #13724528

    I'm from 18F, and I'm now a "contributor", but only because they accepted my pull requests. :)

  13. comment
    Comment #13451720

    In fact, there are now way more state/local .gov domains (~4,000) than federal .gov domains (~1,300).

  14. comment
  15. comment
    Comment #13444304

    What you're trusting the browser for there is the extra protection that preloading provides, but that's not the whole benefit here. The larger benefit is that it makes it infeasibl…

  16. comment
    Comment #13440299

    Very true. HPKP is not part of this change, and if you look at GSA's guidance on HPKP, it's cognizant of this risk: https://https.cio.gov/certificates/#http-public-key-pinning

  17. comment
    Comment #13440291

    Yes, I do know that hostnames are typically outside the HTTPS envelope. However, user-agent is not, and would be exposed (and could then possibly be correlated to other HTTPS traff…

  18. comment
    Comment #13440074

    @prodtorok - This is one of the nice things about HSTS. The includeSubDomains directive can create automatic client enforcement for all subdomains. If some component of an agency i…

  19. comment
    Comment #13440053

    To quote my comment from above - bear in mind that when it comes to plain HTTP, it's not just the system's confidentiality and integrity that you need to weigh against availability…

  20. comment
    Comment #13439997

    I wouldn't say this is reinventing the CA system. You don't need to trust any particular browser here. The effect is that web services must offer a secure HTTPS connection, using t…

  21. comment
    Comment #13439982

    Bear in mind that when it comes to plain HTTP, it's not just the system's confidentiality and integrity that you need to weigh: it's the user's confidentiality and integrity. That'…

  22. comment
    Comment #13439962

    Not quite either one -- it's technical enforcement by the TLD, but still done on a per-domain basis (this doesn't affect state/local .gov domains, or legislative/judicial .gov doma…

  23. comment
    Comment #13439955

    Let's Encrypt isn't specifically mentioned in the post, though the post hits the underlying point: > GSA provides extensive guidance to agencies on HTTPS deployment at https.cio.go…

  24. comment
    Comment #13439190

    Subdomains generally get automatically included when a second-level domain is preloaded. So, for .gov domains that fall under scope here, their subdomains will all have HTTPS enfor…

  25. comment
    Comment #13439186

    Second level domains. There are waayyyyy more subdomains, as you note. You can see some information and estimates on this here: https://18f.gsa.gov/2017/01/04/tracking-the-us-gover…