Live data from Hacker News

Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

w3.org

41–50 of 108 posts

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#41
post #8
post #7

Interesting that the announcement includes long lists of "testimonials" from W3C members and from "industry", but there are some glaring omissions. Why no endorsement from Apple, Microsoft, Google, or Mozilla? Even smaller players like Opera and Brave are missing.

Google and Mozilla objected: https://www.w3.org/2022/06/DIDRecommendationDecision.html

Google is not very surprising, because they're probably the largest issuer of centralized identities. DIDs eat their core business.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#42
post #16
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

Microsoft has already lined up the tech in their products. So I'm confident that it's just a matter of time before it becomes available in a shop nearby.

see current python

    azure-identity==1.7.1
    azure-digitaltwins-core==1.1.0
    azure-cognitiveservices-vision-face==0.5.0
    azure-cognitiveservices-anomalydetector==0.3.0
    azure-communication-identity==1.0.1

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#43
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

The standard has grown out of the blockchain space, because they finally offered a way to do decentralized PKI.

Most methods are based on blockchain networks.

But there are some that work without blockchains. Like IOTA, IPFS, p2p, web, etc.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#44
post #16
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

Microsoft has already lined up the tech in their products. So I'm confident that it's just a matter of time before it becomes available in a shop nearby.

MS has a habit lately of backing lots of standard proposals that fizzle and go nowhere.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#45
post #16
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

Microsoft has already lined up the tech in their products. So I'm confident that it's just a matter of time before it becomes available in a shop nearby.

Microsoft always was big on identity with Active Directory. Obviously, they jump on this as soon as possible to call more shots.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#48
post #30
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

Both Google and Mozilla objected to this standard because the "method" is left undefined. W3C overruled them. https://www.theregister.com/2022/07/01/w3c_overrules_objecti...

The outcomes of decentralization sound good until you realize it means you’re either running your own server, or using a blockchain and need to protect a private key somehow. But normal humans want nothing to do with either of those responsibilities and always rely on a centralized service.

If this ID standard included a way to use a centrally-controlled email address (the defacto ID standard today that works just fine for most legal activities) or a social login then maybe some of the bigger players would be onboard and it would take hold. As is it seems like it’s just gonna be another crypto fad.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#49
post #43
post #11

I was initially pretty hyped when I read the abstract for DIDs, bookmarked the spec and read it later. The "spec" is a bunch of buzzwords and vague generic "concepts". The DIDs themselves mean basically nothing, it's the "methods" that actually must have their own specification and actually "do something". Another feeling you can quickly get from DIDs is that they're blockchain centric. The entire concept is "jack of…

The standard has grown out of the blockchain space, because they finally offered a way to do decentralized PKI. Most methods are based on blockchain networks. But there are some that work without blockchains. Like IOTA, IPFS, p2p, web, etc.

IPFS still looking for something useful it can do.

Re: Decentralized Identifiers (DIDs) v1.0 Becomes a W3C Recommendation

#50
post #47

I assume you'll have a cryptographic key to state that a DID belongs to you. But what happens if that key get lost/stolen? You lose all you online presence with no way to recover it?

If you use different keys for different purposes, then only one purpose is lost.

Issuers of credentials can ensure that they have an experience date, so you can get a new cred issued with a new key, after the old is lost.

Also, there are services that help to recover your key.

Post reply on HN