There's been a lot of talk about verification recently, with Twitter making their process more widely available, and Jason calling for Twitter to verify everyone. However it's not exactly clear what is meant by verification, and how it has been done.
As currently codified, it is a centralized process, with Twitter, Facebook and Google all having their own methods. So I thought about how we could make distributed verification badges.
Now, we already have the rel="me" standard for linking between different sites to show that you own them both. Its been around for 13 years, and is widely adopted. How about we make it into a badge?
So that's what I did. The site indiewebify.me already had a rel="me" checker, so I wired that up into a bit of client-side javascript that looks for rel="me" links in the page, then asks indiewebify.me if they link back.
You can see there that Flickr, Twitter, Google+, Github, Huffduffer and GnuSocial all support rel="me" links natively. Facebook used to, but they got javascripted away.
Then, I put it into a Chrome browser extension, so as you go around the web, it will show you if the rel="me" links you see are actually bidirectional, giving a green tick badge like this if they are and a red cross badge like this if they aren't.
Now as I browse the web, I can see if people's links are mutual - it has helped me fix the links on my own sites already.
What if we could verify people on the web, but in a distributed way? I made a browser extension http://www.kevinmarks.com/distributed-verify.html #indieweb
Yes, exactly this, but if it's native, then WaPo and Breitbart and CNN and Barenakedladies and Yelp might all throw rel="me" tags on their reporter pages.
Replied to doesn’t link back by Khürt Williams (Island in the Net)
I ran my domain through IndieWebify.me. Almost all of the rel=“me” links either don’t link back or couldn’t be fetched. The following work perfectly and can be used with the IndieAuth authentication plug-in.
GitHub
Flickr
Goodreads
Twitter
That’s 4 out of 43.
Khürt , The majority of them don’t link back because the silos (like Keybase, Instagram, and Medium which you mention) aren’t putting the rel=”me” microformat on the URLs in your
Replied to What is Emoji ID? by Doug Belshaw (MoodleNet project)
Some more details about a proposed solution for MoodleNet that could solve some problems around decentralised identity.
Doug, the sound of this is interesting, but it seems to be a lot harder than it might need to be, not to mention the pitfalls of being assigned emojis one wouldn’t want representing them in addition or the centralized nature of the provisioning source.
It also sounds very much like Kevin Marks’ Distributed Verification schem
Replied to One Avatar To Rule Them All by Terence Eden (shkspr.mobi)
Someone took a nice photo of me recently. I'd like to use it as my avatar photo everywhere to present a consistent image. This is not easy to do.
I've had to manually change it on a dozen different Slacks, a bunch of social networks, a few forums, all my email accounts, and I'm still not done.
I jus...
Gravatar has some not-so secure issues relating to privacy that allow reverse lookups which isn’t good and could potentially leak information people don’t necessarily want to release.
My favorite solution to this problem and a few related others (like updating my bio and where you can find me on social media) is the meta data route using something like Microformats. Since I provide an h-card on my website’s homepage, it should be relatively easy for any service to take my URL as my identity (rather than one of my thousands of email addresses) parse my page and find my name, photo, bio, etc. and display them.
Nearly every social silo on the planet wants all of these details, so why should I need to incessantly have to input them manually much less keep them up to date? And I’ve yet to see a social service in the wild that hasn’t asked for my URL, so it’s obviously pretty universal.
Jeremy Keith‘s Huffduffer is a great example of something that already uses this data nicely. It doesn’t pull in my photo (though I think at one time he did have a set up that would poll Flickr avatars?) or my bio, but the “Elsewhere” section of my Huffduffer account lists where you can find me on dozens of social media accounts as well as my own websites. Huffduffer can do this because I gave it my domain name and the service parses my page looking for the rel="me" tags on my homepage. It could easily pull in my other provided data.
Incidentally Kevin Marks has also proposed a distributed verification system (remember the problem that Twitter had of attempting this?) that uses the rel="me" idea.
I’ll note that my own website will parse yours to pull in the author name, URL, and avatar to display a reply context for this response on my website! So hooray for microformats! (Though I’ll note that I did modify them a tad for my own idiosyncrasies.) My site does this with David Shanske‘s excellent Post Kinds plugin uses Parse This, which parses for microformats, JSON-LD, and then, if nothing is found it falls back to Open Graph Protocol. He’s been extending it lately to cover a handful of the bigger snowflake services like YouTube, IMDb, etc. to cover some additional edge cases that don’t have good mark up. Incidentally Aaron Parecki has a version of something like this called X-ray, which he uses for various things including microsub readers, not to mention the variety of other parsers available.
I’m sure there may be other versions of this in the wild, but it would be cool to see more social services provide functionality like this.
Published by
Chris Aldrich
I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, theoretical mathematics, and big history.
I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media.
View all posts by Chris Aldrich
Format StatusPosted on March 11, 2020 10:09 pmAuthor Chris AldrichCategories IndieWeb, Reply, Social StreamTags avatars, distributed verification, Gravatar, h-card, Huffduffer, microformats, Parse This, parsers, Post Kinds Plugin, rel=”me”, X-ray
Related Posts
Gravatar has some not-so secure issues relating to privacy that allow reverse lookups which isn’t good and could potentially leak information people don’t necessarily want to release.
My favorite solution to this problem and a few related others (like updating my bio and where you can find me on social media) is the meta data route using something like Microformats. Since I provide an h-card on my website’s homepage, it should be relatively easy for any service to take my URL as my identity (rather than one
Replied to a tweet
We're planning to relaunch verification in 2021, but first we want to hear from you.Help us shape our approach to verification on Twitter by letting us know what you think. Take a look at our draft policy and submit your #VerificationFeedback here: https://t.co/0vmrpVtXGJ— Twitter Support (@TwitterSupport) November 24, 2020
I like the elegant idea Kevin Marks came up with for distributed verification as just one part of your solution. Please bring back h-card and rel="me" mark up on Twitter profiles. It would be nice if every user had a permalink for their avatar too.
Published by
Chris Aldrich
I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, theoretical mathematics, and big history.
I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media.
View all posts by Chris Aldrich
Format StatusPosted on November 24, 2020 12:00 pmNovember 24, 2020Author Chris AldrichCategories Reply, Social StreamTags distributed verification, microformats, TwitterSyndicated copies: Twitter icon
Related Posts
I like the elegant idea Kevin Marks came up with for distributed verification as just one part of your solution. Please bring back h-card and rel="me" mark up on Twitter profiles. It would be nice if every user had a permalink for their avatar too.
Sure, but I’m more talking about making a username unique across the entire platform. This is something that could be built into mastodon (or any similar program)
It could, yes, but it would require all implementers to do that. Creating a central namespace like that in a distributed way is hard. Domain names do it, but it is complicated
Definitely. I’m planning on making a proof of concept over the next few weeks, not with mastodon, just something much more simple. I want to see if I can come up with solutions for collisions (two people want the same name at the same time?) and see how much it slows it all down
wrapping outbound links is an antiabuse measure, but it results in a standard HTTP redirect that should still be machine consumable (even if it does add a moving part)
IndieWeb community entry for the Bluesky Satellite contest.
Title: IndieWeb
Name: Ryan Barrett, et al
Pseudonym: snarfed
Would you like your real name published if you win? sure
Associated URL(s):
indieweb.org
indieauth.net
snarfed.org
rel-me links
The IndieWeb is a community that interacts via individual personal web sites, both directly and indirectly through other linked online accounts.
An IndieWeb community member’s primary online identity is their web site, specifically their domain. Ownership of
Compare what you just said to: "yeah, I'm on Twitter as @rickg." Also, most regular people don't have a website. It is an interesting solution for public figures...but it doesn't prevent multiple @ whatevername addresses so the burden is on the viewer to know the green mark 1/
sure, but compare that to "I'm on the web at kevinmarks.com" or "I'm on mastodon at xoxo.zone/@kevinmarks" or "I'm on twitter at twitter.com/@kevinmarks" URLs work, @'s are a hack. epeus.blogspot.com/2012/12/the-an…
But they're a useful hack, esp when talking. On here you're the ONLY @kevinmarks. If someone searched that, you will come up & no other. The image I posted is the result of searching @cstross on M. There are only 3 so not a big deal but it's tiny. What if there were 33? or 300?
I wrote about this kind of distributed verification here: kevinmarks.com/distributed-ve… and it is used by mastodon to confirm that people on mastodon are the same people who have a website.
If only twitter revived their support for rel=me verification, they could show when the official website for the government or company linked back and forth to twitter accounts kevinmarks.com/distributed-ve…
Twitter used to publish rel=me on profile links
I used to have 8, but a few of those sites have stopped using rel=me now. Still works on mastodon and github, tumblr could be next. kevinmarks.com/distributed-ve…
@jasontucker @Sainteetpoete @darius Incidentally, @KevinMarks is the reason that Mastodon includes/uses rel-me for this type of verification scheme. Thanks Kevin!