Earlier quoted context omitted.
But not everyone had a drivers license or a passport - so they wanted everyone to have a separate ID card. Generally, having a formal ID has only been required in the UK during dire emergencies (i.e. World Wars) and contrary to what the government of the time thought we are not in the middle of such a crisis.
Every German older than 16 is required by law to have an ID card or passport. As of November 2010, ID cards carry RFID chips with the same data that's written on the card plus an optional fingerprint. Passports have had the chip for a while already, but the fingerprint is mandatory there. Driver's licenses are not considered a valid means of identification outside traffic.
Coding Horror: Your Internet Driver's License
91–100 of 101 posts
Re: Coding Horror: Your Internet Driver's License
#92Driver's License is the wrong metaphor for OpenID. If you had an Internet Driver's License, it would be your email address. You always have that with you at all times. OpenID is more like a Von's Club card. An inconvenient scrap of plastic that would just take up space in my wallet so it gets left at home. Every time I go into a Vons, I have to ask the cashier for a new one and it pisses me off that little bit, just…
You take a test to get an email address, have to wait until 16 for the privilege and it can be almost arbitrarily revoked?
Re: Coding Horror: Your Internet Driver's License
#93Earlier quoted context omitted.
What the hell is a social security card if not a national ID card. Unique number assigned to each american citizen and you are forced to have it.
I (and most others that I know) don't carry a social security card. There's virtually no need for it in daily life. If you even know where yours is, it's probably sitting next to your birth certificate in a drawer. But we all know our number by memory.
I don't. And I use my passport as an ID when two forms of ID is required.
Re: Coding Horror: Your Internet Driver's License
#94Earlier quoted context omitted.
Who issued your driver's license?
But not everyone had a drivers license or a passport - so they wanted everyone to have a separate ID card. Generally, having a formal ID has only been required in the UK during dire emergencies (i.e. World Wars) and contrary to what the government of the time thought we are not in the middle of such a crisis.
Re: Coding Horror: Your Internet Driver's License
#95Driver's License is the wrong metaphor for OpenID. If you had an Internet Driver's License, it would be your email address. You always have that with you at all times. OpenID is more like a Von's Club card. An inconvenient scrap of plastic that would just take up space in my wallet so it gets left at home. Every time I go into a Vons, I have to ask the cashier for a new one and it pisses me off that little bit, just…
> If you had an Internet Driver's License, it would be your email address. You always have that with you at all times. You take a test to get an email address, have to wait until 16 for the privilege and it can be almost arbitrarily revoked?
13.3 Google may at any time, terminate its legal agreement with you if:
So I think the metaphor fits quite nicely, don't you?
Re: Coding Horror: Your Internet Driver's License
#96Earlier quoted context omitted.
I'm in the UK and my driver's license is the only form of "official" ID I normally carry. Much to my delight, we canceled the silly project to issue government ID cards.
In France, the driver's license isn't even allowed as an ID, passport or ID card yes, license no.
Re: Coding Horror: Your Internet Driver's License
#97Earlier quoted context omitted.
> If you had an Internet Driver's License, it would be your email address. You always have that with you at all times. You take a test to get an email address, have to wait until 16 for the privilege and it can be almost arbitrarily revoked?
Well, yes. You have to prove you're not a robot by passing a CAPTCHA test, many places (including Gmail) "require" you to be over 13, and from Google's TOS: 13.3 Google may at any time, terminate its legal agreement with you if: So I think the metaphor fits quite nicely, don't you?
No, I can setup my own MTA, or get a cheap account at a random host which will provide me an MTA, and there are a billion services out there to get email addresses.
Re: Coding Horror: Your Internet Driver's License
#98Earlier quoted context omitted.
This notion of equivalence is a very interesting concept.
The US is is geographically larger than Europe, has a comparable number of people, and is arguably as diverse. Yes, it looks like we speak the same language, but the diversity in "American" is at least as broad as the difference between the middle of "American" and "received English". (Yes, I'm aware that there's a lot of diversity in UK English.) Yes, Americans mostly watch the same TV, but our exports and castoffs…
Re: Coding Horror: Your Internet Driver's License
#99I am not sanguine on the idea, but the marketing for the idea is beyond terrible. The IDL is a leaky abstraction because the most salient features of drivers licenses are a) you have to apply to the government to get one, b) the government can take yours away with as much ease as they can do anything else, and c) if you lose your license, you will be denied the ability to use one or more critical goods/services (driv…
Perhaps a more accurate metaphore would be "Internet Passport". Government's can't take it away and it has no real entitlements. However Jeff Atwood is from the USA which has a strangley low number of passport holders. Perhaps they are used to using a driving licence instead of passport as general ID.
Re: Coding Horror: Your Internet Driver's License
#100IMO, A big danger of implementing centralized authentication across multiple sites is that will make social engineering schemes aimed at stealing a user's credentials more plausible and effective. I know that systems such as OpenID and others perform authentication directly between the user and thetrusted provider (google, facebook, twitter, etc), and that the site ends up with a one-time token that confirms the user…