[tantek]I feel that's not really fair nor accurate as anecdotally the SSG folks that I know seem to be much more prolific about blogging about non-blogging things
@cagrimmettPersonal #indieweb update:
✅ Sending and receiving webmentions
✅ Backfeeding mentions from other platforms via http://brid.gy
✅ Syndicating via RSS, JSON Feed, ActivityPub, and autoposting services
✅ Microformats and my representative h-card (twitter.com/_/status/1596726483661520902)
@cagrimmettPersonal #indieweb update:
✅ Sending and receiving webmentions
✅ Backfeeding mentions from other platforms via http://brid.gy
✅ Syndicating via RSS, JSON Feed, ActivityPub, and autoposting services
✅ Microformats and my representative h-card (twitter.com/_/status/1596726483661520902)
sebbu2, [fluffy], tiim, jjuran, mro and Nuve joined the channel
[ender]hi! can you make a knowledge graph using microformats? I want to create a personal search engine for my site and I know that Google uses structured data to display rich search results, idk how though
IWDiscordRelay<capjamesg#4492> It's not exactly a knowledge graph but I could add a feature that extracts answers from a post to give something more direct.
Loqi[Ryan Barrett] Yeah this may be complicated for work/life balance, but it’s definitely pretty baked into the way our minds work. Jonathan Blow describes this really well. Also reminds me of this.
[capjamesg]I link to my home page with some microformats to indicate it represents I am the author of a page in my blog posts so that tools could discover my h-card from an article.
jackyI've been curious about protecting Micropub requests (like preventing someone from just picking up a token and sending over requests to my server)
jackyI've been eyeballing HTTP Signatures from afar and haven't seen a 'formal' form of it but I'm curious if that could be some sort of thing to help tighten requests
[ender]I'm still not sure how to send or receive mentions? I'm not sure whether you need to send mentions from a server or whether it can be done client-side.
[capjamesg]I used https://telegraph.p3k.io/ to send the webmention to you. My blogging software sends them automatically but that is sometimes a bit slow (I don't know why) so I sent this one manually.
[jamietanna]Jacky imo signatures (at least based on cavage-10, the last iteration I read, and very out of date now) don't save you from someone stealing / having credentials, it just saves replay of a given request. If someone's got your token they could re-generate the signatures. Or actually are you thinking that each Micropub client would have a signing key, maybe per-identity, that they'd need to use to sign requests?
aaronpkdont bother making stuff up with http signatures. the http group is almost done with the new version, and the oauth group will likely be writing a profile of it to use with oauth, at which point we can adopt it for indieauth
[snarfed]jamietanna++ right. jacky you have to be able to maintain some secret credentials somehow, and that problem doesn't really change for passwords vs tokens vs private keys (eg for http sigs)
aaronpkwhat jacky is looking for is called "proof of possession", which means the token by itself isn't able to be used alone, only the software that the token was issued to should be able to use it
aaronpkthe best way to do that is with a hardware-backed key, that way the private key isn't able to be exported at all. with an exportable key, it's better than nothing but ultimately just shifts the problem from worrying about stealing the token to worrying about stealing the private key
aaronpkhttp signatures is one way to use a private key to sign requests. another is DPoP https://oauth.net/2/dpop/ Neither are RFCs yet, but will be soon
[schmarty]snarfed++ for fed.brid.gy! took a couple of hacks with my current set up but i stumbled through and am successfully making follows and replies! fed.brid.gy++
cambridgeport90[Now that would be cool. When I used to use Wordpress, I did have those settings enabled, but that was only so that others in the WP community could interact... as w3ell as to see stats on my site, but I could get that easily through something like SmarterStats. (Windows only, as far as I know for those that care.)